1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-24 21:44:23 +02:00
parent dd8ac41f1c
commit ed01656877
5 changed files with 11 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

View file

@ -34,4 +34,15 @@ Config.TipBoxes = {
minTip = 1, -- Minimaler Trinkgeldbetrag minTip = 1, -- Minimaler Trinkgeldbetrag
maxTip = 1000 -- Maximaler Trinkgeldbetrag maxTip = 1000 -- Maximaler Trinkgeldbetrag
}, },
['coffe_cute'] = {
label = 'Coffe Cute Trinkgeldbox',
tipLabel = 'Trinkgeld geben',
collectLabel = 'Trinkgeldbox leeren',
propModel = 'ex_mp_h_acc_bottle_01', -- Prop Model für Dackel
minTip = 1, -- Minimaler Trinkgeldbetrag
maxTip = 1000 -- Maximaler Trinkgeldbetrag
},
} }