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

16 lines
286 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 = 3,
2019-08-14 16:46:59 +02:00
startlevel = 50,
2019-08-12 12:37:00 +02:00
isUnlockedAtStart = true,
canGoSuper = true,
canBreakCraft = false,
}