vend tweaks and clothes (#14961)

This commit is contained in:
potato1234_x
2023-03-31 14:31:51 +10:00
committed by GitHub
parent be2d3c4277
commit dbf9f71ee8
66 changed files with 380 additions and 24 deletions

View File

@@ -120,6 +120,15 @@
- type: Sprite
sprite: Clothing/Back/Backpacks/virology.rsi
- type: entity
parent: ClothingBackpack
id: ClothingBackpackGenetics
name: genetics backpack
description: A backpack designed to be super tough, just in case someone hulks out on you.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/genetics.rsi
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSalvage

View File

@@ -92,6 +92,15 @@
components:
- type: Sprite
sprite: Clothing/Back/Duffels/virology.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelGenetics
name: genetics duffel bag
description: A large duffel bag for holding extra genetic mutations.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/genetics.rsi
- type: entity
parent: ClothingBackpackDuffel

View File

@@ -68,6 +68,15 @@
components:
- type: Sprite
sprite: Clothing/Back/Satchels/virology.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelGenetics
name: genetics satchel
description: A sterile satchel with geneticist colours.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/genetics.rsi
- type: entity
parent: ClothingBackpackSatchel

View File

@@ -94,12 +94,12 @@
- type: Armor
modifiers:
coefficients:
Caustic: 0.9
Caustic: 0.75
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatLabChem
name: lab coat (chem)
name: chemist lab coat
description: A suit that protects against minor chemical spills. Has an orange stripe on the shoulder.
components:
- type: Sprite
@@ -114,7 +114,7 @@
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatLabViro
name: lab coat (viro)
name: virologist lab coat
description: A suit that protects against bacteria and viruses. Has an green stripe on the shoulder.
components:
- type: Sprite
@@ -124,7 +124,23 @@
- type: Armor
modifiers:
coefficients:
Caustic: 0.9
Caustic: 0.75
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatLabGene
name: geneticist lab coat
description: A suit that protects against minor chemical spills. Has an blue stripe on the shoulder.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/labcoat_gene.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/labcoat_gene.rsi
- type: Armor
modifiers:
coefficients:
Caustic: 0.75
- type: entity

View File

@@ -79,6 +79,28 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/chemistry.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpskirtVirology
name: virology jumpskirt
description: It's made of a special fiber that gives special protection against biohazards. It has a virologist rank stripe on it.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/virology.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/virology.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpskirtGenetics
name: genetics jumpskirt
description: It's made of a special fiber that gives special protection against biohazards. It has a geneticist rank stripe on it.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/genetics.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/genetics.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCMO

View File

@@ -139,6 +139,28 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/chemistry.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitVirology
name: virology jumpsuit
description: It's made of a special fiber that gives special protection against biohazards. It has a virologist rank stripe on it.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/virology.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/virology.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitGenetics
name: genetics jumpsuit
description: It's made of a special fiber that gives special protection against biohazards. It has a geneticist rank stripe on it.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/genetics.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/genetics.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitClown