sonic-radiance/sonic-radiance.love/datas/gamedata/items/powerups/powerring.lua

16 lines
306 B
Lua
Raw Normal View History

2020-09-13 09:59:14 +02:00
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,
2020-09-13 09:59:14 +02:00
affectEverybody=false,
duration=5,
}