Мелочи фидбека (#709)

* things

* chees

* hmm

* tag

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
Nim
2025-01-08 23:46:27 +02:00
committed by GitHub
parent 00ecf1f4b6
commit 76d828e9fd
5 changed files with 127 additions and 2 deletions

View File

@@ -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

View File

@@ -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-

View File

@@ -66,6 +66,8 @@
description: A thin slice of delicious smelling cheese.
categories: [ ForkFiltered ]
components:
- type: Item
size: Tiny
- type: FlavorProfile
flavors:
- cheesy

View File

@@ -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
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

View File

@@ -16,4 +16,4 @@
id: CP14DemiplaneOpenSky
- type: Tag
id: CP14DemiplaneUnderground
id: CP14DemiplaneUnderground