Skip to content

Commit

Permalink
[ Xedra Evolved ]Give Gracken stomach some climate control to offset …
Browse files Browse the repository at this point in the history
…the metabolism coldness. (#76435)

* Update xe_playable_gracken.json

* Update data/mods/Xedra_Evolved/mutations/xe_playable_gracken.json

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Maleclypse and github-actions[bot] authored Sep 17, 2024
1 parent cc302de commit d5e57fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/mods/Xedra_Evolved/mutations/xe_playable_gracken.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,15 @@
"purifiable": false,
"mixed_effect": true,
"points": 1,
"enchantments": [ { "values": [ { "value": "KCAL", "multiply": -1 }, { "value": "METABOLISM", "multiply": -0.8 } ] } ],
"enchantments": [
{
"values": [
{ "value": "KCAL", "multiply": -1 },
{ "value": "METABOLISM", "multiply": -0.8 },
{ "value": "CLIMATE_CONTROL_HEAT", "add": 30 }
]
}
],
"category": [ "GRACKEN" ],
"threshreq": [ "THRESH_SPECIES_GRACKEN" ]
},
Expand Down

0 comments on commit d5e57fa

Please sign in to comment.