Skip to content

Commit

Permalink
Reparsed all flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrage committed Jul 21, 2024
1 parent 95d6e7d commit 1b25856
Show file tree
Hide file tree
Showing 14 changed files with 619 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
local ObjectDB = ObjectDB; for objectID,objectData in pairs({
[206638] = {
readable = "Refrigeration Pipe",
model = 197736,
text = {
en = "Refrigeration Pipe",
es = "Conducto de refrigeración",
de = "Kühlleitung",
fr = "Conduit de réfrigération",
it = "Condotto di Refrigerazione",
pt = "Cano de Refrigeração",
ru = "Холодильная труба",
ko = "냉각 수송관",
cn = "冷凝管",
},
},
[206639] = {
readable = "Refrigeration Pipe",
model = 197737,
text = {
en = "Refrigeration Pipe",
es = "Conducto de refrigeración",
de = "Kühlleitung",
fr = "Conduit de réfrigération",
it = "Condotto di Refrigerazione",
pt = "Cano de Refrigeração",
ru = "Холодильная труба",
ko = "냉각 수송관",
cn = "冷凝管",
},
},
[206640] = {
readable = "Refrigeration Pipe",
model = 197738,
text = {
en = "Refrigeration Pipe",
es = "Conducto de refrigeración",
de = "Kühlleitung",
fr = "Conduit de réfrigération",
it = "Condotto di Refrigerazione",
pt = "Cano de Refrigeração",
ru = "Холодильная труба",
ko = "냉각 수송관",
cn = "冷凝管",
},
},
[206641] = {
readable = "Refrigeration Pipe",
model = 197739,
text = {
en = "Refrigeration Pipe",
es = "Conducto de refrigeración",
de = "Kühlleitung",
fr = "Conduit de réfrigération",
it = "Condotto di Refrigerazione",
pt = "Cano de Refrigeração",
ru = "Холодильная труба",
ko = "냉각 수송관",
cn = "冷凝管",
},
},
})
do ObjectDB[objectID] = objectData; end
14 changes: 7 additions & 7 deletions db/Cata/Categories.lua

Large diffs are not rendered by default.

Loading

0 comments on commit 1b25856

Please sign in to comment.