diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl index 272755b58a..f3380b4bf8 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl @@ -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 } diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 967f131e8e..aeaefb8ce9 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -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 diff --git a/Resources/Prototypes/_White/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_White/Entities/Clothing/Back/backpacks.yml new file mode 100644 index 0000000000..74ad7da4fb --- /dev/null +++ b/Resources/Prototypes/_White/Entities/Clothing/Back/backpacks.yml @@ -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 diff --git a/Resources/Prototypes/_White/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/_White/Entities/Clothing/Back/satchel.yml new file mode 100644 index 0000000000..68688ab23b --- /dev/null +++ b/Resources/Prototypes/_White/Entities/Clothing/Back/satchel.yml @@ -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