Skip to content

Commit

Permalink
Merge pull request #76300 from Maleclypse/Fix-vampire-requiring-extra…
Browse files Browse the repository at this point in the history
…-calories

[ Xedra Evolved ] Fix Metabolism in the vampire traits
  • Loading branch information
akrieger authored Sep 10, 2024
2 parents 240cfd2 + e069aaf commit 7538565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/Xedra_Evolved/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"flags": [ "CANNIBAL", "ALBINO", "DAYFEAR", "HEMOVORE" ],
"enchantments": [
{ "condition": { "not": "is_day" }, "values": [ { "value": "OVERMAP_SIGHT", "add": 1 } ] },
{ "values": [ { "value": "STAMINA_REGEN_MOD", "add": 0.1 }, { "value": "METABOLISM", "multiply": 0.8 } ] }
{ "values": [ { "value": "STAMINA_REGEN_MOD", "add": 0.2 }, { "value": "METABOLISM", "multiply": -0.2 } ] }
]
},
{
Expand Down Expand Up @@ -471,8 +471,8 @@
"enchantments": [
{
"values": [
{ "value": "STAMINA_REGEN_MOD", "add": 0.1 },
{ "value": "METABOLISM", "multiply": 0.5 },
{ "value": "STAMINA_REGEN_MOD", "add": 0.5 },
{ "value": "METABOLISM", "multiply": -0.5 },
{ "value": "DISINFECTANT_BONUS", "multiply": -1 },
{ "value": "BANDAGE_BONUS", "multiply": -1 }
]
Expand Down

0 comments on commit 7538565

Please sign in to comment.