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

View File

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

View File

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