10 lines
181 B
Lua
10 lines
181 B
Lua
|
return {
|
||
|
name = "Motobug",
|
||
|
fullname = "E-03 Motobug",
|
||
|
type = "badnics",
|
||
|
isAerial = false,
|
||
|
distAttack = false,
|
||
|
turns = 2,
|
||
|
move = 3,
|
||
|
}
|