1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-04 04:28:47 +02:00
parent 875c8448e1
commit c81ae4bb6d
219 changed files with 8036 additions and 7 deletions

View file

@ -1,4 +1,4 @@
config.shopMoneyType = "cash"
--config.shopMoneyType = "cash"
--config.ShopLocations = {
--- {

View file

@ -10915,5 +10915,38 @@ itemsData = {
image = 'schrot.png',
name = 'schrot',
},
driver_license= {
shouldClose = true,
type = 'item',
description = 'Du hast den Lappen und wir alle Angst!^^',
weight = 10,
label = 'Führerschein',
unique = true,
useable = true,
image = 'driver_license.png',
name = 'driver_license',
},
id_card= {
shouldClose = true,
type = 'item',
description = 'Der Beweis, dass du alt genug bist, um erwachsene Entscheidungen zu bereuen.',
weight = 10,
label = 'Personalausweis',
unique = true,
useable = true,
image = 'id_card.png',
name = 'id_card',
},
weaponlicense= {
shouldClose = true,
type = 'item',
description = 'Mit dem Schein bist du offiziell gefährlicher als dein Sarkasmus.',
weight = 10,
label = 'Waffenschein',
unique = true,
useable = true,
image = 'weaponlicense.png',
name = 'weaponlicense',
},
}