【漢化】YEP.12 – Item Upgrade Slots

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.

這個插件添加了物品提升系統(tǒng),你可以選擇基礎物品,然后提升等級


Notetags


The following notetags can be used to modify item upgrades.

下面的標簽可以用來調(diào)整提升等級

Weapon, and Armor Notetags

<Upgrade Slots: x>

This sets the number of times an item can be upgraded instead of the default amount defined in the database.

設置物品提升的數(shù)量

<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.

提供不同隨機數(shù)值,如果沒有使用這個標簽,則采用插件參數(shù)的值

<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.

改變提升物品時播放的聲音。如果沒有使用這個標簽,則會采用默認聲音

<Upgrade Effect>
effect
effect
</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.

物品提升的影響。這里有一個提升列表,可以應用

<Upgrade Item Type: All>
<Upgrade Item Type: Regular>
<Upgrade Item Type: Key>
<Upgrade Item Type: Hidden A>
<Upgrade Item Type: Hidden B>
<Upgrade Item Type: Always>
<Upgrade Item Type: Battle>
<Upgrade Item Type: Menu>
<Upgrade Item Type: Never>
<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.

這個是你可以提升物品的類型。如果這里面沒有你需要的類型,你可以用下面的標簽命令來設置。

<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.

可以把你想要的物品類型放入物品標簽欄。你可以批量插入標簽來獲得多個類型。

<Upgrade Weapon Type: x>
<Upgrade Weapon Type: x, x, x>
<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,則全部都可以。

<Upgrade Armor Type: x>
<Upgrade Armor Type: x, x, x>
<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
執(zhí)行代碼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
優(yōu)先名字改為x

Random Stat: x
Increases or decreases ‘Stat’ by 0 to x. *Note1
增加或者減少狀態(tài)0到x

Random Stat: +x
Increases ‘Stat’ by 0 to x. *Note1
增加狀態(tài)0到x

Random Stat: -x
Decreases ‘Stat’ by 0 to x. *Note1
減少狀態(tài)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
重置狀態(tài)

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
增加狀態(tài)x

Stat: -x
Decreases ‘Stat’ by x. *Note1
減少狀態(tài)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:狀態(tài)可以被最大血量,魔法量,攻擊,防御等等替代。并且會改變增量和物品名字

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:

ShowItemUpgrade

Shows the upgrade option in the item menu.
顯示升級選項

HideItemUpgrade

Hides the upgrade option in the item menu.
隱藏升級選項

DisableItemUpgrade

Disables the upgrade option in the item menu.
關閉升級選項

EnableItemUpgrade

Enables the upgrade option in the item menu.
開啟升級選項

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

你可以在任何時候使用插件命令來調(diào)整升級選項


Happy RPG Making!

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內(nèi)容

  • 來荷蘭之前,沒有欣喜若狂,沒有焦慮不安。仿佛一切都在被命運推著走向前方。 現(xiàn)在的我,不知是為誰改變,還...
    醉舞胭脂淚閱讀 402評論 0 0
  • 移動支付已成為主流技術(shù),電子商務逐漸轉(zhuǎn)向移動商務,移動支付具有信息量大、防偽安全性高、可脫機作業(yè),可多功能開發(fā),數(shù)...
    好奇蟲蟲閱讀 486評論 0 0

友情鏈接更多精彩內(nèi)容