Remove the shock collar. (#31229)

* Remove the shock collar.

* add migration
This commit is contained in:
LankLTE
2024-08-21 10:56:56 -07:00
committed by GitHub
parent 89c59398f1
commit 0f6808e16a
9 changed files with 5 additions and 76 deletions

View File

@@ -20,7 +20,7 @@
- id: ClothingOuterHardsuitWarden
- id: HoloprojectorSecurity
- id: BookSpaceLaw
- id: ClothingNeckShockCollar
- id: ClothingBackpackElectropack
amount: 2
- id: RemoteSignaller
amount: 2
@@ -46,7 +46,7 @@
- id: DoorRemoteArmory
- id: HoloprojectorSecurity
- id: BookSpaceLaw
- id: ClothingNeckShockCollar
- id: ClothingBackpackElectropack
amount: 2
- id: RemoteSignaller
amount: 2

View File

@@ -1,36 +0,0 @@
- type: entity
parent: Clothing
id: ClothingNeckShockCollar
name: shock collar
suffix: SelfUnremovable
description: An electric collar that shocks on the signal.
components:
- type: Item
size: Small
- type: Sprite
sprite: Clothing/Neck/Misc/shock_collar.rsi
state: icon
- type: Clothing
sprite: Clothing/Neck/Misc/shock_collar.rsi
stripDelay: 10
equipDelay: 5 # to avoid accidentally falling into the trap associated with SelfUnremovableClothing
quickEquip: true
slots:
- neck
- type: SelfUnremovableClothing
- type: ShockOnTrigger
damage: 5
duration: 3
cooldown: 4
- type: TriggerOnSignal
- type: DeviceLinkSink
ports:
- Trigger
- type: GuideHelp
guides:
- Security
- type: StealTarget
stealGroup: ClothingNeckShockCollar
- type: Tag
tags:
- WhitelistChameleon

View File

@@ -73,7 +73,6 @@
ForensicScannerStealObjective: 1 #sec
FlippoEngravedLighterStealObjective: 0.5
ClothingHeadHatWardenStealObjective: 1
ClothingNeckShockCollarStealObjective: 1
ClothingOuterHardsuitVoidParamedStealObjective: 1 #med
MedicalTechFabCircuitboardStealObjective: 1
ClothingHeadsetAltMedicalStealObjective: 1

View File

@@ -270,13 +270,6 @@
sprite: Clothing/Neck/Medals/clownmedal.rsi
state: icon
- type: stealTargetGroup
id: ClothingNeckShockCollar
name: shock collar
sprite:
sprite: Clothing/Neck/Misc/shock_collar.rsi
state: icon
#Thief structures
- type: stealTargetGroup

View File

@@ -316,17 +316,6 @@
- type: Objective
difficulty: 1
- type: entity
parent: BaseThiefStealObjective
id: ClothingNeckShockCollarStealObjective
components:
- type: NotJobRequirement
job: Warden
- type: StealCondition
stealGroup: ClothingNeckShockCollar
- type: Objective
difficulty: 1
# Structures
- type: entity

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

View File

@@ -1,19 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by EmoGarbage404 (github) for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "icon"
}
]
}

View File

@@ -403,3 +403,6 @@ FoodMeatSnakeKebab: FoodKebabSkewer
FoodMeatHawaiianKebab: FoodKebabSkewer
FoodMeatKebab: FoodKebabSkewer
FoodMeatFiestaKebab: FoodKebabSkewer
# 2024-08-19
ClothingNeckShockCollar: ClothingBackpackElectropack