diff --git a/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml b/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml index a62b68b859..8be0d91c20 100644 --- a/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml +++ b/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml @@ -19,6 +19,10 @@ amount: 7 - id: CP14VialSmall amount: 5 + - id: CP14Paper + amount: 2 + - id: CP14PenFeather + amount: 1 #Random start resource - id: CP14VialSmallGroundQuartz - id: CP14VialSmallGroundQuartz @@ -109,6 +113,10 @@ - id: CP14CopperBar10 - id: CP14IronBar10 - id: CP14GoldBar5 + - id: CP14Paper + amount: 2 + - id: CP14PenFeather + amount: 1 - type: entity parent: CP14WoodenCloset diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Belt/quiver.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Belt/quiver.yml new file mode 100644 index 0000000000..2cb26219ad --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Belt/quiver.yml @@ -0,0 +1,31 @@ +- type: entity + parent: ClothingBeltStorageBase + id: CP14ClothingBeltQuiver + name: quiver + description: Holds many crossbow bolts, and fits snug around your waist. + categories: [ ForkFiltered ] + components: + - type: Sprite + sprite: Clothing/Belt/quiver.rsi + layers: + - state: icon + - map: [ "enum.StorageContainerVisualLayers.Fill" ] + visible: false + - type: Clothing + equipDelay: 0.45 + unequipDelay: 0.45 + quickEquip: false + breakOnMove: false + slots: + - belt + - type: Storage + grid: + - 0,0,7,3 + maxItemSize: Small + whitelist: + tags: + - CP14CrossbowBolt + - type: Appearance + - type: StorageContainerVisuals + maxFillLevels: 3 + fillBaseName: fill- diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/cheese.yml b/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/cheese.yml index d9276b66c0..3336287954 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/cheese.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/cheese.yml @@ -66,6 +66,8 @@ description: A thin slice of delicious smelling cheese. categories: [ ForkFiltered ] components: + - type: Item + size: Tiny - type: FlavorProfile flavors: - cheesy diff --git a/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Reward/ores.yml b/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Reward/ores.yml index 245cb8b11f..73cd7f699e 100644 --- a/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Reward/ores.yml +++ b/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Reward/ores.yml @@ -10,6 +10,7 @@ Reward: 0.4 requiredTags: - CP14DemiplaneOres + - CP14DemiplaneOpenSky layers: - !type:OreDunGen entityMask: @@ -19,6 +20,26 @@ minGroupSize: 10 maxGroupSize: 15 +- type: cp14DemiplaneModifier + id: IronOreUnderground + tiers: + - 1 + name: cp14-modifier-iron-ore + unique: false + categories: + Reward: 0.4 + requiredTags: + - CP14DemiplaneOres + - CP14DemiplaneUnderground + layers: + - !type:OreDunGen + entityMask: + - CP14WallStone + entity: CP14WallStoneIronOre + count: 10 + minGroupSize: 10 + maxGroupSize: 15 + - type: cp14DemiplaneModifier id: CopperOre tiers: @@ -29,6 +50,7 @@ Reward: 0.3 requiredTags: - CP14DemiplaneOres + - CP14DemiplaneOpenSky layers: - !type:OreDunGen entityMask: @@ -38,6 +60,26 @@ minGroupSize: 5 maxGroupSize: 7 +- type: cp14DemiplaneModifier + id: CopperOreUnderground + tiers: + - 1 + name: cp14-modifier-copper-ore + unique: false + categories: + Reward: 0.3 + requiredTags: + - CP14DemiplaneOres + - CP14DemiplaneUnderground + layers: + - !type:OreDunGen + entityMask: + - CP14WallStone + entity: CP14WallStoneCopperOre + count: 20 + minGroupSize: 5 + maxGroupSize: 7 + # TIER 2 - type: cp14DemiplaneModifier @@ -50,6 +92,7 @@ Reward: 0.5 requiredTags: - CP14DemiplaneOres + - CP14DemiplaneOpenSky layers: - !type:OreDunGen entityMask: @@ -59,6 +102,26 @@ minGroupSize: 6 maxGroupSize: 6 +- type: cp14DemiplaneModifier + id: GoldOreUnderground + tiers: + - 2 + name: cp14-modifier-gold-ore + unique: false + categories: + Reward: 0.5 + requiredTags: + - CP14DemiplaneOres + - CP14DemiplaneUnderground + layers: + - !type:OreDunGen + entityMask: + - CP14WallStone + entity: CP14WallStoneGoldOre # Hellish gold 666 + count: 10 + minGroupSize: 6 + maxGroupSize: 6 + - type: cp14DemiplaneModifier id: MithrilOre tiers: @@ -69,6 +132,7 @@ Reward: 0.5 requiredTags: - CP14DemiplaneOres + - CP14DemiplaneOpenSky layers: - !type:OreDunGen entityMask: @@ -76,4 +140,24 @@ entity: CP14WallStoneMithrilOre count: 5 minGroupSize: 4 - maxGroupSize: 8 \ No newline at end of file + maxGroupSize: 8 + +- type: cp14DemiplaneModifier + id: MithrilOreUnderground + tiers: + - 2 + name: cp14-modifier-mithril-ore + unique: false + categories: + Reward: 0.5 + requiredTags: + - CP14DemiplaneOres + - CP14DemiplaneUnderground + layers: + - !type:OreDunGen + entityMask: + - CP14WallStone + entity: CP14WallStoneMithrilOre + count: 8 + minGroupSize: 4 + maxGroupSize: 8 diff --git a/Resources/Prototypes/_CP14/Procedural/Demiplane/tags.yml b/Resources/Prototypes/_CP14/Procedural/Demiplane/tags.yml index 04cf8cd072..373eb0e963 100644 --- a/Resources/Prototypes/_CP14/Procedural/Demiplane/tags.yml +++ b/Resources/Prototypes/_CP14/Procedural/Demiplane/tags.yml @@ -16,4 +16,4 @@ id: CP14DemiplaneOpenSky - type: Tag - id: CP14DemiplaneUnderground \ No newline at end of file + id: CP14DemiplaneUnderground