Skip to content

Commit

Permalink
fix droppool trait scrolls to not be too unreasoanble
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 14, 2024
1 parent 4b0cddc commit 6646787
Showing 1 changed file with 9 additions and 41 deletions.
50 changes: 9 additions & 41 deletions mods/BaseGameContent.rairmod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BaseGameContent",
"author": "Seiyria",
"version": 1,
"savedAt": 1728904645449,
"savedAt": 1728905205714,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -15793,20 +15793,20 @@
"skillOnKill": 50,
"otherStats": {},
"hp": {
"min": 64000,
"max": 70000
"min": 54400,
"max": 59500
},
"mp": {
"min": 3200,
"max": 3500
"min": 6400,
"max": 7000
},
"giveXp": {
"min": 8600,
"max": 9800
"min": 9890,
"max": 11270
},
"gold": {
"min": 1400,
"max": 2000
"min": 1609,
"max": 2300
},
"monsterGroup": "CaveApprentice",
"avoidWater": false,
Expand Down Expand Up @@ -15911,14 +15911,6 @@
"max": 1
},
"items": [
{
"result": "Rune Scroll - Holy Affliction I",
"chance": 1
},
{
"result": "Rune Scroll - Effective Supporter I",
"chance": 1
},
{
"result": "Rune Scroll - Thermal Barrier I",
"chance": 1
Expand Down Expand Up @@ -27046,18 +27038,10 @@
"result": "Rune Scroll - Necrotic Focus I",
"chance": 1
},
{
"result": "Rune Scroll - Totem Specialty I",
"chance": 1
},
{
"result": "Rune Scroll - Necrotic Ward I",
"chance": 1
},
{
"result": "Rune Scroll - Irresistible Stun I",
"chance": 1
},
{
"result": "Rune Scroll - Energy Focus I",
"chance": 1
Expand All @@ -27070,22 +27054,6 @@
"result": "Rune Scroll - Ice Focus I",
"chance": 1
},
{
"result": "Rune Scroll - Forged Fire I",
"chance": 1
},
{
"result": "Rune Scroll - Wand Specialty I",
"chance": 1
},
{
"result": "Rune Scroll - Chilled Core I",
"chance": 1
},
{
"result": "Rune Scroll - Shadow Swap I",
"chance": 1
},
{
"result": "Rune Scroll - Darker Shadows I",
"chance": 1
Expand Down

0 comments on commit 6646787

Please sign in to comment.