[
  {
    "id": "v_hemo_whip",
    "type": "GENERIC",
    "category": "weapons",
    "name": { "str": "blood sword" },
    "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. It pulses with life and radiates a faint, black aura.",
    "weight": "2110 g",
    "volume": "1500 ml",
    "price": 0,
    "to_hit": 3,
    "bashing": 3,
    "cutting": 40,
    "material": [ "blood" ],
    "symbol": "/",
    "color": "light_red",
    "techniques": [ "PRECISE", "RAPID_2", "WBLOCK_2" ],
    "qaulities": [ [ "CUT", 1 ] , [ "BUTCHER", 9 ] ],
    "flags": [
      "UNBREAKABLE_MELEE",
      "SHEATH_SWORD",
      "NONCONDUCTIVE",
      "MAGIC_FOCUS",
      "NO_REPAIR",
      "NO_SALVAGE",
      "TRADER_AVOID",
      "ONLY_ONE"
    ],
    "relic_data": {
      "passive_effects": [
        {
          "has": "WIELD",
          "condition": "ALWAYS",
          "values": [
            { "value": "SPEED", "add": 10 }
          ]
        }
      ]
    }
  },
  {
    "id": "v_hemo_crimsoncoat_coat",
    "type": "ARMOR",
    "name": { "str": "crimson coat" },
    "description": "A thick and flexible layer of blood that protects your body from harm and retaliates against attackers.",
    "weight": "0 g",
    "volume": "0 ml",
    "price": "0 cent",
    "material": [ "blood" ],
    "coverage": 100,
    "symbol": "0",
    "color": "red",
    "relic_data": {
      "passive_effects": [
        {
          "has": "WORN",
          "condition": "ALWAYS",
          "hit_me_effect": [
            { "id": "v_hemo_crimsoncoat_coat_pr", "once_in": 2 }
          ],
          "values": [
            { "value": "ARMOR_BASH", "add": 70 },
            { "value": "ARMOR_CUT", "add": 70 },
            { "value": "ARMOR_STAB", "add": 70 }
          ]
        }
      ]
    },
    "covers": [ "head", "torso", "arm_r", "arm_l", "hand_r", "hand_l", "leg_r", "leg_l", "foot_r", "foot_l" ],
    "flags": [
      "PERSONAL",
      "OVERSIZE",
      "SKINTIGHT",
      "BLOCK_WHILE_WORN",
      "SEMITANGIBLE",
      "NO_TAKEOFF",
      "NO_DROP",
      "NO_REPAIR",
      "NO_SALVAGE",
      "TRADER_AVOID",
      "ONLY_ONE"
      ]
  },
  {
    "id": "v_hemo_form_orus",
    "type": "GENERIC",
    "name": { "str": "<color_red>Blood Ascended" },
    "description": "You have become a pure avatar of blood. Now unhindered by a physical body, you are more resilient to injury and able to freely manipulate blood to your will.",
    "weight": "0 g",
    "volume": "0 ml",
    "price": "0 cent",
    "material": [ "blood" ],
    "symbol": "0",
    "color": "red",
    "relic_data": {
      "passive_effects": [
        {
          "has": "WORN",
          "condition": "ALWAYS",
          "hit_you_effect": [
            { "id": "v_hemo_orusform_bloodling_strike", "once_in": 5 },
            { "id": "v_hemo_orusform_bloodling_strike_greater", "once_in": 20 }
          ],
          "hit_me_effect": [
            { "id": "v_hemo_orusform_bloodling_impact", "once_in": 10 },
            { "id": "v_hemo_orusform_pr", "once_in": 4 }
          ],
          "values": [ { "value": "MAX_HP", "add": 50 } ],
          "intermittent_activation": [
            { "effects": [
              { "frequency": "30 seconds", "spell_effects": [
                { "id": "v_hemo_orusform_bloodling" }
              ] }
            ] }
          ]
        }
      ]
    },
    "armor": [
      {
        "encumbrance": 0,
        "coverage": 100,
        "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ]
      }
    ],
    "flags": [
      "SEMITANGIBLE",
      "NO_TAKEOFF",
      "NO_DROP",
      "NO_REPAIR",
      "NO_SALVAGE",
      "TRADER_AVOID",
      "ONLY_ONE",
      "AURA"
    ],
    "category": "v_form"
  },
  {
    "id": "v_war_etherealenchant",
    "type": "ARMOR",
    "name": { "str": "ethereal enchantment" },
    "description": "Enshrouds your wielded weapon (or even bare fists) in ghastly mists.\n* 5% to summon an <color_light_blue>etherean silhouette</color> for 15-25 turns while attacking.",
    "weight": "0 g",
    "volume": "0 ml",
    "price": "0 cent",
    "material": [ "ethereal" ],
    "coverage": 0,
    "symbol": "0",
    "color": "red",
    "relic_data": {
      "passive_effects": [
        {
          "has": "WORN",
          "condition": "ALWAYS",
          "hit_you_effect": [ { "id": "v_war_etherealenchant_ss_maybe" } ],
          "values": [ { "value": "ITEM_DAMAGE_AP", "add": 20 }, { "value": "ATTACK_COST", "add": -15 } ]
        }
      ]
    },
    "covers": [ "arm_r", "arm_l" ],
    "flags": [
      "AURA",
      "SEMITANGIBLE",
      "NO_DROP",
      "NO_REPAIR",
      "NO_SALVAGE",
      "TRADER_AVOID",
      "ONLY_ONE"
      ]
  }
]