Copper time! (#1403)
* blyad ya na mastere sdelal * returned readability * new presets for copper weapons * fix
This commit is contained in:
@@ -55,8 +55,12 @@
|
||||
- id: CP14KeyFile
|
||||
- id: CP14BaseMop
|
||||
- id: CP14LockCopper
|
||||
- id: CP14ModularIronPickaxe
|
||||
- id: CP14ModularCopperPickaxe
|
||||
- id: CP14ModularIronSickle
|
||||
- id: CP14ModularIronPickaxe
|
||||
weight: 0.3
|
||||
|
||||
|
||||
- !type:GroupSelector
|
||||
children:
|
||||
- id: CP14FluteInstrument
|
||||
|
||||
@@ -13,3 +13,17 @@
|
||||
details:
|
||||
- BladeIronPickaxe
|
||||
|
||||
- type: entity
|
||||
id: CP14ModularCopperPickaxe
|
||||
parent: CP14ModularGripWoodenLong
|
||||
name: copper pickaxe
|
||||
description: It's better than by hand
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: icon
|
||||
- sprite: _CP14/Objects/ModularTools/Blade/Pickaxe/metall_pickaxe.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftAutoAssemble
|
||||
details:
|
||||
- BladeCopperPickaxe
|
||||
@@ -13,6 +13,21 @@
|
||||
details:
|
||||
- BladeIronRapier
|
||||
|
||||
- type: entity
|
||||
id: CP14ModularCopperRapier
|
||||
parent: CP14ModularGripWooden
|
||||
name: iron rapier
|
||||
description: You'll be lucky if it even pierces the paper.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: icon
|
||||
- sprite: _CP14/Objects/ModularTools/Blade/Rapier/metall_rapier.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftAutoAssemble
|
||||
details:
|
||||
- BladeCopperRapier
|
||||
|
||||
- type: entity
|
||||
id: CP14ModularGuildmasterRapier
|
||||
parent: CP14ModularGripGuildmaster
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
id: CP14ModularCopperSkimitar
|
||||
parent: CP14ModularGripWooden
|
||||
name: copper skimitar
|
||||
description: the gold standard of edged weapons. Medium length, comfortable grip. No frills.
|
||||
description: You'll be lucky if it even pierces the paper.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
||||
@@ -13,6 +13,21 @@
|
||||
details:
|
||||
- BladeIronSword
|
||||
|
||||
- type: entity
|
||||
id: CP14ModularCopperSword
|
||||
parent: CP14ModularGripWooden
|
||||
name: iron sword
|
||||
description: You'll be lucky if it even pierces the paper.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: icon
|
||||
- sprite: _CP14/Objects/ModularTools/Blade/Sword/metall_sword.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftAutoAssemble
|
||||
details:
|
||||
- BladeCopperSword
|
||||
|
||||
- type: entity
|
||||
id: CP14ModularGuardHalberd
|
||||
parent: CP14ModularGripIronLongGuard
|
||||
|
||||
@@ -4,32 +4,32 @@
|
||||
minLimit: 0
|
||||
maxLimit: 1
|
||||
loadouts:
|
||||
- CP14ModularIronSkimitar
|
||||
- CP14ModularIronSword
|
||||
- CP14ModularIronRapier
|
||||
- CP14ModularCopperSkimitar
|
||||
- CP14ModularCopperSword
|
||||
- CP14ModularCopperRapier
|
||||
- CP14BowCombat
|
||||
|
||||
- type: loadout
|
||||
id: CP14ModularIronSkimitar
|
||||
dummyEntity: CP14ModularIronSkimitar
|
||||
id: CP14ModularCopperSkimitar
|
||||
dummyEntity: CP14ModularCopperSkimitar
|
||||
equipment:
|
||||
belt2: CP14ModularIronSkimitar
|
||||
belt2: CP14ModularCopperSkimitar
|
||||
skills:
|
||||
- SkimitarMastery
|
||||
|
||||
- type: loadout
|
||||
id: CP14ModularIronSword
|
||||
dummyEntity: CP14ModularIronSword
|
||||
id: CP14ModularCopperSword
|
||||
dummyEntity: CP14ModularCopperSword
|
||||
equipment:
|
||||
belt2: CP14ModularIronSword
|
||||
belt2: CP14ModularCopperSword
|
||||
skills:
|
||||
- SwordMastery
|
||||
|
||||
- type: loadout
|
||||
id: CP14ModularIronRapier
|
||||
dummyEntity: CP14ModularIronRapier
|
||||
id: CP14ModularCopperRapier
|
||||
dummyEntity: CP14ModularCopperRapier
|
||||
equipment:
|
||||
belt2: CP14ModularIronRapier
|
||||
belt2: CP14ModularCopperRapier
|
||||
skills:
|
||||
- RapierMastery
|
||||
|
||||
|
||||
@@ -666,7 +666,7 @@
|
||||
- CP14SilverCoin
|
||||
- CP14ModularIronDagger
|
||||
- CP14ModularIronSickle
|
||||
- CP14ModularIronPickaxe
|
||||
- CP14ModularCopperPickaxe
|
||||
- CP14Lighter
|
||||
- CP14Torch
|
||||
- CP14SmokingPipeFilledTobacco
|
||||
@@ -723,10 +723,10 @@
|
||||
- CP14ModularIronSickle
|
||||
|
||||
- type: loadout
|
||||
id: CP14ModularIronPickaxe
|
||||
id: CP14ModularCopperPickaxe
|
||||
storage:
|
||||
back:
|
||||
- CP14ModularIronPickaxe
|
||||
- CP14ModularCopperPickaxe
|
||||
|
||||
- type: loadout
|
||||
id: CP14Lighter
|
||||
|
||||
Reference in New Issue
Block a user