Blacksmith again (#652)
* golden and copper sword * copper sickle * maces * shovels * modular axes * fixes
@@ -0,0 +1,48 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14ModularBladeAxeBase
|
||||
categories: [ ForkFiltered ]
|
||||
abstract: true
|
||||
description: A axe blade without a hilt. A blacksmith can use it as a spare part to create a weapon.
|
||||
components:
|
||||
- type: Item
|
||||
storedRotation: 45
|
||||
shape:
|
||||
- 0,0,0,0
|
||||
storedOffset: 0, 5
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeAxeBase
|
||||
id: CP14ModularBladeIronAxe
|
||||
name: iron axe blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Axe/iron_axe.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeIronAxe
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeAxeBase
|
||||
id: CP14ModularBladeGoldAxe
|
||||
name: golden axe blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Axe/gold_axe.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeGoldAxe
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeAxeBase
|
||||
id: CP14ModularBladeCopperAxe
|
||||
name: copper axe blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Axe/copper_axe.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeCopperAxe
|
||||
@@ -0,0 +1,48 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14ModularBladeMaceBase
|
||||
categories: [ ForkFiltered ]
|
||||
abstract: true
|
||||
description: A mace ball without a hilt. A blacksmith can use it as a spare part to create a weapon.
|
||||
components:
|
||||
- type: Item
|
||||
storedRotation: 45
|
||||
shape:
|
||||
- 0,0,0,0
|
||||
storedOffset: 0, 5
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeMaceBase
|
||||
id: CP14ModularBladeIronMace
|
||||
name: iron mace ball
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Mace/iron_mace.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeIronMace
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeMaceBase
|
||||
id: CP14ModularBladeGoldMace
|
||||
name: golden mace ball
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Mace/gold_mace.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeGoldMace
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeMaceBase
|
||||
id: CP14ModularBladeCopperMace
|
||||
name: copper mace ball
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Mace/copper_mace.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeCopperMace
|
||||
@@ -0,0 +1,48 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14ModularBladeShovelBase
|
||||
categories: [ ForkFiltered ]
|
||||
abstract: true
|
||||
description: A shovel blade without a hilt. A blacksmith can use it as a spare part to create a tool.
|
||||
components:
|
||||
- type: Item
|
||||
storedRotation: 45
|
||||
shape:
|
||||
- 0,0,0,0
|
||||
storedOffset: 0, 5
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeShovelBase
|
||||
id: CP14ModularBladeIronShovel
|
||||
name: iron shovel blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Shovel/iron_shovel.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeIronShovel
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeShovelBase
|
||||
id: CP14ModularBladeGoldShovel
|
||||
name: golden shovel blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Shovel/gold_shovel.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeGoldShovel
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeShovelBase
|
||||
id: CP14ModularBladeCopperShovel
|
||||
name: copper shovel blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Shovel/copper_shovel.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeCopperShovel
|
||||
@@ -23,6 +23,18 @@
|
||||
possibleParts:
|
||||
- BladeIronSickle
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeSickleBase
|
||||
id: CP14ModularBladeCopperSickle
|
||||
name: copper sickle blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Sickle/copper_sickle.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeCopperSickle
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeSickleBase
|
||||
id: CP14ModularBladeGoldSickle
|
||||
|
||||
@@ -23,6 +23,30 @@
|
||||
possibleParts:
|
||||
- BladeIronSword
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeSwordBase
|
||||
id: CP14ModularBladeGoldSword
|
||||
name: golden sword blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Sword/gold_sword.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeGoldSword
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeSwordBase
|
||||
id: CP14ModularBladeCopperSword
|
||||
name: copper sword blade
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Blade/Sword/copper_sword.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeCopperSword
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularBladeSwordBase
|
||||
id: CP14ModularBladeBoneSword
|
||||
|
||||
@@ -17,44 +17,6 @@
|
||||
possibleParts:
|
||||
- BladeIronSpear
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14ModularBladeIronMace
|
||||
categories: [ ForkFiltered ]
|
||||
name: iron mace ball
|
||||
description: A mace ball without a hilt. A blacksmith can use it as a spare part to create a weapon.
|
||||
components:
|
||||
- type: Item
|
||||
storedRotation: 45
|
||||
shape:
|
||||
- 0,0,0,0
|
||||
storedOffset: 0, 5
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/iron_mace.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeIronMace
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14ModularBladeIronShovel
|
||||
categories: [ ForkFiltered ]
|
||||
name: iron shovel blade
|
||||
description: A shovel blade without a hilt. A blacksmith can use it as a spare part to create a tool.
|
||||
components:
|
||||
- type: Item
|
||||
storedRotation: 45
|
||||
shape:
|
||||
- 0,0,0,0
|
||||
storedOffset: 0, 5
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/iron_shovel.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftPart
|
||||
possibleParts:
|
||||
- BladeIronShovel
|
||||
|
||||
#- type: entity
|
||||
# parent: BaseItem
|
||||
# id: CP14ModularBladeIronSwordTwoHanded
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
- type: entity
|
||||
id: CP14BaseHandheldAxe
|
||||
parent:
|
||||
- BaseItem
|
||||
- CP14BaseWeaponDestructible
|
||||
- CP14BaseWeaponSharp
|
||||
- CP14BaseWeaponChemical
|
||||
- CP14BaseWeaponThrowable
|
||||
- CP14BaseWeaponLight
|
||||
name: hand axe
|
||||
description: A small axe, great for chopping wood or sinew.
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Weapons/Melee/HandheldAxe/handheldAxe.rsi
|
||||
layers:
|
||||
- state: icon
|
||||
- type: MeleeWeapon
|
||||
angle: 60
|
||||
attackRate: 1.7
|
||||
range: 1
|
||||
wideAnimationRotation: 225
|
||||
wideAnimation: CP14WeaponArcSlash
|
||||
damage:
|
||||
types:
|
||||
Slash: 12
|
||||
soundHit:
|
||||
collection: MetalThud
|
||||
cPAnimationLength: 0.25
|
||||
- type: EmbeddableProjectile
|
||||
offset: 0.15,0.15
|
||||
removalTime: 1.5
|
||||
- type: DamageOtherOnHit
|
||||
damage:
|
||||
types:
|
||||
Slash: 12
|
||||
- type: DamageOnLand
|
||||
damage:
|
||||
types:
|
||||
Slash: 12
|
||||
@@ -0,0 +1,14 @@
|
||||
- type: entity
|
||||
id: CP14ModularIronAxe
|
||||
parent: CP14ModularGripWoodenLong
|
||||
name: iron axe
|
||||
description: A heavy axe for cutting firewood or heads.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: icon
|
||||
- sprite: _CP14/Objects/ModularTools/Blade/Axe/iron_axe.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftAutoAssemble
|
||||
details:
|
||||
- BladeIronAxe
|
||||
@@ -7,7 +7,7 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: icon
|
||||
- sprite: _CP14/Objects/ModularTools/iron_mace.rsi
|
||||
- sprite: _CP14/Objects/ModularTools/Blade/Mace/iron_mace.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftAutoAssemble
|
||||
details:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: icon
|
||||
- sprite: _CP14/Objects/ModularTools/iron_shovel.rsi
|
||||
- sprite: _CP14/Objects/ModularTools/Blade/Shovel/iron_shovel.rsi
|
||||
state: icon
|
||||
- type: CP14ModularCraftAutoAssemble
|
||||
details:
|
||||
|
||||
61
Resources/Prototypes/_CP14/ModularCraft/Blade/axe.yml
Normal file
@@ -0,0 +1,61 @@
|
||||
#Concept:
|
||||
# + Very high damage
|
||||
# - Very low attack speed
|
||||
|
||||
- type: modularPart
|
||||
id: BaseBladeAxe
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseWeaponChemical
|
||||
- BaseWeaponSharp
|
||||
- !type:EditMeleeWeapon
|
||||
resetOnHandSelected: true # Disable fast swap
|
||||
attackRateMultiplier: 0.6
|
||||
angleMultiplier: 1.2
|
||||
bonusDamage:
|
||||
types:
|
||||
Slash: 13
|
||||
Piercing: 3
|
||||
- !type:EditIncreaseDamageOnWield
|
||||
bonusDamage:
|
||||
types:
|
||||
Slash: 8
|
||||
Piercing: 3
|
||||
- !type:EditItem
|
||||
newSize: Normal
|
||||
adjustShape: 0, 1
|
||||
storedOffsetBonus: 0, 5
|
||||
|
||||
- type: modularPart
|
||||
id: BladeIronAxe
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeIronAxe
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Axe/iron_axe.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeAxe
|
||||
- BaseWeaponIron
|
||||
|
||||
- type: modularPart
|
||||
id: BladeGoldAxe
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeGoldAxe
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Axe/gold_axe.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeAxe
|
||||
- BaseWeaponGold
|
||||
|
||||
- type: modularPart
|
||||
id: BladeCopperAxe
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeCopperAxe
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Axe/copper_axe.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeAxe
|
||||
- BaseWeaponCopper
|
||||
59
Resources/Prototypes/_CP14/ModularCraft/Blade/mace.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
#Concept:
|
||||
# + High Wielded damage
|
||||
# - Low AttackRate
|
||||
|
||||
- type: modularPart
|
||||
id: BaseBladeMace
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseWeaponChemical
|
||||
- !type:EditMeleeWeapon
|
||||
resetOnHandSelected: true # Disable fast swap
|
||||
attackRateMultiplier: 0.85
|
||||
bonusDamage:
|
||||
types:
|
||||
Blunt: 4
|
||||
Piercing: 1
|
||||
- !type:EditIncreaseDamageOnWield
|
||||
bonusDamage:
|
||||
types:
|
||||
Blunt: 8
|
||||
Piercing: 4
|
||||
- !type:EditItem
|
||||
newSize: Large
|
||||
adjustShape: 0, 1
|
||||
storedOffsetBonus: 0, 5
|
||||
|
||||
- type: modularPart
|
||||
id: BladeIronMace
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeIronMace
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Mace/iron_mace.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeMace
|
||||
- BaseWeaponIron
|
||||
|
||||
- type: modularPart
|
||||
id: BladeGoldMace
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeGoldMace
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Mace/gold_mace.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeMace
|
||||
- BaseWeaponGold
|
||||
|
||||
- type: modularPart
|
||||
id: BladeCopperMace
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeCopperMace
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Mace/copper_mace.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeMace
|
||||
- BaseWeaponCopper
|
||||
65
Resources/Prototypes/_CP14/ModularCraft/Blade/shovel.yml
Normal file
@@ -0,0 +1,65 @@
|
||||
- type: modularPart
|
||||
id: BaseBladeShovel
|
||||
modifiers:
|
||||
- !type:AddComponents
|
||||
components:
|
||||
- type: ToolTileCompatible
|
||||
- type: Tool
|
||||
qualities:
|
||||
- CP14Digging
|
||||
useSound:
|
||||
collection: CP14Digging
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
- !type:EditMeleeWeapon
|
||||
angleMultiplier: 1.2
|
||||
bonusDamage:
|
||||
types:
|
||||
Slash: 3
|
||||
Blunt: 3
|
||||
- !type:EditIncreaseDamageOnWield
|
||||
bonusDamage:
|
||||
types:
|
||||
Slash: 3
|
||||
Blunt: 3
|
||||
- !type:EditItem
|
||||
newSize: Normal
|
||||
adjustShape: 0, 1
|
||||
storedOffsetBonus: 0, 5
|
||||
- !type:EditModularSlots
|
||||
addSlots:
|
||||
- Garde
|
||||
|
||||
- type: modularPart
|
||||
id: BladeIronShovel
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeIronShovel
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Shovel/iron_shovel.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeShovel
|
||||
- BaseWeaponIron
|
||||
|
||||
- type: modularPart
|
||||
id: BladeGoldShovel
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeGoldShovel
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Shovel/gold_shovel.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeShovel
|
||||
- BaseWeaponGold
|
||||
|
||||
- type: modularPart
|
||||
id: BladeCopperShovel
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeCopperShovel
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Shovel/copper_shovel.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeShovel
|
||||
- BaseWeaponCopper
|
||||
@@ -43,4 +43,15 @@
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeSickle
|
||||
- BaseWeaponGold
|
||||
- BaseWeaponGold
|
||||
|
||||
- type: modularPart
|
||||
id: BladeCopperSickle
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeCopperSickle
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Sickle/copper_sickle.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeSickle
|
||||
- BaseWeaponCopper
|
||||
@@ -48,6 +48,28 @@
|
||||
- BaseBladeSword
|
||||
- BaseWeaponIron
|
||||
|
||||
- type: modularPart
|
||||
id: BladeGoldSword
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeGoldSword
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Sword/gold_sword.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeSword
|
||||
- BaseWeaponGold
|
||||
|
||||
- type: modularPart
|
||||
id: BladeCopperSword
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeCopperSword
|
||||
rsiPath: _CP14/Objects/ModularTools/Blade/Sword/copper_sword.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseBladeSword
|
||||
- BaseWeaponCopper
|
||||
|
||||
- type: modularPart
|
||||
id: BladeBoneSword
|
||||
targetSlot: Blade
|
||||
|
||||
@@ -35,71 +35,6 @@
|
||||
newSize: Normal
|
||||
adjustShape: 0, 1
|
||||
storedOffsetBonus: 0, 5
|
||||
- !type:EditModularSlots
|
||||
addSlots:
|
||||
- Garde
|
||||
|
||||
#Concept:
|
||||
# + High Wielded damage
|
||||
# - Low AttackRate
|
||||
- type: modularPart
|
||||
id: BladeIronMace
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeIronMace
|
||||
rsiPath: _CP14/Objects/ModularTools/iron_mace.rsi
|
||||
modifiers:
|
||||
- !type:Inherit
|
||||
copyFrom:
|
||||
- BaseWeaponChemical
|
||||
- !type:EditMeleeWeapon
|
||||
resetOnHandSelected: true # Disable fast swap
|
||||
attackRateMultiplier: 0.85
|
||||
bonusDamage:
|
||||
types:
|
||||
Blunt: 4
|
||||
Piercing: 1
|
||||
- !type:EditIncreaseDamageOnWield
|
||||
bonusDamage:
|
||||
types:
|
||||
Blunt: 8
|
||||
Piercing: 4
|
||||
- !type:EditItem
|
||||
newSize: Large
|
||||
adjustShape: 0, 1
|
||||
storedOffsetBonus: 0, 5
|
||||
|
||||
- type: modularPart
|
||||
id: BladeIronShovel
|
||||
targetSlot: Blade
|
||||
sourcePart: CP14ModularBladeIronShovel
|
||||
rsiPath: _CP14/Objects/ModularTools/iron_shovel.rsi
|
||||
modifiers:
|
||||
- !type:AddComponents
|
||||
components:
|
||||
- type: ToolTileCompatible
|
||||
- type: Tool
|
||||
qualities:
|
||||
- CP14Digging
|
||||
useSound:
|
||||
collection: CP14Digging
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
- !type:EditMeleeWeapon
|
||||
angleMultiplier: 1.2
|
||||
bonusDamage:
|
||||
types:
|
||||
Slash: 3
|
||||
Blunt: 3
|
||||
- !type:EditIncreaseDamageOnWield
|
||||
bonusDamage:
|
||||
types:
|
||||
Slash: 3
|
||||
Blunt: 3
|
||||
- !type:EditItem
|
||||
newSize: Normal
|
||||
adjustShape: 0, 1
|
||||
storedOffsetBonus: 0, 5
|
||||
- !type:EditModularSlots
|
||||
addSlots:
|
||||
- Garde
|
||||
@@ -129,6 +129,22 @@
|
||||
CP14IronBar: 1
|
||||
result: CP14ModularBladeIronMace
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeGoldMace
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 2
|
||||
stacks:
|
||||
CP14GoldBar: 1
|
||||
result: CP14ModularBladeGoldMace
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeCopperMace
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 2
|
||||
stacks:
|
||||
CP14CopperBar: 1
|
||||
result: CP14ModularBladeCopperMace
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeIronSword
|
||||
tag: CP14RecipeAnvil
|
||||
@@ -137,6 +153,22 @@
|
||||
CP14IronBar: 2
|
||||
result: CP14ModularBladeIronSword
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeGoldSword
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 4
|
||||
stacks:
|
||||
CP14GoldBar: 2
|
||||
result: CP14ModularBladeGoldSword
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeCopperSword
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 4
|
||||
stacks:
|
||||
CP14CopperBar: 2
|
||||
result: CP14ModularBladeCopperSword
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeIronSickle
|
||||
tag: CP14RecipeAnvil
|
||||
@@ -145,6 +177,14 @@
|
||||
CP14IronBar: 1
|
||||
result: CP14ModularBladeIronSickle
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeCopperSickle
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 2
|
||||
stacks:
|
||||
CP14CopperBar: 1
|
||||
result: CP14ModularBladeCopperSickle
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeGoldSickle
|
||||
tag: CP14RecipeAnvil
|
||||
@@ -161,6 +201,23 @@
|
||||
CP14IronBar: 1
|
||||
result: CP14ModularBladeIronShovel
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeGoldShovel
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 2
|
||||
stacks:
|
||||
CP14GoldBar: 1
|
||||
result: CP14ModularBladeGoldShovel
|
||||
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeCopperShovel
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 2
|
||||
stacks:
|
||||
CP14CopperBar: 1
|
||||
result: CP14ModularBladeCopperShovel
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeIronPickaxe
|
||||
tag: CP14RecipeAnvil
|
||||
@@ -303,4 +360,28 @@
|
||||
craftTime: 4
|
||||
stacks:
|
||||
CP14IronBar: 1
|
||||
result: CP14BaseLockpick
|
||||
result: CP14BaseLockpick
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeIronAxe
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 4
|
||||
stacks:
|
||||
CP14IronBar: 2
|
||||
result: CP14ModularBladeIronAxe
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeCopperAxe
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 4
|
||||
stacks:
|
||||
CP14CopperBar: 2
|
||||
result: CP14ModularBladeCopperAxe
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularBladeGoldAxe
|
||||
tag: CP14RecipeAnvil
|
||||
craftTime: 4
|
||||
stacks:
|
||||
CP14GoldBar: 2
|
||||
result: CP14ModularBladeGoldAxe
|
||||
@@ -3,7 +3,7 @@
|
||||
name: cp14-tool-quality-digging-name
|
||||
toolName: cp14-tool-quality-digging-tool-name
|
||||
spawn: CP14ModularIronShovel
|
||||
icon: { sprite: _CP14/Objects/ModularTools/iron_shovel.rsi, state: icon}
|
||||
icon: { sprite: _CP14/Objects/ModularTools/Blade/Shovel/iron_shovel.rsi, state: tool}
|
||||
|
||||
- type: tool
|
||||
id: CP14Hammering
|
||||
|
||||
|
After Width: | Height: | Size: 293 B |
|
After Width: | Height: | Size: 315 B |
|
After Width: | Height: | Size: 270 B |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 587 B |
|
After Width: | Height: | Size: 590 B |
|
After Width: | Height: | Size: 577 B |
|
After Width: | Height: | Size: 296 B |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 266 B |
|
After Width: | Height: | Size: 306 B |
|
After Width: | Height: | Size: 561 B |
|
After Width: | Height: | Size: 567 B |
|
After Width: | Height: | Size: 557 B |
|
After Width: | Height: | Size: 563 B |
|
After Width: | Height: | Size: 295 B |
|
After Width: | Height: | Size: 303 B |
|
After Width: | Height: | Size: 266 B |
|
After Width: | Height: | Size: 292 B |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 560 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 563 B |
|
After Width: | Height: | Size: 562 B |
|
After Width: | Height: | Size: 402 B |
|
After Width: | Height: | Size: 400 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 537 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 491 B |
|
After Width: | Height: | Size: 493 B |
|
After Width: | Height: | Size: 405 B |
|
After Width: | Height: | Size: 427 B |
|
After Width: | Height: | Size: 359 B |
|
After Width: | Height: | Size: 336 B |
|
After Width: | Height: | Size: 487 B |
|
After Width: | Height: | Size: 506 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 487 B |
|
After Width: | Height: | Size: 490 B |
|
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 492 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
|
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 523 B |
|
After Width: | Height: | Size: 288 B |
|
After Width: | Height: | Size: 289 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 327 B |
|
After Width: | Height: | Size: 439 B |
|
After Width: | Height: | Size: 420 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 444 B |
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 283 B |
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 233 B |
|
After Width: | Height: | Size: 327 B |
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 429 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 417 B |
|
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B |
|
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 283 B |
|
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
|
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
|
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 437 B |
|
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 412 B |
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "tool"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 448 B |
|
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 425 B |