ed
This commit is contained in:
parent
ad74a2d686
commit
0156a8765f
2 changed files with 60 additions and 126 deletions
|
@ -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!'
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue