Skip to content

Commit

Permalink
Add Eating Drops of Honey
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Nov 4, 2024
1 parent a5d60d5 commit 6fc5073
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/mods/Xedra_Evolved/mutations/xe_lilin.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,28 @@
}
]
},
{
"type": "mutation",
"id": "LILIN_REDUCED_NEEDS_WITH_RUACH",
"name": { "//~": "This is a reference to Proverbs 25:16", "str": "Eating Drops of Honey" },
"description": "When filled with ruach, no other food or drink compares. The more ruach you have, the less mundane hunger or thirst troubles you.",
"points": 6,
"starting_trait": false,
"purifiable": false,
"prereqs": [ "LILIN_ATTRIBUTE_BONUSES" ],
"prereqs2": [ ],
"category": [ "LILIN" ],
"enchantments": [
{
"condition": { "math": [ "u_vitamin('lilin_ruach_vitamin')", ">=", "1" ] },
"values": [
{ "value": "HUNGER", "multiply": { "math": [ "-0.15 - (u_vitamin('lilin_ruach_vitamin') / 10000)" ] } },
{ "value": "THIRST", "multiply": { "math": [ "-0.15 - (u_vitamin('lilin_ruach_vitamin') / 10000)" ] } },
{ "value": "METABOLISM", "multiply": { "math": [ "-0.15 - (u_vitamin('lilin_ruach_vitamin') / 10000)" ] } }
]
}
]
},
{
"type": "mutation",
"id": "LILIN_BONUS_HEALING",
Expand Down

0 comments on commit 6fc5073

Please sign in to comment.