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