Skip to content

Commit

Permalink
Add more loot
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Jul 28, 2024
1 parent 6297939 commit e00f7e3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Binary file added assets/loot/24-crowdstrike.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/loot/25-powerade-blau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/service/loot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export enum LootTypeId {
RADIOACTIVE_WASTE = 21,
SAHNE = 22,
AEHRE = 23,
CROWDSTRIKE = 24,
POWERADE_BLAU = 25,
}
const lootTemplates: loot.LootTemplate[] = [
{
Expand Down Expand Up @@ -305,6 +307,23 @@ const lootTemplates: loot.LootTemplate[] = [
await ehre.addPoints(winner.id, 1);
},
},
{
id: LootTypeId.CROWDSTRIKE,
weight: 1,
displayName: "Crowdstrike Falcon",
titleText: "Crowdstrike Falcon Installation",
description: "Bitti nicht rebooti und Bilocki nutzi",
emote: ":eagle:",
asset: "assets/loot/24-crowdstrike.jpg",
},
{
id: LootTypeId.POWERADE_BLAU,
weight: 1,
displayName: "Blaue Powerade",
titleText: "Blaue Powerade",
description: "Efrischend erquickend. Besonders mit Vodka. Oder Korn.",
asset: "assets/loot/24-powerrade-blau.jpg"
},
] as const;

/*
Expand Down

0 comments on commit e00f7e3

Please sign in to comment.