Crafting using Pyrium Ingot, Pyrium Ingot, Mithril Weave, Pyromancer Robe, Mithril Weave and Divine Soulshard, arranged in the pattern shown. Produces Infernal Sorcerer Chestplate.
Infernal Sorcerer Chestplate
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Function
Dealing Fire Spell Damage adds a stack of Immolation to the creature At 3 Immolation stacks, cause an explosion (%s damage), spreading Immolation
Acquisition
Related items
Developer reference
- Registry name
irons_spellbooks:infernal_sorcerer_chestplate- Namespace
irons_spellbooks- Mod ID
irons_spellbooks- Tags (1)
irons_spellbooks:items/armors/chestplates
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"P P",
"WAW",
" D "
],
"ingredients": {
"A": {
"item": "irons_spellbooks:pyromancer_chestplate"
},
"D": {
"item": "irons_spellbooks:divine_soulshard"
},
"P": {
"tag": "forge:ingots/pyrium"
},
"W": {
"item": "irons_spellbooks:mithril_weave"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}