-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Defense Protocol and Protocol Inferno headers for future work r…
…efactoring how they appear in the classic version of the DB.
- Loading branch information
Showing
5 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.contrib/Parser/lib/Headers/Difficulties/Defense Protocol Alpha.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
15
.contrib/Parser/lib/Headers/Difficulties/Defense Protocol Beta.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "防御协议贝塔", | ||
}, | ||
}); |
15 changes: 15 additions & 0 deletions
15
.contrib/Parser/lib/Headers/Difficulties/Defense Protocol Gamma.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
15
.contrib/Parser/lib/Headers/Difficulties/Protocol Inferno.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "地狱火协议", | ||
}, | ||
}); |