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

15 lines
311 B
Lua

return {
name = "healthseed",
fullname = "Health Seed",
description = "The seed of a plant known for its healing effects. Heal a bit",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 50}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}