Причина для беженцев

This commit is contained in:
BIGZi0348
2025-03-10 22:46:08 +03:00
parent dc2067d215
commit 0bbcb3ccf5
4 changed files with 74 additions and 6 deletions

View File

@@ -15,3 +15,9 @@ ent-SpaceCash1000 = кредиты
ent-SpaceCash1000000 = кредиты
.suffix = 1000000
.desc = { ent-SpaceCash.desc }
ent-SpaceCash20000 = кредиты
.suffix = 20000
.desc = { ent-SpaceCash.desc }
ent-SpaceCash30000 = кредиты
.suffix = 30000
.desc = { ent-SpaceCash.desc }

View File

@@ -379,7 +379,7 @@
head: ClothingHeadMirror
neck: ClothingCloakCmo
id: CMOPDA
back: ClothingBackpackMedical
back: ClothingBackpackMedicalAnotherSector # WD
ears: ClothingHeadsetCMOAnotherSector # WD
belt: ClothingBeltMedical
outerClothing: ClothingOuterCoatLabCmo
@@ -392,7 +392,7 @@
head: ClothingHeadHatBeretCmo
neck: ClothingNeckMantleCMO
id: CMOPDA
back: ClothingBackpackSatchelMedical
back: ClothingBackpackSatchelMedicalAnotherSector # WD
ears: ClothingHeadsetCMOAnotherSector # WD
belt: ClothingBeltMedical
outerClothing: ClothingOuterCoatLabCmo
@@ -408,7 +408,7 @@
head: ClothingHeadHatCaptain
neck: ClothingNeckCloakCap
id: CaptainPDA
back: ClothingBackpackCaptain
back: ClothingBackpackCaptainAnotherSector # WD
ears: ClothingHeadsetAltCommandAnotherSector # WD
outerClothing: ClothingOuterArmorCaptainCarapace
@@ -422,7 +422,7 @@
head: ClothingHeadHatCapcap
neck: ClothingNeckMantleCap
id: CaptainPDA
back: ClothingBackpackSatchelCaptain
back: ClothingBackpackSatchelCaptainAnotherSector # WD
ears: ClothingHeadsetAltCommandAnotherSector # WD
outerClothing: ClothingOuterArmorCaptainCarapace
@@ -435,7 +435,7 @@
head: ClothingHeadHatBeretRND
neck: ClothingNeckCloakRd
id: RnDPDA
back: ClothingBackpackScience
back: ClothingBackpackScienceAnotherSector # WD
ears: ClothingHeadsetRDAnotherSector # WD
outerClothing: ClothingOuterCoatRD
@@ -447,6 +447,6 @@
head: ClothingHeadHatBeretRND
neck: ClothingNeckMantleRD
id: RnDPDA
back: ClothingBackpackSatchelScience
back: ClothingBackpackSatchelScienceAnotherSector # WD
ears: ClothingHeadsetRDAnotherSector # WD
outerClothing: ClothingOuterCoatRD

View File

@@ -0,0 +1,31 @@
- type: entity
noSpawn: true
parent: ClothingBackpackMedical
id: ClothingBackpackMedicalAnotherSector
components:
- type: StorageFill
contents:
- id: OmnizineChemistryBottle
- id: OmnizineChemistryBottle
- id: OmnizineChemistryBottle
- type: entity
noSpawn: true
parent: ClothingBackpackCaptain
id: ClothingBackpackCaptainAnotherSector
components:
- type: StorageFill
contents:
- id: SpaceCash30000
- type: entity
noSpawn: true
parent: ClothingBackpackScience
id: ClothingBackpackScienceAnotherSector
components:
- type: StorageFill
contents:
- id: ResearchDisk10000
- id: ResearchDisk10000
- id: ResearchDisk10000
- id: ResearchDisk10000

View File

@@ -0,0 +1,31 @@
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelMedical
id: ClothingBackpackSatchelMedicalAnotherSector
components:
- type: StorageFill
contents:
- id: OmnizineChemistryBottle
- id: OmnizineChemistryBottle
- id: OmnizineChemistryBottle
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelCaptain
id: ClothingBackpackSatchelCaptainAnotherSector
components:
- type: StorageFill
contents:
- id: SpaceCash30000
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelScience
id: ClothingBackpackSatchelScienceAnotherSector
components:
- type: StorageFill
contents:
- id: ResearchDisk10000
- id: ResearchDisk10000
- id: ResearchDisk10000
- id: ResearchDisk10000