Skip to content

Commit

Permalink
Added unarmed damage to Hammerhand [MoM] (#71561)
Browse files Browse the repository at this point in the history
* added 6 bash to hammer hand

* Update psions_summon_items.json

added missing comma

* Update data/mods/MindOverMatter/items/psions_summon_items.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
Nebnis and github-actions[bot] authored Feb 8, 2024
1 parent 6114e4f commit 5473133
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/mods/MindOverMatter/items/psions_summon_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"symbol": "$",
"color": "pink",
"flags": [
"PERSONAL",
"UNBREAKABLE",
"ZERO_WEIGHT",
"ALLOWS_NATURAL_ATTACKS",
"INTEGRATED",
"PADDED",
"OUTER",
"SEMITANGIBLE",
"ONLY_ONE",
"WATER_FRIENDLY",
Expand All @@ -63,7 +63,8 @@
[ "PRY", 2 ]
],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "MAX_MANA", "add": 0 } ] } ] },
"armor": [ { "encumbrance": 0, "coverage": 0, "covers": [ "hand_l", "hand_r" ] } ]
"armor": [ { "encumbrance": 0, "coverage": 0, "covers": [ "hand_l", "hand_r" ] } ],
"melee_damage": { "bash": 6 }
},
{
"id": "biokin_enhance_mobility_item_1",
Expand Down

0 comments on commit 5473133

Please sign in to comment.