Remove the shock collar. (#31229)
* Remove the shock collar. * add migration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -73,7 +73,6 @@
|
||||
ForensicScannerStealObjective: 1 #sec
|
||||
FlippoEngravedLighterStealObjective: 0.5
|
||||
ClothingHeadHatWardenStealObjective: 1
|
||||
ClothingNeckShockCollarStealObjective: 1
|
||||
ClothingOuterHardsuitVoidParamedStealObjective: 1 #med
|
||||
MedicalTechFabCircuitboardStealObjective: 1
|
||||
ClothingHeadsetAltMedicalStealObjective: 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -403,3 +403,6 @@ FoodMeatSnakeKebab: FoodKebabSkewer
|
||||
FoodMeatHawaiianKebab: FoodKebabSkewer
|
||||
FoodMeatKebab: FoodKebabSkewer
|
||||
FoodMeatFiestaKebab: FoodKebabSkewer
|
||||
|
||||
# 2024-08-19
|
||||
ClothingNeckShockCollar: ClothingBackpackElectropack
|
||||
|
||||
Reference in New Issue
Block a user