12 lines
222 B
Lua
12 lines
222 B
Lua
return {
|
|
name = "Motobug",
|
|
fullname = "E-03 Motobug",
|
|
type = "badnics",
|
|
rarity = 0,
|
|
isAerial = false,
|
|
distAttack = false,
|
|
turns = 2,
|
|
|
|
giveExp = 20,
|
|
giveRings = 30,
|
|
}
|