mithril and lucens modular parts (#682)

Co-authored-by: Ed <edwardxperia2000@gmail.com>
This commit is contained in:
A.Ne.
2024-12-15 23:40:05 +04:00
committed by GitHub
parent e102b5011e
commit 57a795261f
129 changed files with 943 additions and 23 deletions

View File

@@ -45,4 +45,16 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeCopperAxe
- BladeCopperAxe
- type: entity
parent: CP14ModularBladeAxeBase
id: CP14ModularBladeMithrilAxe
name: mithril axe blade
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Axe/mithril_axe.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilAxe

View File

@@ -45,4 +45,16 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeCopperDagger
- BladeCopperDagger
- type: entity
parent: CP14ModularBladeDaggerBase
id: CP14ModularBladeMithrilDagger
name: mithril dagger blade
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Dagger/mithril_dagger.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilDagger

View File

@@ -45,4 +45,16 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeCopperMace
- BladeCopperMace
- type: entity
parent: CP14ModularBladeMaceBase
id: CP14ModularBladeMithrilMace
name: mithril mace ball
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Mace/mithril_mace.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilMace

View File

@@ -45,4 +45,16 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeCopperPickaxe
- BladeCopperPickaxe
- type: entity
parent: CP14ModularBladePickaxeBase
id: CP14ModularBladeMithrilPickaxe
name: mithril pickaxe head
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Pickaxe/mithril_pickaxe.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilPickaxe

View File

@@ -45,4 +45,16 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeCopperRapier
- BladeCopperRapier
- type: entity
parent: CP14ModularBladeRapierBase
id: CP14ModularBladeMithrilRapier
name: mithril rapier blade
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Rapier/mithril_rapier.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilRapier

View File

@@ -45,4 +45,16 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeCopperShovel
- BladeCopperShovel
- type: entity
parent: CP14ModularBladeShovelBase
id: CP14ModularBladeMithrilShovel
name: mithril shovel blade
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Shovel/mithril_shovel.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilShovel

View File

@@ -45,4 +45,16 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeGoldSickle
- BladeGoldSickle
- type: entity
parent: CP14ModularBladeSickleBase
id: CP14ModularBladeMithrilSickle
name: mithril sickle blade
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Sickle/mithril_sickle.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilSickle

View File

@@ -47,6 +47,18 @@
possibleParts:
- BladeCopperSword
- type: entity
parent: CP14ModularBladeSwordBase
id: CP14ModularBladeMithrilSword
name: mithril sword blade
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Blade/Sword/mithril_sword.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeMithrilSword
- type: entity
parent: CP14ModularBladeSwordBase
id: CP14ModularBladeBoneSword
@@ -57,4 +69,4 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- BladeBoneSword
- BladeBoneSword

View File

@@ -48,4 +48,17 @@
state: icon
- type: CP14ModularCraftPart
possibleParts:
- GardeSharpCopper
- GardeSharpCopper
- type: entity
parent: CP14ModularGardeBase
id: CP14ModularGardeSharpMithril
categories: [ ForkFiltered ]
name: sharp mithril garde
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Garde/mithril_sharp.rsi
state: icon
- type: CP14ModularCraftPart
possibleParts:
- GardeSharpMithril

View File

@@ -104,7 +104,30 @@
- !type:CP14ModularDisassembleBehavior
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripShort
id: CP14ModularGripLucens
name: lucens grip
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Grip/lucens_grip.rsi
state: icon
- type: CP14ModularCraftStartPoint
startProtoPart: CP14ModularGripLucens
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 60
behaviors:
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
- !type:CP14ModularDisassembleBehavior
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripShort
id: CP14ModularGripIron
@@ -128,6 +151,29 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripShort
id: CP14ModularGripMithril
name: mithril grip
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/Grip/mithril_grip.rsi
state: icon
- type: CP14ModularCraftStartPoint
startProtoPart: CP14ModularGripMithril
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 120 #x2.4 durability
behaviors:
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
- !type:CP14ModularDisassembleBehavior
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripShort
id: CP14ModularGripGolden
@@ -198,6 +244,29 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripLong
id: CP14ModularGripLucensLong
name: long lucens grip
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/GripLong/lucens_grip_long.rsi
state: icon
- type: CP14ModularCraftStartPoint
startProtoPart: CP14ModularGripLucensLong
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 60
behaviors:
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
- !type:CP14ModularDisassembleBehavior
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripLong
id: CP14ModularGripIronLong
@@ -221,6 +290,29 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripLong
id: CP14ModularGripMithrilLong
name: long mithril grip
components:
- type: Sprite
sprite: _CP14/Objects/ModularTools/GripLong/mithril_grip_long.rsi
state: icon
- type: CP14ModularCraftStartPoint
startProtoPart: CP14ModularGripMithrilLong
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 120 #x2.4 durability
behaviors:
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
- !type:CP14ModularDisassembleBehavior
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
parent: CP14ModularGripIronLong
id: CP14ModularGripIronLongGuard
@@ -275,4 +367,4 @@
collection: MetalBreak
- !type:CP14ModularDisassembleBehavior
- !type:DoActsBehavior
acts: ["Destruction"]
acts: ["Destruction"]

View File

@@ -58,4 +58,15 @@
- !type:Inherit
copyFrom:
- BaseBladeAxe
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilAxe
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilAxe
rsiPath: _CP14/Objects/ModularTools/Blade/Axe/mithril_axe.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladeAxe
- BaseWeaponMithril

View File

@@ -63,4 +63,15 @@
- !type:Inherit
copyFrom:
- BaseBladeDagger
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilDagger
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilDagger
rsiPath: _CP14/Objects/ModularTools/Blade/Dagger/mithril_dagger.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladeDagger
- BaseWeaponMithril

View File

@@ -56,4 +56,15 @@
- !type:Inherit
copyFrom:
- BaseBladeMace
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilMace
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilMace
rsiPath: _CP14/Objects/ModularTools/Blade/Mace/mithril_mace.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladeMace
- BaseWeaponMithril

View File

@@ -51,4 +51,15 @@
- !type:Inherit
copyFrom:
- BaseBladePickaxe
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilPickaxe
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilPickaxe
rsiPath: _CP14/Objects/ModularTools/Blade/Pickaxe/mithril_pickaxe.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladePickaxe
- BaseWeaponMithril

View File

@@ -66,4 +66,15 @@
- !type:Inherit
copyFrom:
- BaseBladeRapier
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilRapier
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilRapier
rsiPath: _CP14/Objects/ModularTools/Blade/Rapier/mithril_rapier.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladeRapier
- BaseWeaponMithril

View File

@@ -62,4 +62,15 @@
- !type:Inherit
copyFrom:
- BaseBladeShovel
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilShovel
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilShovel
rsiPath: _CP14/Objects/ModularTools/Blade/Shovel/mithril_shovel.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladeShovel
- BaseWeaponMithril

View File

@@ -1,5 +1,5 @@
#Concept:
# Copy of dagger with lesser damage
# Copy of dagger with lesser damage
# But can gather grass from world
- type: modularPart
id: BaseBladeSickle
@@ -54,4 +54,15 @@
- !type:Inherit
copyFrom:
- BaseBladeSickle
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilSickle
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilSickle
rsiPath: _CP14/Objects/ModularTools/Blade/Sickle/mithril_sickle.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladeSickle
- BaseWeaponMithril

View File

@@ -70,6 +70,17 @@
- BaseBladeSword
- BaseWeaponCopper
- type: modularPart
id: BladeMithrilSword
targetSlot: Blade
sourcePart: CP14ModularBladeMithrilSword
rsiPath: _CP14/Objects/ModularTools/Blade/Sword/mithril_sword.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseBladeSword
- BaseWeaponMithril
- type: modularPart
id: BladeBoneSword
targetSlot: Blade
@@ -93,4 +104,4 @@
- !type:EditDamageableModifier
multiplier: 2.5
- !type:EditSharpened
sharpnessDamageMultiplier: 3
sharpnessDamageMultiplier: 3

View File

@@ -40,4 +40,15 @@
- !type:Inherit
copyFrom:
- BaseGardeSharp
- BaseWeaponCopper
- BaseWeaponCopper
- type: modularPart
id: GardeSharpMithril
targetSlot: Garde
sourcePart: CP14ModularGardeSharpMithril
rsiPath: _CP14/Objects/ModularTools/Garde/mithril_sharp.rsi
modifiers:
- !type:Inherit
copyFrom:
- BaseGardeSharp
- BaseWeaponMithril

View File

@@ -89,4 +89,12 @@
- !type:EditDamageableModifier
multiplier: 2
- !type:EditSharpened
sharpnessDamageMultiplier: 3
sharpnessDamageMultiplier: 3
- type: modularPart
id: BaseWeaponMithril
modifiers:
- !type:EditDamageableModifier
multiplier: 1
- !type:EditSharpened
sharpnessDamageMultiplier: 1

View File

@@ -384,4 +384,94 @@
craftTime: 4
stacks:
CP14GoldBar: 2
result: CP14ModularBladeGoldAxe
result: CP14ModularBladeGoldAxe
## mithril
- type: CP14Recipe
id: CP14ModularBladeMithrilDagger
tag: CP14RecipeAnvil
craftTime: 2
stacks:
CP14MithrilBar: 1
result: CP14ModularBladeMithrilDagger
- type: CP14Recipe
id: CP14ModularBladeMithrilMace
tag: CP14RecipeAnvil
craftTime: 2
stacks:
CP14MithrilBar: 1
result: CP14ModularBladeMithrilMace
- type: CP14Recipe
id: CP14ModularBladeMithrilSword
tag: CP14RecipeAnvil
craftTime: 4
stacks:
CP14MithrilBar: 2
result: CP14ModularBladeMithrilSword
- type: CP14Recipe
id: CP14ModularBladeMithrilSickle
tag: CP14RecipeAnvil
craftTime: 2
stacks:
CP14MithrilBar: 1
result: CP14ModularBladeMithrilSickle
- type: CP14Recipe
id: CP14ModularBladeMithrilShovel
tag: CP14RecipeAnvil
craftTime: 2
stacks:
CP14MithrilBar: 1
result: CP14ModularBladeMithrilShovel
- type: CP14Recipe
id: CP14ModularBladeMithrilPickaxe
tag: CP14RecipeAnvil
craftTime: 2
stacks:
CP14MithrilBar: 1
result: CP14ModularBladeMithrilPickaxe
- type: CP14Recipe
id: CP14ModularGripMithril
tag: CP14RecipeAnvil
craftTime: 2
stacks:
CP14MithrilBar: 1
result: CP14ModularGripMithril
- type: CP14Recipe
id: CP14ModularGripMithrilLong
tag: CP14RecipeAnvil
craftTime: 4
stacks:
CP14MithrilBar: 2
result: CP14ModularGripMithrilLong
- type: CP14Recipe
id: CP14ModularGardeSharpMithril
tag: CP14RecipeAnvil
craftTime: 4
stacks:
CP14MithrilBar: 1
result: CP14ModularGardeSharpMithril
- type: CP14Recipe
id: CP14ModularBladeMithrilRapier
tag: CP14RecipeAnvil
craftTime: 4
stacks:
CP14MithrilBar: 1
result: CP14ModularBladeMithrilRapier
- type: CP14Recipe
id: CP14ModularBladeMithrilAxe
tag: CP14RecipeAnvil
craftTime: 4
stacks:
CP14MithrilBar: 2
result: CP14ModularBladeMithrilAxe

View File

@@ -75,3 +75,19 @@
stacks:
CP14WoodenPlanks: 2
result: CP14ModularGripWoodenLong
- type: CP14Recipe
id: CP14ModularGripLucens
tag: CP14RecipeWorkbench
craftTime: 2
stacks:
CP14LucensWoodenPlanks: 1
result: CP14ModularGripLucens
- type: CP14Recipe
id: CP14ModularGripLucensLong
tag: CP14RecipeWorkbench
craftTime: 2
stacks:
CP14LucensWoodenPlanks: 2
result: CP14ModularGripLucensLong

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 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: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 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: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 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: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 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: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

View File

@@ -0,0 +1,42 @@
{
"version": 1,
"size": {
"x": 48,
"y": 48
},
"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: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 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: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 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: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

View File

@@ -0,0 +1,42 @@
{
"version": 1,
"size": {
"x": 48,
"y": 48
},
"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: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

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