耐久增加{
      "type": "tconstruct:stat_boost",
      "flat": 300.0,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:durability"
    }
击退抗性{
      "type": "tconstruct:stat_boost",
      "each_level": 0.05,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:knockback_resistance"
    }
盔甲韧性{
      "type": "tconstruct:stat_boost",
      "flat": 0.5,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:armor_toughness"
    }
攻击伤害{
      "type": "tconstruct:stat_boost",
      "flat": 0.75,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:attack_damage"
    }
挖掘速度{
      "type": "tconstruct:stat_boost",
      "flat": 1.75,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:mining_speed"
    }
攻击速度{
      "type": "tconstruct:stat_boost",
      "flat": 0.1,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:attack_speed"
    }
远程伤害{
      "type": "tconstruct:stat_boost",
      "flat": 0.75,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:projectile_damage"
    }
初始速度{
      "type": "tconstruct:stat_boost",
      "flat": 0.2,
      "operation": "add",
      "stat": "tconstruct:projectile_speed"
    }
拉弓速度{"type": "tconstruct:stat_boost",
      "flat": 0.05,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:draw_speed"
    }
射击精度{"type": "tconstruct:stat_boost",
      "flat": 0.05,
      "operation": "add",或者"multiply_base",
      "stat": "tconstruct:accuracy"
    }
加防御槽{
      "type": "tconstruct:modifier_slot",
      "name": "defense",
      "each_level": 2
    }
属性提升{
      "type": "tconstruct:attribute",
      "attribute": "minecraft:generic.max_health",
      "each_level": 5.0,
      "operation": "addition",
      "slots": [ 指定槽位
        "feet",
        "legs",
        "chest",
        "head"
      ]
    }