• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“EliteMobs/创建自定义战利品”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(创建页面,内容为“=创建自定义战利品= 5.0.0的版本,自定义战利品系统已经有了很大的改进.另一个wiki 将会告诉你这一功能工作的方式(from a more te...”)
 
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
 +
{{模板:ELBox}}
 
=创建自定义战利品=
 
=创建自定义战利品=
5.0.0的版本,自定义战利品系统已经有了很大的改进.另一个wiki 将会告诉你这一功能工作的方式(from a more technical / dev perspective), 而本页面将引导你创建自定义的战利品.
+
5.0.0的版本,自定义战利品系统已经有了很大的改进.另一个wiki 将会告诉你这一功能工作的方式, 而本页面将引导你创建自定义的战利品.
  
'''<big>入门</big>'''<br />
+
=入门=
This guide will focus on the webapp I created for the plugin. You can find the link to that webapp by clicking here. While it is entirely possible to write custom loot manually, I find this solution to be more reliable for most admins as it does all the strict yml formatting out for the admins.
+
这一向导将会引导你使用我为这个插件所制作的网页应用. 你可以[https://magmaguy.com/EliteMobs_Webapp_Chinese.html 点击这里]查看这个应用.
  
This webapp and other resources are, as always, available on my website https://magmaguy.com/.
+
这个和其他的应用可以在我的个人网站上找到: https://magmaguy.com/.
  
'''<big>物品名</big>'''<br />
+
=物品名=
This is not the name that shows up in-game, but the name that gets used by the item parser. I recommend you make this unique and name it after the custom in-game item name, without using any color codes.
+
这不是在游戏内显示的物品名称,是物品分析器所用的名称. 这个名称最好不要重复和使用任何颜色代码.
  
'''<big>物品类型</big>'''<br />
+
=物品类型=
Determines what item the custom item will be. Make sure you pick a material type from this list and write it down exactly in the same format as in that page or else it will not work.
+
决定自定义物品的类型.
  
'''<big>物品展示名</big>'''<br />
+
=物品展示名=
Determines the in-game name of the item. Supports the regular Minecraft color and formatting codes like &a
+
决定游戏内物品显示的名称. 支持如&a的颜色代码
  
'''<big>物品描述</big>'''<br />
+
=物品描述=
Sets the in-game item lore. Can have multiple lines. Accepts color and formatting codes.
+
设置游戏内的物品描述.可以有多行. 支持颜色和格式化代码.
  
'''<big>附魔</big> (可选)'''<br />
+
=附魔 (可选)
Sets the in-game enchantments. All Minecraft enchantments should be listed there. Make sure you remember to set the level of the enchantment.
+
设置物品附魔. 所有Minecraft的物品附魔如下.记住设置附魔等级.
 +
[附魔译名]
  
'''<big>药水效果</big> (可选)'''<br />
+
=药水效果 (可选)
Sets the potion effects associated to the item. All Minecraft potion effects should be listed there. Make sure you remember to set the level of the potion effect. Can be applied in a variety of ways through the tags.
+
设置物品的药水效果.记住要设置药水效果等级.
  
'''<big>药水效果</big> : 作用于玩家'''<br />
+
==药水效果 : 作用于玩家==
Makes the potion effect associated to the item apply to the person wearing the item.
+
使药水效果只作用于玩家.
  
'''<big>药水效果</big> : 作用于敌人'''<br />
+
==药水效果 : 作用于敌人==
Makes the potion effect apply to the living entity hit by the item.
+
使药水效果只作用于敌人.
  
'''<big>药水效果</big>: 屡次作用于玩家'''<br />
+
==药水效果: 屡次作用于玩家==
Makes the potion effect last forever as long as the player is wearing the item. Does not do anything if the entity that is set to get the potion effect is the enemy.
+
只要玩家穿戴着这件带有药水效果的装备就会一直获得药水效果. 对给予敌人药水效果的装备无效.
  
'''<big>药水效果</big>: 在敌人受伤时起作用'''
+
==药水效果: 在敌人受伤时起作用==
Makes the potion effect only apply when a living entity is hit by the item*. Does not do anything if the entity that is set to get the potion effect is the enemy, as this is the only possible behavior.
+
在你用这件物品攻击敌人时触发药水效果*. 对给予敌人药水效果的装备无效.
  
'''<big>权重</big> (可选)'''<br />
+
=权重 (可选)=
 
设置物品的掉率. 掉率可以是动态或静态的.
 
设置物品的掉率. 掉率可以是动态或静态的.
  
'''<big>动态权重</big>'''<br />
+
==动态权重==
The item is added to the dynamic custom loot list. This loot only drops at level-appropriate mobs, preventing things such as level 2 Elite Mobs dropping god armor or level 200 Elite Mobs dropping complete garbage. This is the recommended behavior, and is what the plugin defaults to when no values are present.
+
添加到动态自定义物品列表内的物品拥有动态的权重.这些物品只会在与等级有关的怪物身上掉落,防止例如2级的精英怪掉落神装或200级的精英怪掉落垃圾装备.  
 +
==静态权重==
 +
任何小数 (必须大于1) 将会使物品添加到自定义静态物品列表中.这一数值被视为在权重概率系统内的一个权重. 权重越高, 在所有静态物品内的掉率也就越高(详情查看物品掉落机制页面).
  
'''<big>静态权重</big>'''<br />
+
这个特殊的设定是和护符、特殊物品一同创建的.这些物品不具有战斗价值,只具有一些方便的功能例如给予玩家饱食度或夜视效果.
Any numeric value (which have to be over 1) will make the item static and be added to the static custom loot list. The value is counted as a weight under a weighted probability system. The higher the weight, the higher the chance that this item, from all static items and not from all items in general will drop (for more details, please refer to the page about how the item drop mechanics work).
 
  
This specific setting was created with charms and unique items in mind. These type of utility items do not have an inherent combat worth, and are usually just a handy thing to have, as they can refill food or give players night vision.
+
请不要把有战斗价值的物品分类到这些东西上, 这会破坏物品进度和平衡.
 
 
Please try to avoid leaving items useful to combat in this category, as it will break the item progression and potentially flood the server with easy-to-obtain powerful armor and weapons.
 
 
 
*Still counts if the item is just being held in the right or left hand as long as the living entity gets struck by the player.
 

2018年12月21日 (五) 22:33的最新版本

创建自定义战利品

5.0.0的版本,自定义战利品系统已经有了很大的改进.另一个wiki 将会告诉你这一功能工作的方式, 而本页面将引导你创建自定义的战利品.

入门

这一向导将会引导你使用我为这个插件所制作的网页应用. 你可以点击这里查看这个应用.

这个和其他的应用可以在我的个人网站上找到: https://magmaguy.com/.

物品名

这不是在游戏内显示的物品名称,是物品分析器所用的名称. 这个名称最好不要重复和使用任何颜色代码.

物品类型

决定自定义物品的类型.

物品展示名

决定游戏内物品显示的名称. 支持如&a的颜色代码

物品描述

设置游戏内的物品描述.可以有多行. 支持颜色和格式化代码.

=附魔 (可选) 设置物品附魔. 所有Minecraft的物品附魔如下.记住设置附魔等级. [附魔译名]

=药水效果 (可选) 设置物品的药水效果.记住要设置药水效果等级.

药水效果 : 作用于玩家

使药水效果只作用于玩家.

药水效果 : 作用于敌人

使药水效果只作用于敌人.

药水效果: 屡次作用于玩家

只要玩家穿戴着这件带有药水效果的装备就会一直获得药水效果. 对给予敌人药水效果的装备无效.

药水效果: 在敌人受伤时起作用

在你用这件物品攻击敌人时触发药水效果*. 对给予敌人药水效果的装备无效.

权重 (可选)

设置物品的掉率. 掉率可以是动态或静态的.

动态权重

添加到动态自定义物品列表内的物品拥有动态的权重.这些物品只会在与等级有关的怪物身上掉落,防止例如2级的精英怪掉落神装或200级的精英怪掉落垃圾装备.

静态权重

任何小数 (必须大于1) 将会使物品添加到自定义静态物品列表中.这一数值被视为在权重概率系统内的一个权重. 权重越高, 在所有静态物品内的掉率也就越高(详情查看物品掉落机制页面).

这个特殊的设定是和护符、特殊物品一同创建的.这些物品不具有战斗价值,只具有一些方便的功能例如给予玩家饱食度或夜视效果.

请不要把有战斗价值的物品分类到这些东西上, 这会破坏物品进度和平衡.