diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml index a0cd0407cc..57962b4954 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml @@ -25,3 +25,23 @@ - type: Sprite sprite: Resources/Textures/Objects/Materials/ore.rsi state: salt + - type: Stack + stackType: CP14Salt + count: 1 + baseLayer: base + +- type: entity + id: CP14Salt5 + parent: CP14Salt + suffix: 5 + components: + - type: Stack + count: 5 + +- type: entity + id: CP14Salt10 + parent: CP14Salt + suffix: 10 + components: + - type: Stack + count: 10 \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Trading/dwarf_mining.yml b/Resources/Prototypes/_CP14/Trading/dwarf_mining.yml index ff863cea0d..1b20b1ee7a 100644 --- a/Resources/Prototypes/_CP14/Trading/dwarf_mining.yml +++ b/Resources/Prototypes/_CP14/Trading/dwarf_mining.yml @@ -89,6 +89,17 @@ service: !type:CP14BuyItemsService product: CP14IronBar5 +- type: cp14TradingPosition + id: CP14Salt5 + faction: DwarfMining + reputationLevel: 1 + uiPosition: 1 + icon: + sprite: Resources/Textures/Objects/Materials/ore.rsi + state: salt + service: !type:CP14BuyItemsService + product: CP14Salt5 + # Rep 2 - type: cp14TradingPosition