copper loadout fix (#1414)

* copper loadout fix

* name fix
This commit is contained in:
gogenych
2025-06-10 13:40:19 +03:00
committed by GitHub
parent a51f579591
commit 3623a25033
4 changed files with 6 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
- state: icon
- sprite: _CP14/Objects/ModularTools/Blade/Pickaxe/metall_pickaxe.rsi
state: icon
color: "#e28f08"
- type: CP14ModularCraftAutoAssemble
details:
- BladeCopperPickaxe

View File

@@ -16,7 +16,7 @@
- type: entity
id: CP14ModularCopperRapier
parent: CP14ModularGripWooden
name: iron rapier
name: copper rapier
description: You'll be lucky if it even pierces the paper.
components:
- type: Sprite
@@ -24,6 +24,7 @@
- state: icon
- sprite: _CP14/Objects/ModularTools/Blade/Rapier/metall_rapier.rsi
state: icon
color: "#e28f08"
- type: CP14ModularCraftAutoAssemble
details:
- BladeCopperRapier

View File

@@ -24,6 +24,7 @@
- state: icon
- sprite: _CP14/Objects/ModularTools/Blade/Skimitar/metall_skimitar.rsi
state: icon
color: "#e28f08"
- type: CP14ModularCraftAutoAssemble
details:
- BladeCopperSkimitar

View File

@@ -16,7 +16,7 @@
- type: entity
id: CP14ModularCopperSword
parent: CP14ModularGripWooden
name: iron sword
name: copper sword
description: You'll be lucky if it even pierces the paper.
components:
- type: Sprite
@@ -24,6 +24,7 @@
- state: icon
- sprite: _CP14/Objects/ModularTools/Blade/Sword/metall_sword.rsi
state: icon
color: "#e28f08"
- type: CP14ModularCraftAutoAssemble
details:
- BladeCopperSword