Skip to content

Commit

Permalink
Merge pull request #74995 from Standing-Storm/vampire-form-tweaks
Browse files Browse the repository at this point in the history
[Xedra Evolved] Vampire form tweaks
  • Loading branch information
Maleclypse authored Jul 13, 2024
2 parents 14d933b + 0a69d63 commit 80a017e
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions data/mods/Xedra_Evolved/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@
{ "value": "SPEED", "multiply": 0.1 },
{ "value": "MELEE_DAMAGE", "multiply": -0.95 },
{ "value": "NIGHT_VIS", "add": 6 },
{ "value": "DEXTERITY", "add": 8 }
{ "value": "DEXTERITY", "add": 8 },
{ "value": "CRAFTING_SPEED_MULTIPLIER", "multiply": -1000 }
],
"ench_effects": [ { "effect": "effect_vampire_bat_form_levitation", "intensity": 1 } ],
"skills": [ { "value": "dodge", "add": 8 } ]
Expand Down Expand Up @@ -640,6 +641,7 @@
"purifiable": false,
"valid": false,
"player_display": false,
"//": "The second enchantment takes into account the effects of the mutations added by the first enchantment, whose own enchantments do not transfer over due to bug #74994. If that bug is fixed, it can be deleted.",
"enchantments": [
{
"condition": "ALWAYS",
Expand All @@ -648,10 +650,20 @@
{ "value": "RANGE", "multiply": -1 },
{ "value": "DEXTERITY", "add": 2 },
{ "value": "NIGHT_VIS", "add": 8 },
{ "value": "MELEE_DAMAGE", "multiply": 0.2 }
{ "value": "MELEE_DAMAGE", "multiply": 0.2 },
{ "value": "CRAFTING_SPEED_MULTIPLIER", "multiply": -1000 }
],
"mutations": [ "FANGS", "MUZZLE", "TAIL_FLUFFY", "PAWS", "LUPINE_FUR", "LUPINE_EARS", "PERSISTENCE_HUNTER2", "PRED3" ]
},
{
"condition": "ALWAYS",
"values": [
{ "value": "STAMINA_REGEN_MOD", "add": 0.2 },
{ "value": "HEARING_MULT", "multiply": 0.75 },
{ "value": "COMBAT_CATCHUP", "multiply": 2 },
{ "value": "DODGE_CHANCE", "add": 4 }
]
},
{
"condition": { "and": [ { "u_has_flag": "QUADRUPED_CROUCH" }, { "u_has_flag": "QUADRUPED_RUN" }, { "not": "u_can_drop_weapon" } ] },
"values": [ { "value": "MOVE_COST", "multiply": -0.15 } ],
Expand All @@ -665,7 +677,7 @@
],
"flags": [ "PRED3", "QUADRUPED_CROUCH", "QUADRUPED_RUN" ],
"override_look": { "id": "mon_wolf", "tile_category": "monster" },
"integrated_armor": [ "integrated_fangs" ]
"integrated_armor": [ "integrated_fangs", "integrated_lupine_fur" ]
},
{
"type": "mutation",
Expand Down

0 comments on commit 80a017e

Please sign in to comment.