Files
netease-modsdk-wiki/docs/wiki/items/enchantments.md
2025-03-20 11:52:46 +08:00

59 lines
3.7 KiB
Markdown

---
title: 附魔
category: 文档
nav_order: 5
tags:
- Stable
- Last updated for Version 1.18.10
mentions:
- Ciosciaa
- MedicalJewel105
- SmokeyStack
---
# 附魔
<!--@include: @/wiki/bedrock-wiki-mirror.md-->
附魔标识符用于`/enchant`命令以及物品函数和条件判断中。
| 附魔名称 | 标识符 | 最高等级 | 宝藏附魔 | 诅咒附魔 |
| -------------------------- | ------------------- | -------- | -------- | -------- |
| 精准采集 | `silk_touch` | 1 | ❌ | ❌ |
| 时运 | `fortune` | 3 | ❌ | ❌ |
| 效率 | `efficiency` | 5 | ❌ | ❌ |
| 海之眷顾 | `luck_of_the_sea` | 3 | ❌ | ❌ |
| 饵钓 | `lure` | 3 | ❌ | ❌ |
| 锋利 | `sharpness` | 5 | ❌ | ❌ |
| 亡灵杀手 | `smite` | 5 | ❌ | ❌ |
| 节肢杀手 | `bane_of_arthropods`| 5 | ❌ | ❌ |
| 火焰附加 | `fire_aspect` | 2 | ❌ | ❌ |
| 击退 | `knockback` | 2 | ❌ | ❌ |
| 抢夺 | `looting` | 3 | ❌ | ❌ |
| 力量 | `power` | 5 | ❌ | ❌ |
| 火矢 | `flame` | 1 | ❌ | ❌ |
| 冲击 | `punch` | 2 | ❌ | ❌ |
| 无限 | `infinity` | 1 | ❌ | ❌ |
| 多重射击 | `multishot` | 1 | ❌ | ❌ |
| 穿透 | `piercing` | 4 | ❌ | ❌ |
| 快速装填 | `quick_charge` | 3 | ❌ | ❌ |
| 穿刺 | `impaling` | 5 | ❌ | ❌ |
| 激流 | `riptide` | 3 | ❌ | ❌ |
| 忠诚 | `loyalty` | 3 | ❌ | ❌ |
| 引雷 | `channeling` | 1 | ❌ | ❌ |
| 保护 | `protection` | 4 | ❌ | ❌ |
| 弹射物保护 | `projectile_protection`| 4 | ❌ | ❌ |
| 火焰保护 | `fire_protection` | 4 | ❌ | ❌ |
| 爆炸保护 | `blast_protection` | 4 | ❌ | ❌ |
| 摔落缓冲 | `feather_falling` | 4 | ❌ | ❌ |
| 荆棘 | `thorns` | 3 | ❌ | ❌ |
| 冰霜行者 | `frost_walker` | 2 | ✅ | ❌ |
| 水下呼吸 | `respiration` | 3 | ❌ | ❌ |
| 水下速掘 | `aqua_affinity` | 1 | ❌ | ❌ |
| 绑定诅咒 | `curse_of_binding` | 1 | ✅ | ✅ |
| 深海探索者 | `depth_strider` | 3 | ❌ | ❌ |
| 灵魂疾行 | `soul_speed` | 3 | ✅ | ❌ |
| 耐久 | `unbreaking` | 3 | ❌ | ❌ |
| 经验修补 | `mending` | 1 | ✅ | ❌ |
| 消失诅咒 | `curse_of_vanishing`| 1 | ✅ | ✅ |
:::