A downloadable tool

Introduction:

The Parameter Rate is the the value you see in the database, in the traits section,under param, under parameter. Where you can alter the base parameters by changing that percentage value.This plugin gives you the ability, to manipulate that param rate just as you would flat base parameters in game.

State Notetags:


<Increase Parameter Rate X: Y>

<Decrease Parameter Rate X: Y>

Increase/Decrease the Parameter Rate of Parameter X by Y.


Plugin Commands:


IncreaseParamRateActor x y z

DecreaseParamRateActor x y z

Increase/Decrease the Parameter Rate of Actor x, of parameter y
by the amount z.

IncreaseParamRatebyVariableActor x y z

DecreaseParamRatebyVariableActor x y z

Increase/Decrease the Parameter Rate of Actor x, of parameter y by the amount found in variable z.
Remember that the value in variable z is what the param rate will change by, for example variable z has the value of 1, then the param rate will change by 1%


IncreaseParamRateMember x y z

DecreaseParamRateMember x y z

Increase/Decrease the Parameter Rate of Party Member x, of parameter y
by the amount z.


IncreaseParamRatebyVariableMember x y z

DecreaseParamRatebyVariableMember x y z

Increase/Decrease the Parameter Rate of Party Member x, of parameter y by the amount of variable z.

Remember that the value in variable z is what the param rate will change by, for example variable z has the value of 1, then the param rate will change by 1%



Script Calls:

Params Rate Plus:

battler.paramRatePlus(paramId)

where battler is the actor or enemy.
where paramId is the Parameter Id
where value is the amount being added,
to decrease a value use -value.
Also use decimal values for the value, ie 0.10, for 10%
This will return the parameter rate
plus for parameter parameId

Add Param Rate:

battler.addParamRate(paramId, value)

where battler is the actor or enemy.
where paramId is the Parameter Id
amount being added,
to decrease a value use -value.
Also use decimal values for the value, ie 0.10, for 10%
This will change the parameter rate
for parameter parameId, by value amount.

Clears Param Rate Plus:

battler.clearParamRatePlus()

where battler is the actor or enemy.
refresh/clears all the ParamRatePlus.

Download

Download
Zar_ParameterRatePlus.js 11 kB