[
  {
    "tags": [
      "charge",
      "orb"
    ],
    "image_required": true,
    "stack_size": 1,
    "value": 5,
    "category": "Consumable",
    "effect_type": "Charge_Refill",
    "description": "Small Recharge. Restores 5 Energy (5x Rank I, 1x Rank II).",
    "name": "Charge Orb I",
    "entity_id": "charge_orb_1",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "buff",
      "damage",
      "grimoire"
    ],
    "image_required": true,
    "stack_size": 1,
    "buff_target": "Damage",
    "duration": 30,
    "value": 10,
    "category": "Consumable",
    "effect_type": "Buff",
    "description": "Increases Damage by 10%.",
    "name": "Power Grimoire",
    "entity_id": "power_grimoire",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "buff",
      "defense",
      "grimoire"
    ],
    "image_required": true,
    "stack_size": 1,
    "buff_target": "Defense",
    "duration": 30,
    "value": 10,
    "category": "Consumable",
    "effect_type": "Buff",
    "description": "Increases Defense by 10%.",
    "name": "Protection Grimoire",
    "entity_id": "protection_grimoire",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "heal",
      "grimoire"
    ],
    "image_required": true,
    "stack_size": 1,
    "duration": 0,
    "value": 75,
    "category": "Consumable",
    "effect_type": "Heal",
    "description": "Medium Heal. Restores 75 Health to the Spellcaster.",
    "name": "Healing Grimoire II",
    "entity_id": "healing_grimoire_2",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "charge",
      "orb"
    ],
    "image_required": true,
    "stack_size": 1,
    "value": 15,
    "category": "Consumable",
    "effect_type": "Charge_Refill",
    "description": "Medium Recharge. Restores 15 Energy (15x Rank I, 3x Rank II, 1x Rank III).",
    "name": "Charge Orb II",
    "entity_id": "charge_orb_2",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "heal",
      "grimoire"
    ],
    "image_required": true,
    "stack_size": 1,
    "duration": 0,
    "value": 150,
    "category": "Consumable",
    "effect_type": "Heal",
    "description": "Major Heal. Restores 150 Health to the Spellcaster.",
    "name": "Healing Grimoire III",
    "entity_id": "healing_grimoire_3",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "heal",
      "grimoire"
    ],
    "image_required": true,
    "stack_size": 1,
    "duration": 0,
    "value": 25,
    "category": "Consumable",
    "effect_type": "Heal",
    "description": "Light Heal. Restores 25 Health to the Spellcaster.",
    "name": "Healing Grimoire I",
    "entity_id": "healing_grimoire_1",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "cast_stone",
      "fire"
    ],
    "image_required": true,
    "stack_size": 1,
    "value": 0,
    "drop_time_seconds": [
      300,
      600
    ],
    "grants_incantation": "fire_ball",
    "effect_type": "Cast_Stone",
    "category": "Consumable",
    "last_modified": "2026-02-26",
    "game_version": "0.1.1",
    "description": "A Cast Stone that grants Fire Ball as a 5th incantation slot.",
    "name": "Cast Stone: Fire Ball",
    "entity_id": "cast_stone_fire_ball",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "mechanics": {
      "auto_capture_altars": true
    },
    "tags": [
      "capture",
      "banner"
    ],
    "image_required": true,
    "stack_size": 1,
    "duration": 0,
    "value": 0,
    "category": "Consumable",
    "effect_type": "Capture",
    "description": "Captures an enemy territory and refill all charges.",
    "name": "Conquest Banner",
    "entity_id": "conquest_banner",
    "$schema": "../../schemas/v2/consumables.schema.json"
  },
  {
    "tags": [
      "cast_stone",
      "healing"
    ],
    "image_required": true,
    "stack_size": 1,
    "value": 0,
    "drop_time_seconds": [
      300,
      600
    ],
    "grants_incantation": "heal_ray",
    "effect_type": "Cast_Stone",
    "category": "Consumable",
    "last_modified": "2026-02-26",
    "game_version": "0.1.1",
    "description": "A Cast Stone that grants Heal Ray as a 5th incantation slot.",
    "name": "Cast Stone: Heal Ray",
    "entity_id": "cast_stone_heal_ray",
    "$schema": "../../schemas/v2/consumables.schema.json"
  }
]