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

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 = кредиты ent-SpaceCash1000000 = кредиты
.suffix = 1000000 .suffix = 1000000
.desc = { ent-SpaceCash.desc } .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 head: ClothingHeadMirror
neck: ClothingCloakCmo neck: ClothingCloakCmo
id: CMOPDA id: CMOPDA
back: ClothingBackpackMedical back: ClothingBackpackMedicalAnotherSector # WD
ears: ClothingHeadsetCMOAnotherSector # WD ears: ClothingHeadsetCMOAnotherSector # WD
belt: ClothingBeltMedical belt: ClothingBeltMedical
outerClothing: ClothingOuterCoatLabCmo outerClothing: ClothingOuterCoatLabCmo
@@ -392,7 +392,7 @@
head: ClothingHeadHatBeretCmo head: ClothingHeadHatBeretCmo
neck: ClothingNeckMantleCMO neck: ClothingNeckMantleCMO
id: CMOPDA id: CMOPDA
back: ClothingBackpackSatchelMedical back: ClothingBackpackSatchelMedicalAnotherSector # WD
ears: ClothingHeadsetCMOAnotherSector # WD ears: ClothingHeadsetCMOAnotherSector # WD
belt: ClothingBeltMedical belt: ClothingBeltMedical
outerClothing: ClothingOuterCoatLabCmo outerClothing: ClothingOuterCoatLabCmo
@@ -408,7 +408,7 @@
head: ClothingHeadHatCaptain head: ClothingHeadHatCaptain
neck: ClothingNeckCloakCap neck: ClothingNeckCloakCap
id: CaptainPDA id: CaptainPDA
back: ClothingBackpackCaptain back: ClothingBackpackCaptainAnotherSector # WD
ears: ClothingHeadsetAltCommandAnotherSector # WD ears: ClothingHeadsetAltCommandAnotherSector # WD
outerClothing: ClothingOuterArmorCaptainCarapace outerClothing: ClothingOuterArmorCaptainCarapace
@@ -422,7 +422,7 @@
head: ClothingHeadHatCapcap head: ClothingHeadHatCapcap
neck: ClothingNeckMantleCap neck: ClothingNeckMantleCap
id: CaptainPDA id: CaptainPDA
back: ClothingBackpackSatchelCaptain back: ClothingBackpackSatchelCaptainAnotherSector # WD
ears: ClothingHeadsetAltCommandAnotherSector # WD ears: ClothingHeadsetAltCommandAnotherSector # WD
outerClothing: ClothingOuterArmorCaptainCarapace outerClothing: ClothingOuterArmorCaptainCarapace
@@ -435,7 +435,7 @@
head: ClothingHeadHatBeretRND head: ClothingHeadHatBeretRND
neck: ClothingNeckCloakRd neck: ClothingNeckCloakRd
id: RnDPDA id: RnDPDA
back: ClothingBackpackScience back: ClothingBackpackScienceAnotherSector # WD
ears: ClothingHeadsetRDAnotherSector # WD ears: ClothingHeadsetRDAnotherSector # WD
outerClothing: ClothingOuterCoatRD outerClothing: ClothingOuterCoatRD
@@ -447,6 +447,6 @@
head: ClothingHeadHatBeretRND head: ClothingHeadHatBeretRND
neck: ClothingNeckMantleRD neck: ClothingNeckMantleRD
id: RnDPDA id: RnDPDA
back: ClothingBackpackSatchelScience back: ClothingBackpackSatchelScienceAnotherSector # WD
ears: ClothingHeadsetRDAnotherSector # WD ears: ClothingHeadsetRDAnotherSector # WD
outerClothing: ClothingOuterCoatRD 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