sonic-radiance/sonic-radiance.love/datas/gamedata/characters/sonic/init.lua
2021-05-16 10:06:20 +02:00

23 lines
379 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,
weakTo = {"water"},
resists = {"wind"},
icon = 1,
charset = "perso",
charId = 1,
}