1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-09 12:21:18 +02:00
parent bfee06a90e
commit e54d60c7eb
2 changed files with 28 additions and 4 deletions

View file

@ -17,7 +17,7 @@ config.metadata = {
{ metadata = "nationality", value = "Nationality:" }, { metadata = "nationality", value = "Nationality:" },
{ metadata = "quality", value = "Quality:" }, { metadata = "quality", value = "Quality:" },
}, },
driver_license = { driver_licensea = {
{ metadata = "firstname", value = "First Name:" }, { metadata = "firstname", value = "First Name:" },
{ metadata = "lastname", value = "Last Name:" }, { metadata = "lastname", value = "Last Name:" },
{ metadata = "birthdate", value = "Birth Date:" }, { metadata = "birthdate", value = "Birth Date:" },

View file

@ -10882,10 +10882,10 @@ itemsData = {
image = 'schrot.png', image = 'schrot.png',
name = 'schrot', name = 'schrot',
}, },
driver_license= { driver_licensea= {
shouldClose = true, shouldClose = true,
type = 'item', type = 'item',
description = 'Du hast den Lappen und wir alle Angst!^^', description = 'Motorradführschein',
weight = 10, weight = 10,
label = 'Führerschein', label = 'Führerschein',
unique = true, unique = true,
@ -10893,6 +10893,30 @@ itemsData = {
image = 'driver_license.png', image = 'driver_license.png',
name = 'driver_license', name = 'driver_license',
}, },
driver_licenseb= {
shouldClose = true,
type = 'item',
description = 'Autoführerschein',
weight = 10,
label = 'Führerschein',
unique = true,
useable = true,
image = 'driver_license.png',
name = 'driver_license',
},
driver_licensec= {
shouldClose = true,
type = 'item',
description = 'LKW Führerschein',
weight = 10,
label = 'Führerschein',
unique = true,
useable = true,
image = 'driver_license.png',
name = 'driver_license',
},
id_card= { id_card= {
shouldClose = true, shouldClose = true,
type = 'item', type = 'item',
@ -10918,7 +10942,7 @@ itemsData = {
greencard= { greencard= {
shouldClose = true, shouldClose = true,
type = 'item', type = 'item',
description = 'Deine Zeitlich begrenzte Genehmigung für deine LS aufenthalt.', description = 'Deine Zeitlich begrenzte Genehmigung für deinen LS aufenthalt.',
weight = 10, weight = 10,
label = 'Greencard', label = 'Greencard',
unique = true, unique = true,