Mobius Final Fantasy Wiki
Advertisement

This template defines the table "ability_stats". View table.

This template displays the ability stat table.

Usage[]

{{Ability stat
| rarity =
| jobtype = 
| attack =
| breakpower =
| critchance =
| const_breakpower = 
| const_attack = 
| has_cooldown = 
}}
  • rarity (array, required) – Rarities that this ability stat applies to. Each rarity must be in the range of 1-to-5, and may be followed by a plus (+) to indicate that this ability applies to fast learner cards.
  • jobtype (string, optional) – The job-type of the ability, used to determine the levels and whether it has default cooldown.
  • attack (number, optional) – The ability's Attack value at ability level 1. Defaults to 0.
  • breakpower (number, optional) – The ability's Break Power value at ability level 1. Defaults to 0.
  • critchance (number or string, optional) – The ability's Crit Chance value at all ability levels. Accepts a string or number.
  • const_attack (boolean, optional) – Set to "y" when attack is constant across levels.
  • const_breakpower (boolean, optional) – Set to "y" when breakpower is constant across levels.
  • has_cooldown (boolean, optional) – Set to "y" when non-support ability has cooldown.

Examples[]

{{Ability stat|rarity=3,4|attack=350|breakpower=50|critchance=20}}
ALv.AttackBreak PowerCrit ChanceCooldown
135050☆☆ (100%)0
238555☆☆ (100%)0
342060☆☆ (100%)0
445565☆☆ (100%)0
549070☆☆ (100%)0
659585☆☆ (100%)0
7700100☆☆ (100%)0
8805115☆☆ (100%)0
{{Ability stat|rarity=3,4+|attack=350|breakpower=50|critchance=15}}
ALv.AttackBreak PowerCrit ChanceCooldown
659585☆★★★★★ (75%)0
8805115☆★★★★★ (75%)0
{{Ability stat|rarity=3,4|breakpower=60|critchance=20}}
ALv.AttackBreak PowerCrit ChanceCooldown
1060☆☆ (100%)0
2066☆☆ (100%)0
3072☆☆ (100%)0
4078☆☆ (100%)0
5084☆☆ (100%)0
60102☆☆ (100%)0
70120☆☆ (100%)0
80138☆☆ (100%)0
{{Ability stat|rarity=3,4+|breakpower=60|critchance=15}}
ALv.AttackBreak PowerCrit ChanceCooldown
60102☆★★★★★ (75%)0
80138☆★★★★★ (75%)0
{{Ability stat|rarity=3,4+|breakpower=60|const_breakpower=y}}
ALv.AttackBreak PowerCrit ChanceCooldown
6060 (0%)0
8060 (0%)0

Notes[]

  • Some abilities have a constant attack and/or break power. (e.g. "Anniversary Tome: Offense" with 888 attack and 88 break power at all levels).
  • For abilities that have a non-zero crit chance and cooldown (e.g. Taunt), only the cooldown is displayed on the card. To see the crit chance, select Crit Chance in the Sort Criteria.
Advertisement