Skip to content

Commit

Permalink
Revise Damage Resistance to cover all locations except eyes, even for…
Browse files Browse the repository at this point in the history
… unknown body types (#320)
  • Loading branch information
richardwilkes authored Sep 20, 2024
1 parent 365f82a commit c881f83
Showing 1 changed file with 3 additions and 99 deletions.
102 changes: 3 additions & 99 deletions Library/Basic Set/Basic Set Traits.adq
Original file line number Diff line number Diff line change
Expand Up @@ -4922,113 +4922,17 @@
{
"type": "dr_bonus",
"locations": [
"skull"
"all"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"face"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"neck"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"torso"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"vitals"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"groin"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"arm"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"hand"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"leg"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"foot"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"tail"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"wing"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"fin"
],
"amount": 1,
"per_level": true
},
{
"type": "dr_bonus",
"locations": [
"brain"
"eye"
],
"amount": 1,
"amount": -1,
"per_level": true
}
],
Expand Down

0 comments on commit c881f83

Please sign in to comment.