Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing T5 Rares to Factory #4178

Merged
merged 2 commits into from
May 12, 2024

Conversation

LtRipley36706
Copy link
Member

per Xenocide:

Removed
30129 (Hieroglyph of Crossbow Mastery)
30156 (Hieroglyph of Mace Mastery)

Added:
30138 (Pictograph of Focus)
45361 (Hieroglyph of Dirty Fighting Mastery)
45362 (Hieroglyph of Dual Wield Mastery)
45363 (Hieroglyph of Recklessness Mastery)
45364 (Hieroglyph of Shield Mastery)
45365 (Hieroglyph of Sneak Attack Mastery)
70001 (Hieroglyph of Void Magic Mastery)
70002 (Hieroglyph of Two Handed Weapons Mastery)
70003 (Hieroglyph of Summoning Mastery)

per Xenocide:

Removed
30129 (Hieroglyph of Crossbow Mastery)
30156 (Hieroglyph of Mace Mastery)

Added:
30138 (Pictograph of Focus)
45361 (Hieroglyph of Dirty Fighting Mastery)
45362 (Hieroglyph of Dual Wield Mastery)
45363 (Hieroglyph of Recklessness Mastery)
45364 (Hieroglyph of Shield Mastery)
45365 (Hieroglyph of Sneak Attack Mastery)
70001 (Hieroglyph of Void Magic Mastery)
70002 (Hieroglyph of Two Handed Weapons Mastery)
70003 (Hieroglyph of Summoning Mastery)
@@ -30,7 +30,7 @@ public static void InitRares()
var tier3Rares = new HashSet<int>() { 30250, 30251, 30252, 30258, 52034 };

var tier4Rares = new HashSet<int>() { 30352, 30353, 30354, 30355, 30356, 30357, 30358, 30359, 30360, 30361, 30362, 30363, 30364, 30365, 30366, 30367, 30368, 30369, 30370, 30371, 30372, 30373, 30510, 30511, 30512, 30513, 30514, 30515, 30516, 30517, 30518, 30519, 30520, 30521, 30522, 30523, 30524, 30525, 30526, 30527, 30528, 30529, 30530, 30531, 30532, 30533, 30534 };
var tier5Rares = new HashSet<int>() { 30074, 30075, 30076, 30077, 30078, 30079, 30080, 30081, 30082, 30083, 30084, 30085, 30086, 30087, 30088, 30089, 30090, 30091, 30092, 30093, 30094, 30095, 30096, 30097, 30098, 30099, 30100, 30101, 30102, 30103, 30104, 30105, 30106, 30110, 30111, 30112, 30113, 30114, 30115, 30116, 30117, 30118, 30119, 30120, 30121, 30122, 30123, 30124, 30125, 30126, 30127, 30128, 30129, 30130, 30131, 30132, 30133, 30134, 30135, 30136, 30137, 30139, 30140, 30141, 30142, 30143, 30144, 30145, 30146, 30147, 30148, 30149, 30150, 30151, 30152, 30153, 30154, 30155, 30156, 30157, 30158, 30159, 30160, 30161, 30162, 30163, 30164, 30165, 30166, 30167, 30168, 30169, 30171, 30173, 30174, 30175, 30176, 30179, 30180, 30247, 30248, 30249, 30253, 30254, 30936 };
var tier5Rares = new HashSet<int>() { 30074, 30075, 30076, 30077, 30078, 30079, 30080, 30081, 30082, 30083, 30084, 30085, 30086, 30087, 30088, 30089, 30090, 30091, 30092, 30093, 30094, 30095, 30096, 30097, 30098, 30099, 30100, 30101, 30102, 30103, 30104, 30105, 30106, 30110, 30111, 30112, 30113, 30114, 30115, 30116, 30117, 30118, 30119, 30120, 30121, 30122, 30123, 30124, 30125, 30126, 30127, 30128, 30130, 30131, 30132, 30133, 30134, 30135, 30136, 30137, 30138, 30139, 30140, 30141, 30142, 30143, 30144, 30145, 30146, 30147, 30148, 30149, 30150, 30151, 30152, 30153, 30154, 30155, 30157, 30158, 30159, 30160, 30161, 30162, 30163, 30164, 30165, 30166, 30167, 30168, 30169, 30171, 30173, 30174, 30175, 30176, 30179, 30180, 30247, 30248, 30249, 30253, 30254, 30936, 45361, 45362, 45363, 45364, 45365, 70001, 70002, 70003 };
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo in future: consider switching this over to WeenieClassName for readability

@LtRipley36706 LtRipley36706 merged commit 4b75c53 into ACEmulator:master May 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants