じ☆ve冰风 发表于 2026-8-1 22:15:01

Crystal Engine - Extra Stats


http://crystalnoel42.files.wordpress.com/2013/07/extra-stats.png?w=690

Introduction
This script allows for you to have additional stats for your battler. Those are  viewable on the default status screen for your convinece. To use them in damage formulas use xstat.(stat abriviation).

Actor/Class/Weapon/Armor/State/Enemy Notetags
<state_xstat: stat x%> Sets the specified stat to be multiplied by x%

Actor/Class/Enemy Notetags
<xstat> 
stat => formula,
</xstat_end> Sets the xstat formulas up. Actor/Enemy formulas take precidence over the class formula. Be sure to put a collon on the stats. The formula can be any valid ruby exprssion that returns a number.
 
Skill/Item Notetags
<xstat growth: stat x> Changes the specified stat by x

Weapon/Armor Notetags
<weapon_xstat: stat x> Sets the specified stat to be modified by x
 
Script Calls
change_xstat(actor_id, stat, value) Alter the specified stat by the specifed  value. Can be either positive or negative.

Script Download
http://crystalnoel42.wordpress.com/2013/07/05/crystal-engine-extra-stats/


本贴来自国际rpgmaker官方论坛作者:Crystal Noel处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/crystal-engine-extra-stats.15015/
页: [1]
查看完整版本: Crystal Engine - Extra Stats