sonic-radiance/sonic-radiance.love/datas/gamedata/ennemies/classics/motobug/init.lua
2020-08-04 22:19:11 +02:00

15 lines
243 B
Lua

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