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,
|
|
|
|
|
2021-08-15 20:45:15 +02:00
|
|
|
startlevel = 1,
|
2020-08-02 21:32:45 +02:00
|
|
|
|
|
|
|
isUnlockedAtStart = true,
|
|
|
|
canGoSuper = true,
|
|
|
|
canBreakCraft = false,
|
|
|
|
|
2021-05-16 10:06:20 +02:00
|
|
|
weakTo = {"light"},
|
|
|
|
resists = {"earth"},
|
|
|
|
|
2020-08-02 21:32:45 +02:00
|
|
|
icon = 2,
|
2020-08-03 08:59:04 +02:00
|
|
|
charset = "perso",
|
|
|
|
charId = 2,
|
2020-08-02 21:32:45 +02:00
|
|
|
}
|