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

20 lines
318 B
Lua
Raw Normal View History

2020-08-02 21:32:45 +02:00
return {
name = "Amy",
fullname = "Amy Rose",
class = "power",
speed = 3,
jump = 3,
turns = 2,
move = 4,
2020-08-05 09:28:22 +02:00
startlevel = 10,
2020-08-02 21:32:45 +02:00
isUnlockedAtStart = true,
canGoSuper = true,
canBreakCraft = false,
icon = 3,
charset = "perso",
charId = 3,
2020-08-02 21:32:45 +02:00
}