From 6fc507351f73b20e73c74257565c7404e93d1c44 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 4 Nov 2024 16:49:24 -0600 Subject: [PATCH] Add Eating Drops of Honey --- .../Xedra_Evolved/mutations/xe_lilin.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/data/mods/Xedra_Evolved/mutations/xe_lilin.json b/data/mods/Xedra_Evolved/mutations/xe_lilin.json index 8d441fef1d97c..101289b05dd4a 100644 --- a/data/mods/Xedra_Evolved/mutations/xe_lilin.json +++ b/data/mods/Xedra_Evolved/mutations/xe_lilin.json @@ -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",