Added the Soul Snare renderer and recipe and basically everything soul snare

This commit is contained in:
WayofTime 2016-01-08 14:56:36 -05:00
parent c015e3421f
commit 74718f5042
18 changed files with 273 additions and 23 deletions

View file

@ -111,6 +111,7 @@ item.BloodMagic.arcaneAshes.name=Arcane Ashes
item.BloodMagic.soul.sword.name=Soul Sword
item.BloodMagic.soulGem.lesser.name=Lesser Soul Gem
item.BloodMagic.soulSnare.base.name=Rudimentary Soul Snare
# Blocks
tile.BloodMagic.fluid.lifeEssence.name=Life Essence
@ -237,9 +238,11 @@ tooltip.BloodMagic.livingArmour.upgrade.meleeDamage=Fierce Strike
tooltip.BloodMagic.livingArmour.upgrade.arrowShot=Trick Shot
tooltip.BloodMagic.livingArmour.upgrade.level=(Level %d)
tooltip.BloodMagic.souls=Soul Quality: %1$,.3f
tooltip.BloodMagic.souls=Soul Quality: %1$,.2f
tooltip.BloodMagic.soul.sword.desc=Uses souls to unleash its full potential.
tooltip.BloodMagic.soulGem.lesser=A gem used to contain many souls
tooltip.BloodMagic.soulSnare.desc1=Throw at a monster and then
tooltip.BloodMagic.soulSnare.desc2=kill them to get a monster soul
# Ritual
ritual.BloodMagic.testRitual=Test Ritual

View file

@ -0,0 +1,6 @@
{
"parent":"bloodmagic:item/ItemModelBase",
"textures": {
"layer0":"bloodmagic:items/SoulSnare"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B