Added the Draft of Angelus, which increases the max number of upgrade points for Living Armour.

This commit is contained in:
WayofTime 2016-06-12 15:20:48 -04:00
parent e509b4fe69
commit f8859dbf56
12 changed files with 218 additions and 1 deletions

View file

@ -130,6 +130,16 @@
"textures": {
"layer0": "bloodmagic:items/Saltpeter"
}
},
"neurotoxin": {
"textures": {
"layer0": "bloodmagic:items/NeuroToxin"
}
},
"antiseptic": {
"textures": {
"layer0": "bloodmagic:items/Antiseptic"
}
}
}
}

View file

@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"draftangelus": {
"textures": {
"layer0": "bloodmagic:items/Coagulant"
}
}
}
}
}

View file

@ -93,6 +93,8 @@ item.BloodMagic.baseComponent.coalSand.name=Coal Sand
item.BloodMagic.baseComponent.plantOil.name=Plant Oil
item.BloodMagic.baseComponent.sulfur.name=Sulfur
item.BloodMagic.baseComponent.saltpeter.name=Saltpeter
item.BloodMagic.baseComponent.neurotoxin.name=Neuro Toxin
item.BloodMagic.baseComponent.antiseptic.name=Antiseptic
item.BloodMagic.cuttingFluid.basicCuttingFluid.name=Basic Cutting Fluid
item.BloodMagic.cuttingFluid.explosive.name=Explosive Powder
@ -169,6 +171,8 @@ item.BloodMagic.itemFilter.oreDict.name=Ore Dictionary Item Filter
item.BloodMagic.experienceTome.name=Tome of Peritia
item.BloodMagic.sanguineBook.name=Book of Sanguine
item.BloodMagic.livingPointUpgrade.draftAngelus.name=Draft of Angelus
# Blocks
tile.BloodMagic.fluid.lifeEssence.name=Life Essence
@ -290,6 +294,8 @@ tooltip.BloodMagic.sigil.transposition.desc=Feel the power of the Force, my youn
tooltip.BloodMagic.sigil.holding.desc=Sigil-ception
tooltip.BloodMagic.sigil.holding.sigilInSlot=Slot %d: %s
tooltip.BloodMagic.livingArmourPointsUpgrade.desc=Increases the max points of Living Armour to %d.
tooltip.BloodMagic.bound.sword.desc=&oCulling the weak
tooltip.BloodMagic.bound.pickaxe.desc=&oDestroying stone without mercy
tooltip.BloodMagic.bound.axe.desc=&oDemonic deforestation

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B