Bulwark Focus
16×16 · BAKED

item· Other

Bulwark Focus

Goety · by Polarice3
item Focuses

Bulwark Focus is an item from Goety, crafted from Shield, Golden Apple, and Ectoplasm. Gives magical shields that surrounds the caster.

Function

Gives magical shields that surrounds the caster. Taking damage from a mob or player will destroy a shield and knocks back the attacker.

Acquisition

Ritual using Fortification Scepter, Golden Apple and Ectoplasm. Produces Bulwark Focus.

Ritual conditional
Fortification Scepter Fortification Scepter·not yet documentedGolden Apple Golden AppleEctoplasm Ectoplasm
Bulwark Focus Bulwark Focus guaranteed

Used in

Developer reference
Registry name
goety:bulwark_focus
Namespace
goety
Mod ID
goety
Tags (1)
goety:items/focuses

Recipe JSON (2):

{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:shield"
    },
    {
      "item": "minecraft:golden_apple"
    },
    {
      "item": "minecraft:shield"
    },
    {
      "item": "goety:ectoplasm"
    },
    {
      "item": "minecraft:shield"
    },
    {
      "item": "minecraft:golden_apple"
    },
    {
      "item": "minecraft:shield"
    },
    {
      "item": "goety:ectoplasm"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "twilightforest:fortification_scepter"
    },
    {
      "item": "minecraft:golden_apple"
    },
    {
      "item": "goety:ectoplasm"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "twilightforest"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}