sonic-radiance/sonic-radiance.love/datas/gamedata/ennemies/classics/motobug/init.lua
2020-08-05 09:25:38 +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 = 24,
behaviour = "random",
behaviourAlt = "random",
giveExp = 20,
giveRings = 30,
}