diff --git a/Resources/Prototypes/Body/Parts/human.yml b/Resources/Prototypes/Body/Parts/human.yml index 13a487e958..3c1cd3e0b6 100644 --- a/Resources/Prototypes/Body/Parts/human.yml +++ b/Resources/Prototypes/Body/Parts/human.yml @@ -13,6 +13,8 @@ Quantity: 3 - ReagentId: Blood Quantity: 10 + - type: StaticPrice + price: 0 - type: entity categories: [ HideSpawnMenu ] @@ -30,6 +32,8 @@ Quantity: 10 - ReagentId: Blood Quantity: 20 + - type: StaticPrice + price: 0 - type: entity categories: [ HideSpawnMenu ] @@ -47,6 +51,8 @@ Quantity: 5 - ReagentId: Blood Quantity: 10 + - type: StaticPrice + price: 0 - type: entity categories: [ HideSpawnMenu ] diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml index 073ca7b88d..86b8fc8f63 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml @@ -64,6 +64,8 @@ - type: ClothingSpeedModifier walkModifier: 2 sprintModifier: 2 + - type: StaticPrice + price: 300 - type: entity parent: CP14ClothingShoesBase @@ -81,6 +83,8 @@ - type: CP14SpellStorage spells: - CP14ActionSpellMagicalAcceleration + - type: StaticPrice + price: 400 - type: entity parent: CP14ClothingShoesBase @@ -127,3 +131,5 @@ params: variation: 0.07 - type: NoSlip + - type: StaticPrice + price: 500 diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml b/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml index 5f00232078..12fc3a6ed7 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml @@ -44,6 +44,8 @@ health: 1000 - type: Sprite state: lockpick_skeleton + - type: StaticPrice + price: 400 - type: entity parent: BaseItem diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Misc/crayons.yml b/Resources/Prototypes/_CP14/Entities/Objects/Misc/crayons.yml index 023d7b7e19..27d40db71f 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Misc/crayons.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Misc/crayons.yml @@ -82,6 +82,8 @@ energy: 1 - type: RgbLightController layers: [ 1 ] + - type: StaticPrice + price: 200 - type: entity parent: CP14Crayon diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Ranged/bow.yml b/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Ranged/bow.yml index 0319dfee7e..e8770c9cd6 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Ranged/bow.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Ranged/bow.yml @@ -93,4 +93,6 @@ spells: - CP14ActionSpellIceArrow - type: CP14SpellStorageAccessHolding + - type: StaticPrice + price: 300