@@ -137,6 +137,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
137137 [ LootKind . DOENER ] : {
138138 id : LootKind . DOENER ,
139139 weight : 5 ,
140+ timeBasedWeight : {
141+ evening : 10 ,
142+ } ,
140143 displayName : "Döner" ,
141144 titleText : "Einen Döner" ,
142145 dropDescription : "Bewahre ihn gut als Geldanlage auf!" ,
@@ -156,6 +159,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
156159 [ LootKind . KRANKSCHREIBUNG ] : {
157160 id : LootKind . KRANKSCHREIBUNG ,
158161 weight : 0.5 ,
162+ timeBasedWeight : {
163+ morning : 1 ,
164+ } ,
159165 displayName : "Arbeitsunfähigkeitsbescheinigung" ,
160166 titleText : "Einen gelben Urlaubsschein" ,
161167 dropDescription : "Benutze ihn weise!" ,
@@ -222,6 +228,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
222228 [ LootKind . AYRAN ] : {
223229 id : LootKind . AYRAN ,
224230 weight : 1 ,
231+ timeBasedWeight : {
232+ evening : 2 ,
233+ } ,
225234 displayName : "Ayran" ,
226235 titleText : "Einen Ayran" ,
227236 dropDescription : "Der gute von Müller" ,
@@ -242,6 +251,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
242251 [ LootKind . TRICHTER ] : {
243252 id : LootKind . TRICHTER ,
244253 weight : 1 ,
254+ timeBasedWeight : {
255+ evening : 2 ,
256+ } ,
245257 displayName : "Trichter" ,
246258 titleText : "Einen Trichter" ,
247259 dropDescription : "Für die ganz großen Schlücke" ,
@@ -313,6 +325,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
313325 [ LootKind . OETTINGER ] : {
314326 id : LootKind . OETTINGER ,
315327 weight : 1 ,
328+ timeBasedWeight : {
329+ morning : 2 ,
330+ } ,
316331 displayName : "Oettinger" ,
317332 titleText : "Ein warmes Oettinger" ,
318333 dropDescription : "Ja dann Prost ne!" ,
@@ -370,6 +385,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
370385 [ LootKind . SAHNE ] : {
371386 id : LootKind . SAHNE ,
372387 weight : 1 ,
388+ timeBasedWeight : {
389+ evening : 2 ,
390+ } ,
373391 displayName : "Sprühsahne" ,
374392 titleText : "Sprühsahne" ,
375393 dropDescription : "Fürs Frühstück oder so" ,
@@ -414,6 +432,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
414432 [ LootKind . GAULOISES_BLAU ] : {
415433 id : LootKind . GAULOISES_BLAU ,
416434 weight : 1 ,
435+ timeBasedWeight : {
436+ evening : 2 ,
437+ } ,
417438 displayName : "Gauloises Blau" ,
418439 titleText : "Eine Schachtel Gauloises Blau" ,
419440 dropDescription :
@@ -496,6 +517,9 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
496517 [ LootKind . KAFFEEMUEHLE ] : {
497518 id : LootKind . KAFFEEMUEHLE ,
498519 weight : 1 ,
520+ timeBasedWeight : {
521+ morning : 2 ,
522+ } ,
499523 displayName : "Kaffeemühle" ,
500524 titleText : "Eine Kaffeemühle für 400€" ,
501525 dropDescription : "Kann Kaffee mühlen. Und das gut. Mit Gold." ,
0 commit comments