sonic-radiance/sonic-radiance.love/datas/gamedata/characters/sonic/init.lua

20 lines
334 B
Lua
Raw Normal View History

return {
name = "Sonic",
fullname = "Sonic the Hedgehog",
class = "speedster",
speed = 5,
jump = 3,
2019-08-12 12:37:00 +02:00
turns = 3,
move = 4,
2020-08-05 09:28:22 +02:00
startlevel = 10,
2019-08-12 12:37:00 +02:00
isUnlockedAtStart = true,
canGoSuper = true,
canBreakCraft = false,
icon = 1,
charset = "perso",
charId = 1,
}