Skip to content

Commit

Permalink
Adjust rates
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Oct 8, 2024
1 parent cd6db1e commit 53df38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/lootData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export enum LootKindId {
export const lootTemplates: LootTemplate[] = [
{
id: LootKindId.NICHTS,
weight: 35,
weight: 32,
displayName: "Nichts",
titleText: "✨Nichts✨",
dropDescription: "¯\\_(ツ)_/¯",
Expand Down Expand Up @@ -378,7 +378,7 @@ export const lootTemplates: LootTemplate[] = [
},
{
id: LootKindId.SCHICHTBEGINN_ASSE_2,
weight: 9,
weight: 12,
displayName: "Wärter Asse II",
titleText: "Den Schichtbeginn in der Asse II",
dropDescription: "Deine Wärterschicht bei der Asse II beginnt!",
Expand Down

0 comments on commit 53df38f

Please sign in to comment.