Adjust armor item size (#20492)
This commit is contained in:
parent
25af8d681d
commit
ddccbd38f3
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#Basic armor vest
|
||||
- type: entity
|
||||
parent: ClothingOuterBase
|
||||
parent: ClothingOuterBaseMedium
|
||||
id: ClothingOuterArmorBasic
|
||||
name: armor vest
|
||||
description: A standard Type I armored vest that provides decent protection against most types of damage.
|
||||
|
|
|
|||
|
|
@ -123,3 +123,14 @@
|
|||
toggleable-clothing: !type:ContainerSlot {}
|
||||
storagebase: !type:Container
|
||||
ents: []
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: ClothingOuterBase
|
||||
id: ClothingOuterBaseMedium
|
||||
components:
|
||||
- type: Item
|
||||
size: 30
|
||||
- type: Clothing
|
||||
slots:
|
||||
- outerClothing
|
||||
|
|
|
|||
Loading…
Reference in New Issue