Chaos Project

RPG Maker => General Discussion => Topic started by: Jackolas on February 23, 2009, 02:53:09 pm

Title: Character Stats Question
Post by: Jackolas on February 23, 2009, 02:53:09 pm
this could be 1 of the most stupid questions ever.

By looking true the stats that you can set-up and looking at all the calculations I found only 1 strange thing

I know from most stats what kind of impact they have on the gameplay

-Max HP = the max HP of the character
-Max SP = the max SP of the character
-STR = is used to add extra dmg to an attack
-Dex = Used to calculate Crit rate on an enemy
-Agi = is used to reduce the effects of crits on you and is used for escape.

-ATK = is used for DMG
-PDEF = Normal dmg resistance
-MDEF = Magic DMG resistance
-EVA = think its about dodging incomming effects


the only stat I could not find anywhere is intelligence.
so far I don't know what kind of effect it has on anything.

could anyone help me out with this (or correct stuff)
Title: Re: Character Stats Question
Post by: Blizzard on February 23, 2009, 02:59:28 pm
Intelligence doesn't really affect anything by default. Adding an intelligence factor in skills causes intelligence to actually become active (usually used in magic skill).
Strength actually doesn't affect the attack either if you take a close look at the battle formulas. I works the same way Intelligence does: If you add a strength factor, strength will impact on the damage a skill does.
Title: Re: Character Stats Question
Post by: Jackolas on February 23, 2009, 03:03:21 pm
k.. all I needed to know..

Back to looking into scripts and add the stats to the calculation :P

Thanks for the help