Change handcuff and handcuff box size (#5319)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
- type: Item
|
- type: Item
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 6
|
capacity: 20
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: flashbang box
|
name: flashbang box
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
id: Handcuffs
|
id: Handcuffs
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: 3
|
||||||
- type: Handcuff
|
- type: Handcuff
|
||||||
cuffTime: 3.0
|
cuffTime: 3.0
|
||||||
uncuffTime: 3.0
|
uncuffTime: 3.0
|
||||||
@@ -24,6 +26,8 @@
|
|||||||
id: Cablecuffs
|
id: Cablecuffs
|
||||||
parent: Handcuffs
|
parent: Handcuffs
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: 5
|
||||||
- type: Handcuff
|
- type: Handcuff
|
||||||
cuffTime: 3.5
|
cuffTime: 3.5
|
||||||
uncuffTime: 3.5
|
uncuffTime: 3.5
|
||||||
|
|||||||
Reference in New Issue
Block a user