Skip to content

Commit

Permalink
Merge pull request chaosvolt#416 from Sohex/20240310
Browse files Browse the repository at this point in the history
Update to replace modifiers with enchantments to reflect upstream changes
  • Loading branch information
chaosvolt authored Mar 10, 2024
2 parents 64bb1e8 + 0a2f8b8 commit 9f8155e
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 136 deletions.
37 changes: 25 additions & 12 deletions Arcana/mutations/mutations_dragonblood.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,14 @@
"values": [
{ "value": "METABOLISM", "multiply": 0.25 },
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.5 },
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.125 }
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.125 },
{ "value": "STAMINA_REGEN_MOD", "add": 0.5 }
]
}
],
"healing_awake": 0.5,
"healing_multiplier": 1.25,
"mending_modifier": 0.5,
"stamina_regen_modifier": 0.5,
"vitamin_rates": [ [ "blood", -5 ], [ "redcells", -5 ] ],
"flags": [ "PRED1" ]
},
Expand All @@ -318,14 +318,14 @@
"values": [
{ "value": "METABOLISM", "multiply": 0.5 },
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 1.0 },
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.25 }
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.25 },
{ "value": "STAMINA_REGEN_MOD", "add": 0.666 }
]
}
],
"healing_awake": 1.0,
"healing_multiplier": 1.5,
"mending_modifier": 1.0,
"stamina_regen_modifier": 0.666,
"social_modifiers": { "persuade": -25, "intimidate": 25 },
"vitamin_rates": [ [ "blood", -3 ], [ "redcells", -3 ] ],
"flags": [ "PRED2" ]
Expand All @@ -351,14 +351,14 @@
"values": [
{ "value": "METABOLISM", "multiply": 0.75 },
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 1.25 },
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.375 }
{ "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.375 },
{ "value": "STAMINA_REGEN_MOD", "add": 0.75 }
]
}
],
"healing_awake": 2.5,
"healing_multiplier": 2.25,
"mending_modifier": 2.5,
"stamina_regen_modifier": 0.75,
"social_modifiers": { "persuade": -25, "intimidate": 25 },
"active": true,
"cost": 500,
Expand Down Expand Up @@ -511,7 +511,6 @@
"encumbrance_always": [ [ "leg_l", 5 ], [ "leg_r", 5 ], [ "foot_l", 5 ], [ "foot_r", 5 ] ],
"encumbrance_covered": [ [ "leg_l", 5 ], [ "leg_r", 5 ] ],
"restricts_gear": [ "foot_l", "foot_r" ],
"noise_modifier": 2.0,
"attacks": [
{
"attack_text_u": "You rake %s with your toe claws",
Expand All @@ -523,7 +522,11 @@
"allowed_items": [ "ALLOWS_TALONS" ],
"enchantments": [
{
"values": [ { "value": "MOVECOST_FLATGROUND_MOD", "multiply": -0.125 }, { "value": "MOVECOST_OBSTACLE_MOD", "multiply": 0.375 } ]
"values": [
{ "value": "MOVECOST_FLATGROUND_MOD", "multiply": -0.125 },
{ "value": "MOVECOST_OBSTACLE_MOD", "multiply": 0.375 },
{ "value": "FOOTSTEP_NOISE", "multiply": 1.0 }
]
}
]
},
Expand All @@ -544,7 +547,6 @@
"types": [ "LEGS", "FEET" ],
"encumbrance_covered": [ [ "leg_l", 5 ], [ "leg_r", 5 ] ],
"restricts_gear": [ "foot_l", "foot_r" ],
"noise_modifier": 1.5,
"attacks": [
{
"attack_text_u": "You rake %s with your toe claws",
Expand All @@ -556,7 +558,11 @@
"allowed_items": [ "ALLOWS_TALONS" ],
"enchantments": [
{
"values": [ { "value": "MOVECOST_FLATGROUND_MOD", "multiply": -0.25 }, { "value": "MOVECOST_OBSTACLE_MOD", "multiply": 0.25 } ]
"values": [
{ "value": "MOVECOST_FLATGROUND_MOD", "multiply": -0.25 },
{ "value": "MOVECOST_OBSTACLE_MOD", "multiply": 0.25 },
{ "value": "FOOTSTEP_NOISE", "multiply": 0.5 }
]
}
]
},
Expand Down Expand Up @@ -684,11 +690,18 @@
"types": [ "SIZE" ],
"social_modifiers": { "intimidate": 20 },
"craft_skill_bonus": [ [ "computer", -2 ], [ "electronics", -2 ], [ "mechanics", -2 ], [ "tailor", -2 ] ],
"reading_speed_multiplier": 1.25,
"scent_intensity": 1200,
"scent_type": "sc_dragonblood",
"anger_relations": [ [ "DRAGON", -100 ], [ "FUNGUS", 25 ], [ "MAMMAL", 15 ], [ "BIRD", 15 ], [ "REPTILE", 15 ] ],
"enchantments": [ "ENCH_DRAGONBLOOD_KNOCKDOWN", { "values": [ { "value": "STRENGTH", "add": 2 }, { "value": "MAX_HP", "add": 25 }, { "value": "CARRY_WEIGHT", "multiply": 0.05 } ] } ],
"enchantments": [
"ENCH_DRAGONBLOOD_KNOCKDOWN",
{
"values": [
{ "value": "STRENGTH", "add": 2 },
{ "value": "MAX_HP", "add": 25 },
{ "value": "CARRY_WEIGHT", "multiply": 0.05 },
{ "value": "READING_SPEED_MULTIPLIER", "multiply": 0.25 }
] } ],
"flags": [ "PRED4", "LARGE", "PSYCHOPATH" ]
}
]
Loading

0 comments on commit 9f8155e

Please sign in to comment.