Actor Formulas
Author: Selchar
Introduction
This script allows for modifying and/or replacing various Actor data through notetags. Using said notetags and your own formula instead of or alongside what you put in the datase.
Features
- Param Formulas, replacing/modifying Max Hp/Mp/Tp, Atk, Def, Mat, Mdf, Agi, Luk
- XParam Formulas, replacing/modifying hit, eva, cri, cev, mev, mrf, cnt, hrg, mrg, trg
- SParam Formulas, replacing/modifying tgr, grd, rec, pha, mcr, tcr, pdr, mdr, fdr, exr
- Element Rate Formulas, replacing/modifying rates of any element you add to the database.
- Exp Curve Formula, replace/modifying how much exp is needed to reach the next level.
How to Use
Place it in the Script Editor below ▼ Materials and above ▼ Main. All notetags are for Actor Noteboxes only, example notetags are:
<param atk: base + level**2>
<param mtp>
level*2
</param end>
<xparam cri>
base*2
</xparam end>
<xparam eva: 0.25>
<elem rate fire>
base*0.75
</elem end>
<elem rate physical: base-level*0.005>
<exp for level>
a = level
0.1*a**4+4.2*a**3+6.1*a**2+1.4*a-11.4
</exp end>
Script
Click Here
FAQ
Q: Non-Commercial or Commercial?
A: Anything goes.
Q: Are there any required scripts or compatibility issues?
A: It's unlikely to have problems with other scripts.
Credit and Thanks
- Selchar
- Tsukihime (Got the idea from his Enemy Parameter script)
本贴来自国际rpgmaker官方论坛作者:Selchar处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/actor-formulas.20839/