Final Sword

このアイテムはまだ実装されていないため、仕様が変更する可能性があります。

Final Sword
Final Sword

Final Sword(ファイナルソード)は、攻撃力が高い剣である。

用途

攻撃

Final Swordの最大の用途は、他のエンティティを攻撃することである。攻撃時の耐久値の消耗量は32である。

技術的情報

ベースアイテム

名称リソース位置
ネザライトの剣netherite_sword

コンポーネント

JSON
{
  id: "minecraft:netherite_sword",
  components: {
    "minecraft:attribute_modifiers": [
      {
        type: "minecraft:attack_damage",
        operation: "add_value",
        amount: 128.0d,
        id: "minecraft:attack_damage",
        slot: "mainhand"
      },
      {
        type: "minecraft:attack_speed",
        operation: "add_multiplied_base",
        amount: -0.72d,
        id: "minecraft:attack_speed",
        slot: "mainhand"
      }
    ],
    "minecraft:lore": [
      "",
      {
        color: "gray",
        bold: 1b,
        text: "ファイナルソード。"
      },
      "とてつもなく強いが、1回で耐久値を32消費する。"
    ],
    "minecraft:rarity": "epic",
    "minecraft:item_name": {
      extra: [{
        color: "#FF4D4D",
        bold: 1b,
        text: "F"
      }, {
        color: "#FFA64D",
        bold: 1b,
        text: "i"
      }, {
        color: "#FFFF4D",
        bold: 1b,
        text: "n"
      }, {
        color: "#4DFF4D",
        bold: 1b,
        text: "a"
      }, {
        color: "#4DFFA6",
        bold: 1b,
        text: "l"
      }, " ", {
        color: "#4DA6FF",
        bold: 1b,
        text: "S"
      }, {
        color: "#4D4DFF",
        bold: 1b,
        text: "w"
      }, {
        color: "#FF4DFF",
        bold: 1b,
        text: "o"
      }, {
        color: "#FF4DA6",
        bold: 1b,
        text: "r"
      }, {
        color: "#FF4D4D",
        bold: 1b,
        text: "d"
      }],
      text: ""
    },
    "minecraft:weapon": {
      item_damage_per_attack: 32
    },
    "minecraft:death_protection": {
      death_effects: [
        {
          type: "minecraft:clear_all_effects"
        },
        {
          type: "minecraft:apply_effects",
          effects: [
            {
              amplifier: 2b,
              id: "minecraft:absorption",
              show_icon: 1b,
              duration: 600
            },
            {
              amplifier: 3b,
              id: "minecraft:resistance",
              show_icon: 1b,
              duration: 1200
            }
          ]
        }
      ]
    },
    "minecraft:repair_cost": 24,
    "minecraft:max_damage": 256,
    "minecraft:enchantment_glint_override": 1b,
    "minecraft:enchantable": {
      value: 28
    },
    "minecraft:custom_model_data": {
      floats: [1.0f]
    },
    "minecraft:repairable": {
      items: []
    }
  }
}

トリビア

  • Final Swordのテクスチャは、ダイヤモンドの剣に虹色と白発光のエフェクトをつけたものである。