sonic-radiance/sonic-radiance.love/datas/gamedata/items/powerups/goldshield.lua
2020-09-13 09:59:14 +02:00

17 lines
353 B
Lua

return {
name = "fireshield",
fullname = "Fire Shield",
description = "A special shield to protect a hero and give him back some pp",
conditions = {
{"status", "ko", false}
},
effects= {
{"setStatus", "fortified", true},
{"regen", "pp", 6}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
duration=3,
}