Golden balance touch (#1382)

* gold refactor

* Update ore_veins.yml

* remove gold and mithril from maps
This commit is contained in:
Red
2025-06-04 14:34:08 +03:00
committed by GitHub
parent 8907d08718
commit e6188a3fbf
12 changed files with 33 additions and 40 deletions

View File

@@ -1,4 +1,3 @@
cp14-modifier-gold-ore = gold ore
cp14-modifier-iron-ore = iron ore
cp14-modifier-copper-ore = copper ore
cp14-modifier-mithril-ore = mithril ore

View File

@@ -1,4 +1,3 @@
cp14-modifier-gold-ore = золотая руда
cp14-modifier-iron-ore = железная руда
cp14-modifier-copper-ore = медная руда
cp14-modifier-mithril-ore = мифриловая руда

View File

@@ -177526,7 +177526,7 @@ entities:
- type: Transform
pos: 28.5,43.5
parent: 1
- proto: CP14WallStoneGoldOre
- proto: CP14WallStoneCopperOre
entities:
- uid: 29488
components:

View File

@@ -83491,7 +83491,7 @@ entities:
- type: Transform
pos: 8.5,49.5
parent: 1
- proto: CP14WallStoneGoldOre
- proto: CP14WallStoneIronOre
entities:
- uid: 14355
components:

View File

@@ -120715,7 +120715,7 @@ entities:
- type: Transform
pos: -25.5,4.5
parent: 1
- proto: CP14WallStoneGoldOre
- proto: CP14WallStoneCopperOre
entities:
- uid: 22956
components:
@@ -120909,7 +120909,7 @@ entities:
- type: Transform
pos: -62.5,11.5
parent: 1
- proto: CP14WallStoneMithrilOre
- proto: CP14WallStoneIronOre
entities:
- uid: 23055
components:

View File

@@ -75,11 +75,10 @@
- type: StorageFill
contents:
- id: HandLabeler #TODO custom cp14 labeler
- id: CP14WoodenPlanks10
- id: CP14WoodenPlanks20
- id: CP14CopperBar10
- id: CP14CopperBar10
- id: CP14IronBar10
- id: CP14GoldBar5
- id: CP14PaperFolderRed
- id: CP14PenFeather
amount: 1

View File

@@ -24,7 +24,9 @@
sprite: _CP14/Clothing/Rings/Amulet/amulet.rsi
- type: PhysicalComposition
materialComposition:
CP14Gold: 2
CP14Gold: 5
- type: StaticPrice
price: 20
- type: entity
parent: CP14ClothingJewelleryBase
@@ -41,3 +43,8 @@
sprite: _CP14/Clothing/Rings/Amulet/amulet_mana.rsi
- type: CP14MagicManacostModify
globalModifier: 0.9
- type: PhysicalComposition
materialComposition:
CP14Gold: 5
- type: StaticPrice
price: 30

View File

@@ -97,7 +97,7 @@
parent: BaseItem
name: gold bar
description: A warm to the touch, soft piece of refined gold.
categories: [ ForkFiltered ]
categories: [ ForkFiltered, DoNotMap ]
components:
- type: Item
size: Normal
@@ -123,6 +123,7 @@
- type: entity
id: CP14GoldBar5
parent: CP14GoldBar1
categories: [ DoNotMap ]
suffix: 5
components:
- type: Stack
@@ -131,6 +132,7 @@
- type: entity
id: CP14GoldBar10
parent: CP14GoldBar1
categories: [ DoNotMap ]
suffix: 10
components:
- type: Stack
@@ -186,7 +188,7 @@
parent: BaseItem
name: mithril bar
description: A warm to the touch, soft piece of refined mithril.
categories: [ ForkFiltered ]
categories: [ ForkFiltered, DoNotMap ]
components:
- type: Item
size: Normal
@@ -212,6 +214,7 @@
- type: entity
id: CP14MithrilBar5
parent: CP14MithrilBar1
categories: [ DoNotMap ]
suffix: 5
components:
- type: Stack
@@ -220,6 +223,7 @@
- type: entity
id: CP14MithrilBar10
parent: CP14MithrilBar1
categories: [ DoNotMap ]
suffix: 10
components:
- type: Stack

View File

@@ -95,7 +95,7 @@
parent: BaseItem
name: gold ore
description: A piece of soft, pure gold.
categories: [ ForkFiltered ]
categories: [ ForkFiltered, DoNotMap ]
components:
- type: Item
size: Normal
@@ -121,6 +121,7 @@
- type: entity
id: CP14OreGold5
parent: CP14OreGold1
categories: [ DoNotMap ]
suffix: 5
components:
- type: Stack
@@ -129,6 +130,7 @@
- type: entity
id: CP14OreGold10
parent: CP14OreGold1
categories: [ DoNotMap ]
suffix: 10
components:
- type: Stack
@@ -141,7 +143,7 @@
parent: BaseItem
name: mithril ore
description: A piece of enchanted, pure mithril.
categories: [ ForkFiltered ]
categories: [ ForkFiltered, DoNotMap ]
components:
- type: Item
size: Normal
@@ -167,6 +169,7 @@
- type: entity
id: CP14OreMithril5
parent: CP14OreMithril1
categories: [ DoNotMap ]
suffix: 5
components:
- type: Stack
@@ -175,6 +178,7 @@
- type: entity
id: CP14OreMithril10
parent: CP14OreMithril1
categories: [ DoNotMap ]
suffix: 10
components:
- type: Stack

View File

@@ -73,6 +73,7 @@
id: CP14WallStoneGoldOre
suffix: gold ore
parent: CP14WallStone
categories: [ DoNotMap ]
description: A solid stone natural wall. You see the tantalizing particles of gold in it.
components:
- type: Sprite
@@ -105,11 +106,14 @@
acts: ["Destruction"]
- type: IconSmooth
base: wall
- type: StaticPrice
price: 100
- type: entity
id: CP14WallStoneMithrilOre
suffix: mithril ore
parent: CP14WallStone
categories: [ DoNotMap ]
description: A solid stone natural wall. You see the tantalizing particles of mithril in it.
components:
- type: Sprite

View File

@@ -85,7 +85,7 @@
unit: materials-unit-bar
icon: { sprite: _CP14/Objects/Materials/gold_scrap.rsi, state: scrap_3 }
color: "#FFD700"
price: 5
price: 8
- type: material
id: CP14Mithril

View File

@@ -91,42 +91,19 @@
levels:
min: 2
max: 10
name: cp14-modifier-gold-ore
unique: false
categories:
Ore: 0.25
requiredTags:
- CP14DemiplaneOres
- CP14DemiplaneOpenSky
layers:
- !type:CP14OreDunGen
entityMask:
- CP14WallStone
entity: CP14WallStoneGoldOre
count: 10
minGroupSize: 2
maxGroupSize: 4
- type: cp14DemiplaneModifier
id: GoldOreUnderground
levels:
min: 2
max: 10
name: cp14-modifier-gold-ore
unique: false
categories:
Ore: 0.25
requiredTags:
- CP14DemiplaneOres
- CP14DemiplaneUnderground
layers:
- !type:CP14OreDunGen
entityMask:
- CP14WallStone
entity: CP14WallStoneGoldOre
count: 15
minGroupSize: 2
maxGroupSize: 4
count: 5
minGroupSize: 1
maxGroupSize: 2
- type: cp14DemiplaneModifier
id: MithrilOre