forked from Simnation/Main
ed
This commit is contained in:
parent
875c8448e1
commit
c81ae4bb6d
219 changed files with 8036 additions and 7 deletions
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 105 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 99 KiB |
BIN
resources/[inventory]/inventory_images/images/weaponlicense.png
Normal file
BIN
resources/[inventory]/inventory_images/images/weaponlicense.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
|
@ -1,4 +1,4 @@
|
|||
config.shopMoneyType = "cash"
|
||||
--config.shopMoneyType = "cash"
|
||||
|
||||
--config.ShopLocations = {
|
||||
--- {
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue