sonic-radiance/sonic-radiance.love/datas/gamedata/ennemies/classics/motobug/init.lua

13 lines
222 B
Lua
Raw Normal View History

return {
name = "Motobug",
fullname = "E-03 Motobug",
type = "badnics",
2020-08-04 13:32:23 +02:00
rarity = 0,
isAerial = false,
distAttack = false,
turns = 2,
2020-08-04 13:32:23 +02:00
giveExp = 20,
giveRings = 30,
}