设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
楼主: 沧笙
打印 上一主题 下一主题

[搬运汉化] 【汉化】YEP系列基础及进阶教程-2018/10/06期

  [复制链接]

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
87
 楼主| 发表于 2016-2-22 13:50:41 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 23:02 编辑


YEP.9 – Skill Cooldowns
Skill Cooldowns is an extension plugin for the Skill Core. This plugin enables you to give your skills cooldowns, a game mechanic which prevents skills from being repeatedly used requiring the player to wait a few turns in order for the skill to become available for use again.

技能冷却是一个技能核心的拓展插件。这个插件可以让你实现技能冷却,让玩家需要等待几个回合才能继续使用。

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

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

This plugin allows you to give your skills cooldowns. Cooldowns are a limit enforced on a skill to prevent them from being used constantly.

这个插件让你实现技能冷却,避免连续使用技能

Cooldown Types
Cooldown (Standard)
The standard cooldown only occurs if the skill has a cooldown to pay. When used, the skill cannot be used for x turns as indicated by the cooldown. There are a number of things that contribute to cooldowns going down. The first would be simply waiting. Each turn in battle causes a cooldown to drop by 1 turn. Skills and the such can be used to speed up this process. The second would be to finish battles. Finishing a battle will cause all cooldowns to drop by a certain amount (can be defined in the parameters). And the third would be walking on the field map. Every certain amount of steps allow a skill’s cooldown to decrease.

标准冷却。当被使用时,技能需要等x回合才可以使用。这里可以利用某些东西让冷却降低。最简单的就是等待,每回合都会降低。技能或者类似的也可以降低冷却。除此之外,你还可以结束战斗,战斗结束后冷却都会到一个定值。第三种方法就是在地图上走动,走动步数可以降低冷却

Warmups
As far as most things go, Warmups do the same thing as Cooldowns: prevent skills from being used until their timer is up. The difference, however, is that warmups only occur once during battle: at the very start of it. If a skill has a warmup timer, it will trigger the moment it goes into battle and instantly disappear after battle. Warmups do not stack on top of any existing cooldowns. If a cooldown is already occurring when a skill is in the warmup phase, both the warmup and cooldown simultaneously update.

就大多数而言,热身和冷却一样,时间结束才可以使用技能,区别是,热身仅仅发生在战斗一开始。如果一个技能有热身时间,他会进入战斗中触发,战斗结束后小时。热身不会叠在任何冷却之上,当技能同时拥有冷却和热身时,会同步更新

Linked Cooldowns
A linked cooldown occurs when a skill that’s used causes another skill in the owner’s skill library to have a cooldown. All other attributes of this cooldown are the same as a standard cooldown’s. This cooldown type will take priority over Skill Type Cooldowns and Global Cooldowns if this value is defined.

关联冷却是某个技能造成另一个技能冷却时。所有的冷却都看做关联冷却。冷却将会优先考虑技能冷却和全局冷却

Skill Type Cooldowns
When a Skill Type Cooldown occurs, all skills currently in the battler’s skill library with the matching Skill Type will be on cooldown. All other attributes of this cooldown are the same as a standard cooldown’s. This cooldown type will take priority over Global Cooldowns if this value is defined.

当技能类型冷却时,所有匹配的技能类型都在冷却中。另外的技能将会是标准冷却。技能冷却优先考虑全局冷却

When a cooldown is applied for a skill that already has a cooldown, the cooldown will change to whatever is the largest value. This means if a skill has 3 turns for a cooldown and a Skill Type Cooldown would set for 1 turn, the 3 turns would remain. On the flip side, if the skill has 3 turns and the Skill Type Cooldown would set for 5 turns, then the cooldown would be changed to 5 turns instead.

当冷却应用于已存在冷却的技能,冷却将会改变最大值。这意味着,当一个技能有3回合冷却时,技能类型冷却设置为1回合,则3回合会保留。如果技能有3回合冷却,技能类型冷却设置为5回合,冷却时间变更为5回合

Notetags
Use the following notetags to alter the cooldown properties of a skill.

使用下面的标签来改变冷却

Skill Notetags:
  1. <Cooldown: x>
复制代码
Sets the cooldown for the skill to X turns. This cooldown only affects this skill alone. This value will take priority over Skill Type Cooldowns and Global Cooldowns.

设计技能冷却回合数x。这只会影响技能自身。这个值会优先考虑技能类型冷却和全局冷却
  1. <After Battle Cooldown: +x>
  2. <After Battle Cooldown: -x>
复制代码
After a battle ends (victory, loss, or escape), change the cooldown for this skill by +x turns or -x turns.

战斗之后,技能冷却增加或者减少
  1. <Cooldown Steps: x>
复制代码
Outside of battle, every x steps that the Player takes, this skill’s cooldown will drop by 1.

每走x步,技能冷却减少1
  1. <Skill x Cooldown: y>
复制代码
When using this skill, after paying the skill cost, skill x will have a linked cooldown of y turns. This value will take priority over Skill Type Cooldowns and Global Cooldowns.

使用技能后,并且支付技能消耗以后,技能x将会关联冷却y回合。这个值优先考虑技能类型冷却和全局冷却
  1. <SType x Cooldown: y>
复制代码
When using this skill, after paying the skill cost, all skills with the matching Skill Type x to have a cooldown of y. This value will take priority over Global Cooldowns.

使用技能后,并且支付技能消耗以后,所有技能类型x将会关联冷却y回合。这个值优先考虑全局冷却
  1. <Global Cooldown: x>
复制代码
When using this skill, all skills within the battler’s skill library area set to be on cooldown for x turns. This value has less priority than Individual Cooldowns and Skill Type Cooldowns.

使用技能后,所有技能将会设置冷却x回合。这个值优先于独立冷却和技能类型冷却
  1. <Bypass Cooldown>
复制代码
This causes the skill to bypass cooldowns, no matter what. This should be used for skills like Attack, Guard, Escape, etc. that should not have a cooldown assigned to them.

技能不需要冷却。例如攻击,防御,逃跑等不需要冷却的指令。

Skill and Item Notetags:
  1. <Skill x Cooldown: +y>
  2. <Skill x Cooldown: -y>
复制代码
Targets hit by this skill will have skill x’s cooldown adjusted by y. This does not apply to the user and applies only to the targets.

目标技能x的冷却增加或者减少。仅适用于目标,不能用于自己
  1. <SType x Cooldown: +y>
  2. <SType x Cooldown: -y>
复制代码
Targets hit by this skill will have all skills in their skill library with Skill Type x to have their cooldowns adjusted by y. This does not apply to the user and applies only to the targets.

目标技能类型x的冷却增加或者减少。仅适用于目标,不能用于自己
  1. <Global Cooldown: +x>
  2. <Global Cooldown: -x>
复制代码
Targets hit by this skill will have all skills in their skill library to have their cooldowns adjusted by y. This does not apply to the user and applies only to the targets.

