Implemented (inefficiently) the sentient tools.

This commit is contained in:
WayofTime 2016-06-12 12:08:06 -04:00
parent f097f00c55
commit d0e81e6426
13 changed files with 1758 additions and 6 deletions

View file

@ -0,0 +1,36 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-tool"
},
"variants": {
"type": {
"default": {
"textures": {
"layer0": "bloodmagic:items/SoulAxe"
}
},
"corrosive": {
"textures": {
"layer0": "bloodmagic:items/SoulAxe_corrosive"
}
},
"destructive": {
"textures": {
"layer0": "bloodmagic:items/SoulAxe_destructive"
}
},
"vengeful": {
"textures": {
"layer0": "bloodmagic:items/SoulAxe_vengeful"
}
},
"steadfast": {
"textures": {
"layer0": "bloodmagic:items/SoulAxe_steadfast"
}
}
}
}
}

View file

@ -0,0 +1,36 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-tool"
},
"variants": {
"type": {
"default": {
"textures": {
"layer0": "bloodmagic:items/SoulPickaxe"
}
},
"corrosive": {
"textures": {
"layer0": "bloodmagic:items/SoulPickaxe_corrosive"
}
},
"destructive": {
"textures": {
"layer0": "bloodmagic:items/SoulPickaxe_destructive"
}
},
"vengeful": {
"textures": {
"layer0": "bloodmagic:items/SoulPickaxe_vengeful"
}
},
"steadfast": {
"textures": {
"layer0": "bloodmagic:items/SoulPickaxe_steadfast"
}
}
}
}
}

View file

@ -0,0 +1,36 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-tool"
},
"variants": {
"type": {
"default": {
"textures": {
"layer0": "bloodmagic:items/SoulShovel"
}
},
"corrosive": {
"textures": {
"layer0": "bloodmagic:items/SoulShovel_corrosive"
}
},
"destructive": {
"textures": {
"layer0": "bloodmagic:items/SoulShovel_destructive"
}
},
"vengeful": {
"textures": {
"layer0": "bloodmagic:items/SoulShovel_vengeful"
}
},
"steadfast": {
"textures": {
"layer0": "bloodmagic:items/SoulShovel_steadfast"
}
}
}
}
}

View file

@ -156,6 +156,9 @@ item.BloodMagic.soulGem.grand.name=Grand Tartaric Gem
item.BloodMagic.soulSnare.base.name=Rudimentary Snare
item.BloodMagic.sentientBow.name=Sentient Bow
item.BloodMagic.sentientArmourGem.name=Sentient Armour Gem
item.BloodMagic.sentientAxe.name=Sentient Axe
item.BloodMagic.sentientPickaxe.name=Sentient Pickaxe
item.BloodMagic.sentientShovel.name=Sentient Shovel
item.BloodMagic.nodeRouter.name=Node Router
item.BloodMagic.itemFilter.exact.name=Precise Item Filter
@ -359,6 +362,9 @@ tooltip.BloodMagic.livingArmour.upgrade.points=&6Upgrade points: %s / %s
tooltip.BloodMagic.will=Will Quality: %1$,.2f
tooltip.BloodMagic.sentientSword.desc=Uses demon will to unleash its full potential.
tooltip.BloodMagic.sentientAxe.desc=Uses demon will to unleash its full potential.
tooltip.BloodMagic.sentientPickaxe.desc=Uses demon will to unleash its full potential.
tooltip.BloodMagic.sentientShovel.desc=Uses demon will to unleash its full potential.
tooltip.BloodMagic.soulGem.petty=A gem used to contain a little will
tooltip.BloodMagic.soulGem.lesser=A gem used to contain some will
tooltip.BloodMagic.soulGem.common=A gem used to contain more will