Skip to content

Commit

Permalink
add large monster resistance differences
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Oct 2, 2023
1 parent 0ab0dba commit c7b432d
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
13 changes: 13 additions & 0 deletions objects/largeDifferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"resistances": {
"affected": [
"confusion",
"sleep",
"paralysis",
"stun",
"poison",
"instant_death"
],
"bonus": 50
}
}
59 changes: 59 additions & 0 deletions objects/resistances.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"fire": {
"name": "Fire"
},
"water": {
"name": "Water"
},
"wind": {
"name": "Wind"
},
"earth": {
"name": "Earth"
},
"explosions": {
"name": "Explosions"
},
"ice": {
"name": "Ice"
},
"electricity": {
"name": "Electricity"
},
"light": {
"name": "Light"
},
"dark": {
"name": "Dark"
},
"debilitation": {
"name": "Debilitation"
},
"bedazzlement": {
"name": "Bedazzlement"
},
"antimagic": {
"name": "Antimagic"
},
"mp_absorption": {
"name": "MP Absorption"
},
"confusion": {
"name": "Confusion"
},
"sleep": {
"name": "Sleep"
},
"paralysis": {
"name": "Paralysis"
},
"stun": {
"name": "Stun"
},
"poison": {
"name": "Poison"
},
"instant_death": {
"name": "Instant Death"
}
}

0 comments on commit c7b432d

Please sign in to comment.