Skip to content

Commit a334647

Browse files
committed
Add blei
1 parent 8a4cb16 commit a334647

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

assets/loot/37-blei.png

159 KB
Loading

src/service/lootData.ts

+11
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export enum LootKindId {
4747
KAFFEEMUEHLE = 34,
4848
AWS_RECHNUNG = 35,
4949
BIBER = 36,
50+
BLEI = 37,
5051
}
5152

5253
export enum LootAttributeClassId {
@@ -484,6 +485,16 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
484485
asset: "assets/loot/36-biber.jpg",
485486
initialAttributes: [LootAttributeKindId.SWEET],
486487
},
488+
[LootKindId.BLEI]: {
489+
id: LootKindId.BLEI,
490+
weight: ACHTUNG_NICHT_DROPBAR_WEIGHT_KG,
491+
displayName: "Blei",
492+
titleText: "Einen Block Blei",
493+
dropDescription: "Ganz schön schwer.",
494+
emote: ":rock:",
495+
asset: "assets/loot/37-blei.png",
496+
initialAttributes: [],
497+
},
487498
} as const;
488499

489500
export const lootTemplates: LootTemplate[] = Object.values(lootTemplateMap);

0 commit comments

Comments
 (0)