From 840b7f2d324b99320a0ddd108c34293a42bfb627 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:23:24 -0500 Subject: [PATCH 01/18] Update metallurgy.yml --- .../Entities/Structures/Craft/metallurgy.yml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml b/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml index 2bceaade8f48d..cee3caeb99225 100644 --- a/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml +++ b/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml @@ -148,3 +148,40 @@ completetime: 2 materials: RawSand: 100 + + type: entity + id: BlastFurnace + name: blastfurnace + description: Used for making pig iron. + - type: Sprite + sprite: Civ14/Objects/metallurgy.rsi + layers: + - state: blast_furnace_on + shader: unshaded + map: [ "enum.LatheVisualLayers.IsRunning" ] + - state: blast_furnace + map: [ "enum.PowerDeviceVisualLayers.Powered" ] + - state: blast_furnace + map: [ "enum.MaterialStorageVisualLayers.Inserting" ] + - state: blast_furnace + map: [ "enum.WiresVisualLayers.MaintenancePanel" ] + - type: Destructible + thresholds: + - trigger: !type:DamageTrigger + damage: 200 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: StoneBreak + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: ApcPowerReceiver + needsPower: false + - type: Lathe + idleState: blast_furnace + runningState: blast_furnace_on + staticPacks: + - BlastFurnace + - type: Construction + graph: BlastFurnace + node: end From a2556d605017303d486727d7cfe667c7713bd49e Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:25:20 -0500 Subject: [PATCH 02/18] Update metallurgy.yml --- .../Civ14/Recipes/Construction/metallurgy.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml b/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml index c64e5954e4f97..d71b2455c1503 100644 --- a/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml +++ b/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml @@ -35,6 +35,37 @@ graph: - node: start edges: + +- type: constructionGraph + id: BlastFurnace + start: start + graph: + - node: start + edges: + - to: end + steps: + - material: Iron + amount: 25 + doAfter: 15 + - node: end + entity: BlastFurnace + +- type: construction + name: blastfurnace + id: BlastFurnace + graph: BlastFurnace + startNode: start + targetNode: end + category: construction-category-production + description: Used for smelting pig iron. + icon: { sprite: Civ14/Objects/metallurgy.rsi, state: bloomery } + objectType: Structure + agemin: 0 + agemax: 8 + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked - to: end steps: - material: Stone From 70b81cad3347acd88d8dfb76f6605164e684e738 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 02:39:10 -0500 Subject: [PATCH 03/18] Update metallurgy.yml --- .../Civ14/Recipes/Construction/metallurgy.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml b/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml index d71b2455c1503..6203b3da3a84a 100644 --- a/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml +++ b/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml @@ -152,3 +152,34 @@ canBuildInImpassable: false conditions: - !type:TileNotBlocked + + - type: constructionGraph + id: BlastFurnace + start: start + graph: + - node: start + edges: + - to: end + steps: + - material: Iron + amount: 25 + doAfter: 15 + - node: end + entity: BlastFurnace + +- type: construction + name: blast furnace + id: BlastFurnace + graph: BlastFurnace + startNode: start + targetNode: end + category: construction-category-production + description: Used for smelting pig iron. + icon: { sprite: Civ14/Objects/metallurgy.rsi, state: blast_furnace } + objectType: Structure + agemin: 0 + agemax: 8 + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked From 9ad1e2334b3d4900f78f15f36b59da51f4a7cce8 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:24:33 -0500 Subject: [PATCH 04/18] Update metallurgy.yml --- Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml b/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml index 6203b3da3a84a..1cbf33457242f 100644 --- a/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml +++ b/Resources/Prototypes/Civ14/Recipes/Construction/metallurgy.yml @@ -177,7 +177,7 @@ description: Used for smelting pig iron. icon: { sprite: Civ14/Objects/metallurgy.rsi, state: blast_furnace } objectType: Structure - agemin: 0 + agemin: 2 agemax: 8 placementMode: SnapgridCenter canBuildInImpassable: false From 7b6161b00a6300143cf14820c9b26807a5db543f Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:20:10 -0500 Subject: [PATCH 05/18] Add files via upload --- pig_iron_full.png | Bin 0 -> 564 bytes pig_iron_half.png | Bin 0 -> 441 bytes pig_iron_one.png | Bin 0 -> 318 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 pig_iron_full.png create mode 100644 pig_iron_half.png create mode 100644 pig_iron_one.png diff --git a/pig_iron_full.png b/pig_iron_full.png new file mode 100644 index 0000000000000000000000000000000000000000..a5d52911d7d92f9c121d469a31639dec65fd296a GIT binary patch literal 564 zcmV-40?Yl0P)gHw2&t!okqC?@u_?XVAG3 zVDAe205g!b=T1D3od5s;4rN$LW=%~1DgXcg2mk;800000(o>TF0000Lw0ips?fv7-KVDAbX1bpqcj&I_uM=e7D)X8zG zvMe)+7SBrpO#%r5K<10fE349}Ai)5Or$+zfkfJEmm)7(ZwMOzU z*rNBak58?%t_Mi~fn#et(tc4!vxW)ERiaGScYqr>>)m zBpO5$SR)w2KvdX9?N9CRWq+(rm}k0_q2sL^=UP*dEPYuf(Z&f3HBayUGkCd0q=o0g zJbwm(rkLF}t|u67)bSjVP>#Dc$&Q!v!N)C5UYtB$nj4Y@lKYZuf3Qz@@^b-$!=~GJ z6WRj>LNeAZWk@)u(NWBI-P4Snf!oL7kABzU>G$`mJ^eo0i=k$Zd_YFYk9~F#zBbbs z4hU_wI(9bWr%@8?zjX)L>!R$AEc3M#0D7A*HNrE^*Ox&H$mRfI5V#aP8AN%y`njxg HN@xNAF2r|^ literal 0 HcmV?d00001 From 6b7ecbd94dfdb3cc837af673179b08b2bcfeb513 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:26:19 -0500 Subject: [PATCH 06/18] Rename pig_iron_full.png to Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi/pig_iron_full --- .../Civ14/Objects /metallurgy.rsi/pig_iron_full | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename pig_iron_full.png => Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi/pig_iron_full (100%) diff --git a/pig_iron_full.png b/Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi/pig_iron_full similarity index 100% rename from pig_iron_full.png rename to Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi/pig_iron_full From 85ef9f1dad41701fb4ba3095f1dc836e4755299d Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:26:46 -0500 Subject: [PATCH 07/18] Rename pig_iron_half.png to Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_half --- .../Civ14/Objects /metallurgy.rsi /pig_iron_half | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename pig_iron_half.png => Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_half (100%) diff --git a/pig_iron_half.png b/Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_half similarity index 100% rename from pig_iron_half.png rename to Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_half From 787b2bff4989f370aadaf9467c607b285d8df4c3 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:27:06 -0500 Subject: [PATCH 08/18] Rename pig_iron_one.png to Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_one --- .../Civ14/Objects /metallurgy.rsi /pig_iron_one | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename pig_iron_one.png => Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_one (100%) diff --git a/pig_iron_one.png b/Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_one similarity index 100% rename from pig_iron_one.png rename to Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_one From 95de58e77bed5743356df5aedf9865f10888f7e2 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:28:04 -0500 Subject: [PATCH 09/18] Delete Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi directory --- .../Civ14/Objects /metallurgy.rsi /pig_iron_half | Bin 441 -> 0 bytes .../Civ14/Objects /metallurgy.rsi /pig_iron_one | Bin 318 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_half delete mode 100644 Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_one diff --git a/Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_half b/Civ14/ Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi /pig_iron_half deleted file mode 100644 index ae0c918fae6879c0080ae29351f923d9d4a85968..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 441 zcmV;q0Y?6bP)Lw0ips?fv7-KVDAbX1bpqcj&I_uM=e7D)X8zG zvMe)+7SBrpO#%r5K<10fE349}Ai)5Or$+zfkfJEmm)7(ZwMOzU z*rNBak58?%t_Mi~fn#et(tc4!vxW)ERiaGScYqr>>)m zBpO5$SR)w2KvdX9?N9CRWq+(rm}k0_q2sL^=UP*dEPYuf(Z&f3HBayUGkCd0q=o0g zJbwm(rkLF}t|u67)bSjVP>#Dc$&Q!v!N)C5UYtB$nj4Y@lKYZuf3Qz@@^b-$!=~GJ z6WRj>LNeAZWk@)u(NWBI-P4Snf!oL7kABzU>G$`mJ^eo0i=k$Zd_YFYk9~F#zBbbs z4hU_wI(9bWr%@8?zjX)L>!R$AEc3M#0D7A*HNrE^*Ox&H$mRfI5V#aP8AN%y`njxg HN@xNAF2r|^ From 9117c465969e7c2b3684893d0f504638725bb0f5 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:28:17 -0500 Subject: [PATCH 10/18] Delete Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi directory --- .../Civ14/Objects /metallurgy.rsi/pig_iron_full | Bin 564 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi/pig_iron_full diff --git a/Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi/pig_iron_full b/Civ14/Resources/Textures/Civ14/Objects /metallurgy.rsi/pig_iron_full deleted file mode 100644 index a5d52911d7d92f9c121d469a31639dec65fd296a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 564 zcmV-40?Yl0P)gHw2&t!okqC?@u_?XVAG3 zVDAe205g!b=T1D3od5s;4rN$LW=%~1DgXcg2mk;800000(o>TF0000 Date: Wed, 20 Aug 2025 15:30:26 -0500 Subject: [PATCH 11/18] Add files via upload --- .../Materials/ingots.rsi/pig_iron_full.png | Bin 0 -> 564 bytes .../Materials/ingots.rsi/pig_iron_half.png | Bin 0 -> 441 bytes .../Objects/Materials/ingots.rsi/pig_iron_one.png | Bin 0 -> 318 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Resources/Textures/Objects/Materials/ingots.rsi/pig_iron_full.png create mode 100644 Resources/Textures/Objects/Materials/ingots.rsi/pig_iron_half.png create mode 100644 Resources/Textures/Objects/Materials/ingots.rsi/pig_iron_one.png diff --git a/Resources/Textures/Objects/Materials/ingots.rsi/pig_iron_full.png b/Resources/Textures/Objects/Materials/ingots.rsi/pig_iron_full.png new file mode 100644 index 0000000000000000000000000000000000000000..a5d52911d7d92f9c121d469a31639dec65fd296a GIT binary patch literal 564 zcmV-40?Yl0P)gHw2&t!okqC?@u_?XVAG3 zVDAe205g!b=T1D3od5s;4rN$LW=%~1DgXcg2mk;800000(o>TF0000Lw0ips?fv7-KVDAbX1bpqcj&I_uM=e7D)X8zG zvMe)+7SBrpO#%r5K<10fE349}Ai)5Or$+zfkfJEmm)7(ZwMOzU z*rNBak58?%t_Mi~fn#et(tc4!vxW)ERiaGScYqr>>)m zBpO5$SR)w2KvdX9?N9CRWq+(rm}k0_q2sL^=UP*dEPYuf(Z&f3HBayUGkCd0q=o0g zJbwm(rkLF}t|u67)bSjVP>#Dc$&Q!v!N)C5UYtB$nj4Y@lKYZuf3Qz@@^b-$!=~GJ z6WRj>LNeAZWk@)u(NWBI-P4Snf!oL7kABzU>G$`mJ^eo0i=k$Zd_YFYk9~F#zBbbs z4hU_wI(9bWr%@8?zjX)L>!R$AEc3M#0D7A*HNrE^*Ox&H$mRfI5V#aP8AN%y`njxg HN@xNAF2r|^ literal 0 HcmV?d00001 From 06a40c1c750cb0e6c4086b7bd6f5da1325816dcc Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:32:40 -0500 Subject: [PATCH 12/18] Update metallurgy.yml --- .../Civ14/Entities/Structures/Craft/metallurgy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml b/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml index cee3caeb99225..02eac2eafd0e1 100644 --- a/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml +++ b/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml @@ -185,3 +185,8 @@ - type: Construction graph: BlastFurnace node: end + + - type: latheRecipePack + id: BlastFurnace + recipes: + - IngotPigIron From df0bc9218a91d45e35bd8c4a786d98332034a655 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:37:29 -0500 Subject: [PATCH 13/18] Update materials_metals.yml --- .../Objects/Materials/materials_metals.yml | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml b/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml index 6daa74c494452..03a4254841ce0 100644 --- a/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml +++ b/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml @@ -93,3 +93,54 @@ state: copper - type: Stack count: 1 + +- type: entity + parent: IngotBase + id: IngotPigIron + name: pig iron ingot + suffix: Full + components: + - type: Material + - type: PhysicalComposition + materialComposition: + Iron: 100 + - type: Stack + stackType: Iron + baseLayer: base + layerStates: + - pig_iron_one + - pig_iron_half + - pig_iron_full + - type: Sprite + state: pig_iron_full + layers: + - state: pig_iron_full + map: ["base"] + - type: Item + heldPrefix: iron + - type: Appearance + - type: Extractable + grindableSolutionName: iron + - type: SolutionContainerManager + solutions: + iron: + reagents: + - ReagentId: Iron + Quantity: 10 + +- type: entity + parent: IngotIron + id: IngotIron1 + name: pig iron ingot + suffix: Single + components: + - type: Sprite + state: pig_iron_one + - type: Stack + count: 1 +- type: stack + id: Iron + name: iron + icon: { sprite: /Textures/Objects/Materials/ingots.rsi, state: pig_iron_one } + spawn: IngotIron1 + maxCount: 30 From 94f811af5fb0524503b6e4ab123ad07f3a101d57 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Fri, 22 Aug 2025 01:38:30 -0500 Subject: [PATCH 14/18] Update materials_metals.yml --- .../Civ14/Entities/Objects/Materials/materials_metals.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml b/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml index 03a4254841ce0..97403cf0cf374 100644 --- a/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml +++ b/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml @@ -129,8 +129,8 @@ Quantity: 10 - type: entity - parent: IngotIron - id: IngotIron1 + parent: IngotPigIron + id: IngotPigIron1 name: pig iron ingot suffix: Single components: @@ -139,8 +139,8 @@ - type: Stack count: 1 - type: stack - id: Iron + id: PigIron name: iron icon: { sprite: /Textures/Objects/Materials/ingots.rsi, state: pig_iron_one } - spawn: IngotIron1 + spawn: IngotPigIron1 maxCount: 30 From aa7f7a79a9611b54f221462be9df19b4257836f0 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Fri, 22 Aug 2025 01:57:01 -0500 Subject: [PATCH 15/18] Update armor.yml --- .../Prototypes/Civ14/Entities/Structures/Craft/armor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml b/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml index 2ffc972fc46bb..dd8e739065a77 100644 --- a/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml +++ b/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml @@ -17,6 +17,7 @@ - civ13_suit_hauberk - civ13_suit_emirate_armor - civ13_suit_imperial_chinese_armor + - SheetSheetCiv14 - type: latheRecipePack id: AnvilArmorImperial @@ -103,3 +104,11 @@ materials: Iron: 1000 result: civ13_suit_imperial_chinese_armor + + - type: latheRecipe + id: SheetSheetCiv14 + result: SheetSteel1 + completetime: 4 + materials: + PigIron: 100 + From 985439f949484ba95de445f4fb2927d5dfcfcc4e Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Fri, 22 Aug 2025 02:11:39 -0500 Subject: [PATCH 16/18] Update materials_metals.yml --- .../Civ14/Entities/Objects/Materials/materials_metals.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml b/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml index 97403cf0cf374..5fd6b0812544f 100644 --- a/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml +++ b/Resources/Prototypes/Civ14/Entities/Objects/Materials/materials_metals.yml @@ -105,7 +105,7 @@ materialComposition: Iron: 100 - type: Stack - stackType: Iron + stackType: PigIron baseLayer: base layerStates: - pig_iron_one @@ -140,7 +140,7 @@ count: 1 - type: stack id: PigIron - name: iron + name: PigIron icon: { sprite: /Textures/Objects/Materials/ingots.rsi, state: pig_iron_one } spawn: IngotPigIron1 maxCount: 30 From afb988cc8f435aa9bb6ae4fd3deaa9de3accc567 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:48:41 -0500 Subject: [PATCH 17/18] Update armor.yml --- Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml b/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml index dd8e739065a77..abae1342d92b0 100644 --- a/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml +++ b/Resources/Prototypes/Civ14/Entities/Structures/Craft/armor.yml @@ -107,6 +107,8 @@ - type: latheRecipe id: SheetSheetCiv14 + categories: + - AnvilArmorMedieval result: SheetSteel1 completetime: 4 materials: From 2cc9dca38e63ac7dd0cd0a49791e189513c6fa89 Mon Sep 17 00:00:00 2001 From: fruitnoodle <147153046+fruitnoodle@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:59:09 -0500 Subject: [PATCH 18/18] Update metallurgy.yml --- .../Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml b/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml index 02eac2eafd0e1..c10d3bc47a78f 100644 --- a/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml +++ b/Resources/Prototypes/Civ14/Entities/Structures/Craft/metallurgy.yml @@ -149,7 +149,7 @@ materials: RawSand: 100 - type: entity +- type: entity id: BlastFurnace name: blastfurnace description: Used for making pig iron.