sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/ennemies/classics/motobug/init.lua
2021-11-25 10:52:26 +01:00

19 lines
340 B
Lua

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