我的世界怎么用命令方块给自己的鞋子加上速度属性或者血量增加等效果

2022-08-11 游戏 334阅读
/give @p minecraft:diamond_sword 1 0
{AttributeModifiers:[{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:9000000000.0,AttributeName:generic.attackDamage,Name:Attack},
{Operation:0,UUIDLeast:2,UUIDMost:2,Amount:9000000000.0,AttributeName:generic.knockbackResistance,Name:Knockback},
{Operation:0,UUIDLeast:3,UUIDMost:3,Amount:1000.0,AttributeName:generic.followRange,Name:Follow},
{Operation:0,UUIDLeast:4,UUIDMost:4,Amount:1000.0,AttributeName:generic.maxHealth,Name:Health},
{Operation:0,UUIDLeast:5,UUIDMost:5,Amount:0.1,AttributeName:generic.movementSpeed,Name:Speed}]}
Operation:后面只能写0或者1,否则游戏会崩溃。0就是属性显示数字,1就是属性显示百分比
UUIDLeast 和 UUIDMost : 独特的ID,这项可以随便写,无需求。
Amount:等级数量。比如加9000级的攻击,就是 Amount:9000.0
AttributeName:这一行是最重要的,属性类型。前面说了有五种类型,这里就要写五种其中一种的名字。具体怎么用下面再说。
Name:也是没什么用的,名字。随便打
AttributeName这项后面打的是属性的名字。我这里打的是 generic.attackDamage ,意思是加攻击。五种属性的名字:

generic.attackDamage:攻击
generic.followRange:怪物跟踪
generic.maxHealth:最大生命
generic.knockbackResistance:防击退能力
generic.movementSpeed:移动速度

这上面就是所有的装备属性的名字,需要哪项就把哪项打到 AttributeName 后面。有些玩家会说如何给一个装备加多个属性,方法是多个属性之间用逗号分开
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com