Adjust armor item size (#20492)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user