Blacksmith again (#652)

* golden and copper sword

* copper sickle

* maces

* shovels

* modular axes

* fixes
This commit is contained in:
Ed
2024-12-09 00:40:27 +03:00
committed by GitHub
parent c2b7c5146d
commit 5384adb2b3
130 changed files with 924 additions and 149 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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:

View 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

View 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

View 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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Some files were not shown because too many files have changed in this diff Show More