sonic-radiance/sonic-radiance.love/datas/gamedata/ennemies/motobug/init.lua
2019-08-15 09:35:37 +02:00

10 lines
181 B
Lua

return {
name = "Motobug",
fullname = "E-03 Motobug",
type = "badnics",
isAerial = false,
distAttack = false,
turns = 2,
move = 3,
}