Call out the character stats values

Woland

Veteran
Veteran
Joined
Mar 26, 2017
Messages
350
Reaction score
98
First Language
Polish
Primarily Uses
RMMV
How do I check what the character stat value is?

Like Harold's Strength value for example. Can't seem to find it in the conditional branch options.

Thanks in advance!
 

ct_bolt

Creator
Veteran
Joined
May 3, 2012
Messages
954
Reaction score
520
First Language
Javascript
Primarily Uses
RMMZ
How do I check what the character stat value is?

Like Harold's Strength value for example. Can't seem to find it in the conditional branch options.

Thanks in advance!
You mean like?
Code:
$gameParty.leader().atk
the leader function of the Game_Party object returns the Game_Actor in the first spot of the party.
Code:
$gameParty.members()[1].atk
the members function of the Game_Party object returns an array of Game_Actor objects.
Array starts at 0 so using 1 as the index will get the second party member.
Code:
agi   = Agility
atk   = ATtacK power
cev   = Critical EVasion
cnt   = CouNTer attack rate
cri   = CRItical rate
def   = DEFense power
eva   = EVAsion rate
exr   = EXperience Rate
fdr   = Floor Damage Rate
grd   = GuaRD effect rate
hit   = HIT rate
hp    = Hit Points
hrg   = Hp ReGeneration rate
level = LEVEL
luk   = LUcK
mat   = Magic Attack power
mcr   = Mp Cost Rate
mdf   = Magic Defense power
mdr   = Magical Damage Rate
mev   = Magic EVasion rate
mhp   = Maximum Hit Points
mmp   = Maximum Magic Points
mp    = Magic Points
mrf   = Magic ReFlection rate
mrg   = Mp ReGeneration rate
pdr   = Physical Damage Rate
pha   = PHArmacology
rec   = RECovery effect rate
tcr   = Tp Charge Rate
tgr   = TarGet Rate
tp    = Tactical Points
trg   = TP ReGeneration rate
More info found here:
1585860129606.png
 
Last edited:

gstv87

Veteran
Veteran
Joined
Oct 20, 2015
Messages
2,254
Reaction score
1,254
First Language
Spanish
Primarily Uses
RMVXA
parameters are a property of classes, not actors
and, there is no "strength" parameter.

are you using the default system or a modified one?
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,047
Messages
1,018,540
Members
137,834
Latest member
EverNoir
Top