sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/medicines/healthroot.lua

15 lines
315 B
Lua
Raw Normal View History

2021-11-25 10:52:26 +01:00
return {
name = "healthroot",
fullname = "Health Root",
description = "The root of a plant known for its healing effects. Heal grealty.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 250}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}