15 lines
306 B
Lua
15 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,
|
|
}
|