forked from Simnation/Main
ed
This commit is contained in:
parent
2f2d0b1103
commit
7fd278affb
15 changed files with 22 additions and 4055 deletions
BIN
resources/[inventory]/inventory_images/images/greencard.png
Normal file
BIN
resources/[inventory]/inventory_images/images/greencard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
|
@ -8,6 +8,15 @@ config.metadata = {
|
|||
{ metadata = "nationality", value = "Nationality:" },
|
||||
{ metadata = "quality", value = "Quality:" },
|
||||
},
|
||||
greencard = {
|
||||
{ metadata = "citizenid", value = "CSN:" },
|
||||
{ metadata = "firstname", value = "First Name:" },
|
||||
{ metadata = "lastname", value = "Last Name:" },
|
||||
{ metadata = "birthdate", value = "Birth Date:" },
|
||||
{ metadata = "gender", value = "Gender:" },
|
||||
{ metadata = "nationality", value = "Nationality:" },
|
||||
{ metadata = "quality", value = "Quality:" },
|
||||
},
|
||||
driver_license = {
|
||||
{ metadata = "firstname", value = "First Name:" },
|
||||
{ metadata = "lastname", value = "Last Name:" },
|
||||
|
|
|
@ -10915,5 +10915,18 @@ itemsData = {
|
|||
image = 'weaponlicense.png',
|
||||
name = 'weaponlicense',
|
||||
},
|
||||
greencard= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'Deine Zeitlich begrenzte Genehmigung für deine LS aufenthalt.',
|
||||
weight = 10,
|
||||
label = 'Greencard',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'greencard.png',
|
||||
name = 'greencard',
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue