nukie jumpsuits and skirts sensors off (#10267)

This commit is contained in:
Justin Trotter
2022-08-13 08:57:49 -05:00
committed by GitHub
parent 6329e2a377
commit 3a3128566d
3 changed files with 39 additions and 39 deletions

View File

@@ -1,7 +1,34 @@
- type: entity - type: entity
abstract: true abstract: true
parent: Clothing parent: Clothing
id: ClothingWithSuitSensor id: UnsensoredClothingUniformBase
components:
- type: Sprite
state: icon
- type: Clothing
slots: [innerclothing]
equipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: Butcherable
butcheringType: Knife
spawned:
- id: MaterialCloth1
amount: 3
- type: entity
abstract: true
parent: UnsensoredClothingUniformBase
id: UnsensoredClothingUniformSkirtBase
components:
- type: Clothing
slots: [innerclothing]
femaleMask: UniformTop
- type: entity
abstract: true
parent: UnsensoredClothingUniformBase
id: ClothingUniformBase
components: components:
- type: SuitSensor - type: SuitSensor
- type: DeviceNetwork - type: DeviceNetwork
@@ -12,35 +39,9 @@
- type: entity - type: entity
abstract: true abstract: true
parent: ClothingWithSuitSensor parent: ClothingUniformBase
id: ClothingUniformBase
components:
- type: Sprite
state: icon
- type: Clothing
slots: [innerclothing]
equipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: Butcherable
butcheringType: Knife
spawned:
- id: MaterialCloth1
amount: 3
- type: entity
abstract: true
parent: ClothingWithSuitSensor
id: ClothingUniformSkirtBase id: ClothingUniformSkirtBase
components: components:
- type: Sprite
state: icon
- type: Clothing - type: Clothing
slots: [innerclothing] slots: [innerclothing]
femaleMask: UniformTop femaleMask: UniformTop
equipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: Butcherable
butcheringType: Knife
spawned:
- id: MaterialCloth1
amount: 3

View File

@@ -521,7 +521,7 @@
sprite: Clothing/Uniforms/Jumpskirt/hosformaldress.rsi sprite: Clothing/Uniforms/Jumpskirt/hosformaldress.rsi
- type: entity - type: entity
parent: ClothingUniformSkirtBase parent: UnsensoredClothingUniformSkirtBase
id: ClothingUniformJumpskirtOperative id: ClothingUniformJumpskirtOperative
name: operative jumpskirt name: operative jumpskirt
description: Uniform for elite syndicate operatives performing tactical operations in deep space. description: Uniform for elite syndicate operatives performing tactical operations in deep space.
@@ -552,4 +552,3 @@
sprite: Clothing/Uniforms/Jumpskirt/janimaid.rsi sprite: Clothing/Uniforms/Jumpskirt/janimaid.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/janimaid.rsi sprite: Clothing/Uniforms/Jumpskirt/janimaid.rsi

View File

@@ -670,7 +670,7 @@
sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi
- type: entity - type: entity
parent: ClothingUniformBase parent: UnsensoredClothingUniformBase
id: ClothingUniformJumpsuitPyjamaSyndicateBlack id: ClothingUniformJumpsuitPyjamaSyndicateBlack
name: black syndicate pyjamas name: black syndicate pyjamas
description: For those long nights in perma. description: For those long nights in perma.
@@ -681,7 +681,7 @@
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicateblack.rsi sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicateblack.rsi
- type: entity - type: entity
parent: ClothingUniformBase parent: UnsensoredClothingUniformBase
id: ClothingUniformJumpsuitPyjamaSyndicatePink id: ClothingUniformJumpsuitPyjamaSyndicatePink
name: pink syndicate pyjamas name: pink syndicate pyjamas
description: For those long nights in perma. description: For those long nights in perma.
@@ -692,7 +692,7 @@
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatepink.rsi sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatepink.rsi
- type: entity - type: entity
parent: ClothingUniformBase parent: UnsensoredClothingUniformBase
id: ClothingUniformJumpsuitPyjamaSyndicateRed id: ClothingUniformJumpsuitPyjamaSyndicateRed
name: red syndicate pyjamas name: red syndicate pyjamas
description: For those long nights in perma. description: For those long nights in perma.
@@ -747,7 +747,7 @@
sprite: Clothing/Uniforms/Jumpsuit/hosformal.rsi sprite: Clothing/Uniforms/Jumpsuit/hosformal.rsi
- type: entity - type: entity
parent: ClothingUniformBase parent: UnsensoredClothingUniformBase
id: ClothingUniformJumpsuitOperative id: ClothingUniformJumpsuitOperative
name: operative jumpsuit name: operative jumpsuit
description: Uniform for elite syndicate operatives performing tactical operations in deep space. description: Uniform for elite syndicate operatives performing tactical operations in deep space.