sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/powerups/powerring.lua
2021-11-25 10:52:26 +01:00

16 lines
306 B
Lua

return {
name = "powerring",
fullname = "Power Ring",
description = "A fantastic ring infused with Chaos Energy",
conditions = {
{"status", "ko", false}
},
effects= {
{"setStatus", "hyper", true}
},
usableInBattle=true,
usableOnMap=false,
affectEverybody=false,
duration=5,
}