Final Fantasy Wiki
(adding stuff about bonuses...)
Tag: sourceedit
mNo edit summary
Tag: sourceedit
Line 16: Line 16:
   
 
A party member's HP (with no [[List of Final Fantasy IX support abilities|support abilities]] equipped) is determined as follows:
 
A party member's HP (with no [[List of Final Fantasy IX support abilities|support abilities]] equipped) is determined as follows:
  +
:<math>HP = [Strength * HPMod(Level) / 50]</math>
:<math>HP = [Strength * HPMod(Level) / 50]</math><ref name="statgrowthgamefaqs">{{Refwebsite| page url = https://www.gamefaqs.com/ps/197338-final-fantasy-ix/faqs/20745| page name = Final Fantasy IX Max Stat FAQ for PlayStation| site url = https://www.gamefaqs.com/| site name = GameFAQs| access time = 16:55, April 02, 2017 (UTC)}}</ref>
+
in which HPMod(Level) is a table lookup that depends on level (for instance, HPMod(1) finds 250, HPMod (99) finds 4524). The full table is listed [[#HPMod and MPMod|here]].<ref name="statgrowthgamefaqs">{{Refwebsite| page url = https://www.gamefaqs.com/ps/197338-final-fantasy-ix/faqs/20745| page name = Final Fantasy IX Max Stat FAQ for PlayStation| site url = https://www.gamefaqs.com/| site name = GameFAQs| access time = 16:55, April 02, 2017 (UTC)}}</ref>
 
in which HPMod(Level) is a table lookup that depends on level (for instance, HPMod(1) finds 250, HPMod (99) finds 4524). The full table is listed [[#HPMod and MPMod|here]].
 
   
 
===[[MP (stat)|MP]]===
 
===[[MP (stat)|MP]]===
Line 31: Line 30:
   
 
A party member's MP is determined as follows:
 
A party member's MP is determined as follows:
:<math>MP = [Magic * MPMod(Level) / 100]</math><ref name="statgrowthgamefaqs"/>
+
:<math>MP = [Magic * MPMod(Level) / 100]</math>
 
in which MPMod(Level) is a table lookup that depends on level (for instance, MPMod(1) finds 200, MPMod (99) finds 642). The full table is listed [[#HPMod and MPMod|here]].<ref name="statgrowthgamefaqs"/>
 
in which MPMod(Level) is a table lookup that depends on level (for instance, MPMod(1) finds 200, MPMod (99) finds 642). The full table is listed [[#HPMod and MPMod|here]].
 
   
 
===[[Speed (stat)|Speed]]===
 
===[[Speed (stat)|Speed]]===
Line 41: Line 39:
   
 
A party member's Speed is determined as follows:
 
A party member's Speed is determined as follows:
:<math>Speed = Speed Base + [Level * 1 / 10] + [Speed Bonus / 32]</math><ref name="statgrowthgamefaqs"/>
+
:<math>Speed = Speed Base + [Level * 1 / 10] + [Speed Bonus / 32]</math>
Where Speed Bonus is increased by any equipment that boosts Speed that was equipped on level up (if equipment gives 3 extra Speed, then 3 will be added to the Speed Bonus on level up).
+
in which Speed Bonus is increased by any equipment that boosts Speed that was equipped on level up (if equipment gives 3 extra Speed, then 3 will be added to the Speed Bonus on level up).<ref name="statgrowthgamefaqs"/>
   
 
===[[Strength]]===
 
===[[Strength]]===
Line 54: Line 52:
   
 
A party member's Strength is determined as follows:
 
A party member's Strength is determined as follows:
:<math>Strength = Strength Base + [Level * 3 / 10] + [Strength Bonus / 32]</math><ref name="statgrowthgamefaqs"/>
+
:<math>Strength = Strength Base + [Level * 3 / 10] + [Strength Bonus / 32]</math>
Where Strength Bonus is increased by any equipment that boosts Strength that was equipped on level up (if equipment gives 3 extra Strength, then 3 will be added to the Strength Bonus on level up) and automatically by 3 each level.
+
in which Strength Bonus is increased by any equipment that boosts Strength that was equipped on level up (if equipment gives 3 extra Strength, then 3 will be added to the Strength Bonus on level up) and automatically by 3 each level.<ref name="statgrowthgamefaqs"/>
   
 
The damage dealt by enemy's physical attacks is determined as follows:
 
The damage dealt by enemy's physical attacks is determined as follows:
Line 78: Line 76:
   
 
A party member's Magic is determined as follows:
 
A party member's Magic is determined as follows:
:<math>Magic = Magic Base + [Level * 3 / 10] + [Magic Bonus / 32]</math><ref name="statgrowthgamefaqs"/>
+
:<math>Magic = Magic Base + [Level * 3 / 10] + [Magic Bonus / 32]</math>
Where Magic Bonus is increased by any equipment that boosts Strength that was equipped on level up (if equipment gives 3 extra Magic, then 3 will be added to the Magic Bonus on level up) and automatically by 3 each level.
+
in which Magic Bonus is increased by any equipment that boosts Strength that was equipped on level up (if equipment gives 3 extra Magic, then 3 will be added to the Magic Bonus on level up) and automatically by 3 each level.<ref name="statgrowthgamefaqs"/>
   
 
===[[Spirit (stat)|Spirit]]===
 
===[[Spirit (stat)|Spirit]]===
Line 95: Line 93:
 
Without [[List of Final Fantasy IX support abilities#Bandit|Bandit]] equipped, the formula for Steal hitting a target is as follows:
 
Without [[List of Final Fantasy IX support abilities#Bandit|Bandit]] equipped, the formula for Steal hitting a target is as follows:
 
:<math>Attack = Rnd MOD (Level + Spirit)</math>
 
:<math>Attack = Rnd MOD (Level + Spirit)</math>
:<math>Defense = Rnd MOD (Enemy Level)</math><ref name="gamefaqsmechanics">{{Refwebsite| page url = https://www.gamefaqs.com/ps/197338-final-fantasy-ix/faqs/44329| page name = Final Fantasy IX Battle Mechanics Guide for PlayStation| site url = https://www.gamefaqs.com/| site name = GameFAQs| access time = 15:45, April 02, 2017 (UTC)}}</ref>
+
:<math>Defense = Rnd MOD (Enemy Level)</math><ref name="gamefaqsmechanics"/>
   
 
If Attack is equal or greater than Defense, Steal is a success. If Bandit is equipped, this step is ignored and Steal will always hit the target.
 
If Attack is equal or greater than Defense, Steal is a success. If Bandit is equipped, this step is ignored and Steal will always hit the target.
   
 
A party member's Spirit is determined as follows:
 
A party member's Spirit is determined as follows:
:<math>Spirit = Spirit Base + [Level * 3 / 20] + [Spirit Bonus / 32]</math><ref name="statgrowthgamefaqs"/>
+
:<math>Spirit = Spirit Base + [Level * 3 / 20] + [Spirit Bonus / 32]</math>
Where Spirit Bonus is increased by any equipment that boosts Spirit that was equipped on level up (if equipment gives 3 extra Spirit, then 3 will be added to the Spirit Bonus on level up) and automatically by 1 each level.
+
in which Spirit Bonus is increased by any equipment that boosts Spirit that was equipped on level up (if equipment gives 3 extra Spirit, then 3 will be added to the Spirit Bonus on level up) and automatically by 1 each level.<ref name="statgrowthgamefaqs"/>
   
 
===[[Attack Power|Attack]]===
 
===[[Attack Power|Attack]]===
Line 122: Line 120:
   
 
A party member's Magic Stones is determined as follows:
 
A party member's Magic Stones is determined as follows:
:<math>Magic Stone = Magic Stone Base + [Level * 4 / 10] + [Magic Stone Bonus / 32]</math><ref name="statgrowthgamefaqs"/>
+
:<math>Magic Stone = Magic Stone Base + [Level * 4 / 10] + [Magic Stone Bonus / 32]</math>
Where Magic Stone Bonus is increased by 5 each level.
+
in which Magic Stone Bonus is increased by 5 each level.<ref name="statgrowthgamefaqs"/>
   
 
===[[Experience Points|EXP]]===
 
===[[Experience Points|EXP]]===

Revision as of 13:21, 3 April 2017

Template:Sideicon

Character stats in the Stats menu.

The following is a list of stats in Final Fantasy IX. Stats applies to both party members and enemies. Party members' stats include their own base stat and the added stats of their weapon, armor and their add-on.

List of stats

Level

Once a party member gains enough experience, they will level up. Increasing their level improves the damage the character does, and boosts most stats. It also plays an important role in many Blu Mag spells.

The level stat is included in most damage formulas, meaning it along with Strength and Attack directly affect the physical damage dealt, while it and Magic directly affect magic damage dealt.

Gaining levels earns Magic Stones, allowing the character to equip more support abilities at once. Quina's level also boosts the damage s/he can do with Frog Drop.

HP

The HP stat shows how much health a character has left. Once it reaches zero, a character is KO'd. Party member HP is capped at 9999 while enemies are not.

A party member's HP (with no support abilities equipped) is determined as follows:

in which HPMod(Level) is a table lookup that depends on level (for instance, HPMod(1) finds 250, HPMod (99) finds 4524). The full table is listed here.[1]

MP

The MP stat shows how many abilities a character can use. Most characters' skillset abilities, such as Skill, Blk Mag, Wht Mag and Swd Art require MP to cast. Party member MP is capped at 999 while enemies are not.

The MP of Dagger and Eiko also determines whether or not an eidolon will do its full animation when summoned based on the following:

[2]

A party member's MP is determined as follows:

in which MPMod(Level) is a table lookup that depends on level (for instance, MPMod(1) finds 200, MPMod (99) finds 642). The full table is listed here.[1]

Speed

The Speed stat determines how fast the Active Time Battle gauge of a unit fills up, before they can execute another move.

Speed also determines the damage from Zidane's Thievery alongside his steal stats.

A party member's Speed is determined as follows:

in which Speed Bonus is increased by any equipment that boosts Speed that was equipped on level up (if equipment gives 3 extra Speed, then 3 will be added to the Speed Bonus on level up).[1]

Strength

The Strength stat determines (along with Attack and Level) the damage dealt by a physical attack, referring to either a normal attack and most characters' special abilities.

The damage dealt by physical attacks by party members is normally determined as follows:

[2]

However, this varies slightly depending on the weapon. For thief swords and knight swords, the bonus damage is also based on Spirit, while for rackets, the bonus damage is also based on Speed. For both forks and hammers, the damage calculated is still based on the Strength stat, but is modified more heavily by random chance, meaning it can either deal much more damage or much less.[2]

A party member's Strength is determined as follows:

in which Strength Bonus is increased by any equipment that boosts Strength that was equipped on level up (if equipment gives 3 extra Strength, then 3 will be added to the Strength Bonus on level up) and automatically by 3 each level.[1]

The damage dealt by enemy's physical attacks is determined as follows:

[2]

Additional character abilities and enemy abilities may have their own damage formula.

Magic

The Magic stat determines (along with Level) the damage dealt (or amount healed) by a magical attack, referring to Blk Mag, Wht Mag and Summon abilities.

The effect (damage dealt or health restored) of a magic spell (Blk, Wht or Summon) is determined as follows:

[2]

This formula changes when a summon only does half its animation:

[2]

Some spells may have their own damage formula.

A party member's Magic is determined as follows:

in which Magic Bonus is increased by any equipment that boosts Strength that was equipped on level up (if equipment gives 3 extra Magic, then 3 will be added to the Magic Bonus on level up) and automatically by 3 each level.[1]

Spirit

The Spirit stat affects various chances of a character's abilities. Higher Spirit improves the chances to Steal, Counter and deal critical damage. It also determines how long status effects remain and how quickly the Trance gauge fills.

The chance of an attack being a Critical Hit is determined as follows:

[2]

The chance that a character with the Counter support ability will counter an attack is determined as follows:

[2]

If Eye 4 Eye is equipped, this becomes:

[2]

Without Bandit equipped, the formula for Steal hitting a target is as follows:

[2]

If Attack is equal or greater than Defense, Steal is a success. If Bandit is equipped, this step is ignored and Steal will always hit the target.

A party member's Spirit is determined as follows:

in which Spirit Bonus is increased by any equipment that boosts Spirit that was equipped on level up (if equipment gives 3 extra Spirit, then 3 will be added to the Spirit Bonus on level up) and automatically by 1 each level.[1]

Attack

The Attack stat determines (along with Level and Strength) the amount of damage dealt with physical damage.

Defense

The Defense stat reduces the amount of damage received from a physical attack.

Evade

The Evade stat determines the ability to dodge a physical attack.

Magic Def

The Magic Defense stat reduces the amount of damage received from a magic attack.

Magic Eva

The Magic Evade stat determines the ability to dodge a magic attack.

Magic Stone

Party members have their own Magic Stones, which allow them to equip support abilities.

A party member's Magic Stones is determined as follows:

in which Magic Stone Bonus is increased by 5 each level.[1]

EXP

Awarded after battle, EXP will increase a characters' level.

AP

Awarded after battle, AP allow the character to learn abilities of their equipment (weapon, armor or add-on).

Stat growth

HPMod and MPMod

When calculating the HP and MP of each characters, the following HPMod and MPMod tables are called upon for determining the values at specific levels:[1]

Level HPMod MPMod +
1 250 200
2 314 206
3 382 212
4 454 219
5 530 226
6 610 234
7 694 242
8 782 250
9 874 259
11 1062 277
12 1150 285
13 1234 293
14 1314 301
15 1390 308
16 1462 315
17 1530 321
18 1594 327
19 1662 333
21 1810 347
22 1890 355
23 1974 363
24 2062 371
25 2154 380
26 2250 389
27 2350 399
28 2454 409
29 2562 419
31 2790 441
32 2910 453
33 3034 465
34 3162 477
35 3282 489
36 3394 500
37 3498 510
38 3594 519
39 3682 527
41 3834 542
42 3898 548
43 3958 554
44 4014 559
45 4066 564
46 4114 568
47 4158 572
48 4198 576
49 4234 579
51 4294 584
52 4317 586
53 4334 587
54 4344 588
55 4353 589
56 4361 590
57 4368 591
58 4374 592
59 4379 593
61 4386 595
62 4388 596
63 4389 597
64 4390 598
65 4391 599
66 4392 600
67 4393 601
68 4394 602
69 4395 603
71 4397 605
72 4398 606
73 4399 607
74 4400 608
75 4401 609
76 4402 610
77 4403 611
78 4404 612
79 4405 613
81 4407 615
82 4408 616
83 4409 617
84 4410 618
85 4411 619
86 4412 620
87 4413 621
88 4414 622
89 4415 623
91 4417 625
92 4418 626
93 4419 627
94 4420 628
95 4421 629
96 4422 630
97 4423 631
98 4424 632
99 4524 642

References

Template:FFIX Template:Stats