Tweaking things that restrict freedom (#31095)
* Adding a straitjacket production recipe * Adding unequipDelay and equipDelay to the muzzle * Adding unequipDelay and equipDelay to the blindfold * Sorting recipes
This commit is contained in:
parent
0a05ee9a27
commit
171884df8f
5 changed files with 15 additions and 1 deletions
|
|
@ -8,6 +8,8 @@
|
|||
sprite: Clothing/Eyes/Misc/blindfold.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Eyes/Misc/blindfold.rsi
|
||||
equipDelay: 5
|
||||
unequipDelay: 5
|
||||
- type: Blindfold
|
||||
- type: Construction
|
||||
graph: Blindfold
|
||||
|
|
|
|||
|
|
@ -315,6 +315,8 @@
|
|||
sprite: Clothing/Mask/muzzle.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/muzzle.rsi
|
||||
equipDelay: 5
|
||||
unequipDelay: 5
|
||||
- type: IngestionBlocker
|
||||
- type: AddAccentClothing
|
||||
accent: ReplacementAccent
|
||||
|
|
|
|||
|
|
@ -763,6 +763,8 @@
|
|||
- BoxShotgunIncendiary
|
||||
- BoxShotgunUranium
|
||||
- BoxShellTranquilizer
|
||||
- ClothingBackpackElectropack
|
||||
- ClothingOuterStraightjacket
|
||||
- ExplosivePayload
|
||||
- FlashPayload
|
||||
- GrenadeBlast
|
||||
|
|
@ -808,7 +810,6 @@
|
|||
- WeaponLaserCannon
|
||||
- WeaponLaserCarbine
|
||||
- WeaponXrayCannon
|
||||
- ClothingBackpackElectropack
|
||||
- type: MaterialStorage
|
||||
whitelist:
|
||||
tags:
|
||||
|
|
|
|||
|
|
@ -710,3 +710,11 @@
|
|||
Plastic: 1000
|
||||
Plasma: 500
|
||||
Glass: 500
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingOuterStraightjacket
|
||||
result: ClothingOuterStraightjacket
|
||||
completetime: 4
|
||||
materials:
|
||||
Steel: 200
|
||||
Cloth: 500
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@
|
|||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- ClothingBackpackElectropack
|
||||
- ClothingOuterStraightjacket
|
||||
|
||||
# Tier 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue