Added Syringe Throwing Daggers and Slate Ampoules
The new Throwing Daggers deal 8 damage and have a chance to drop a Slate Ampoule based on the mob killed's max health. Crafted using the Hellfire Forge. Using a Slate Ampoule next to a Blood Altar fills its main tank with 500LP .
This commit is contained in:
parent
abe7333e64
commit
d15daa737c
20 changed files with 900 additions and 682 deletions
|
@ -170,6 +170,7 @@
|
|||
"item.bloodmagic.sigilofholding": "Sigil of Holding",
|
||||
"item.bloodmagic.sigilofmagnetism": "Sigil of Magnetism",
|
||||
"item.bloodmagic.silk_touch_anointment": "Soft Coating",
|
||||
"item.bloodmagic.slate_ampoule": "Slate Ampoule",
|
||||
"item.bloodmagic.slate_vial": "Slate-infused Vial",
|
||||
"item.bloodmagic.smelting_anointment": "Slow-burning Oil",
|
||||
"item.bloodmagic.soulaxe": "Sentient Axe",
|
||||
|
@ -185,6 +186,7 @@
|
|||
"item.bloodmagic.steadfastcrystal": "Steadfast Will Crystal",
|
||||
"item.bloodmagic.sulfur": "Sulfur",
|
||||
"item.bloodmagic.throwing_dagger": "Iron Throwing Dagger",
|
||||
"item.bloodmagic.throwing_dagger_syringe": "Syringe Throwing Dagger",
|
||||
"item.bloodmagic.upgradetome": "Living Armour Upgrade Tome",
|
||||
"item.bloodmagic.vengefulcrystal": "Vengeful Will Crystal",
|
||||
"item.bloodmagic.voidsigil": "Void Sigil",
|
||||
|
@ -406,6 +408,7 @@
|
|||
"tooltip.bloodmagic.arcaneAshes": "Ashes used to draw an alchemy circle",
|
||||
"tooltip.bloodmagic.arctool.additionaldrops": "Increases chance of additional outputs by: x%s",
|
||||
"tooltip.bloodmagic.arctool.uses": "Uses remaining: %s",
|
||||
"tooltip.bloodmagic.blood_provider.slate.desc": "A simple ampoule containing 500LP",
|
||||
"tooltip.bloodmagic.config.disabled": "Currently disabled in the Config",
|
||||
"tooltip.bloodmagic.currentBaseType.corrosive": "Corrosive",
|
||||
"tooltip.bloodmagic.currentBaseType.default": "Raw",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/slate_ampoule"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/throwing_dagger_syringe"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue