This commit is contained in:
Nordi98 2025-07-28 22:51:59 +02:00
parent ad74a2d686
commit 0156a8765f
2 changed files with 60 additions and 126 deletions

View file

@ -10,22 +10,18 @@ Config.PfandautomatProps = {
Config.ConsumableItems = {
['beer'] = {
pfandItem = 'empty_glasbootle',
chance = 100, -- 100% Chance Pfand zu bekommen
label = 'Bier'
},
['water_bottle'] = {
pfandItem = 'empty_bottle',
chance = 100,
label = 'Wasserflasche'
},
['ecola_dose'] = {
pfandItem = 'soda_can',
chance = 100,
label = 'Cola'
},
['sprunk_dose'] = {
pfandItem = 'soda_can',
chance = 100,
label = 'Sprite'
},
}
@ -62,5 +58,5 @@ Config.Locale = {
['processing'] = 'Verarbeite Pfand...',
['select_items'] = 'Wähle die Artikel aus, die du einlösen möchtest:',
['pfand_received'] = 'Du hast %s erhalten!',
['pfand_bottle_broken'] = 'Die Flasche ist beim Trinken zerbrochen!'
}