Skip to content

Commit

Permalink
Removes damage from archery bracers, adds weakpoint accuracy. (#78731)
Browse files Browse the repository at this point in the history
* Update enchanted_bracers.json

* Update enchanted_bracers.json

* Update enchanted_bracers.json

* Update enchanted_bracers.json

* Update data/mods/Magiclysm/items/enchanted_bracers.json

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

* Changes WEAKPOINT_ACCURACY to an enchantment effect.

* Update data/mods/Magiclysm/effects/effects.json

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

* divide archery skill multiplier by 3

* Lint

---------

Co-authored-by: Maleclypse <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anton Simakov <[email protected]>
  • Loading branch information
4 people authored Jan 8, 2025
1 parent 92f70f2 commit 24bc2cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 8 additions & 0 deletions data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1723,6 +1723,14 @@
"rating": "good",
"base_mods": { "hit_mod": [ 2 ] }
},
{
"type": "effect_type",
"id": "archerybracers",
"name": [ "" ],
"desc": [ "" ],
"rating": "good",
"enchantments": [ { "values": [ { "value": "WEAKPOINT_ACCURACY", "multiply": { "math": [ "1+((u_skill('archery'))/3)" ] } } ] } ]
},
{
"type": "effect_type",
"id": "effect_feral_stormshaper_stormhammer",
Expand Down
8 changes: 2 additions & 6 deletions data/mods/Magiclysm/items/enchanted_bracers.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,8 @@
{
"has": "WORN",
"condition": { "u_has_wielded_with_flag": "SHEATH_BOW" },
"values": [
{ "value": "RANGED_DAMAGE", "multiply": 0.25 },
{ "value": "RANGE", "multiply": 0.2 },
{ "value": "WEAPON_DISPERSION", "multiply": -0.33 }
],
"ench_effects": [ { "effect": "effect_plus_two_to_hit", "intensity": 1 } ]
"values": [ { "value": "RANGE", "multiply": 0.2 }, { "value": "WEAPON_DISPERSION", "multiply": -0.33 } ],
"ench_effects": [ { "effect": "effect_plus_two_to_hit", "intensity": 1 }, { "effect": "archerybracers", "intensity": 1 } ]
}
]
}
Expand Down

0 comments on commit 24bc2cd

Please sign in to comment.