sonic-radiance/sonic-radiance.love/datas/gamedata/ennemies/classics/motobug/init.lua
2021-05-09 15:04:17 +02:00

17 lines
296 B
Lua

return {
name = "Motobug",
fullname = "E-03 Motobug",
type = "badnics",
rarity = 0,
isAerial = false,
distAttack = false,
turns = 2,
hudHeight = 18,
behaviour = "random",
behaviourAlt = "random",
giveExp = 20,
giveRings = 30,
}