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

15 lines
321 B
Lua
Raw Normal View History

2020-09-13 09:59:14 +02:00
return {
2021-03-13 18:09:46 +01:00
name = "healthleaf",
fullname = "Health Leaf",
2020-09-13 09:59:14 +02:00
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,
}