forked from Simnation/Main
ed
This commit is contained in:
parent
84031a9c3f
commit
3cc1d14b39
91 changed files with 2596 additions and 2913 deletions
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
resources/[inventory]/inventory_images/images/keyring.png
Normal file
BIN
resources/[inventory]/inventory_images/images/keyring.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
resources/[inventory]/inventory_images/images/vehiclekeys.png
Normal file
BIN
resources/[inventory]/inventory_images/images/vehiclekeys.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
|
@ -10926,7 +10926,37 @@ itemsData = {
|
|||
image = 'greencard.png',
|
||||
name = 'greencard',
|
||||
},
|
||||
|
||||
|
||||
|
||||
vehiclekeys= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'Schlüssel für deine Karre',
|
||||
weight = 100,
|
||||
label = 'Fahrzeugschlüssel',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'vehiclekeys.png',
|
||||
name = 'greencard',
|
||||
},
|
||||
keyring= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'Ein Ring Sie alle zu knechten...',
|
||||
weight = 100,
|
||||
label = 'Schlüsselring',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'keyring.png',
|
||||
name = 'keyring',
|
||||
},
|
||||
aftermarket_locks= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'Ein Ring Sie alle zu knechten...',
|
||||
weight = 100,
|
||||
label = 'Wechsel Schließsystem',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'aftermarket_locks.png',
|
||||
name = 'aftermarket_locks',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue