【汉化】YEP.92 – Attachable Augments

YEP.92 – Attachable Augments


Introduction


This plugin requires YEP_ItemCore. Make sure this plugin is located under YEP_ItemCore in the plugin list.

这个插件需要YEP_ItemCore,确保放在它下面

Attachable Augments is an extension plugin made for the Item Core plugin. It allows equipment to be able to attach augment components to various slots, that you can define individually per item. These slots can be of a certain category unique to that item or global across all items. The effects used with the augment can involve parameter changes, adding skills, adjust state resistances, place attack elements, and more!

附加增强系统是物品核心插件的拓展插件。他可以让你的装备能够镶嵌附加不同的能力,你可以自定义每个独立物品。这些镶嵌口可以设置独特的分类,我们可以通过这些改变基础参数,增加技能,调整抗性等等


Notetags


You can use the following notetags to setup how augments work in your game and affect your equipment.

可用标签

Weapon and Armor Notetags:

<Augment Slots>
Rune
Glyph
Orb
Mark
</Augment Slots>

This allows you to set what kind of augments are used for the item. The names used for the augment slots are the augment types used for that item.
设置装备镶嵌槽类别

<No Augment Slots>

This makes the item have no augment slots.
无法镶嵌附加

Item, Weapon, Armor Notetags

<Augment: type>
augment effect
augment effect
</Augment: type>

This will change the item into a non-Independent item. This item can be used to augment equipment that contain the appropriate augment ‘type’. This particular notetag will decide the augment effect for attaching the augment component and the reverse effect for detaching the component. Insert multiple sets of these notetags to allow different augment effects when used on different augment slot types.

将物品改造为非独立物品,这些物品可以用来镶嵌在武器护甲上。这个标签可以用来设置镶嵌后的属性并且脱离后也会保留状态。你可以设置多个效果影响

<Augment Attach: type>
augment effect
augment effect
</Augment Attach: type>

This will change the item into a non-Independent item. This item can be used to augment equipment that contain the appropriate augment ‘type’. This notetag will decide only the augment effects that are applied when the augment component is attached to the equipment and not when detached. Insert multiple sets of these notetags to allow different augment effects when used on different augment slot types.

将物品改造为非独立物品,这些物品可以用来镶嵌在武器护甲上。这个标签可以用来设置镶嵌后的属性但是脱离后不会保留状态。你可以设置多个效果影响

<Augment Detach: type>
augment effect
augment effect
</Augment Detach: type>

This will change the item into a non-Independent item. This item can be used to augment equipment that contain the appropriate augment ‘type’. This notetag will decide only the augment effects that are applied when the augment component is detached from the equipment and not attached. Insert multiple sets of these notetags to allow different augment effects when used on different augment slot types.

将物品改造为非独立物品,这些物品可以用来镶嵌在武器护甲上。这个标签可以用来设置脱离镶嵌后的属性,注意在镶嵌时不会保留状态。你可以设置多个效果影响


Augment Effect List


The following is a list of effects you can use for the <Augment: type>, <Augment Attach: type>, <Augment Detatch: type> notetags to have it apply the desired effects to the upgraded item.

镶嵌后效果列表

— Effects —

Param: +x
Param: -x

– Replace ‘Param’ with ‘MaxHP’, ‘MaxMP’, ‘ATK’, ‘DEF’, ‘MAT’, ‘MDF’, ‘AGI’, or ‘LUK’. This will increase/decrease the parameter for the item by x.

改变基础属性参数

Param: +x%
Param: -x%

– Replace ‘Param’ with ‘MaxHP’, ‘MaxMP’, ‘ATK’, ‘DEF’, ‘MAT’, ‘MDF’, ‘AGI’, ‘LUK’, ‘HIT’, ‘EVA’, ‘CRI’, ‘CEV’, ‘MEV’, ‘MRF’, ‘CNT’, ‘HRG’, ‘MRG’, ‘TRG’, ‘TGR’, ‘GRD’, ‘REC’, ‘PHA’, ‘MCR’, ‘TCR’, ‘PDR’, ‘MDR’, ‘FDR’, or ‘EXR’. This will increase/decrease the rate for that parameter for the item by x%. Refer to the Base Parameter Control, Extra Parameter Formula, and Special
Parameter Formula plugins for more information regarding these stats.

按照百分比改变基础属性参数

Boost: +x
Boost: -x

– This will increase or decrease the boost count of the item by x.

改变物品强化点数

Price: +x
Price: -x

– This will increase or decrease the price of the item by x.

改变物品价格

Cannot Detach

– This makes the augment unable to be detached once applied.

不可脱离镶嵌

Add Attack Element: x
Remove Attack Element: x

– Add/Remove Attack Element ‘x’ to item. You can use either the name or the ID of the element. If the name is used and you have multiple elements in your database with the same name, priority will be given to the element with the highest ID.

改变攻击属性

Add Attack State: x
Add Attack State: x, y%
Remove Attack State: x
Remove Attack State: x, y%

– Add/Remove Attack State ‘x’ to item. You can use either the name of the ID of the state. If the name is used and you have multiple states in your database with the same name, priority will be given to the state with the highest ID. If ‘y’ is used, then the success rate of landing the state will be y%. If ‘y’ is not used, the success rate of landing the state is 100%.

改变攻击状态

Add Debuff Rate: param, x%
Remove Debuff Rate: param, x%

– Replace ‘param’ with ‘MaxHP’, ‘MaxMP’, ‘ATK’, ‘DEF’, ‘MAT’, ‘MDF’, ‘AGI’, or LUK. Add/remove the debuff affliction rate of the parameter for the item to ‘x%’ rate.

改变效果概率

Add Element Rate: x, y%
Remove Element Rate: x, y%

– Add/Remove element rate ‘x’ to item. You can use either the name or the ID of the element. If the name is used and you have multiple elements in your database with the same name, priority will be given to the element with the highest ID. The item’s element rate for ‘x’ will be ‘y%’ rate.

改变元素概率

Add Passive State: x
Remove Passive State: x

– Requires YEP_AutoPassiveStates.js installed. Add/Remove passive state ‘x’ to item. You can use either the name or the ID of the state. If the name is used and you have multiple states in your database with the same name, priority will be given to the state with the highest ID.

改变被动效果

Add Skill: x
Remove Skill: x

– Add/Remove skill ‘x’ to item. You can use either the name or the ID of the skill. If the name is used and you have multiple skills in your database with the same name, priority will be given to the skill with the highest ID. This will make the skill temporarily usable by the actor as long as the item is equipped with the augment on it.

改变技能

Add Skill Type: x
Add SType: x
Remove Skill Type: x
Remove SType: x

– Add/Remove skill type ‘x’ to item. You can use either the name or the ID of the skill type. If the name is used and you have multiple skills in your database with the same name, priority will be given to the skill type with the highest ID. This will make the skill type temporarily usable by the actor as long as the item is equipped with the augment on it.

改变技能类型

Add State Rate: x, y%
Remove State Rate: x, y%

– Add/Remove state rate for state ‘x’ to item. You can use either the name or the ID of the state. If the name is used and you have multiple states in your database with the same name, priority will be given to the state with the highest ID. The item’s state rate for ‘x’ will be ‘y%’ rate.

改变状态概率

Add State Resist: x
Remove State Resist: x

– Add/Remove state resist for state ‘x’ to item. You can use either the name or the ID of the state. If the name is used and you have multiple states in your database with the same name, priority will be given to the state with the highest ID.

改变状态抵抗率

Change Base Name: x
Cancel Base Name: x

– Changes/Cancels the base name of the item to ‘x’ while the augment is on the item. If an item has multiple augments that alter the base name, then priority is given to the first augment that alters the base name.

改变物品基础名字

Change Icon: x
Cancel Icon: x

– Changes/cancels the icon of the item to ‘x’ while the augment is on the item. If an item has multiple augments that alter the icon, then priority is given to the first augment that alters the icon.

改变图标

Change Prefix: x
Cancel Prefix: x

– Changes/Cancels the prefix of the item to ‘x’ while the augment is on the item. If an item has multiple augments that alter the prefix, then priority is given to the first augment that alters the priority.

改变前缀

Change Priority Name: x
Cancel Priority Name: x

– Changes/Cancels the priority name of the item to ‘x’ while the augment is on the item. If an item has multiple augments that alter the priority name, then priority is given to the first augment that alters the priority name.

改变优先名

Change Suffix: x
Cancel Suffix: x

– Changes/Cancels the suffix of the item to ‘x’ while the augment is on the item. If an item has multiple augments that alter the suffix, then priority is given to the first augment that alters the suffix.

改变后缀

Change Text Color: x
Cancel Text Color: x

– Changes/Cancels the text color used for the item to ‘x’ while the augment is on the item. If an item has multiple augments that alter the text color, then priority is given to the first augment that alters text color.

改变文本颜色


Happy RPG Making!

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 159,015评论 4 362
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 67,262评论 1 292
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 108,727评论 0 243
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 43,986评论 0 205
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,363评论 3 287
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,610评论 1 219
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,871评论 2 312
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,582评论 0 198
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,297评论 1 242
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,551评论 2 246
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 32,053评论 1 260
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,385评论 2 253
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 33,035评论 3 236
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,079评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,841评论 0 195
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,648评论 2 274
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,550评论 2 270

推荐阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 8,578评论 0 23
  • NAME dnsmasq - A lightweight DHCP and caching DNS server....
    ximitc阅读 2,652评论 0 0
  • 1、感恩今天天气特别好,阳光一早就照进家里!一醒来先警醒于光。 2、感恩爸爸打电话说到了,我和儿子下去,正好给电信...
    与真我合一之路阅读 278评论 0 0
  • 图文/小品味 今宵忆祥和曼舞 一片乌云接连一阵惊雷 传递着沉闷而忧郁的悲泣 抓狂乱舞的风推搡着思绪的迷茫 翻开的扉...
    小品味阅读 299评论 0 1