Editing List of character statistics

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[Image:DQV_Hero_stats.png|right|border|180px]]
[[Image:DQV_Hero_stats.png|right|border|180px]]
The following is a list of measurable statistics for playable characters which may be found throughout the ''[[Dragon Quest series|Dragon Quest]]'' series. Other than normal level progression, there are [[Seeds of skill|seeds]] that can enhance a character's capabilities.
The following is a list of measurable statistics for playable characters which may be found throughout the ''[[Dragon Quest series|Dragon Quest]]'' series.


==Hit Points==
==Hit Points==
Line 6: Line 6:
'''Hit Points (HP)''' determine how much health a character has remaining. All damage subtracts from this score, and if it reaches 0, the character can no longer participate in battle, and must be revived. HP can be restored via [[medicinal herb]]s, healing spells, resting at an [[inn]], etc.
'''Hit Points (HP)''' determine how much health a character has remaining. All damage subtracts from this score, and if it reaches 0, the character can no longer participate in battle, and must be revived. HP can be restored via [[medicinal herb]]s, healing spells, resting at an [[inn]], etc.


In ''[[Dragon Quest III]]'' and ''[[Dragon Quest IV|IV]]'', Resilience directly determines your character's maximum Hit Points. The more a character's Resilience score increases upon leveling, the more Hit Points a character will receive upon the next level increase.  
In ''[[Dragon Quest III]]'' and ''[[Dragon Quest IV|IV]]'', '''Resilience''' directly determines your character's maximum '''Hit Points'''. The more a character's '''Resilience''' score increases upon leveling, the more '''Hit Points''' a character will receive upon the next level increase.  
In all other titles the maximum HP a character has is generally determined by their level and, if applicable, vocation. [[Martial artist]]s, [[warrior]]s, and [[paladin]]s have the highest HP on average.  
 
In all other titles, the maximum HP a character has is generally determined by their level and (if applicable) class, with [[martial artist]]s, [[warrior]]s, and [[paladin]]s having the highest on average.  


Any character can consume a [[seed of life]] to increase their maximum HP.
Any character can consume a [[seed of life]] to increase their maximum HP.
Line 15: Line 16:
'''Magic Points (MP)''' determine how much mana a character can expend to cast spells. Each spell deducts from this pool at a set rate, and cannot be cast if MP is too low. Some very special spells like [[Magic Burst]] will consume '''all''' remaining MP when cast. Starting with ''[[Dragon Quest VI]]'', skills were introduced that also consumed MP.
'''Magic Points (MP)''' determine how much mana a character can expend to cast spells. Each spell deducts from this pool at a set rate, and cannot be cast if MP is too low. Some very special spells like [[Magic Burst]] will consume '''all''' remaining MP when cast. Starting with ''[[Dragon Quest VI]]'', skills were introduced that also consumed MP.


In all versions of ''III'', and ''IV'', Wisdom directly determines your character's maximum Magic Points, paralleling the Resilience stat. In all other titles the maximum MP a character has is determined by their level and, if applicable, vocation. Prior to ''Dragon Quest VI'', non-magical characters had no MP pools as they had no use for them, but with the addition of skills, most characters began accumulating an MP pool even if they never learned actual spells.  
In ''Dragon Quest III'', '''Wisdom''' directly determines your character's maximum '''Magic Points''', paralleling the '''Resilience''' stat.
 
In other titles, the maximum MP a character has is generally determined by their level and (if applicable) class. Prior to ''Dragon Quest VI'', non-magical characters had no MP pools as they had no use for them, but with the addition of skills, most characters began accumulating an MP pool even if they never learned actual spells.  


Any character can consume a [[seed of magic]] to increase their maximum MP.
Any character can consume a [[seed of magic]] to increase their maximum MP.
Line 25: Line 28:
Any character can consume a [[seed of strength]] to increase this attribute.
Any character can consume a [[seed of strength]] to increase this attribute.


==Resilience==
==Agility==
[[Image:DQIII_Resilience.png|right|border|130px]]
'''Resilience''' (''formerly localized as '''Vitality''' or '''Guard''''') measures how durable a character is. Resilience is added to a character's equipment defense in determining how much physical damage they endure when struck. Any character can consume a [[seed of resilience]] to increase this attribute
==={{DQ3}}===
In all versions of ''III'', Resilience determines a character's potential Hit Points. The maximum Hit Points at any time is between 195~205% of the character's Resilience score.


==={{DQ4}}===
'''Agility''' determines a character's priority in turns, utilizing a Gaussian Curve. Additionally, in [[Dragon Quest VI]], [[Dragon Quest VII]], and [[Dragon Quest VIII]] a character's agility will also determine their probability to dodge physical strikes. The game's programming checks the agility stat of the target before an attack is made, and if the stat surpasses a certain value then the programming checks to see if the blow lands:
In the NES version of the game, Resilience acts as it does in ''III''. As of the PSX port, the stat has been modified to influence defence directly.


==Agility==
''DQVI & VII''
[[Image:DQIII_Agility.png|right|border|130px]]
[[Image:DQIII_Agility.png|right|border|130px]]
'''Agility''' determines a character's priority in turns, utilizing a Gaussian Curve with simple calculations. In the [[Nintendo Entertainment System|NES]] versions of the first four games, as well as all versions of ''[[Dragon Quest III]]'', agility also contributes to the character's innate defence. If a character has no armour or other defensive gear equipped in these titles, then their defence will be half (50%) of their agility. Any character can consume a [[seed of agility]] to increase this attribute.
If a character's agility is below 400, evasion is calculated as ''{(Agility/80)+3}/192'' for a cap of 1/24 at 400. Once a character's agility surpasses 400, evasion is calculated as ''([{(Agility-400)*6}/25]+8)/192'' for a maximum doge rate of 1/6 at 500. Factors such as vocation bonuses and the effects of spells and skill also influence dodge rates.
===''[[Dragon Quest]]''===
Turn order is strictly dependent on the enemy in the NES version, with a 100%, 50%, 37.5%, and 25% chance for them to strike first.
==={{DQ2}}===
''(Agility/2) + N'', with N being 0~255. NES version only.
==={{DQ3}}===
(Agility + 20) * (N/256), with N being a random number between 0~255.
==={{DQ4}}===
Currently unknown.
==={{DQ5}}===
SNES version is calculated as ''Agility * (75 + N * 26/256)/100'', with N being 0~255.
==={{DQ6}}===
All versions are calculated as ''(Agility + 20) * (N/100)'', with N being 50~100.
==={{DQ7}}===
The original and remake use the same algorithm as found in ''VI''.
==={{DQ8}}===
Turn order calculation is slightly tweaked, with enemy agility directly involved in the algorithm instead of just being measured against. The chance for a character to act is ''(ally Agility)/(enemy Agility) * 50'', with the result being converted to a percentage.
==={{DQ9}}===
Turn order is calculated the same way as in ''VIII''.
==={{DQ10}}===
The tenth game operates in real time, so players can act as quickly as they can input commands. Agility reduces the interval between actions, which is the period of time between when an action is executed and when the command window appears again to input another command.
==={{DQ11}}===
Currently unknown.


==Wisdom==
''DQVIII''
[[Image:DQIII_Wisdom.png|right|border|130px]]
*0~249: 1/64 chance aside from equipment bonuses. '''Note''': if a character has raised his or her Fisticuffs level to receive an increase in evasion, the default is raised to 50% before stacking with all other bonuses. The character's level must be higher than the attacking enemy's for the boost to take effect.
'''Wisdom''' (formerly localized as '''Intelligence''') measures a character's natural cognitive ability. Any character can consume a [[Seed of wisdom]] to increase this attribute.
 
*250~499: 1/32 chance.


==={{DQ3}}===
*500~749: 1/16 chance.
In {{III}}, Wisdom determines a character's potential Magic Points, with the maximum at any time being 195~205% of the Wisdom stat. Additionally, the stat determined how quickly a character could learn a new spell: learning a spell could be delayed or expedited by up to five levels. This aspect was reduced in subsequent versions of the two games, with the influence being three levels at most.


==={{DQ4}}===
*750~989: 1/8 chance.
Wisdom functions as it did in the previous game.


==={{DQ5}}===
*999: 1/4 chance.
A Wisdom stat of twenty is required for [[Monster recruitment|tamable monsters]] to listen to the orders of the player, disregarding instructions until the mark has been reached. It is speculated among fans that the stat also influences the A.I. efficiency of human and monster characters, but this is currently unconfirmed.


==={{DQ6}}===
As such, the spell [[acceleratle]] is vitally important when battling strong foes, even slower ones.  
Wisdom decides how intelligently an A.I. controlled character will act in battle and how they react to player actions. This lucidity stacks on top of the behavioral patterns set by the various battle commands such as ''Watch My Back'' and ''Show No Mercy'', and as such even melee characters benefit from being bright.


{| class="wikitable"
In the [[Nintendo Entertainment System|NES]] versions of the first four games, as well as all versions of [[Dragon Quest III]], agility also contributes to the character's innate defence. If a character has no armour or other defencive gear equipped in these titles, then their defence will be half of their agility.
|-
! Wisdom !! Behavior
|-
| 1~10 || Attacks are unfocused and random.
|-
| 21~30 || Effects of weapons are taken into consideration. Focus is on weaker enemies, starting from left to right.
|-
| 31~40 || Focus is on the weakest enemy period, ignoring previous left to right sorting method.
|-
| 41~60 || Damaged enemies within a group will generally be ignored if an enemy outside the group can be defeated in a single move.
|-
| 61~70 || Characters will always focus on the healthiest enemy in a group.
|-
| 71~100  || Characters begin to target the most dangerous enemy in an encounter, rather than the weakest.
|-
| 101~200 || Characters begin to take player action into account, altering their strategy 1/8th of the time. This acknowledgement overrides normal A.I. decision making, even if the player's action is the least intelligent choice for that turn (I.E. if the player casts [[Oomph]] on the weakling magus, the magus will attack instead of casting a powerful spell).
|-
| 201~300 || Player recognition raised to 1/4th.
|-
| 301~500 || Player recognition risen to 1/3rd.
|}


In games where Wisdom is not present, the character's level controls their A.I. efficiency.
Any character can consume a [[seed of agility]] to increase this attribute.


==={{DQ8}}===
==Resilience==
Starting with {{VIII}}, Wisdom has also begun to effect the potency and power of spells, such as raising [[Frizz]]'s power from 10~13 to 21~24 at higher values. Each spell has it's own growth rate, with some taking up to five points of wisdom to increase in damage, and others as few as two.
[[Image:DQIII_Resilience.png|right|border|130px]]
'''Resilience''' (''also localized as '''Vitality''''') measures how durable a character is; it is added to a character's equipment defense totals in determining how much physical damage they may endure.


==Luck==
In the [[Nintendo Entertainment System|NES]] titles, '''Resilience''' determines a character's potential '''Hit Points'''. The maximum '''Hit Points''' at any time is between 195~205% of your '''Resilience''' score.
[[Image:DQIII_Luck.png|right|border|130px]]
'''Luck''' dictates the frequency that a character can avoid debuffs and status ailments cast by monsters. Any character can consume a [[seed of luck]] to increase this attribute.


==={{DQ3}}===
Any character can consume a [[seed of resilience]] to increase this attribute.
In all versions of ''III'', Luck affects your character's chances of being affected by status ailments such as Snooze, Fizzle, and Dazzle. Each enemy spell has a different base accuracy that is lowered as the stat rises, being calculated as ''Probability(P) = (384 - LUCK) * MOD / 65536''.
{| class="wikitable"
|-
! MOD !! Staus ailments
|-
| 160 || [[Dazzle]], [[Deceleratle]]
|-
| 128 || [[Sap]], [[Kasap]], [[Kamikazee]] (locked)
|-
| 96 || [[Snooze]], [[Fizzle]]
|-
| 64 || [[Fuddle]]
|-
| 32 || [[Whack]], [[Thwack]]
|-
|}


==={{DQ4}}===
==Wisdom==
Luck functions as it had in ''III''.


==={{DQ5}}===
'''Wisdom''' (''also localized as '''Intelligence''''') measures a character's natural cognitive ability.  
In ''V'', Luck determines the accuracy of an enemy '''curse''' rather than status ailment spells, with fixed accuracy rates assigned to enemy spells.  


==Style==
In the [[Nintendo Entertainment System|NES]] titles, '''Wisdom''' determines a character's potential '''Magic Points'''. Your maximum '''Magic Points''' at any time is 195~205% of your '''Wisdom''' score. Additionally, the stat determined how quickly a character could learn a new spell in the 8-bit version of [[Dragon Quest IV]]. If the character's '''wisdom''' was not high enough, learning a spell could be delayed by up to five levels.
'''Style''' is the predecessor of the Charm attribute to be found in later games, and as such it describes a character's innate charisma and attractiveness. Any character can increase their style by consuming a [[Pretty betsy|pretty betsy]].
[[Image:DQIII_Wisdom.png|right|border|130px]]
In later titles, Wisdom is a curious attribute as it's function has changed greatly throughout the series. For the majority of its appearances, the Wisdom stat has controlled a character's ability to dodge harmful magic (I.E., a stat of 250 will give a character a twenty five percent chance to avoid a debilitating spell such as [[Snooze]]). Starting with ''[[Dragon Quest VIII]]'', however, Wisdom has begun to effect the potency and power of spells, such as raising [[Frizz]]'s power from 10~13 to 21~24 at higher values.


==={{DQ6}}===
Any character can consume a [[seed of wisdom]] to increase this attribute.
Style determines a character's placement in the contests such as the World Style Ranking in [[Chateau de Sass]].  


A common misconception is that style influences the [[Luminary]] vocation's ability to stun monsters. This is false, as the stun chance is based on the character's ranking in the vocation rather than any stat.
==Luck==
In all versions of [[Dragon Quest III]] and [[Dragon Quest IV]], '''Luck''' affects your character's chances of being affected by status ailments such as Snooze, Fizzle, and Dazzle. Each enemy spell has a different base accuracy that is lowered as the stat rises, being calculated as
A = ( ( MOD * [ ( 768 - 2 * LUCK ) / 2 ] ) / 256 ) If A <= 0..255, status effect will fail If A > 0..255, status effect is successful
[[Image:DQIII_Luck.png|right|border|130px]]
[[Dazzle]] and Deceleratele have a MOD of 160, [[Sap]] 128, [[Snooze]] and [[Fizzle]] 96, [[Fuddle]] 64, [[Whack]] and [[Thwhack]] 32, and [[Kamikaze]] having a fixed rate 128, thus staying at 50% accuracy regardless of luck.


==={{DQ7}}===
In [[Dragon Quest V]] , '''Luck''' determines the accuracy of an enemy '''curse''' rather than status ailment spells.
Style operates as it had in ''VI'', and is required to one a section of the the [[Excellence Grading Organisation]] competition.


==Deftness==
==Style==
'''Deftness''' measures the ability of a character to steal an item from an enemy, as well as controlling how frequently a character may perform a critical hit, performing preemptive strikes on enemies, and the ability to escape from battle.
'''Style''' is the predecessor of the Charm attribute to be found in later games, and as such it describes a character's innate charisma and attractiveness. Style determines a character's placement in the contests such as the World Style Ranking in ''[[Dragon Quest VI]]'' and ''[[Dragon Quest VII]]''.
==={{DQ9}}===
Steal rate is calculated as: [[File:Steal rate formula.PNG]]


Critical Hit rate is calculated as  ''Deftness/100 + 3% (with weapon skill trait boost)''. Wearing the Critical Acclaim will add another 4%, and thus the maximum rate is 16.99% at 999 deftness.
A common misconception is that style influences the [[Luminary]] vocation's ability to stun monsters. This is false, as the stun chance is based on the character's ranking in the vocation rather than any stat.
==={{DQ10}}===
Currently unknown.
==={{DQ11}}===
[[Erik]]'s steal rate is calculated as ''Deftness/20'', meaning that every 20 points will increase his chance for success by 1%. With his guile bonuses this brings the maximum rate to 75%.


Similarly, the critical hit rate is calculated as ''Deftness/200'', which limits the natural cap to 5%.
==Deftness==
'''Deftness''' measures the ability of a character to steal an item from an enemy, as well as controlling how frequently a character may perform a critical hit, performing preemptive strikes on enemies, and the ability to escape from battle. It should be noted that the '''Luck''' statistic is not present in games that feature Deftness.


Any character can consume a [[seed of deftness]] to increase this attribute.
Steal rate is calculated as:


==Charm==
[[File:Steal rate formula.PNG]]
'''Charm''' is a measurement of a character's attractiveness. Introduced in ''[[Dragon Quest IX]]'', it is added to a character's equipment style rating in determining how often they may enthrall a monster. Enraptured foes have a 90% chance to be stunned for 1~2 turns, a 5% chance to become [[paralyzed]] for 1~4 turns, and a 5% chance to become [[confused]] for 6~9 turns.


==={{DQ9}}===
Critical Hit rate is calculated as ''Deftness/100 + 3% (with weapon skill trait)''. Wearing the Critical Acclaim will add another 4%.
The chance to stun a monster is calculated as ''(Current charm - innate charm + equipment bonus - 100) * 0.02'', which is then multiplied against a monster's charm resistance. Current charm is the programming check to see if [[Extreme Makeover]] has been applied or not, and the equipment bonus is the sum of the style of a character's gear plus their innate charm and this total is added again to the innate charm during the calculation check.


==={{DQ10}}===
Currently unknown.


==={{DQ11}}===
Any character can consume a [[seed of deftness]] to increase this attribute.
Charm has completely replaced the Style attribute from earlier games. A character's total is simply calculated by their innate charm plus any charm granted by their equipment. It cannot be reduced by wearing any piece of equipment, but there are many pieces that grant extra charm. It also affects certain skills used by both [[Sylvando]] and [[Jade]], such as the amount recovered by [[Hustle Dance]] or the damage inflicted by [[That's Amore]] and [[Sexy Beam]]. Monsters can still become stunned for a single turn particularly if a character's Charm is high enough, but it is a much rarer occurrence in this game and some monsters are completely immune to the effects in any case.


Any character that consumes some [[pretty betsy]] will increase this attribute.
==Charm==
'''Charm''' is a measurement of a character's attractiveness. Introduced in ''[[Dragon Quest IX]]'', it is added to a character's equipment style rating in determining how often they may [[enthrall]] a monster.


==Magical Mending==
==Magical Mending==
'''Magical Mending''' determines how powerful a character's healing spells will be. Introduced in ''[[Dragon Quest IX]]'', it is calculated in all healing spells, as well as certain offensive skills and spells such as [[Solar Flair]] and the [[Whack]] line.
'''Magical Mending''' determines how powerful a character's healing spells will be. Introduced in ''[[Dragon Quest IX]]'', it is calculated in all healing spells, as well as certain offensive skills and spells such as Solar Flair and the [[Whack]] line.


Any character can consume a [[seed of therapeusis]] to increase this attribute.
Any character can consume a [[seed of therapeusis]] to increase this attribute.


==Magical Might==
==Magical Might==
'''Magical Might''' determines how powerful a character's attack spells will be. Introduced in ''[[Dragon Quest IX]]'', it is calculated in all offensive magical spells, as well as select skills such as [[Gigaslash]], and as part of the accuracy of status spells such as [[Fizzle]].
'''Magical Might''' determines how powerful a character's attack spells will be. Introduced in ''[[Dragon Quest IX]]'', it is calculated in all offensive magical spells, as well as magical skills such as [[Gigaslash]].


Any character can consume a [[seed of sorcery]] to increase this attribute.
Any character can consume a [[seed of sorcery]] to increase this attribute.


==Weight==
==Attack==
'''Weight''' is a measurement of a character or monster's heaviness. In some spinoff games, it is mostly used to place restrictions on the player's party if the sum of all members' weight exceeds a certain amount. However, in ''[[Dragon Quest X]]'', weight affects how much a character can push an enemy in order to hinder their progress or to prevent a character from being moved by an enemy's attacks.
 
==={{DQ10}}===
A character's weight is the sum of their own weight and their equipment's weight.<ref>[http://kenpharmacist.com/archives/19409386.html Japanese Dragon Quest X player's blog entry about the Weight stat]</ref>Hammers are the heaviest one-handed weapons and spears are the heaviest two-handed weapons. Heavy armour and greatshields add the most weight to a character. Weight is one of the most important attributes for a [[Paladin]] as they can prevent certain bosses from performing attacks by being heavier than them. It can be temporarily increased with spells and abilities.
 
In the earliest stages of the game, a character's weight was also determined by their race, with [[Ogre (race)|Ogre]]s weighing the most and [[Poppet]]s weighing the least. However, starting with Version 3.2 of the game, this difference between races was removed. There is no negative side effect to a character's weight.
 
==={{DQTact}}===
A unit's weight is determined by their rank, with F-rank monsters weighing the least at only 5 each and S-ranks weighing the most, particularly characters of the [[Hero family]] and Demon Lords belonging to the [[??? family]]. Typically, it is used to place restrictions on the [[Monster Arena]] in order to balance out player teams by limiting the total weight that a team can add up to. There are certain quests that will grant extra rewards if the player is able to complete the stage under certain weight limits.
 
==Derived stats==
===Attack===
'''Attack''' is used to determine how hard a character can hit with melee attacks. It is checked against the enemy's Defense in calculation of damage inflicted.
'''Attack''' is used to determine how hard a character can hit with melee attacks. It is checked against the enemy's Defense in calculation of damage inflicted.


Attack is derived from a character's strength stat added to their weapon's attack bonus, which is then divided by two, plus further bonuses from certain accessories or vocation traits.
Attack is derived from a character's strength score added to their weapon's attack rating, which is then divided by two, plus bonuses from certain accessories or traits.
 
===Defence===
<center><small>For the group defence-reducing spell previously known as Defence/Defense, see [[Kasap]].</small></center>
'''Defence''' (originally spelled as '''Defense''' in earlier [[Enix]] localizations) is the sum of a character's Resilience and Armour equipped, if any, checked against the enemy's Attack in calculations for damage. Every four points of defence reduces enemy damage by one point. It has no effect on magical or breath damage, which are dependent on spells/skills and equipment traits.
 
In the {{NES}} titles, as well as all versions of {{Dragon Quest III}}, Defence is the sum of half a character's Agility and the sum of their armor's durability.
 
===Evasion===
The base chance to dodge an enemy blow in any game is always 1.5625% ({{Fraction|1|64}}). This can be further raised through equipment and vocation bonuses if available, such as the [[Dark robe]] and [[Dancer]].
 
In ''VI'', ''VII'', and ''VIII'' a character's agility will also determine their probability to dodge physical strikes. The game's programming checks the agility stat of the target before an attack is made, and if the stat surpasses a certain value then the programming checks to see if the blow lands:
 
===={{Dragon Quest VI}}====
If a character's agility is below 400, evasion is calculated as ''[(Agility/80)+3]/192'' for a cap of 1/24 at 400. Once a character's agility surpasses 400, evasion is calculated as  ''([{(Agility-400)*6}/25]+8)/192'' for a maximum dodge rate of 1/6 at 500. In other words, the evade chances are:
{| class="wikitable"
|-
! Agility !! Chance to evade
|-
| 1 || 1.56%
|-
| 50 || 1.89%
|-
| 100 || 2.21%
|-
| 200 || 2.86%
|-
| 300 || 3.52%
|-
| 400 || 4.17%
|-
| 401 || 4.29%
|-
| 425 || 7.29%
|-
| 450 || 10.42%
|-
| 475 || 13.54%
|-
| 500 || 16.67%
|}
*Factors such as vocation bonuses and the effects of spells and skill also influence dodge rates.


===={{DQ7}}====
==Defense==
Dodge rates are calculated the same way as they were in ''VI''.
'''Defense''' is used to determine how well a character or monster can withstand full contact melee attacks. It is checked against the enemy's Attack in calculation of damage inflicted. It has no effect on magical or breath damage.


===={{DQ8}}====
In the [[Nintendo Entertainment System|NES]] titles, '''Defense''' is the sum of half a character's Agility and the sum of their armor's durability.
{| class="wikitable"
|-
! Agility !! Chance to evade
|-
| 1~249 || 1.56%
|-
| 250~499 || 3.12%
|-
| 500~749 || 6.25%
|-
| 750~998 || 12.5%
|-
| 999 || 25%
|}
*Note: if a character has raised his or her Fisticuffs level to receive an increase in evasion, the default is raised to 50% before stacking with all other bonuses. The character's level must be higher than the attacking enemy's for the boost to take effect.


As can be inferred, the spell [[Acceleratle]] is vitally important when battling strong foes, even slower ones.
In other titles, '''Defense''' is the sum of a character's resilience and the durability of their armor.
 
==Trivia==
*Wisdom's relation to A.I. was not revealed through an official square-enix channel, but the November 10th, 2000 issue of ''Dengeki! Playstation magazine'' (電撃PlayStation). The issue featured an article that was a response to reader mail asking what the purpose of the stat was, and described an experiment with [[Ruff]] and healing wounded allies--the wild child would only use [[Kerplunk Dance]] when his wisdom was at 63, even if other characters were only at half health. The article went on to state that once his wisdom broke the 100 threshold and the test began again, Ruff would use [[Hustle Dance]] instead, recognizing that the greater healing power in the former skill was too costly for a non-emergency situation.


==Gallery==
==Gallery==
<center><gallery>
<center><gallery>
Image:Ragnar_Strength.png|Ragnar (Strength)
File:Kiryl DEF.png|Kiryl (Resilience)
Image:Torneko_Luck.png|Torneko (Luck)
Image:Maya_MP.png|Maya (Magic Points)
Image:DQVI_Ashlynn_Stats.png|Ashlynn
Image:DQVI_Ashlynn_Stats.png|Ashlynn
Image:DQVI_Carver_Stats.png|Carver
Image:DQVI_Carver_Stats.png|Carver
Image:DQVI_Hero_Stats.png|''DQVI'' Hero
Image:DQVI_Hero_Stats.png|DQVI Hero
</gallery></center>
</gallery></center>
==References==
<references/>
{{clear}}
{{Series_mechanics}}
[[Category:Lists]]
[[Category:Lists]]
[[Category:Statistics|*]]
[[Category:Statistics|*]]
[[Category: Game mechanics]]
[[Category: Game mechanics]]
Please note that all contributions to Dragon Quest Wiki are released under the Creative Commons Attribution-ShareAlike License (see Dragon Quest Wiki:Copyrights).
Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)