目标全部技能的冷却增加或者减少x。仅适用于目标,不能用于自己

Actor, Class, Enemy, Weapon, Armor, and State Notetags:
  1. <Skill x Cooldown Duration: y%>
复制代码
Alters the cooldown duration of skill x to y% when the cooldown cost is applied. This effect only applies to skill x.

改变技能x的冷却持续时间为y%。
  1. <SType x Cooldown Duration: y%>
复制代码
Alters the cooldown duration of skills with Skill Type x to y% when the cooldown cost is applied. This effect only applies to Skill Type x.

改变技能类型x的冷却持续时间为y%。
  1. <Global Cooldown Duration: x%>
复制代码
Alters the cooldown duration of all skills to x% when the cooldown cost is applied.

改变全部技能的冷却持续时间为x%。
  1. <Skill x Cooldown Rate: y%>
复制代码
Sets the cooldown rate for skill x to y% when the cooldown counter goes down. This effect only applies to skill x.

冷却需要下降时,技能x的冷却率为y%。
  1. <SType x Cooldown Rate: y%>
复制代码
Sets the cooldown rate for Skill Type x skills to y% when the cooldown counter goes down. This effect only applies to Skill Type x skills.

冷却需要下降时,技能类型x的冷却率为y%。
  1. <Global Cooldown Rate: x%>
复制代码
Sets the cooldown rate for all skills to x% when the cooldown counter goes down.

冷却需要下降时,全部技能的冷却率为x%。
  1. <Skill x Cooldown: +y>
  2. <Skill x Cooldown: -y>
复制代码
If the user performs skill x, it will have an increased or decreased cooldown value as long as the user is the actor, class, enemy, or has the weapon or armor equipped, or is affected by the state with this notetag. These flat cooldown modifications are applied after the rates and duration modifiers have been calculated.

如果玩家是特点玩家,职业,或者装备特定物品时,或者存在特点状态,这个技能x冷却将会改变y。这将在所有计算完成后应用一个平均冷却。
  1. <SType x Cooldown: +y>
  2. <SType x Cooldown: -y>
复制代码
If the user performs skill with skill type x, it will have an increased or decreased cooldown value as long as the user is the actor, class, enemy, or has the weapon or armor equipped, or is affected by the state with this notetag. These flat cooldown modifications are applied after the rates and duration modifiers have been calculated.

如果玩家是特点玩家,职业,或者装备特定物品时,或者存在特点状态,这个技能类型x冷却将会改变y。这将在所有计算完成后应用一个平均冷却。
  1. <Global Cooldown: +x>
  2. <Global Cooldown: -x>
复制代码
If the user performs any skill, it will have an increased or decreased cooldown value as long as the user is the actor, class, enemy, or has the weapon or armor equipped, or is affected by the state with this notetag. These flat cooldown modifications are applied after the rates and duration modifiers have been calculated.

如果玩家是特点玩家,职业,或者装备特定物品时,或者存在特点状态,全部技能冷却将会改变x。这将在所有计算完成后应用一个平均冷却。
  1. <Skill x Warmup: +y>
  2. <Skill x Warmup: -y>
复制代码
At the start of battle, skill x will have an increased or decreased warmup value as long as the user is the actor, class, enemy, or has the weapon or armor equipped, or is affected by the state with this notetag. These flat warmup modifications are applied after the rates and duration modifiers have been calculated.

如果玩家是特点玩家,职业,或者装备特定物品时,或者存在特点状态,战斗开始时,技能x热身时间改变y。这将在所有计算完成后应用一个平均热身时间。
  1. <SType x Warmup: +y>
  2. <SType x Warmup: -y>
复制代码
At the start of battle, all skills with skill type x it will have an increased or decreased warmup value as long as the user is the actor, class, enemy, or has the weapon or armor equipped, or is affected by the state with this notetag. These flat warmup modifications are applied after the rates and duration modifiers have been calculated.

如果玩家是特点玩家,职业,或者装备特定物品时,或者存在特点状态,战斗开始时,技能类型x热身时间改变y。这将在所有计算完成后应用一个平均热身时间。
  1. <Global Warmup: +x>
  2. <Global Warmup: -x>
复制代码
At the start of battle, all skills will have an increased or decreased warmup value as long as the user is the actor, class, enemy, or has the weapon or armor equipped, or is affected by the state with this notetag. These flat warmup modifications are applied after the rates and duration modifiers have been calculated.

如果玩家是特点玩家,职业,或者装备特定物品时,或者存在特点状态,战斗开始时,全部技能热身时间改变x。这将在所有计算完成后应用一个平均热身时间。

Happy RPG Making!
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
86
 楼主| 发表于 2016-2-22 10:35:47 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 23:01 编辑


YEP.72 – Item Durability
Introduction
This plugin requires YEP_ItemCore. Make sure this plugin is located under YEP_ItemCore in the plugin list.

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

Independent Weapons and Armors will now have a Durability value. Over the course of battle, equipment durability will drop based on actions performed, damage taken, and the like. When a piece of equipment’s durability value reaches 0, the piece of equipment will break. Durability can be repaired by items and increased by skills, too.

独立武器和装备现在有了耐久度。通过战斗进程,装备耐久度将会根据战斗行动,受到伤害或者类似的降低耐久度。当你件装备耐久度降为0,这个装备会破损。耐久度可以被物品修复或被技能提升。

Notetags
The following notetags can be used to adjust item durability for equipment.

下面的标签可以被用来调整装备耐久度

Weapon and Armor Notetags:
  1. <Durability: x>
复制代码
This sets the item’s default durability value to x. This is the starting durability value for the item. If this notetag isn’t used, the independent equipment will refer to the value in the plugin parameters.

设置物品默认耐久度。这是初始值。如果没有设置,则会使用插件默认设置。
  1. <Durability Variance: x>
复制代码
This alters the starting durability value with a variance of x. This means there can be a variance of -x to +x for the durability starting value.

改变物品初始耐久度。你可以用增加或者减少
  1. <Durability Maximum: x>
复制代码
This is the maximum durability value the independent equipment can have. When repairing durability, the item’s durability value cannot exceed this amount. This amount is dependent on the base item’s durability value.

物品最大耐久度。当修复耐久度时,物品不能超过值。
  1. <Bypass Durability>
  2. <Unbreakable>
复制代码
This sets the item to not have bypass the durability system and making the independent item unbreakable.

设置物品不消耗耐久度并且不让物品破损
  1. <Break Sound Name: filename>
  2. <Break Sound Volume: x>
  3. <Break Sound Pitch: x>
  4. <Break Sound Pan: +x>
  5. <Break Sound Pan: -x>
复制代码
This changes the sound effect played when using this piece of equipment is broken in battle. Filenames are case sensitive and do not include the file extension into the filename.

这是物品破损时播放的声音。设置名字不包含拓展名

Item, Weapon, Armor Notetags:
  1. <Repair Durability: x>
复制代码
This will repair any weapon or armor’s durability by x. The repair effect is accessed from the weapon or armor’s action menu.

修复耐久度
  1. <Repair Weapon: x>
  2. <Repair Armor: x>
复制代码
This will specifically repair only weapons or armors by x amount. The repair effect is accessed from the weapon or armor’s action menu.

仅仅修复武器或者装备
  1. <Repair WType x: y>
  2. <Repair AType x: y>
复制代码
This will specifically repair only weapon-type x or armor-type x by y amount. The repair is accessed from the weapon or armor’s action menu.

修复武器类型x和装备类型x的耐久度
  1. <Repair Sound Name: filename>
  2. <Repair Sound Volume: x>
  3. <Repair Sound Pitch: x>
  4. <Repair Sound Pan: +x>
  5. <Repair Sound Pan: -x>
复制代码
This changes the sound effect played when using this item to repair the durability of another item.

修复播放声音
  1. <Unbreakable Durability>
复制代码
Removes the equipment’s durability and makes it unbreakable.

移走耐久度并且让装备不再破损
  1. <Unbreakable Weapon>
  2. <Unbreakable Armor>
复制代码
Removes the weapon or armor’s durability and makes it unbreakable.

移走武器和装备的耐久度并且不再破损
  1. <Unbreakable WType x>
  2. <Unbreakable AType x>
复制代码
Removes durability for specifically weapon-type x or armor-type x and makes it unbreakable. Filenames are case sensitive and do not include the file extension into the filename.

移走武器类型x和装备类型x的耐久度并且不再破损

Skill and Item Notetags:
  1. <User Weapon Durability: +x>
  2. <User Weapon Durability: -x>
复制代码
Each hit of this skill/item will cause all of the user’s weapon(s) durability to be altered by +x or -x. If it reaches 0 or lower, the weapon will break.

使用技能或者物品可以增加或者减少耐久度x,如果到达0,则武器破损
  1. <User All Weapon Durability: +x>
  2. <User All Weapon Durability: -x>
复制代码
Each hit of this skill/item will cause all of the user’s weapon(s) durability to be altered by +x or -x. If it reaches 0 or lower, the weapon will break.

使用技能或者物品可以增加或者减少所有武器的耐久度x,如果到达0,则武器破损
  1. <User Random Weapon Durability: +x>
  2. <User Random Weapon Durability: -x>
复制代码
Each hit of this skill/item will cause a random weapon equipped by the user to have its durability altered by +x or -x. If it reaches 0 or lower, the weapon will break.

使用技能或者物品可以增加或者减少随机武器的耐久度x,如果到达0,则武器破损
  1. <User Armor Durability: +x>
  2. <User Armor Durability: -x>
复制代码
Each hit of this skill/item will cause the user’s armor(s) durability to be altered by +x or -x. Depending on the ‘Damage All’ plugin parameter, this will affect either all armors or affect a random armor piece. If the item reaches 0 or lower, the armor will break.

使用技能或者物品可以增加或者减少装备的耐久度x,如果到达0,则装备破损
  1. <User All Armor Durability: +x>
  2. <User All Armor Durability: -x>
复制代码
Each hit of this skill/item will cause all of the user’s armor(s) durability to be altered by +x or -x. If it reaches 0 or lower, the armor will break.

使用技能或者物品可以增加或者减少所以装备的耐久度x,如果到达0,则装备破损
  1. <User Random Armor Durability: +x>
  2. <User Random Armor Durability: -x>
复制代码
Each hit of this skill/item will cause a random armor equipped by the user to have its durability altered by +x or -x. If it reaches 0 or lower, the armor will break.

使用技能或者物品可以增加或者减少随机装备的耐久度x,如果到达0,则装备破损
  1. <Target Weapon Durability: +x>
  2. <Target Weapon Durability: -x>
复制代码
Each hit of this skill/item will cause all of the target’s weapon(s) durability to be altered by +x or -x. If it reaches 0 or lower, the weapon will break.

使用技能或者物品可以增加或者减少目标武器的耐久度x,如果到达0,则武器破损
  1. <Target All Weapon Durability: +x>
  2. <Target All Weapon Durability: -x>
复制代码
Each hit of this skill/item will cause all of the target’s weapon(s) durability to be altered by +x or -x. If it reaches 0 or lower, the weapon will break.

使用技能或者物品可以增加或者减少所有目标武器的耐久度x,如果到达0,则武器破损
  1. <Target Random Weapon Durability: +x>
  2. <Target Random Weapon Durability: -x>
复制代码
Each hit of this skill/item will cause a random weapon equipped by the target to have its durability altered by +x or -x. If it reaches 0 or lower, the weapon will break.

使用技能或者物品可以增加或者减少随机目标武器的耐久度x,如果到达0,则武器破损
  1. <Target Armor Durability: +x>
  2. <Target Armor Durability: -x>
复制代码
Each hit of this skill/item will cause the target’s armor(s) durability to be altered by +x or -x. Depending on the ‘Damage All’ plugin parameter, this will affect either all armors or affect a random armor piece. If the item reaches 0 or lower, the armor will break.

使用技能或者物品可以增加或者减少目标装备的耐久度x,如果到达0,则装备破损
  1. <Target All Armor Durability: +x>
  2. <Target All Armor Durability: -x>
复制代码
Each hit of this skill/item will cause all of the target’s armor(s) durability to be altered by +x or -x. If it reaches 0 or lower, the armor will break.

使用技能或者物品可以增加或者减少所有目标装备的耐久度x,如果到达0,则装备破损
  1. <Target Random Armor Durability: +x>
  2. <Target Random Armor Durability: -x>
复制代码
Each hit of this skill/item will cause a random armor equipped by the target to have its durability altered by +x or -x. If it reaches 0 or lower, the armor will break.

使用技能或者物品可以增加或者减少随机目标装备的耐久度x,如果到达0,则装备破损

Plugin Commands
There are a few plugin commands you can utilize to show/hide the Repair option in the Item Action Window and/or enable/disable it.

下面的插件命令可以让你开启修复耐久度选项

Plugin Commands
  1. ShowRepairDurability
  2. HideRepairDurability
复制代码
– This will show/hide the Repair command in the Item Action Window.

显示和隐藏修复耐久度菜单
  1. EnableRepairDurability
  2. DisableRepairDurability
复制代码
– This will enable/disable the Repair command in the Item Action Window.

开启和关闭修复耐久度菜单

Happy RPG Making!
任性的什么也不写
回复 支持 1 反对 0

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
85
 楼主| 发表于 2016-2-21 18:45:27 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 22:59 编辑


YEP.56 – Limited Skill Uses
Introduction
This plugin requires YEP_SkillCore. Make sure this plugin is located under YEP_SkillCore in the plugin list.

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

This plugin enables you to set a limited amount of times certain skills (or all skills) can be used per battle or ever. This adds a different type of skill currency and balance mechanic in limiting the amount of times a skill can be used without directly having alter MP, TP, or the like.

这是技能核心插件拓展插件,能够让你限制一些技能的使用次数。添加了一个不同的技能类型,并且平衡了技能使用的限制次数

Notetags
You can use these notetags to govern the various Limited Uses aspects of your skills.

你可以使用下面标签来给你的技能设置不同的使用限制

Skill Notetags:
  1. <Unlimited Use>
复制代码
If you’ve enabled ‘Limit All Skills’ in the plugin parameters, this will forcefully make the skill unlimited use. If you use this notetag, it will override any of the Limited Use settings.

如果你开启了“限制所有技能”选项,那么这个将会让技能不受限制使用,如果你使用了这个标签,它将会重写你的限制设置
  1. <Limit Uses: x>
复制代码
This will set the number of times the skill can be used to x. If the skill has 0 charges left, the skill cannot be used.

设置技能限制使用次数,如果为0,则不能使用
  1. <Recover All Uses>
  2. <Not Recover All Uses>
复制代码
When using the recover all command, depending on the settings within the plugin parameters, all limited use charges are recovered or not. These notetags will enable you to utilize the other setting for the skill.

当你使用恢复所以的命令,取决插件设置,所有限制将被恢复。这些标签将会让你使用技能的其他设置
  1. <Victory Uses Recover: x>
  2. <Escape uses Recover: x>
  3. <Lose Uses Recover: x>
复制代码
When the player wins a battle, escapes a battle, or loses a battle, the skill use will recover x amount of uses for the respective outcome. If the notetags aren’t used, the amounts restored will be equal to settings made in the plugin’s parameters.

当玩家获得胜利,逃跑或者失败的时候,技能恢复使用次数
  1. <After Battle Uses Recover: x>
复制代码
This will set the recovery rate of victory, escape, or loss of battle to be equal to x indiscriminately.

当玩家完成战斗后恢复技能使用次数

Skill and Item Notetags:
  1. <Global Limited Uses: +x>
  2. <Global Limited Uses: -x>
复制代码
This will change the target’s limited uses by +x or -x for all skills. +x will increase the amount of times the skills can be used. -x will decrease the amount of times the skills can be used.

对技能改变使用次数。+x将会增加,-x将会减少
  1. <SType x Limited Uses: +y>
  2. <SType x Limited Uses: -y>
复制代码
This will change the target’s limited uses by +y or -y for all skills of the skill type x. +y will increase the amount of times the skills can be used. -y will decrease the amount of times the skills can be used.

改变技能类型x的技能使用次数y。+y将会增加,-y将会减少
  1. <Skill x Limited Uses: +y>
  2. <Skill x Limited Uses: -y>
  3. <Skill name Limited Uses: +y>
  4. <Skill name Limited Uses: -y>
复制代码
This will change the target’s limited uses by +y or -y for skill x. If you use the named notetag varient and have multiple skills in the database with the same name, priority will be given to the skill with the highest ID. +y will increase the amount of times the skills can be used. -y will decrease the amount of times the skills can be used.

改变技能x的使用次数y。如果你使用了名字标签,则会优先生效ID最高的。+y将会增加,-y将会减少

Actor, Class, Enemy, Weapon, Armor, and State Notetags:
  1. <Global Use Max: +x>
  2. <Global Use Max: -x>
复制代码
A battler affected by this property will have any Limited Use skills alter the maximum times used by +x or -x.

改变最大使用次数
  1. <SType x Use Max: +y>
  2. <SType x Use Max: -y>
复制代码
A battler affected by this property will have Limited Use skills from skill type x alter the maximum times used by +y or -y.

改变技能类型x的最大使用次数
  1. <Skill x Use Max: +y>
  2. <Skill x Use Max: -y>
  3. <Skill name Use Max: +y>
  4. <Skill name Use Max: -y>
复制代码
A battler affected by this property will have Limited Use for skill x (or named if you’re using that version of the notetag instead) alter the maximum times used by +y or -y. If you are using the named version of the notetag and have multiple skills in the database with the same name, then priority will be given to the skill with the highest ID.

改变技能x的最大使用次数。

Happy RPG Making!
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
84
 楼主| 发表于 2016-2-19 21:35:40 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 22:59 编辑


YEP.60 – More Currencies
Introduction
This plugin requires YEP_ShopMenuCore. Make sure this plugin is located under YEP_ShopMenuCore in the plugin list.

这个插件需要YEP_ShopMenuCore。确保这个插件在YEP_ShopMenuCore之下。

As an extension of the Shop Menu Core, this plugin enables you to have items cost multiple currencies or different currencies using variables and/or other items themselves.

作为商店菜单插件的拓展插件,可以让你通过变量或者物品有更多的货币

Instructions – Variables as Currency
If you’re planning to use variables as currency (and you should!), you can set them up in a way to have them show an icon. Name your currency variable as such:

如果你想使用变量作为货币,你需要这样设置他们
  1. \i[x]Variable Name
复制代码
When displayed in shops, it will show the icon and the name. However, if you want it to display only the icon and/or exclude some text, place the text inside a << and >> bracket like such:

当显示在商店的时候,它会显示图标和名字。如果你希望只显示图标,可以用《》来隐藏
  1. \i[x]<<Variable Name>>
复制代码
That way, only the icon will be shown while all the next inside the << >> will be hidden.

这个方法,只有图标显示,在《》内的文本被隐藏

Instructions – Proxies
Perhaps in your game, you would like for the player to have multiple ways of purchasing an item through one currency or another. However, inputting the costs for all of the options makes the item cost every single aspect. But, what you can do is make proxies of these items. For example, in the database will will have the following:

在游戏里,你玩家用不同的货币有很多购买方式。对于所有选项重新设置很麻烦。你可以使用物品代理功能,例如,数据库内这样写
  1. Potion – 50 Gold
  2. Potion (Proxy A) – 5 Gems
  3. Potion (Proxy B) – 3 Jewels
复制代码
Placing all three items in your shop normally would result in three types of potions that do not stack into the same category. However, by using this proxy notetag, you can make them all attribute to the same Potion item:

如果简单把这3个物品放入商店,将会产生3种相同类型的物品。可以,使用代理标签,你可以设置为一个物品
  1. <Proxy Buy: x>
  2. <Proxy Buy: name>
复制代码
If you’re using this item as a proxy for another item (so you can set a different cost for the item), this item will end up representing item x, weapon x, or armor x of the same type. If you’re using a named notetag and you have multiple entries in your database with the same name, priority will be given to the item, weapon, or armor with the highest ID.

如果你使用了物品代理,这个物品将会代表物品x,武器x,或者装备x。如果你使用了名字标签,你可以代替名字相同的物品,优先选择最高ID物品。

If Proxy A and B link back to the main Potion, then whenever the player buys the Proxies in the shop, they will link back to the main Potion, making it possible to buy the same item using different currencies.

如果代理A和代理B返回主物品,玩家可以通过商店购买代理从而得到主物品,让其实现不同货币来购买同一物品。

Notetags
You can use the following notetags to adjust various properties for more currencies for your items, weapons, and armors.

你可以使用下面的标签来调整货币

Item, Weapon, and Armor Notetags:
  1. <Variable x Buy Price: y>
复制代码
This sets the currency of this item, weapon, or armor to variable x with a buy price of y. You can insert multiples of this notetag to have more than one variable cost for that item, weapon, or armor.

设置变量x来购买,价格为y,你可以插入多个标签来获得多个变量货币来购买物品
  1. <Variable x Sell Price: y>
复制代码
This makes it that when selling this item, weapon, or armor, the player will gain variable x in y amount. You can insert multiples of this notetag to have more than one variable cost for that item, weapon, or armor.

设置变量x来出售,价格为y,你可以插入多个标签来获得多个变量货币来出售物品
  1. <Item x Buy Price: y>
  2. <Item name Buy Price: y>
复制代码
This sets the currency of this item, weapon, or armor to cost item x (or the named item) with a buy price of y. You can insert multiples of this notetag to have more than one item cost for that item, weapon, or armor. If you’re using Item Core, this will not work on independent items. If you are using the named version of the notetag and have multiple items in your database of the same name, priority will be given to the item with the highest ID.

设置物品x来购买,数量为y,你可以插入多个标签来获得多个物品货币来购买物品。如果你使用了物品核心插件,对于独立物品不会生效。如果你使用了名字代码并且有多个重名的物品,将会优先选择ID最高
  1. <Item x Sell Price: y>
  2. <Item name Sell Price: y>
复制代码
When selling this item, weapon, or armor, the player will get item x (or the named item) with a quantity of y. You can insert multiples of this notetag to have more than one item cost for that item, weapon, or armor. If you’re using Item Core, this will not work on independent items. If you are using the named version of the notetag and have multiple items in your database of the same name, priority will be given to the item with the highest ID.

设置物品x来出售,数量为y,你可以插入多个标签来获得多个物品货币来出售物品。如果你使用了物品核心插件,对于独立物品不会生效。如果你使用了名字代码并且有多个重名的物品,将会优先选择ID最高
  1. <Weapon x Buy Price: y>
  2. <Weapon name Buy Price: y>
复制代码
This sets the currency of this item, weapon, or armor to cost weapon x (or the named weapon) with a buy price of y. You can insert multiples of this notetag to have more than one weapon cost for that item, weapon, or armor. If you’re using Item Core, this will not work on independent items. If you are using the named version of the notetag and have multiple items in your database of the same name, priority will be given to the item with the highest ID.

设置武器x来购买,数量为y,你可以插入多个标签来获得多个武器货币来购买物品。如果你使用了物品核心插件,对于独立物品不会生效。如果你使用了名字代码并且有多个重名的物品,将会优先选择ID最高
  1. <Weapon x Sell Price: y>
  2. <Weapon name Sell Price: y>
复制代码
When selling this item, weapon, or armor, the player will get weapon x (or the named weapon) with a quantity of y. You can insert multiples of this notetag to have more than one weapon cost for that item, weapon, or armor. If you’re using Item Core, this will not work on independent items. If you are using the named version of the notetag and have multiple items in your database of the same name, priority will be given to the item with the highest ID.

设置武器x来出售,数量为y,你可以插入多个标签来获得多个武器货币来出售物品。如果你使用了物品核心插件,对于独立物品不会生效。如果你使用了名字代码并且有多个重名的物品,将会优先选择ID最高
  1. <Armor x Buy Price: y>
  2. <Armor name Buy Price: y>
复制代码
This sets the currency of this item, weapon, or armor to cost armor x (or the named armor) with a buy price of y. You can insert multiples of this notetag to have more than one armor cost for that item, weapon, or armor. If you’re using Item Core, this will not work on independent items. If you are using the named version of the notetag and have multiple items in your database of the same name, priority will be given to the item with the highest ID.

设置装备x来购买,数量为y,你可以插入多个标签来获得多个装备货币来购买物品。如果你使用了物品核心插件,对于独立物品不会生效。如果你使用了名字代码并且有多个重名的物品,将会优先选择ID最高
  1. <Armor x Sell Price: y>
  2. <Armor name Sell Price: y>
复制代码
When selling this item, weapon, or armor, the player will get armor x (or the named armor) with a quantity of y. You can insert multiples of this notetag to have more than one armor cost for that item, weapon, or armor. If you’re using Item Core, this will not work on independent items. If you are using the named version of the notetag and have multiple items in your database of the same name, priority will be given to the item with the highest ID.

设置装备x来出售,数量为y,你可以插入多个标签来获得多个装备货币来出售物品。如果你使用了物品核心插件,对于独立物品不会生效。如果你使用了名字代码并且有多个重名的物品,将会优先选择ID最高
  1. <Proxy Buy: x>
  2. <Proxy Buy: name>
复制代码
If you’re using this item as a proxy for another item (so you can set a different cost for the item), this item will end up representing item x, weapon x, or armor x of the same type. If you’re using a named notetag and you have multiple entries in your database with the same name, priority will be given to the item, weapon, or armor with the highest ID.

如果你使用物品作为代理,这个物品最后代表物品x,或者武器装备x。如果你使用了名字代码,数据库会优先选择ID最高的

Happy RPG Making!
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
83
 楼主| 发表于 2016-2-19 20:44:37 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 22:59 编辑


YEP.53 – Shop Menu Core
Introduction
The shop menu in RPG Maker MV is the same as it was in RPG Maker VX and RPG Maker VX Ace. It’s relatively basic and provides adequate information, but not really enough to let the player know what they’re actually buying or even selling. This plugin enables shops to show more than just the basic information displayed in RPG Maker MV and even allows for custom commands to be inserted into the command window.

商店菜单在MV里面和VX、 VX ACE里面相同。它提供基础的信息,但是不足以让玩家知道他们真正想买或者卖什么。这个插件可以让商店显示更多信息,甚至允许自定义命令来插入命令窗口

This plugin also gives the player the option to tab between a parameter comparison mode with the whole party displaying individual stats at a time or individual actors displaying all stats at a time. The player can switch between the two modes by pressing the ‘tab’ button on the keyboard or with touch input on the name of the actor or parameter.

这个插件允许玩家开启一个窗口,可以让队伍成员显示单独的状态或者显示整个队伍的所有人的某个状态。玩家通过tab键开关这个模式或者点击玩家名字

Instructions
You can add and remove commands from the Command Window by changing the ‘Command Order’ parameter. Here is a list of commands you may use:

你可以添加或者移除命令,通过命令顺序参数。这里是你可以使用的命令列表
  1. Buy
复制代码
– This is the buy item command.

购买命令
  1. Sell
复制代码
– This is the sell item command.

卖出命令
  1. Equip
复制代码
– This is the equip command to directly access an actor’s equipment.

装备命令
  1. Custom
复制代码
– If you have any custom shop menu items, they will be displayed here.

自定义命令
  1. Cancel
复制代码
– This exits the shop.

退出商店

Notetags
You can use the following notetag to alter various shop aspects

你可以使用下面的标签来改变很多方面

Item, Weapon, and Armor Notetag:
  1. <Price: x>
复制代码
This notetag allows you to exceed the default editor limit for item prices of 999,999 gold.

设置价格,不再受999,999的金钱限制
  1. <Sell Price: x>
复制代码
This sets the selling price of the item to x.

设置卖出价格
  1. <Cannot Sell>
复制代码
This makes it so that the item cannot be sold.

物品不可以出售
  1. <Can Sell>
复制代码
This makes it so that the item can be sold even if it is at 0 gold.

即便价格为0,仍然可以卖出

Happy RPG Making!
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
82
 楼主| 发表于 2016-2-19 20:01:25 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 22:57 编辑


YEP.58 – Item Synthesis
Introduction
Item synthesis is now a pretty common aspect of most RPG’s where the player can craft their own items after acquiring recipes. This plugin enables your players to be able to do that after acquiring the said recipes. Recipes can come in the form of items, weapons, and/or armors and transcribed in them are what items, weapons, and/or armors they can make. These items can be made from the main menu and/or synthesis locations!

物品合成系统是大多数角色扮演游戏常见的方面,玩家可以通过制作书合成他们自己的物品。这个插件让玩家实现这个功能。制作书可以涉及物品,武器或者装备,并且可以合成物品,武器或者装备。这些物品可以从主菜单或者合成菜单制作。

Notetags
To allow the player the ability to craft a certain item, that item must be included in a recipe notetag in an item that the player possesses.

为了让玩家打造出某个物品,这些物品必须拥有制作书的标签

Item, Weapon, and Armor Notetags:
  1. <Item Recipe: x>
  2. <Item Recipe: x, x, x>
  3. <Item Recipe: x to y>
复制代码
This will change this item into a recipe for x item(s). As long as this item is in possession by the party as a whole, item(s) x can be synthesized by the player provided that the player has the proper quantity of ingredients.

Note: Entries without names will not be included. Entries without both a synthesis cost and without an ingredient list will not be included.
可以把这些物品放入制作书,只要队伍拥有这个物品,他就可以被玩家和其他原料一起合成
  1. <Weapon Recipe: x>
  2. <Weapon Recipe: x, x, x>
  3. <Weapon Recipe: x to y>
复制代码
This will change this item into a recipe for x weapon(s). As long as this item is in possession by the party as a whole, weapon(s) x can be synthesized by the player provided that the player has the proper quantity of ingredients.

可以把这些武器放入制作书,只要队伍拥有这个武器,他就可以被玩家和其他原料一起合成

Note: Entries without names will not be included. Entries without both a synthesis cost and without an ingredient list will not be included.

注意:没有名字的条目,以及没有合成消耗和合成原料列表的条目都不会参与合成
  1. <Armor Recipe: x>
  2. <Armor Recipe: x, x, x>
  3. <Armor Recipe: x to y>
复制代码
This will change this item into a recipe for x armor(s). As long as this item is in possession by the party as a whole, armor(s) x can be synthesized by the player provided that the player has the proper quantity of ingredients.

可以把这些装备放入制作书,只要队伍拥有这个装备,他就可以被玩家和其他原料一起合成

Note: Entries without names will not be included. Entries without both a synthesis cost and without an ingredient list will not be included.

注意:没有名字的条目,以及没有合成消耗和合成原料列表的条目都不会参与合成
  1. <Synthesis Ingredients>
  2. item id
  3. item id: x
  4. weapon id
  5. weapon id: x
  6. armor id
  7. armor id: x
  8. gold: x
  9. named item
  10. named item: x
  11. </Synthesis Ingredients>
复制代码
Using the above tag in an item will set those items as the ingredients required for the player to synthesize. Replace “id” with the proper item, weapon, or armor ID’s. If no “:x” is used, the database will register that as only needing 1 of that item as an ingredient. If “gold: x” is used, that will be the cost required to synthesize the item.

使用这个标签,可以让物品通过这些原料合成。替代ID即可。如果没有指定ID,数据库认为只需要任何一件物品作为原料即可。如果金钱被指定,则需要消耗如此数量金钱来合成物品

If you are using named entries, priority will be given to the highest ID in the order of items, weapons, then armors.

如果你使用名字,则会优先使用ID最高的

Note: If you are using Item Core, Independent Items cannot become an ingredient for a recipe and will therefore be automatically omitted.

注意:如果你使用了物品核心插件。独立物品不能成为合成原料,将会自动被漏掉
  1. <Mask Name: x>
复制代码
If you are masking unknown items’ names, you can change the text shown for the unknown item with x. This will cause the game to use the mask name instead of the usual ??? (if that’s what you’re using) to mask the item. This can give a player a general idea of what they may be synthesizing such as “Strange Liquid” or “Weird Crystal”.

如果你伪装了物品名字,你可以改变物品显示的文本。这将造成游戏采用伪装名代替平时使用的。这可以让玩家生成他们想要的合成品例如“奇异水”或者“特殊水晶”等

Plugin Commands
The following are Plugin Commands you may use with events.
下面的插件命令可以使用在事件里面

Plugin Command:
  1. OpenSynthesis
复制代码
Opens up the Synthesis Scene from the field.

打开合成界面
  1. ShowSynthesis
复制代码
Shows the Synthesis command from the main menu.

主菜单显示合成命令
  1. HideSynthesis
复制代码
Hides the Synthesis command from the main menu.

主菜单隐藏合成命令
  1. EnableSynthesis
复制代码
Enables the Synthesis command from the main menu.

开启主菜单合成命令
  1. DisableSynthesis
复制代码
Disables the Synthesis command from the main menu.、、
关闭主菜单合成命令

Happy RPG Making!

点评

我研究了一晚上,可以用name来指定,但是要删去冒号,后面直接跟物品ID  发表于 2016-5-12 01:17
可以参考JS文件是否包含自定义模式  发表于 2016-4-21 09:40
能不能进行扩展? 消耗SP  发表于 2016-4-21 09:09
目前使用很正常! 不过,能扩展,例如,消耗SP,不止是物品  发表于 2016-4-21 09:08
这个插件是不是有BUG啊,合成清单只有消耗金钱才有效,替换ID的物品武器防具根本没用啊  发表于 2016-4-12 23:16
任性的什么也不写
回复 支持 1 反对 0

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
50
在线时间
23 小时
注册时间
2016-1-19
帖子
11
81
发表于 2016-2-18 09:59:30 | 只看该作者
沧笙 发表于 2016-2-12 10:37
YEP.13 – Auto Passive States
Add passive states to your game! They can be innate to actors, classes ...

这个感觉很有用,马了。
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
80
 楼主| 发表于 2016-2-18 09:18:48 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 22:56 编辑


YEP.12 – Item Upgrade Slots
This plugin requires the Item Core plugin as this plugin is an extension plugin for it. This plugin enables your players to be able to uprade their weapons and armors through a dedicated slot system.

这个插件需要物品核心插件,这个插件可以让你能够改进物品和装备。

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

插件需要YEP_ItemCore,确保插件位于其下面

This plugin adds Item Upgraders, where you can select the base item and then apply the appropriate Item Upgraders onto it to boost its parameters.

这个插件添加了物品提升系统,你可以选择基础物品,然后提升等级

Notetags
The following notetags can be used to modify item upgrades.

下面的标签可以用来调整提升等级

Weapon, and Armor Notetags
  1. <Upgrade Slots: x>
复制代码
This sets the number of times an item can be upgraded instead of the default amount defined in the database.

设置物品提升的数量
  1. <Slot Variance: x>
复制代码
This makes it so that there is a random variance for the number of slots provided through the item. If this notetag isn’t used, it will go by the setting in the parameters.

提供不同的提升数值,如果没有使用这个标签,则采用插件参数的值
  1. <Upgrade Sound: filename>
复制代码
Changes the upgrade sound played to ‘filename’. If this notetag isn’t used, the ‘Default Sound’ parameter sound will be used instead.

改变提升物品时播放的声音。如果没有使用这个标签,则会采用默认声音
  1. <Upgrade Effect>
  2. effect
  3. effect
  4. </Upgrade Effect>
复制代码
These are the effects applied (in the order they’re listed). Refer to the ‘Upgrade Effects List’ in the next section to have those effects applied to the upgraded item.

物品提升的影响。这里有一个提升列表,可以应用
  1. <Upgrade Item Type: All>
  2. <Upgrade Item Type: Regular>
  3. <Upgrade Item Type: Key>
  4. <Upgrade Item Type: Hidden A>
  5. <Upgrade Item Type: Hidden B>
  6. <Upgrade Item Type: Always>
  7. <Upgrade Item Type: Battle>
  8. <Upgrade Item Type: Menu>
  9. <Upgrade Item Type: Never>
  10. <Upgrade Item Type: string>
复制代码
This makes it so this item can be used to upgrade the item that matches either the item type or the item occassion. If none of those work for you, you can use the following notetag and place an instance for ‘string’ inside of the item upgrade types.

这个是你可以提升物品的类型。如果这里面没有你需要的类型,你可以用下面的标签命令来设置。
  1. <Type: string>
复制代码
Puts this type into the notebox for items (not weapons nor armors) and it will add ‘string’ as its type. You can insert multiple copies of this notetag to enable the item to have more types. Any types in here that match the types for the previous notetag will enable the item to be upgradeable by that upgrade item type.

可以把你想要的物品类型放入物品标签栏。你可以批量插入标签来获得多个类型。
  1. <Upgrade Weapon Type: x>
  2. <Upgrade Weapon Type: x, x, x>
  3. <Upgrade Weapon Type: x through x>
复制代码
This makes it so that only weapon types x can use this item for upgrade. If you use weapon type 0, all weapons can be upgraded using this item.

这可以让武器类型中的第x个可以提升。如果是0,则全部都可以。
  1. <Upgrade Armor Type: x>
  2. <Upgrade Armor Type: x, x, x>
  3. <Upgrade Armor Type: x through x>
复制代码
This makes it so that only armor types x can use this item for upgrade. If you use armor type 0, all armor can be upgraded using this item.

这可以让装备类型中的第x个可以提升。如果是0,则全部都可以。

Upgrade Effects List
The following is a list of effects you can use for the <Upgrade Effects> notetag to have it apply the desired effects to the upgraded item.

下面这个影响列表你可以用来应用提升效果

Effect Text Upgrade Effect:
Base Name: x
Changes item’s base name to x. *Note2
基础名字改为x

Boost Count: +x
Increases Boost Count by x. *Note2
增量+x

Boost Count: -x
Decreases Boost Count by x. *Note2
增量+x

Eval: x
Runs x as a piece of code. *Note2
执行代码x

Name: x
Changes item’s name to x. *Note2
物品名字改为x

Icon: x
Changes item’s icon to x. *Note2
图标改为x

Prefix: x
Changes item’s prefix to x. *Note2
前缀改为x

Priority Name: x
Sets priority name to x. *Note2
优先名字改为x

Random Stat: x
Increases or decreases ‘Stat’ by 0 to x. *Note1
增加或者减少状态0到x

Random Stat: +x
Increases ‘Stat’ by 0 to x. *Note1
增加状态0到x

Random Stat: -x
Decreases ‘Stat’ by 0 to x. *Note1
减少状态0到x

Reset Base Name
Resets the base name to default.
重置基础名字

Reset Boost Count
Resets the Boost Count to 0.
重置增量

Reset Icon
Resets the icon back to the default icon.
重置图标

Reset Prefix
Resets name prefix to default.
重置前缀

Reset Stat
Resets ‘Stat’ back to base stat values. *Note1
重置状态

Reset Suffix
Resets name suffix to default.
重置后缀

Reset Full
Resets every single aspect about item. *Note3
重置所以方面

Slots: x
Changes the slot consumption cost to x. *Note1
改变提升消耗

Stat: +x
Increases ‘Stat’ by x. *Note1
增加状态x

Stat: -x
Decreases ‘Stat’ by x. *Note1
减少状态x

Suffix: x
Changes item’s suffix to x. *Note2
改变后缀为x


Note1: ‘Stat’ is to be replaced by ‘MaxHP’, ‘MaxMP’, ‘ATK’, ‘DEF’, ‘MAT’, ‘MDF’, ‘AGI’, ‘LUK’, ‘SLOTS’, ‘ALL’ or ‘CURRENT’. ‘ALL’ affects all stats. ‘CURRENT’ affects only non-zero stats. This effect will also increase the boost count (+x) by 1 and update the item’s name.

注意1:状态可以被最大血量,魔法量,攻击,防御等等替代。并且会改变增量和物品名字

Note2: This does not alter boost count nor update the item’s name unless it is altered by the effect.

注意2:这不会改变增量或者物品名字

Note3: Because this effect resets absolutely everything about an item, it will send the player away from the upgrade menu to reset the standings of the item.

注意3:因为重置,会将角色从升级菜单跳出

Plugin Commands
The following are some Plugin Commands you can use for your game regarding the upgrade option in the item menu:

下面的插件命令你可以使用

Plugin Command:
  1. ShowItemUpgrade
复制代码
Shows the upgrade option in the item menu.
显示升级选项
  1. HideItemUpgrade
复制代码
Hides the upgrade option in the item menu.
隐藏升级选项
  1. DisableItemUpgrade
复制代码
Disables the upgrade option in the item menu.
关闭升级选项
  1. EnableItemUpgrade
复制代码
Enables the upgrade option in the item menu.
开启升级选项

You can use those Plugin Commands at any time to adjust the upgrade option.

你可以在任何时候使用插件命令来调整升级选项

Happy RPG Making!
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
1974
在线时间
33 小时
注册时间
2015-9-18
帖子
4
79
发表于 2016-2-16 10:21:43 | 只看该作者
技能核心使用后不显示技能名称怎么回事
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4151
在线时间
594 小时
注册时间
2014-1-12
帖子
476
78
 楼主| 发表于 2016-2-12 22:33:58 | 只看该作者
本帖最后由 沧笙 于 2016-6-12 22:51 编辑


YEP.51 – Weapon Unleash
Introduction
This plugin allows your game to be able to replace the Attack and Guard commands or give them the option of having a skill randomly occur when using them in reference to Golden Sun’s Weapon Unleash system!

这个插件可以让你的游戏代替攻击和防御命令,或者放入技能的选项。这个插件参考了Golden Sun的插件

When replacing the Attack and Guard commands, the text can be changed out for the command names as well. These replacements aren’t limited to just equipment in origin, but also from actors, classes, enemies, equipment, and states, too!

当替代攻击和防御命令,可以改变命令的名字。这些替换不仅仅在装备,也可以是角色,职业,敌人,状态等等

Notetags
There’s a few notetags you can use to replace the default attack and provide any weapon unleash effects. Note: If you’re using notetags that write out the skill’s name and you have multiple skills in your database with the same name, priority will be given to the skill with the highest ID.

这里有一些标签,你可以使用它们来替代默认的攻击命令,提供武器发动效果。注意:如果你使用了标签写了技能名字,并且你有多个重复名字的技能,那么将会优先自行ID最高的技能。

Actor, Class, Enemy, Weapon, Armor, State notetags:
— Replace Attack —
  1. <Replace Attack: x>
  2. <Replace Attack: name>
复制代码
This will replace the attack skill used by the battler. If a battler would have multiple attack replacements, priority will be given in the following order in a first-come-first-serve aspect:

这个将会替代攻击技能。如果你的攻击命令有多个替代,会按照下面的顺序,先进先生效

States – Highest to Lowest Priority
Equipment – In order of equip list
Enemy Aspect
Class Aspect
Actor Aspect

状态 从高到低
装备 装备列表顺序
敌人
职业
角色

— Replace Guard —
  1. <Replace Guard: x>
  2. <Replace Guard: name>
复制代码
This will replace the guard skill used by the battler. If a battler would have multiple guard replacements, priority will be given in the following order in a first-come-first-serve aspect:

这个将会替代防御技能。如果你的防御命令有多个替代,会按照下面的顺序,先进先生效

States – Highest to Lowest Priority
Equipment – In order of equip list
Enemy Aspect
Class Aspect
Actor Aspect

状态 从高到低
装备 装备列表顺序
敌人
职业
角色

— Weapon Unleash —
  1. <Weapon Unleash x%: y>
  2. <Weapon Unleash x%: name>
复制代码
This causes the Attack skill to have a x% chance to randomly use skill y (or named). This will apply only to the Attack Command. Insert multiple copies of this notetag to give more weapon unleashes. If a battler would have multiple weapon unleashes, the randomization check will occur in the following order:

这会造成攻击技能有x%的概率使用技能y。这仅仅在攻击命令生效。你可以插入多个副本来生成更多的武器发动技能。如果一个战斗者有多个武器发动技能,会按照下面顺序随机计算

States – Highest to Lowest Priority
Equipment – In order of equip list
Enemy Aspect
Class Aspect
Actor Aspect

状态 从高到低
装备 装备列表顺序
敌人
职业
角色

If a weapon unleash check passes earlier in the list while there are still weapon unleashes later in the list, that weapon unleash will take priority and override all the following weapon unleashes.

如果武器发动效果在列表中较早通过,并且后续列表还有武器发动效果,那么后续发动效果会被优先重写。

— Guard Unleash —
  1. <Guard Unleash x%: y>
  2. <Guard Unleash x%: name>
复制代码
This causes the Guard skill to have a x% chance to randomly use skill y (or named). This will apply only to the Guard Command. Insert multiple copies of this notetag to give more guard unleashes. If a battler would have multiple guard unleashes, the randomization check will occur in the following order:

这会造成防御技能有x%的概率使用技能y。这仅仅在防御命令生效。你可以插入多个副本来生成更多的武器发动技能。如果一个战斗者有多个武器发动技能,会按照下面顺序随机计算

States – Highest to Lowest Priority
Equipment – In order of equip list
Enemy Aspect
Class Aspect
Actor Aspect

状态 从高到低
装备 装备列表顺序
敌人
职业
角色

If a guard unleash check passes earlier in the list while there are still guard unleashes later in the list, that guard unleash will take priority and override all the following guard unleashes.

如果防御发动效果在列表中较早通过,并且后续列表还有防御发动效果,那么后续发动效果会被优先重写。

— Unleash Rate Modifiers —
  1. <Weapon Unleash: +x%>
  2. <Weapon Unleash: -x%>
复制代码
This alters the weapon unleash rate for all weapon unleashes by +x%/-x%.

对于所有武器发动效果概率增加或者减少x%
  1. <Weapon Unleash x: +y%>
  2. <Weapon Unleash x: -y%>
  3. <Weapon Unleash name: +y%>
  4. <Weapon Unleash name: -y%>
复制代码
This alters the weapon unleash rate for skill x (or name) by +y%/-y%. If you are using the named notetag and you have multiple skills in your database that use multiple names, priority will be given to the skill with the highest ID.

改变武器发动效果为技能x的概率增加或者减少y%。如果你使用了名字标签并且拥有多个重复的名字,优先执行ID最高的
  1. <Guard Unleash: +x%>
  2. <Guard Unleash: -x%>
复制代码
This alters the weapon unleash rate for all weapon unleashes by +x%/-x%.

对于所有防御发动效果概率增加或者减少x%
  1. <Guard Unleash x: +y%>
  2. <Guard Unleash x: -y%>
  3. <Guard Unleash name: +y%>
  4. <Guard Unleash name: -y%>
复制代码
This alters the guard unleash rate for skill x (or name) by +y%/-y%. If you are using the named notetag and you have multiple skills in your database that use multiple names, priority will be given to the skill with the highest ID.

改变防御发动效果为技能x的概率增加或者减少y%。如果你使用了名字标签并且拥有多个重复的名字,优先执行ID最高的

Skill Notetags:
  1. <Command Text: x>
  2. <Attack Text: x>
  3. <Guard Text: x>
复制代码
If you are using Replace Attack or Replace Guard, you can change the way the command name appears in the actor command window to x. If you are using the <Command Text: x> notetag, this will apply to both Attack and Guard names.

如果你替代了攻击或者防御命令,你可以改变显示的命令名字。如果你使用<Command Text: x>的标签,这将应用于攻击和防御。

Happy RPG Making!
任性的什么也不写
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-12-4 00:44

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表