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

23 lines
379 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,
2021-05-16 10:06:20 +02:00
weakTo = {"water"},
resists = {"wind"},
icon = 1,
charset = "perso",
charId = 1,
}