This commit is contained in:
BIGZi0348
2024-12-01 23:17:46 +03:00
parent bed3ad8da9
commit 1cfb561f62
3 changed files with 14 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ ent-SeniorResearcherPDA = ПДА ведущего исследователя
ent-SeniorPhysicianPDA = ПДА медицинского офицера ent-SeniorPhysicianPDA = ПДА медицинского офицера
.desc = Слабо пахнет железом и химикатами. Имеет встроенный анализатор здоровья. .desc = Слабо пахнет железом и химикатами. Имеет встроенный анализатор здоровья.
ent-SeniorOfficerPDA = ПДА ветерана СБ ent-SeniorOfficerPDA = ПДА ветерана СБ
.desc = Избитые, потрепанные и сломанные, но едва пригодные для использования. .desc = Избитый, потрепанный и сломанный, но едва пригодный для использования.
ent-SeniorSalvagePDA = ПДА охотника карго ent-SeniorSalvagePDA = ПДА охотника карго
.desc = Потрепанный и воняющий кровью с потом, но пригодный для использования. .desc = Потрепанный и воняющий кровью с потом, но пригодный для использования.
ent-PinpointerUniversal = универсальный пинпоинтер ent-PinpointerUniversal = универсальный пинпоинтер

View File

@@ -904,7 +904,7 @@
- type: Unremoveable - type: Unremoveable
- type: entity - type: entity
parent: EngineeringIDCard parent: IDCardStandard
id: SeniorEngineerIDCard id: SeniorEngineerIDCard
name: senior engineer ID card name: senior engineer ID card
components: components:
@@ -912,9 +912,11 @@
layers: layers:
- state: default - state: default
- state: idseniorengineer - state: idseniorengineer
- type: PresetIdCard
job: SeniorEngineer
- type: entity - type: entity
parent: ResearchIDCard parent: IDCardStandard
id: SeniorResearcherIDCard id: SeniorResearcherIDCard
name: senior researcher ID card name: senior researcher ID card
components: components:
@@ -922,9 +924,11 @@
layers: layers:
- state: default - state: default
- state: idseniorresearcher - state: idseniorresearcher
- type: PresetIdCard
job: SeniorResearcher
- type: entity - type: entity
parent: MedicalIDCard parent: IDCardStandard
id: SeniorPhysicianIDCard id: SeniorPhysicianIDCard
name: senior physician ID card name: senior physician ID card
components: components:
@@ -932,9 +936,11 @@
layers: layers:
- state: default - state: default
- state: idseniorphysician - state: idseniorphysician
- type: PresetIdCard
job: SeniorPhysician
- type: entity - type: entity
parent: SecurityIDCard parent: IDCardStandard
id: SeniorOfficerIDCard id: SeniorOfficerIDCard
name: senior officer ID card name: senior officer ID card
components: components:
@@ -942,3 +948,5 @@
layers: layers:
- state: default - state: default
- state: idseniorofficer - state: idseniorofficer
- type: PresetIdCard
job: SeniorOfficer

View File

@@ -30,7 +30,7 @@
- Maintenance - Maintenance
- Service - Service
- External - External
- Medical - Cryogenics
special: special:
- !type:AddImplantSpecial - !type:AddImplantSpecial
implants: [ MindShieldImplant ] implants: [ MindShieldImplant ]