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

20 lines
336 B
Lua
Raw Normal View History

2020-08-02 21:32:45 +02:00
return {
name = "Tails",
fullname = "Miles \"Tails\" Prower",
class = "technic",
speed = 2,
jump = 5,
turns = 2,
move = 3,
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 = 2,
charset = "perso",
charId = 2,
2020-08-02 21:32:45 +02:00
}