Initial (#2655)
This commit is contained in:
@@ -55,3 +55,21 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- name: BoxSurvival
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: ClothingBackpackScience
|
||||
id: ClothingBackpackScienceFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- name: BoxSurvival
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: ClothingBackpackChemistry
|
||||
id: ClothingBackpackChemistryFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- name: BoxSurvival
|
||||
|
||||
@@ -104,6 +104,17 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Back/Backpacks/botany.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpack
|
||||
id: ClothingBackpackScience
|
||||
name: science backpack
|
||||
description: A backpack specially designed to repel stains and hazardous liquids.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Back/Backpacks/science.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Back/Backpacks/science.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpack
|
||||
id: ClothingBackpackHolding
|
||||
|
||||
@@ -18,8 +18,7 @@
|
||||
id: ResearchDirectorGear
|
||||
equipment:
|
||||
innerclothing: ClothingUniformJumpsuitResearchDirector
|
||||
# Note to Swept add science backpacks
|
||||
backpack: ClothingBackpackFilled
|
||||
backpack: ClothingBackpackScienceFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
idcard: RnDPDA
|
||||
ears: ClothingHeadsetScience
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id: ScientistGear
|
||||
equipment:
|
||||
innerclothing: ClothingUniformJumpsuitScientist
|
||||
backpack: ClothingBackpackFilled
|
||||
backpack: ClothingBackpackScienceFilled
|
||||
shoes: ClothingShoesColorWhite
|
||||
outerclothing: ClothingOuterCoatLab
|
||||
idcard: SciencePDA
|
||||
|
||||
Reference in New Issue
Block a user