# salvage
construction-graph-tag-spationaut-hardsuit = spationaut hardsuit
+
+# clothing
+construction-graph-tag-backpack = backpack
delay: 0.5
- type: ExplosionResistance
damageCoefficient: 0.9
+ - type: Tag
+ tags:
+ - WhitelistChameleon
+ - Backpack
- type: entity
parent: ClothingBackpack
solution: tank
- type: ExaminableSolution
solution: tank
+
+- type: entity
+ parent: ClothingBackpack
+ id: ClothingBagPet
+ name: pet bag
+ description: A small bag designed for use by pets and small animals.
+ components:
+ - type: Sprite
+ sprite: Clothing/Back/Specific/petbag.rsi
+ - type: Storage
+ grid:
+ - 1,0,2,0
+ - 0,1,2,3
+ - 6,0,7,0
+ - 6,1,8,3
+ - type: Tag
+ tags:
+ - WhitelistChameleon
+ - CorgiWearable
+ - PetOnly
+ - type: Construction
+ graph: ClothingBagPet
+ node: bagPet
-- type: inventoryTemplate
+- type: inventoryTemplate
id: arachnid
slots:
- name: shoes
uiWindowPos: 3,0
strippingWindowPos: 0,5
displayName: Back
+ blacklist:
+ tags:
+ - PetOnly
- name: pocket4
slotTexture: web
-#human but no shoes
+#human but no shoes
- type: inventoryTemplate
id: diona
slots:
uiWindowPos: 3,0
strippingWindowPos: 0,5
displayName: Back
+ blacklist:
+ tags:
+ - PetOnly
-- type: inventoryTemplate
+- type: inventoryTemplate
id: human
slots:
- name: shoes
uiWindowPos: 3,0
strippingWindowPos: 0,5
displayName: Back
+ blacklist:
+ tags:
+ - PetOnly
whitelist:
tags:
- CorgiWearable
+ - name: back
+ slotTexture: back
+ fullTextureName: template_small
+ slotFlags: BACK
+ slotGroup: SecondHotbar
+ stripTime: 6
+ uiWindowPos: 3,0
+ strippingWindowPos: 0,5
+ displayName: Back
+ whitelist:
+ tags:
+ - CorgiWearable
--- /dev/null
+- type: constructionGraph
+ id: ClothingBagPet
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: bagPet
+ steps:
+ - tag: Backpack
+ name: construction-graph-tag-backpack
+ icon:
+ sprite: Clothing/Back/Backpacks/backpack.rsi
+ state: icon
+ doAfter: 1
+ - material: Cable
+ amount: 10
+ doAfter: 1
+ - node: bagPet
+ entity: ClothingBagPet
targetNode: scraphelmet
category: construction-category-clothing
objectType: Item
+
+- type: construction
+ id: ClothingBagPet
+ graph: ClothingBagPet
+ startNode: start
+ targetNode: bagPet
+ category: construction-category-clothing
+ objectType: Item
- type: Tag
id: ATVKeys
+- type: Tag
+ id: Backpack
+
- type: Tag
id: Balloon
- type: Tag
id: PercussionInstrument
+- type: Tag
+ id: PetOnly
+
- type: Tag
id: PetWearable
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprited by Sparlight (GitHub) for SS14. icon modified by Samuka-C (Github) to make the straps less ugly.",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-BACKPACK",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}