アクターが自分のステータスを上げる、または何か新しいものを追加する特典を持つことを許可するプラグイン – MrTS_Perks.js

タイトル
Allows actors to have perks which increase their stats or add something new.
作者名
ヘルプ
--------------------------------------------------------------------------------
Terms of Use
--------------------------------------------------------------------------------
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
--------------------------------------------------------------------------------
Version 1.0
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Actor Tags
--------------------------------------------------------------------------------
Creating perks:
<perk>
<name: [PERKNAME]>
<requirements>
level: [INT]
atk: [INT]
def: [INT]
matk: [INT]
mdef: [INT]
agi: [INT]
luk: [INT]
perk: [NAME]
switch: [ID] [ON/OFF]
variable: [ID] [> >= < <= == !=] [VALUE]
</requirements>
<rewards>
state: [ID]
</rewards>
<description>
[TEXT]
</description>
</perk>

Notes:
Don't need to type out requirements you don't use.
[TEXT] - Each line uses text wrap.
Perk example:
<perk>
<name: Mana Circulation>
<requirements>
matk: 2
</requirements>
<rewards>
state: 11
</rewards>
<description>
You have amazing ability to circulate mana around you. Gaining increase mana regeneration and mana compatibility. The spirits you summon deal more damage.
</description>
</perk>
--------------------------------------------------------------------------------
Plugin Commands
--------------------------------------------------------------------------------
AddPerkPoints [POINTS] [ACTOR_ID] - Adds Perk Points to Actor
E.g. AddPerkPoints 999 5

ChangePerksCommand [TRUE/FALSE] - enable or disable perks command in menu
E.g. ChangePerksCommand true


--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.0 - Release
パラメータ
param Points Per Level
desc How many perk points actors gets on level up?
default 1

param Points On Levels
desc Get perk points only on specific levels?
0 for all levels.
default 1 3 5 7 10 13 14 15 18 20 25 30 35 40 45 50 55 65 75 85 90 93 96 98 99

param Command Name
desc Name of Perks Command in menu.
Default: Perks
default Perks

ライセンス表記
Free for commercial and non-commercial projects.

紹介ページ https://github.com/Trivel/RMMV/blob/master/MrTS_Perks.js