Skip to content

Commit

Permalink
[ Xedra Evolved ]Undine and Salamander no longer sweat (#75123)
Browse files Browse the repository at this point in the history
* Undine and Salamander no longer sweat

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Apply suggestions from code review

* Update data/mods/Xedra_Evolved/mutations/paraclesians/salamander_mutations.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_mutations.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Maleclypse and github-actions[bot] authored Jul 29, 2024
1 parent c96d56d commit 5ac6d4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,15 @@
"purifiable": false,
"profession": true,
"points": 2,
"enchantments": [ { "values": [ { "value": "WEAKNESS_TO_WATER", "add": -2 }, { "value": "THIRST", "multiply": -1 } ] } ],
"enchantments": [
{
"values": [
{ "value": "WEAKNESS_TO_WATER", "add": -0.000347 },
{ "value": "THIRST", "multiply": -1 },
{ "value": "SWEAT_MULTIPLIER", "multiply": -1 }
]
}
],
"ignored_by": [ "UNDINE" ],
"scent_type": "sc_fae",
"cancels": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"category": [ "SALAMANDER" ],
"prereqs": [ "SALAMANDER_SKIN_1" ],
"changes_to": [ "SALAMANDER_SKIN_3" ],
"enchantments": [ { "values": [ { "value": "WEAKNESS_TO_WATER", "add": 1 } ] } ],
"enchantments": [
{ "values": [ { "value": "WEAKNESS_TO_WATER", "multiply": 0.016 }, { "value": "SWEAT_MULTIPLIER", "multiply": -1 } ] }
],
"integrated_armor": [ "integrated_coal_skin" ],
"flags": [ "TOUGH_FEET" ]
},
Expand All @@ -41,7 +43,7 @@
"prereqs": [ "SALAMANDER_SKIN_2" ],
"threshreq": [ "THRESH_SALAMANDER" ],
"category": [ "SALAMANDER" ],
"enchantments": [ { "values": [ { "value": "WEAKNESS_TO_WATER", "add": 4 } ] } ],
"enchantments": [ { "values": [ { "value": "WEAKNESS_TO_WATER", "add": 4 }, { "value": "SWEAT_MULTIPLIER", "multiply": -1 } ] } ],
"integrated_armor": [ "integrated_flameskin" ]
},
{
Expand Down

0 comments on commit 5ac6d4a

Please sign in to comment.