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

15 lines
321 B
Lua
Raw Normal View History

2021-11-25 10:52:26 +01:00
return {
name = "healthleaf",
fullname = "Health Leaf",
description = "The leaf of a plant known for its healing effects. Heal a good amount.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 100}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}