diff --git a/assets/loot/36-biber.jpg b/assets/loot/36-biber.jpg new file mode 100644 index 00000000..f871eef5 Binary files /dev/null and b/assets/loot/36-biber.jpg differ diff --git a/src/service/lootData.ts b/src/service/lootData.ts index 631f7c36..72b1b53a 100644 --- a/src/service/lootData.ts +++ b/src/service/lootData.ts @@ -46,6 +46,7 @@ export enum LootKindId { THUNFISCHSHAKE = 33, KAFFEEMUEHLE = 34, AWS_RECHNUNG = 35, + BIBER = 36, } export enum LootAttributeClassId { @@ -475,6 +476,15 @@ export const lootTemplates: LootTemplate[] = [ emote: ":package:", asset: "assets/loot/35-aws-rechnung.png", }, + { + id: LootKindId.BIBER, + weight: 2, + displayName: "Süßer Biber", + titleText: "Bóbr", + dropDescription: "Bóbr kurwa! Ja pierdolę! Jakie bydlę!", + emote: ":beaver:", + asset: "assets/loot/36-biber.jpg", + }, ] as const; /* diff --git a/src/storage/migrations/10-loot-attributes.ts b/src/storage/migrations/10-loot-attributes.ts index f5eae9c3..a8a872b5 100644 --- a/src/storage/migrations/10-loot-attributes.ts +++ b/src/storage/migrations/10-loot-attributes.ts @@ -47,7 +47,7 @@ export async function up(db: Kysely) { .returningAll() .executeTakeFirstOrThrow(); - if (lootKindId === 1 /* LootKindId.KADSE */) { + if (lootKindId === 1 /* LootKindId.KADSE */ || lootKindId === 36 /* LootKindId.BIBER */) { await db .insertInto("lootAttribute") .values({