Skip to content

Commit

Permalink
Merge pull request #23 from Surani1/cultHandCuffs
Browse files Browse the repository at this point in the history
Cult handcuffs add
  • Loading branch information
SkaldetSkaeg authored Sep 9, 2024
2 parents e37e1d8 + ed6df63 commit 6941ffd
Show file tree
Hide file tree
Showing 12 changed files with 106 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Resources/Prototypes/SS220/CultYogg/corruption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
#list of corrupted recepies
- type: corrupted
id: WeaponRifleAk
from:
from:
prototypeId: WeaponRifleAk
result: FoodSnackMREBrownie
corruptionReverseEffect: ExorcismUncorruptEffect

- type: corrupted
id: WeaponLaserCarbine
from:
from:
prototypeId: WeaponLaserCarbine
result: FoodPacketMRETrash
corruptionReverseEffect: ExorcismUncorruptEffect
Expand All @@ -21,3 +21,17 @@
stackType: Steel
result: SheetTokl
corruptionReverseEffect: ExorcismUncorruptEffect

- type: corrupted
id: CultHandcuffs
from:
prototypeId: Cablecuffs
result: CultHandcuffs
corruptionReverseEffect: ExorcismUncorruptEffect

- type: corrupted
id: CultHandcuffss
from:
prototypeId: Zipties
result: CultHandcuffs
corruptionReverseEffect: ExorcismUncorruptEffect
44 changes: 44 additions & 0 deletions Resources/Prototypes/SS220/CultYogg/handcuffs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
- type: entity
name: cult handcuffs
description: Used to detain criminals and other assholes.
id: CultHandcuffs
parent: [BaseItem, BaseRestrictedContraband]
components:
- type: Item
size: Small
storedRotation: 90
- type: Handcuff
cuffedRSI: SS220/Objects/CultYogg/cult-handcuffs.rsi
bodyIconState: body-overlay

#startCuffSound:
# path: /Audio/Items/Handcuffs/rope_start.ogg
#endCuffSound:
# path: /Audio/Items/Handcuffs/rope_end.ogg
#startUncuffSound:
# path: /Audio/Items/Handcuffs/rope_start.ogg
#endUncuffSound:
# path: /Audio/Items/Handcuffs/rope_breakout.ogg
#startBreakoutSound:
# path: /Audio/Items/Handcuffs/rope_takeoff.ogg

#Указать нужные звуки, у меня их на руках нет

- type: Sprite
sprite: SS220/Objects/CultYogg/cult-handcuffs.rsi
state: handcuff
- type: Tag
tags:
- Handcuffs
- type: RoleItem
roleId: CultYogg
- type: Appearance
- type: MeleeWeapon
wideAnimationRotation: 90
resetOnHandSelected: false
animation: WeaponArcDisarm
damage:
types:
Blunt: 0
- type: UseDelay
delay: 3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Created by pulnet (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "handcuff"
},
{
"name": "body-overlay",
"directions": 4
},
{
"name": "body-overlay-2",
"directions": 4
},
{
"name": "body-overlay-4",
"directions": 4
},
{
"name": "body-overlay-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left-vox",
"directions": 4
},
{
"name": "inhand-right-vox",
"directions": 4
}
]
}

0 comments on commit 6941ffd

Please sign in to comment.