完整版BedrockWiki镜像!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Enchantments
|
||||
category: Documentation
|
||||
title: 附魔
|
||||
category: 文档
|
||||
nav_order: 5
|
||||
tags:
|
||||
- Stable
|
||||
@@ -11,44 +11,49 @@ mentions:
|
||||
- SmokeyStack
|
||||
---
|
||||
|
||||
Enchantment identifiers are used in the `/enchant` command and in item functions and conditions.
|
||||
# 附魔
|
||||
|
||||
| Name | Identifier | Maximum Level | Treasure | Curse |
|
||||
| ----------------------- | ----------------------- | ------------- | -------- | ----- |
|
||||
| Silk Touch | `silk_touch` | 1 | ❌ | ❌ |
|
||||
| Fortune | `fortune` | 3 | ❌ | ❌ |
|
||||
| Efficiency | `efficiency` | 5 | ❌ | ❌ |
|
||||
| Luck of the Sea | `luck_of_the_sea` | 3 | ❌ | ❌ |
|
||||
| Lure | `lure` | 3 | ❌ | ❌ |
|
||||
| Sharpness | `sharpness` | 5 | ❌ | ❌ |
|
||||
| Smite | `smite` | 5 | ❌ | ❌ |
|
||||
| Bane of Arthropods | `bane_of_arthropods` | 5 | ❌ | ❌ |
|
||||
| Fire Aspect | `fire_aspect` | 2 | ❌ | ❌ |
|
||||
| Knockback | `knockback` | 2 | ❌ | ❌ |
|
||||
| Looting | `looting` | 3 | ❌ | ❌ |
|
||||
| Power | `power` | 5 | ❌ | ❌ |
|
||||
| Flame | `flame` | 1 | ❌ | ❌ |
|
||||
| Punch | `punch` | 2 | ❌ | ❌ |
|
||||
| Infinity | `infinity` | 1 | ❌ | ❌ |
|
||||
| Multishot | `multishot` | 1 | ❌ | ❌ |
|
||||
| Piercing | `piercing` | 4 | ❌ | ❌ |
|
||||
| Quick Charge | `quick_charge` | 3 | ❌ | ❌ |
|
||||
| Impaling | `impaling` | 5 | ❌ | ❌ |
|
||||
| Riptide | `riptide` | 3 | ❌ | ❌ |
|
||||
| Loyalty | `loyalty` | 3 | ❌ | ❌ |
|
||||
| Channeling | `channeling` | 1 | ❌ | ❌ |
|
||||
| Protection | `protection` | 4 | ❌ | ❌ |
|
||||
| Projectile Protection | `projectile_protection` | 4 | ❌ | ❌ |
|
||||
| Fire Protection | `fire_protection` | 4 | ❌ | ❌ |
|
||||
| Blast Protection | `blast_protection` | 4 | ❌ | ❌ |
|
||||
| Feather Falling | `feather_falling` | 4 | ❌ | ❌ |
|
||||
| Thorns | `thorns` | 3 | ❌ | ❌ |
|
||||
| Frost Walker | `frost_walker` | 2 | ✅ | ❌ |
|
||||
| Respiration | `respiration` | 3 | ❌ | ❌ |
|
||||
| Aqua Affinity | `aqua_affinity` | 1 | ❌ | ❌ |
|
||||
| Curse of Binding | `curse_of_binding` | 1 | ✅ | ✅ |
|
||||
| Depth Strider | `depth_strider` | 3 | ❌ | ❌ |
|
||||
| Soul Speed | `soul_speed` | 3 | ✅ | ❌ |
|
||||
| Unbreaking | `unbreaking` | 3 | ❌ | ❌ |
|
||||
| Mending | `mending` | 1 | ✅ | ❌ |
|
||||
| Curse of Vanishing | `curse_of_vanishing` | 1 | ✅ | ✅ |
|
||||
<!--@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 | ✅ | ✅ |
|
||||
:::
|
||||
Reference in New Issue
Block a user