sonic-radiance/sonic-radiance.love/datas/gamedata/characters/sonic/init.lua
2020-08-05 09:28:22 +02:00

20 lines
334 B
Lua

return {
name = "Sonic",
fullname = "Sonic the Hedgehog",
class = "speedster",
speed = 5,
jump = 3,
turns = 3,
move = 4,
startlevel = 10,
isUnlockedAtStart = true,
canGoSuper = true,
canBreakCraft = false,
icon = 1,
charset = "perso",
charId = 1,
}