Added the Sigil of Elasticity, the Sigil of the Claw, and the Sigil of Winter's Breath.

This commit is contained in:
WayofTime 2016-10-14 20:51:21 -04:00
parent 0a1d66a1d9
commit ea43fbce7d
22 changed files with 186 additions and 8 deletions

View file

@ -155,6 +155,21 @@
"textures": {
"layer0": "bloodmagic:items/MundanePowerCatalyst"
}
},
"reagentclaw": {
"textures": {
"layer0": "bloodmagic:items/ReagentClaw"
}
},
"reagentbounce": {
"textures": {
"layer0": "bloodmagic:items/ReagentBounce"
}
},
"reagentfrost": {
"textures": {
"layer0": "bloodmagic:items/ReagentFrost"
}
}
}
}

View file

@ -0,0 +1,22 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"active": {
"false": {
"textures": {
"layer0": "bloodmagic:items/BounceSigil_deactivated"
}
},
"true": {
"textures": {
"layer0": "bloodmagic:items/BounceSigil_activated"
}
}
}
}
}

View file

@ -0,0 +1,21 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"active": {
"false": {
"textures": {
"layer0": "bloodmagic:items/ClawSigil_deactivated"
}
},
"true": {
"textures": {
"layer0": "bloodmagic:items/ClawSigil_activated"
}
}
}
}
}

View file

@ -0,0 +1,22 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"active": {
"false": {
"textures": {
"layer0": "bloodmagic:items/IceSigil_deactivated"
}
},
"true": {
"textures": {
"layer0": "bloodmagic:items/IceSigil_activated"
}
}
}
}
}

View file

@ -84,6 +84,9 @@ item.BloodMagic.baseComponent.reagentBridge.name=Phantom Bridge Reagent
item.BloodMagic.baseComponent.reagentCompression.name=Compression Reagent
item.BloodMagic.baseComponent.reagentSeverance.name=Severance Reagent
item.BloodMagic.baseComponent.reagentHolding.name=Holding Reagent
item.BloodMagic.baseComponent.reagentClaw.name=Claw Reagent
item.BloodMagic.baseComponent.reagentBounce.name=Elasticity Reagent
item.BloodMagic.baseComponent.reagentFrost.name=Frost Reagent
item.BloodMagic.baseComponent.reagentTeleposition.name=Teleposition Reagent
item.BloodMagic.baseComponent.reagentTransposition.name=Transposition Reagent
@ -133,6 +136,9 @@ item.BloodMagic.sigil.holding.name=Sigil of Holding
item.BloodMagic.sigil.holding.display=&r%s: &o&n%s
item.BloodMagic.sigil.teleposition.name=Teleposition Sigil
item.BloodMagic.sigil.transposition.name=Transposition Sigil
item.BloodMagic.sigil.claw.name=Sigil of the Claw
item.BloodMagic.sigil.bounce.name=Sigil of Elasticity
item.BloodMagic.sigil.frost.name=Sigil of Winter's Breath
item.BloodMagic.livingArmour.helmet.name=Living Helmet
item.BloodMagic.livingArmour.chest.name=Living Chestplate

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB