diff --git a/sonic-radiance.love/datas/gamedata/ennemies/motobug/stats.lua b/sonic-radiance.love/datas/gamedata/ennemies/motobug/stats.lua index dccb3a6..60516f1 100644 --- a/sonic-radiance.love/datas/gamedata/ennemies/motobug/stats.lua +++ b/sonic-radiance.love/datas/gamedata/ennemies/motobug/stats.lua @@ -1,12 +1,12 @@ return { - hpmax = 200, -- - ppmax = 50, -- + hpmax = 50, -- + ppmax = 20, -- attack = 10, -- power = 20, -- defense = 10, -- technic = 10, -- - mind = 10, -- + mind = 10, -- luck = 02, -- speed = 25, -- }