Skip to content

Commit

Permalink
Added a new dynamic object.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Sep 6, 2024
1 parent 1368319 commit 780eaeb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
local ObjectDB = ObjectDB; for objectID,objectData in pairs({
[410877] = {
readable = "Scarlet Munitions",
model = 1984114,
text = {
en = "Scarlet Munitions",
es = "Munición Escarlata",
de = "Scharlachrote Munition",
fr = "Munitions écarlates",
it = "Munizioni Scarlatte",
pt = "Munições Escarlate",
ru = "Боеприпасы Алого ордена",
ko = "붉은십자군 군수품",
cn = "血色弹药",
tw = "Scarlet Munitions",
},
},
[411762] = {
readable = "Bomb Location",
model = 985362,
text = {
en = "Bomb Location",
es = "Ubicación de bomba",
de = "Bombenstandort",
fr = "Emplacement de la bombe",
it = "Posizione Esplosivi",
pt = "Local de Bomba",
ru = "Местонахождение бомбы",
ko = "폭탄 위치",
cn = "炸弹位置",
tw = "Bomb Location",
},
},
})
do ObjectDB[objectID] = objectData; end
3 changes: 2 additions & 1 deletion .contrib/Parser/lib/Functions/Dynamic Header IDs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ HeaderAssignments = {
["March"] = -1000151,
["March of the Tadpoles"] = -1000222,
["May"] = -1000153,
["Memory of Scholomance"] = -1001028,
["Merciless Gladiator"] = -1000128,
["Mereldar Fishing Derby"] = -1000977,
["Midsummer Fire Festival"] = -1000223,
Expand Down Expand Up @@ -518,4 +519,4 @@ HeaderAssignments = {
["Zone Rewards"] = -1000045,
["Zskera Vaults"] = -1000937,
};
NextHeaderID = -1001028;
NextHeaderID = -1001029;

0 comments on commit 780eaeb

Please sign in to comment.