Template:Infobox enemy stats FFVI is an infobox template used for enemies in Final Fantasy VI. It is used in "Stats" sections, and is accompanied by {{infobox enemy}}
, which is used at the top of the page.
Template:Infobox enemy stats FFVI/data is a component template for {{infobox enemy stats FFVI}}
. This is used to construct the template, and is where all stats information and logic is contained.
Usage
Place the following below a "Stats" section in the article.
{{Infobox enemy stats FFVI | snes = | ps = | gba = | ios = <!--Bestiary prev no and next no are generated automatically--> | ps prev no = | ps prev = | ps bestiary = | ps next = | ps next no = | gba prev no = | gba prev = | gba bestiary = | gba next = | gba next no = | ios prev no = | ios prev = | ios bestiary = | ios boss = | ios next = | ios next no = <!--Stats--> | level = | hp = | mp = | attack = | magic = | defense = | magic defense = | magic evasion = | speed = | hit rate = | evasion = | exp = | gil = <!--Elements. Those that inflict normal can be excluded--> | fire = | ice = | lightning = | poison = | holy = | earth = | wind = | water = <!--Statuses. Those with no affinity can be excluded "Immune" or "Auto"--> | blind = | zombie = | poison status = | magitek = | invisible = | imp = | petrify = | death = | doom = | critical = | image status = | silence = | berserk = | confuse = | sap = | sleep = | float = | regen = | slow = | haste = | stop = | shell = | protect = | reflect = | meteor strike = | libra = | invincible = <!--Sketch. "Immune" or the ability--> | gba sketch = <!--Control. "Immune" or the ability list--> | gba control = <!--Types. Those that are not true can be excluded--> | undead = | humanoid = | first strike = | mp kill = | imp critical = | no physical harm = | runic = | hard escape = | cannot escape = <!--Info--> | snes location = | ps location = | gba location = | snes steal 1 = | snes steal 2 = | ps steal 1 = | ps steal 2 = | gba steal 1 = | gba steal 2 = | snes drop 1 = | snes drop 2 = | ps drop 1 = | ps drop 2 = | gba drop 1 = | gba drop 2 = | morph id = | morph miss rate = | snes normal attack = | snes special attack = | snes other abilities = | ps normal attack = | ps special attack = | ps other abilities = | gba normal attack = | gba special attack = | gba other abilities = | ps control = | snes control = | gba control = | ps sketch = | snes sketch = | gba sketch = | ps rage = | snes rage = | gba rage = | info = }}
Parameters
The name of the enemy in the SNES, PlayStation, Game Boy Advance, or the iOS releases of the game. The iOS name corresponds with the Mobile and Steam releases of the game also.
The section for another encounter of the enemy. This requires a bestiary paremeter (listed below) or a name given to the section (e.g. "Undead", "Figaro").
For the following parameter names:
- n refers to the encounter number of the enemy.
- v refers to an optional version, such as
snes
,ps
,gba
, orios
.
Using a non-specific parameter (e.g. drop
) will apply it to all stats sections for the enemy and all versions. If this is preceded by a number (e.g. 1 drop
), it will override the non-specific parameter for that encounter. If also preceded by a version (e.g. snes drop
or ps drop
) it will override the non-specific parameter in the section for that version. These can be combined to be more specific (e.g. 1 snes drop
).
The number of the next or previous encounter on the Bestiary.
The name of the enemy in the next or previous encounter on the Bestiary.
The number of the enemy as it appears in the Bestiary. Omit if it does not appear. For the iOS and Steam releases, it may appear in a boss bestiary instead; use ios boss
instead of ios bestiary
in this case.
The stats of the enemy.
EXP or gil dropped by the enemy after defeating them.
The elemental affinities of the enemy. Omit if the enemy has no affinity and just takes normal damage. For each element, there are six possible options:
Weak
— Enemy is weak to element; displays as 200% damage takenHalves
— Enemy resists the element; displays as 50% damage takenImmune
— Enemy is immune to the element; displays as 0% damage takenAbsorb
— Enemy absorbs the element; displays as -100% damage takenDouble Absorb
— Enemy absorbs the element greatly; displays as -200% damage taken- Other — If none of the above are entered, type in a different value to display
The status effect affinities of the enemy. Omit if the enemy has no affinity and can be affected by the status normally. For each status, there are two possible options:
Immune
— Enemy is immune to the status entirelyAuto
— Enemy begins the battle with the status automatically
Flags associated with the enemy, which affect the encounter. These paramters only need to be filled with true
if they apply.
Full list of locations the enemy is fought in.
Items that can be stolen from the enemy in one of two steal slots. steal 1
is a common steal, while steal 2
has a lower chance.
Items that are dropped from the enemy upon defeat, in one of two drop slots. drop 1
is a common drop, while drop 2
has a lower chance.
The of the enemy associated with Ragnarok's Metamorphose. Enemies in the game are coded with one id of 1 - 26. The information is stored at Module:FFVIMorph/data; filling in the id will fill in the information for all versions of the game.
The rate at which Ragnarok's Metamorphose can miss.
Abilities that can be used by the enemy. normal attack
is their basic attack, special attack
is any special attack they can perform, while other abilities
refers to any other abilities they can use in battle.
Any other information about the enemy.