Skip to content

Commit 0dfdb63

Browse files
committed
Belts, Boots, Earrings Refactor
1 parent 4795fde commit 0dfdb63

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed
30.8 KB
Binary file not shown.

Zolian.Server.Base/GameScripts/Creations/RewardScript.cs

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ public abstract class RewardScript
8787
["Flame Fortified Girdle", "Wind Fortified Girdle", "Earth Fortified Girdle", "Sea Fortified Girdle"],
8888
[(226, 249)] = null,
8989
[(250, 299)] = ["Cursed Belt", "Polished Hybrasyl Girdle"],
90-
[(300, 349)] = null,
90+
[(300, 349)] = ["Dark Red Plamit Belt", "Light Red Plamit Belt"],
9191
[(350, 399)] = null,
92-
[(400, 449)] = null,
93-
[(450, 500)] = null,
94-
[(501, 550)] = null,
95-
[(551, 600)] = null,
96-
[(601, 650)] = null,
92+
[(400, 449)] = ["Flame Sarnath Cingulum", "Wind Sarnath Cingulum", "Earth Sarnath Cingulum", "Sea Sarnath Cingulum"],
93+
[(450, 500)] = ["Voided Sarnath Cingulum", "Divine Sarnath Cingulum"],
94+
[(501, 550)] = ["Flame-Etched Dragon's Cingulum", "Wind-Etched Dragon's Cingulum", "Earth-Etched Dragon's Cingulum", "Sea-Etched Dragon's Cingulum"],
95+
[(551, 600)] = ["Flame-Etched Dragon's Cingulum", "Wind-Etched Dragon's Cingulum", "Earth-Etched Dragon's Cingulum", "Sea-Etched Dragon's Cingulum", "Void-Etched Dragon's Cingulum", "Holy-Etched Dragon's Cingulum"],
96+
[(601, 650)] = ["Void-Etched Dragon's Cingulum", "Holy-Etched Dragon's Cingulum"],
9797
[(651, 700)] = null,
9898
[(701, 750)] = null,
9999
[(751, 800)] = null,
@@ -123,13 +123,13 @@ public abstract class RewardScript
123123
[(201, 225)] = ["Mythic Slippers", "Hybrasyl Boots"],
124124
[(226, 249)] = ["Shinguards"],
125125
[(250, 299)] = ["Leather Strapped Sabatons"],
126-
[(300, 349)] = null,
127-
[(350, 399)] = null,
128-
[(400, 449)] = null,
129-
[(450, 500)] = null,
130-
[(501, 550)] = null,
131-
[(551, 600)] = null,
132-
[(601, 650)] = null,
126+
[(300, 349)] = ["Red Plamit Boots"],
127+
[(350, 399)] = ["Red Plamit Boots", "Silver Dragon Boots", "Golden Dragon Boots"],
128+
[(400, 449)] = ["Silver Dragon Boots", "Golden Dragon Boots"],
129+
[(450, 500)] = ["Atlantis Sandals"],
130+
[(501, 550)] = ["Atlantis Sandals", "Depth Voyagers"],
131+
[(551, 600)] = ["Obsidian Tipped Voyagers"],
132+
[(601, 650)] = ["Laced Obsidian Boots"],
133133
[(651, 700)] = null,
134134
[(701, 750)] = null,
135135
[(751, 800)] = null,
@@ -177,10 +177,10 @@ public abstract class RewardScript
177177
[(350, 399)] = ["Gold Triforce Earrings", "Empowered Gold Triforce Earrings"],
178178
[(400, 449)] = ["Stone Studded Clips"],
179179
[(450, 500)] = ["Rioga Orb Earrings"],
180-
[(501, 550)] = null,
181-
[(551, 600)] = null,
182-
[(601, 650)] = null,
183-
[(651, 700)] = null,
180+
[(501, 550)] = ["Cailius Jewel"],
181+
[(551, 600)] = ["Cailius Jewel", "Dual Cailius Jewels"],
182+
[(601, 650)] = ["Ruby Imperius Earrings", "Emerald Imperius Earrings"],
183+
[(651, 700)] = ["Golden Imperius Earrings"],
184184
[(701, 750)] = null,
185185
[(751, 800)] = null,
186186
[(801, 850)] = null,

0 commit comments

Comments
 (0)