Change handcuff and handcuff box size (#5319)

This commit is contained in:
ZeroDayDaemon
2021-11-14 11:29:49 -05:00
committed by GitHub
parent bdd2404fe0
commit 55de8041a1
2 changed files with 5 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
- type: Item
- type: Storage
capacity: 6
capacity: 20
- type: entity
name: flashbang box

View File

@@ -4,6 +4,8 @@
id: Handcuffs
parent: BaseItem
components:
- type: Item
size: 3
- type: Handcuff
cuffTime: 3.0
uncuffTime: 3.0
@@ -24,6 +26,8 @@
id: Cablecuffs
parent: Handcuffs
components:
- type: Item
size: 5
- type: Handcuff
cuffTime: 3.5
uncuffTime: 3.5