Skip to content

Commit

Permalink
fix region droptables for scrolls
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 12, 2024
1 parent 9ce98d4 commit 26eb2df
Showing 1 changed file with 55 additions and 53 deletions.
108 changes: 55 additions & 53 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": 1728581605611,
"savedAt": 1728739868068,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -96485,6 +96485,8 @@
"_id": "01916bde-d3d7-7cc5-8162-029b5cb13e21"
},
{
"_id": "01916bde-d3d7-7cc5-8162-09018f34f0cf",
"isGlobal": false,
"regionName": "Risan",
"drops": [
{
Expand Down Expand Up @@ -96709,12 +96711,6 @@
"result": "Rune Scroll - Martial Agility I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Sterling Armor I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 300,
Expand Down Expand Up @@ -96785,11 +96781,54 @@
"result": "Lore Scroll - Gem - Risan Big Red Gem",
"chance": 1,
"maxChance": 10000
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Chilled Core I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Forged Fire I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Philosophers Stone I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Shadow Sheath I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Shadow Swap I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Totem Specialty I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 10000,
"result": "Rune Scroll - Wand Specialty I",
"noLuckBonus": false
}
],
"_id": "01916bde-d3d7-7cc5-8162-09018f34f0cf"
]
},
{
"_id": "01916bde-d3d7-7cc5-8162-15c624fc0250",
"isGlobal": false,
"regionName": "Antania",
"drops": [
{
Expand Down Expand Up @@ -97062,36 +97101,12 @@
"result": "Rune Scroll - Necrotic Focus I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Forged Fire I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Chilled Core I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Mana Pool I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Wand Specialty I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Totem Specialty I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
Expand All @@ -97104,24 +97119,6 @@
"result": "Rune Scroll - Darker Shadows I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Shadow Sheath I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Shadow Swap I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Philosophers Stone I",
"noLuckBonus": false
},
{
"chance": 1,
"maxChance": 4000,
Expand Down Expand Up @@ -97182,9 +97179,14 @@
"result": "Lore Scroll - Gem - Antanian Big Red Gem",
"chance": 1,
"maxChance": 10000
},
{
"chance": 1,
"maxChance": 4000,
"result": "Rune Scroll - Sterling Armor I",
"noLuckBonus": false
}
],
"_id": "01916bde-d3d7-7cc5-8162-15c624fc0250"
]
},
{
"regionName": "Elgun",
Expand Down

0 comments on commit 26eb2df

Please sign in to comment.