此页面正在编辑中。
如果现在距离上次编辑已过去很久,请移除此模板后开始您的编辑
display-name: "黑暗降临" description: "有 &a%chance%%&r 的概率给予敌人 &a%seconds%&r 秒黑暗效果" placeholders: seconds: 4 + ceil(%level% / 2) chance: 6 + %level% type: normal targets: - sword conflicts: [ ] rarity: legendary max-level: 4 tradeable: true discoverable: true enchantable: true effects: - id: potion_effect args: duration: 80 + ceil(%level% / 2) * 20 chance: 6 + %level% level: 1 effect: darkness apply-to-player: false triggers: - melee_attack conditions: []
display-name: "黑暗降临"
定义附魔的名称
description: "有 &a%chance%%&r 的概率给予敌人 &a%seconds%&r 秒黑暗效果"
定义附魔的描述
placeholders: seconds: 4 + ceil(%level% / 2) chance: 6 + %level%
定义变量,你可以定义一些变量在描述中使用
type: normal
定义附魔的类型,可选的有:
normal
curse
spell
special
targets: - sword
定义附魔可以应用的物品,可选的有:pickaxe
(镐), axe
(斧), hoe
(锄), shovel
(锹), sword
(剑), helmet
(头盔), chestplate
(胸甲), leggings
(护腿), boots
(靴子), armor
(防具), trident
(三叉戟), bow
(弓), crossbow
(弩), shears
(剪刀), shield
(盾牌), fishing_rod
(鱼竿), flint_and_steel
(打火石), carrot_on_a_stick
(萝卜钓竿), elytra
(鞘翅)
conflicts: [ ]
定义与其冲突的附魔
rarity: legendary
定义附魔的稀有度,可选的有:
common
uncommon
rare
epic
legendary
special
veryspecial
max-level: 4
定义此附魔的最高等级
tradeable: true
定义此附魔是否能从村民交易中获得
discoverable: true
定义此附魔是否生成在战利品箱中
enchantable: true
定义此附魔是否可以从附魔台中获得
暂未汉化,请参照:https://plugins.auxilor.io/effects/configuring-an-effect
effects: - id: potion_effect args: duration: 80 + ceil(%level% / 2) * 20 chance: 6 + %level% level: 1 effect: darkness apply-to-player: false triggers: - melee_attack
使用此附魔的条件,你可以使用 %level%
变量
conditions: []