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

23 lines
378 B
Lua
Raw Normal View History

return {
name = "Sonic",
fullname = "Sonic the Hedgehog",
2021-11-25 10:52:26 +01:00
class = "speedster",
speed = 5,
jump = 3,
turns = 3,
move = 4,
2021-11-25 10:52:26 +01:00
startlevel = 1,
2021-11-25 10:52:26 +01:00
isUnlockedAtStart = true,
canGoSuper = true,
canBreakCraft = false,
weakTo = {"water"},
resists = {"wind"},
icon = 1,
charset = "perso",
charId = 1,
}