Difference between revisions of "Stat"
(Added formula for Combined in party screen) |
(Added screenshots for each type of party menu stats) |
||
Line 37: | Line 37: | ||
=== Party Menu === | === Party Menu === | ||
==== Combined ==== | ==== Combined ==== | ||
+ | [[File:Party menu combined stats.png|thumb|150px|Combined stats]] | ||
This is the formula for the stat numbers shown below monster tape while checking a character in the party menu. These values account for both the monster tape's influence on stats and the character's influence. | This is the formula for the stat numbers shown below monster tape while checking a character in the party menu. These values account for both the monster tape's influence on stats and the character's influence. | ||
Line 45: | Line 46: | ||
==== Character ==== | ==== Character ==== | ||
<!-- _calculate_stat, BattleFormulas.get_stat --> | <!-- _calculate_stat, BattleFormulas.get_stat --> | ||
+ | [[File:Party menu character stats.png|thumb|150px|Character stats]] | ||
This is the formula for the stat numbers shown below a character (player or partner) when checking them in the party menu. These values do not account for the monster tape's influence on stats, only the character's influence. | This is the formula for the stat numbers shown below a character (player or partner) when checking them in the party menu. These values do not account for the monster tape's influence on stats, only the character's influence. | ||
Line 51: | Line 53: | ||
==== Monster ==== | ==== Monster ==== | ||
<!-- MonsterTape.get_stat --> | <!-- MonsterTape.get_stat --> | ||
+ | [[File:Party menu monster stats.png|thumb|150px|Monster stats]] | ||
This is the formula for the stat numbers shown to the right of a monster when checking it in the party menu. These values do not account for the character's influence on stats, only the monster tape's influence. | This is the formula for the stat numbers shown to the right of a monster when checking it in the party menu. These values do not account for the character's influence on stats, only the monster tape's influence. | ||
Revision as of 05:23, 22 August 2023
Stats are values that determine the performance of a monster in battle.
- Max HP increases the amount of damage can be taken before being defeated.
- Melee Attack increases the amount of damage the monster does with their melee attacks.
- Melee Defense reduces the amount of damage the monster receives when hit by melee attacks.
- Ranged Attack increases the amount of damage the monster does with their ranged attacks.
- Ranged Defense reduces the amount of damage the monster receives when hit by ranged attacks.
- Speed increase how quickly the monster is able to act in a turn of battle.
Calculation
This section is incomplete. Feel free to add the missing information by editing it.
The stats a monster has are calculated based on the monster species' base stats and number of stars, as well as the base stats and level of the character that has transformed into the monster (if applicable).
Battle
Monster Form Stats
This section is incomplete. Feel free to add the missing information by editing it.
Character Stats
This section is incomplete. Feel free to add the missing information by editing it.
A character's stats are determined by their base stats and level.
Fusion
This section is incomplete. Feel free to add the missing information by editing it.
Party Menu
Combined
This is the formula for the stat numbers shown below monster tape while checking a character in the party menu. These values account for both the monster tape's influence on stats and the character's influence.
For how is calculated, see the "Monster" section below.
Character
This is the formula for the stat numbers shown below a character (player or partner) when checking them in the party menu. These values do not account for the monster tape's influence on stats, only the character's influence.
Monster
This is the formula for the stat numbers shown to the right of a monster when checking it in the party menu. These values do not account for the character's influence on stats, only the monster tape's influence.
Mechanics | ||||
|