Skip to content

Commit

Permalink
Added Defense Protocol and Protocol Inferno headers for future work r…
Browse files Browse the repository at this point in the history
…efactoring how they appear in the classic version of the DB.
  • Loading branch information
DFortun81 committed Nov 10, 2024
1 parent f31e4c0 commit fc9035c
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .contrib/Parser/lib/Functions/Dynamic Header IDs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ HeaderAssignments = {
["Deadly Gladiator"] = -1000131,
["December"] = -1000160,
["Defeat a Lieutenant"] = -1000191,
["Defense Protocol Alpha"] = -1001051,
["Defense Protocol Beta"] = -1001052,
["Defense Protocol Gamma"] = -1001053,
["Delve Completion"] = -1001041,
["Delver's Dirigible Schematic"] = -1001033,
["Delves"] = -1000907,
Expand Down Expand Up @@ -320,6 +323,7 @@ HeaderAssignments = {
["Poor"] = -1000106,
["Primal Storms"] = -1000924,
["Professions"] = -1000030,
["Protocol Inferno"] = -1001054,
["Proving Grounds"] = -1000084,
["PvP"] = -1000144,
["Quests"] = -1000031,
Expand Down Expand Up @@ -534,4 +538,4 @@ HeaderAssignments = {
["Zone Rewards"] = -1000045,
["Zskera Vaults"] = -1000937,
};
NextHeaderID = -1001051;
NextHeaderID = -1001055;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DEFENSE_PROTOCOL_ALPHA = createHeader({
readable = "Defense Protocol Alpha",
icon = 236514,
text = {
en = "Defense Protocol Alpha",
es = "Protocolo de defensa Alfa",
de = "Verteidigungsprotokoll Alpha",
fr = "Protocole de défense Alpha",
it = "[Defense Protocol Alpha]",
pt = "Protocolo de Defesa Alfa",
ru = "Защитный протокол \"Альфа\"",
ko = "방어 프로토콜 알파",
cn = "防御协议阿尔法",
},
});
15 changes: 15 additions & 0 deletions .contrib/Parser/lib/Headers/Difficulties/Defense Protocol Beta.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DEFENSE_PROTOCOL_BETA = createHeader({
readable = "Defense Protocol Beta",
icon = 236516,
text = {
en = "Defense Protocol Beta",
es = "Protocolo de defensa Beta",
de = "Verteidigungsprotokoll Beta",
fr = "Protocole de défense Bêta",
it = "[Defense Protocol Beta]",
pt = "Protocolo de Defesa Beta",
ru = "Защитный протокол \"Бета\"",
ko = "방어 프로토콜 베타",
cn = "防御协议贝塔",
},
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DEFENSE_PROTOCOL_GAMMA = createHeader({
readable = "Defense Protocol Gamma",
icon = 236521,
text = {
en = "Defense Protocol Gamma",
es = "Protocolo de defensa Gamma",
de = "Verteidigungsprotokoll Gamma",
fr = "Protocole de défense Gamma",
it = "[Defense Protocol Gamma]",
pt = "Protocolo de Defesa Gama",
ru = "Защитный протокол \"Гамма\"",
ko = "방어 프로토콜 감마",
cn = "防御协议伽马",
},
});
15 changes: 15 additions & 0 deletions .contrib/Parser/lib/Headers/Difficulties/Protocol Inferno.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
PROTOCOL_INFERNO = createHeader({
readable = "Protocol Inferno",
icon = 512617,
text = {
en = "Protocol Inferno",
es = "Protocolo Inferno",
de = "Protokoll Inferno",
fr = "Protocole Inferno",
it = "[Protocol Inferno]",
pt = "Protocolo Inferno",
ru = "Протокол \"Пекло\"",
ko = "프로토콜 지옥불",
cn = "地狱火协议",
},
});

0 comments on commit fc9035c

Please sign in to comment.