15 lines
286 B
Lua
15 lines
286 B
Lua
return {
|
|
name = "Sonic",
|
|
fullname = "Sonic the Hedgehog",
|
|
class = "speedster",
|
|
speed = 5,
|
|
jump = 3,
|
|
turns = 3,
|
|
move = 4,
|
|
|
|
startlevel = 50,
|
|
|
|
isUnlockedAtStart = true,
|
|
canGoSuper = true,
|
|
canBreakCraft = false,
|
|
}
|