The RPG Maker Resource Kit

Other Game Creation => Game Creation General Chat => Topic started by: Chestnut16438_D on December 10, 2006, 02:13:44 AM

Title: About the stastitics. And how to make my own damage settings!?
Post by: Chestnut16438_D on December 10, 2006, 02:13:44 AM
Ok.. I just kinda don't understand how the stats work, and if someone could help me, I'd really appreciate it. See, I don't like the fact that your character have sooo much hp, and that you do like 500+ damage right off the bat in a NEW game. What I was wondering is if someone could post a detailed battle algorithm for the RPG Maker XP. I don't understand the stats: does dexterity stand for defense? Or whats going on here? How much strength will make a difference in attack power!? Questions like these should be answered if possible. Thank you in advance for your time.

Please, I would like to start construction on my game soon, so fast replies would be greatly appreciated!!
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: Me™ on December 13, 2006, 05:45:11 PM
Well apart form you can just reduce ALL the stats in the Database for both enemy's and player  (so you have 500 hp instead of 5000) You can press right button then whats this on the stats in the database. It will explain what it does.

Also, in the helpfile, there is a whole section dedicated on the battle algorithms, you can acces it by the help option in the menu, script editor or database, or by pressing F1 on your keyboard.
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: Chestnut16438_D on December 14, 2006, 03:13:31 AM
Thank you very much!!
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: Me™ on December 14, 2006, 10:21:42 AM
No Point. If you have more questions around the battle alghorithm(s) you want to know/ want me to explain, go ahead.  :)
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: nevfx on December 19, 2006, 08:21:41 PM
Just lower all the stats, and damage should be realistic.
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: Chestnut16438_D on December 20, 2006, 04:01:27 AM
Sure, could you post the actual damage calculation for XP, and another question. Does dexterity stand defense in the game or what? What is dexterity used for in RPGMaker??
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: Me™ on December 20, 2006, 02:01:05 PM
You will probably not understand the script code (no offense) but here are the algorithems in words:




RPGXP's default battle system uses the following formulas.

The active battler is represented by A, where the battler who is the target for A's actions is represented by B.





First Hit

Normal attacks:
>> First hit rate = Hit rate of A's state

Skills:

Items:
>> First hit rate = Item's hit rate




Critical Hit

Normal attacks:
>> Critical hit rate = 4 × A's dexterity ÷ B's agility
Skills and Items:
>> Critical hit rate = 0




Calculating Damage

Normal attacks:
Power = A's attack power - (B's physical defense ÷ 2)
Rate = 20 + A's strength
Variance = 15

Skills:

Rate = 20 
     + (A's strength × skill's strength F ÷ 100)
     + (A's dexterity × skill's dexterity F ÷ 100)
     + (A's agility × skill's agility F ÷ 100)
     + (A's intelligence × skill's intelligence F ÷ 100)
Variance = Skill's variance

Items:

Rate = 20
Variance = Item's variance


Damage = force × multiplier ÷ 20 × elemental modifier × critical modifier × defense modifier (± variance %)





Second Hit





Successful Escape

Successful escape rate = 50 × actors' average agility ÷ enemies' average agility




Me™
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: feildmaster on December 21, 2006, 06:56:34 PM
Quote from: Chestnut16438_D on December 20, 2006, 04:01:27 AM
Sure, could you post the actual damage calculation for XP, and another question. Does dexterity stand defense in the game or what? What is dexterity used for in RPGMaker??


dexterity is the accuracy of your attacks, the Defense is directly added from what equipment you are wearing.
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: Chestnut16438_D on December 22, 2006, 10:37:39 PM
Sweet! Thnx, you seem to know quite a bit. I thank you.
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: feildmaster on December 23, 2006, 06:46:50 AM
Was that to me? None needed... ^^

if that was to him... ya he knows tons. ^^
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: Chestnut16438_D on December 24, 2006, 04:01:37 AM
How about this, it's to both of ya for all ur help!!  : )
Title: Re: About the stastitics. And how to make my own damage settings!?
Post by: feildmaster on December 25, 2006, 05:57:43 AM
I still don't need your thx but i appreciate it.. ^^