Difference between revisions of "Stat"

From Cassette Beasts
(→‎Character Stats: Added info on base stats)
(Added info on character stats, included accuracy and evasion, and moved the in-battle formulas separate from the explanation paragraphs)
Line 3: Line 3:
 
* '''Max HP''' increases the amount of damage can be taken before being defeated.
 
* '''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 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.
+
* '''Melee Defence''' 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 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.
+
* '''Ranged Defence''' 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.
 
* '''Speed''' increase how quickly the monster is able to act in a turn of battle.
 +
There are also chance stats which affect the success of receiving or hitting attacks.
 +
* '''Accuracy''' increases the likelihood of landing an attack on the target.
 +
* '''Evasion''' decreases the likelihood of the monster receiving an attack.
  
 
== Calculations ==
 
== Calculations ==
Line 12: Line 15:
  
 
* Monster's base stats
 
* Monster's base stats
* Monster's grade
+
* Monster tape's grade
 
* Character's base stats
 
* Character's base stats
 
* Character's level
 
* Character's level
 
* Monster's equipped stickers (via [[Sticker Attributes|attributes]])
 
* Monster's equipped stickers (via [[Sticker Attributes|attributes]])
 
+
==== Monster Tape Stats ====
=== Battle ===
 
==== Monster Form Stats ====
 
{{IncompleteSection}}
 
 
<!-- CharacterNode.get_form_stat -->
 
<!-- CharacterNode.get_form_stat -->
 
<!--The stats of the monster form are determine by its base stats, grade, stickers, and status effects using the following formulas:
 
<!--The stats of the monster form are determine by its base stats, grade, stickers, and status effects using the following formulas:
 
 
<math>MonsterFormStat = modify(grow(MonsterBaseStat, Grade), Stickers, StatusEffects)</math>
 
<math>MonsterFormStat = modify(grow(MonsterBaseStat, Grade), Stickers, StatusEffects)</math>
  
Line 28: Line 27:
 
\frac{(100 + 2 * min(grade, 5)) * s}{100}, & : \text{If s is growable} \\
 
\frac{(100 + 2 * min(grade, 5)) * s}{100}, & : \text{If s is growable} \\
 
s, & : \text{otherwise}
 
s, & : \text{otherwise}
\end{cases}</math>-->
+
\end{cases}</math>-->The monster form's stats can be viewed by checking the Tape in the inventory. It largely depends on [[Species]]-specific stats; that is, monsters of the same species will have identical base stats. This is then boosted by the tape's grade, the number of stars on the tape, up to 5 stars. Each grade results in a 2% boost to all stats, up to a maximum of 10% at 5 stars. This also applies to wild encounters, as all encounters mechanically have a "monster tape" associated with each monster, regardless if the character is a human, wild monster, or [[Archangel]].
 +
 
 +
Certain [[Sticker Attributes]], such as the ''Passive: +x% Speed'' attribute, also influence the stats and is dynamically updated in the tape's stat screen and during combat when a new move is obtained through, for instance, [[Mind-Meld (status effect)|Mind-Meld]] and the ''Shared with allies'' attribute. Passives such as [[Shear Luck]] and [[Sugar Rush]] are calculated as part of the monster tape's stats but their effects are not displayed when checking the tape in the Party menu.
  
 
==== Character Stats ====
 
==== Character Stats ====
{{IncompleteSection}}
+
A character's stats are determined by their base stats and level. The player's base stats can be adjusted in the [[Town Hall]] using the Gym Pass. Wild monsters have 100 base stats on everything, while most fightable NPCs have 120 base Max HP and 100 base Melee Attack, Melee Defence, Ranged Attack, Ranged Defence, and Speed; meanwhile, [[Ranger Captain|Ranger Captains]] have a base Max HP of 240.
A character's stats are determined by their base stats and level. The player's base stats can be adjusted in the [[Town Hall]] using the Gym Pass. Wild monsters have 100 base stats on everything, while most fightable NPCs have 120 base Max HP and 100 base Melee Attack, Melee Defence, Ranged Attack, Ranged Defence, and Speed; meanwhile, [[Ranger Captain|Ranger Captains]] have a Base Max HP of 240.
 
  
 
{{#spoiler:
 
{{#spoiler:
Battles from [[Ranger Noticeboard]] quests and [[Orb Fusion|Orb fusions]] also have 240 Base Max HP.
+
Battles from [[Ranger Noticeboard]] quests and [[Orb Fusion|Orb fusions]] also have a base Max HP of 240.
 
}}
 
}}
  
Line 96: Line 96:
 
|120
 
|120
 
|}
 
|}
Additionally, the character's base stats also get boosted by +10% if they're transformed into their signature species and its remasters.
+
Additionally, the character's base stats also get boosted by +10% if they are transformed into their signature species and its remasters; this does not affect accuracy and evasion.
 +
 
 +
The character stats influence the stats when transformed into a tape, but it is also used when calculating overspill damage, which is the damage taken by the character itself when untransformed. Monsters and archangels functionally do not have an overspill health bar.
  
 
<!--<math>CharacterStat = </math>-->
 
<!--<math>CharacterStat = </math>-->
 
<!--<math>CharacterStat = \frac{2 * BaseStat * FormStat * (Level + 33)}{10000} + 5</math>-->
 
<!--<math>CharacterStat = \frac{2 * BaseStat * FormStat * (Level + 33)}{10000} + 5</math>-->
 +
==== Combined Stats ====
 +
The combined stat is primarily used in battle, unless the character is not transformed into a monster. It accounts for both the character and monster tape stats. [[Stat Stages]] from [[Status Effects]] are applied here to give the final stat used when calculating [[Damage]].
  
 
==== Fusion====
 
==== Fusion====
Line 105: Line 109:
 
Fusions use an auxiliary monster form stat and auxiliary character stat based on the contributions from its components.
 
Fusions use an auxiliary monster form stat and auxiliary character stat based on the contributions from its components.
  
The fusion's base character stat is calculated as
+
The fusion's base character stat (Excluding accuracy and Evasion) is calculated as
  
 
<math>\text{FusionBaseStat} = \begin{cases}
 
<math>\text{FusionBaseStat} = \begin{cases}
 
\displaystyle \sum_{k=1}^{\text{count}} \text{BaseStat}_k & \text{for base Max HP}, \\
 
\displaystyle \sum_{k=1}^{\text{count}} \text{BaseStat}_k & \text{for base Max HP}, \\
 +
\displaystyle 100*\prod_{k=1}^{\text{count}} \frac{\text{BaseChanceStat}}{100} & \text{for Accuracy and Evasion}, \\
 
\displaystyle \text{floor}\left[\dfrac{\text{count}}{\text{count + 1}}\sum_{k=1}^{\text{count}} \text{BaseStat}_k \left(1 + \frac{\text{RelationshipLevel}}{20}\right) \right] & \text{otherwise}
 
\displaystyle \text{floor}\left[\dfrac{\text{count}}{\text{count + 1}}\sum_{k=1}^{\text{count}} \text{BaseStat}_k \left(1 + \frac{\text{RelationshipLevel}}{20}\right) \right] & \text{otherwise}
 
\end{cases}
 
\end{cases}
Line 124: Line 129:
 
<math>\text{FusedStat} = \text{floor}\left[\frac{2 * \text{FusionBaseStat} * \text{FusionMonsterStat} * (\text{Level} + 33)}{10000}\right] + 5.</math>
 
<math>\text{FusedStat} = \text{floor}\left[\frac{2 * \text{FusionBaseStat} * \text{FusionMonsterStat} * (\text{Level} + 33)}{10000}\right] + 5.</math>
  
=== Party Menu===
+
=== Stat Formulas===
 +
These values can be viewed when examining the character or tape in the Party menu.
 +
 
 
====Combined====
 
====Combined====
 
[[File:Party menu combined stats.png|thumb|150px|Combined stats]]
 
[[File:Party menu combined stats.png|thumb|150px|Combined stats]]
Line 136: Line 143:
 
<!-- _calculate_stat, BattleFormulas.get_stat -->
 
<!-- _calculate_stat, BattleFormulas.get_stat -->
 
[[File:Party menu character stats.png|thumb|150px|Character stats]]
 
[[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 character stat, which can be viewed below the character (player or partner) when checking them in the party menu. These values do not account for the monster tape's influence on the stats. The displayed value does not account for the signature species boost but appears in the calculation for the Combined stat.
  
 
<math>\text{CharacterStat} = \text{floor}\left[\frac{2 * \text{CharacterBaseStat} * 100 * (\text{Level} + 33)}{10000}\right] + 5</math>
 
<math>\text{CharacterStat} = \text{floor}\left[\frac{2 * \text{CharacterBaseStat} * 100 * (\text{Level} + 33)}{10000}\right] + 5</math>
  
====Monster====
+
====Monster Tape====
 
<!-- MonsterTape.get_stat -->
 
<!-- MonsterTape.get_stat -->
[[File:Party menu monster stats.png|thumb|150px|Monster stats]]
+
[[File:Party menu monster stats.png|thumb|150px|Tape 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 monster tape stat, which can be viewed when checking the tape in the Party menu. These values only account for the tape itself and not the character's influence on the stats.
  
 
<math>\text{MonsterStat} = \text{modify}( \text{grow}( \text{MonsterBaseStat}, \text{Grade}), \text{Stickers})</math>
 
<math>\text{MonsterStat} = \text{modify}( \text{grow}( \text{MonsterBaseStat}, \text{Grade}), \text{Stickers})</math>
Line 151: Line 158:
 
<math>\text{modify}(\text{s}, \text{stickers}) = \text{floor}\left[(\text{s} + \text{StatIncrements}) * \prod\limits_{\text{m} \in \text{stickers}} \text{getStatModifier} ( \text{m} ) \right]</math>
 
<math>\text{modify}(\text{s}, \text{stickers}) = \text{floor}\left[(\text{s} + \text{StatIncrements}) * \prod\limits_{\text{m} \in \text{stickers}} \text{getStatModifier} ( \text{m} ) \right]</math>
  
{{Mechanics}}
+
=== Battle ===
 +
{{IncompleteSection}}{{Mechanics}}
  
 
[[Category:Mechanics]]
 
[[Category:Mechanics]]

Revision as of 18:32, 19 January 2024

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 Defence 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 Defence 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.

There are also chance stats which affect the success of receiving or hitting attacks.

  • Accuracy increases the likelihood of landing an attack on the target.
  • Evasion decreases the likelihood of the monster receiving an attack.

Calculations

The stats an individual in a battle has are calculated based on:

  • Monster's base stats
  • Monster tape's grade
  • Character's base stats
  • Character's level
  • Monster's equipped stickers (via attributes)

Monster Tape Stats

The monster form's stats can be viewed by checking the Tape in the inventory. It largely depends on Species-specific stats; that is, monsters of the same species will have identical base stats. This is then boosted by the tape's grade, the number of stars on the tape, up to 5 stars. Each grade results in a 2% boost to all stats, up to a maximum of 10% at 5 stars. This also applies to wild encounters, as all encounters mechanically have a "monster tape" associated with each monster, regardless if the character is a human, wild monster, or Archangel.

Certain Sticker Attributes, such as the Passive: +x% Speed attribute, also influence the stats and is dynamically updated in the tape's stat screen and during combat when a new move is obtained through, for instance, Mind-Meld and the Shared with allies attribute. Passives such as Shear Luck and Sugar Rush are calculated as part of the monster tape's stats but their effects are not displayed when checking the tape in the Party menu.

Character Stats

A character's stats are determined by their base stats and level. The player's base stats can be adjusted in the Town Hall using the Gym Pass. Wild monsters have 100 base stats on everything, while most fightable NPCs have 120 base Max HP and 100 base Melee Attack, Melee Defence, Ranged Attack, Ranged Defence, and Speed; meanwhile, Ranger Captains have a base Max HP of 240.

Partners have the following base stats:

Partner Max HP M. Atk M. Def R. Atk R. Def Speed
Kayleigh 144 100 100 100 100 100
Meredith 120 120 100 100 100 100
Eugene 120 100 100 100 120 100
Felix 120 100 120 100 100 100
Viola 120 100 100 120 100 100
Barkley 120 100 100 100 100 120

Additionally, the character's base stats also get boosted by +10% if they are transformed into their signature species and its remasters; this does not affect accuracy and evasion.

The character stats influence the stats when transformed into a tape, but it is also used when calculating overspill damage, which is the damage taken by the character itself when untransformed. Monsters and archangels functionally do not have an overspill health bar.

Combined Stats

The combined stat is primarily used in battle, unless the character is not transformed into a monster. It accounts for both the character and monster tape stats. Stat Stages from Status Effects are applied here to give the final stat used when calculating Damage.

Fusion

Fusions use an auxiliary monster form stat and auxiliary character stat based on the contributions from its components.

The fusion's base character stat (Excluding accuracy and Evasion) is calculated as

where is the number of characters in the fusion, which is almost always 2. is 0 for wild Rogue Fusion encounters. Wild monsters have a base stat of 100.

The fusion's auxiliary monster form stat is the average of the (see Party Menu below), rounded down, which accounts for the grade and passive stat modifiers in its stickers.

The combined fusion stat is then given as

Stat Formulas

These values can be viewed when examining the character or tape in the Party menu.

Combined

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.

For how is calculated, see the "Monster" section below.

Character

Character stats

This is the formula for the character stat, which can be viewed below the character (player or partner) when checking them in the party menu. These values do not account for the monster tape's influence on the stats. The displayed value does not account for the signature species boost but appears in the calculation for the Combined stat.

Monster Tape

Tape stats

This is the formula for the monster tape stat, which can be viewed when checking the tape in the Party menu. These values only account for the tape itself and not the character's influence on the stats.

Battle

This section is incomplete. Feel free to add the missing information by editing it.

Mechanics
Battle StatsDamageStat StagesHit chanceCritical hits
TypesStatus EffectsFusionExperience
RecordingFleeingSlotsSticker Attributes
Other AbilitiesBootlegsRelationships