Defines a Hero or enemy unit.
Contents
Parameters
- Name: Unit's displayed name (one of
MPID_*
orMEID_*
fields). - Title: Unit's displayed title (one of
MPID_HONOR_*
orMEID_HONOR_*
fields). - Person: String tag used to identify the unit's sort order and link to related units.
- Origin: Unit's displayed origin from the description. Only the origin reflecting the unit's Origin sort order should be used.
- ExtraOrigins: Comma-separated list of all the unit's extra origins that do not affect the Origin sort order but appear in places like the Entry sort order and the filter tool.
- TagID: Internal string identifier (
PID_*
orEID_*
). - IntID: Internal numerical identifier, used for origin sort.
- Gender: Unit's gender, according to the portrait file paths.
- WeaponType: Unit's weapon type, corresponds to
WeaponTypes.WikiName
. - MoveType: Unit's move type, corresponds to
MoveTypes.WikiName
. - GrowthMod: Intrinsic growth modifiers on the unit.
- Artist: The unit's illustration artist.
- ActorEN: The unit's English voice actor(s), delimited by commas.
- ActorJP: The unit's Japanese voice actor(s), delimited by commas.
- AdditionDate: The date the unit was first present in the game, playable or not. On this date they would have shown up in the Hero Catalog as unknown.
- ReleaseDate: The date the unit was first made obtainable by summoning or rewards.
- Properties: Extra properties.
- Description: Unit's displayed description, excluding the "appears in" part.
Enemy units should leave GrowthMod and ReleaseDate empty.
List of properties
Properties shall not appear as substrings of other properties; this is so that both Properties HOLDS '???'
and Properties__full LIKE '%???%'
work in the where-clauses for Cargo queries.
General properties
hair
,hat
,mask
,tiara
: For units that cannot equip certain types of accessories.
Unit categories
enemy
: Enemy unit.generic
: Generic unit.story
: Story Hero. Cannot be used for skill inheritance.refresher
: ASing/Dance user. Does not show up as random units. At most one unit of this kind can appear in a single brigade regardless of whether they equip those Assist skills.
limited
: Limited Hero which cannot be summoned.ghb
: Hero available as a Grand Hero Battle reward.tempest
: Hero available as a Tempest Trials reward.special
: Special Hero available from summoning focuses.specDisplay
: Special Hero not available from summoning focuses, e.g.Ylgr: Breaking the Ice.
legendary
: ALegendary Hero.
mythic
: AMythic Hero.
duo
: ADuo Hero.
harmonized
: AHarmonized Hero.
ascended
: AnAscended Hero.
resplendent
: Has a Resplendent version.askr
: Has an Askr based Resplendent version.embla
: Has an Embla based Resplendent version.nifl
: Has a Nifl based Resplendent version.muspell
: Has a Múspell based Resplendent version.hel
: Has a Hel based Resplendent version.ljosalfheimr
: Has a Ljósálfheimr based Resplendent version.dokkalfheimr
: Has a Dökkálfheimr based Resplendent version.nidavellir
: Has a Niðavellir based Resplendent version.jotunheimr
: Has a Jötunheimr based Resplendent version.
demoted_240
: This Hero's summonable rarities were changed from 5★ & 4★ rarity to 4★ & 3★ rarity for all summoning events since .demoted_201904
: This Hero's summonable rarities were changed from 5★ & 4★ rarity to 4★ & 3★ rarity for all summoning events since .demoted_202004
: This Hero's summonable rarities were changed from 5★ & 4★ rarity to 4★ & 3★ rarity for all summoning events since .demoted_202102
: This Hero's summonable rarities were changed from 5★ & 4★ rarity to 4★ & 3★ rarity for all summoning events since .specRate_201904
: This Hero's availability on the general summoning pool was restricted to Summoning Focus and Special Heroes Revival summoning events from to . Its summonable rarity was changed from 5★ rarity to 4★ Special Rate rarity for all summoning events since .specRate_202008
: This Hero's availability on the general summoning pool was restricted to Summoning Focus and Special Heroes Revival summoning events from to . Its summonable rarity was changed from 5★ rarity to 4★ Special Rate rarity for all summoning events since .specRate_202108
: This Hero's summonable rarity was changed from 5★ rarity to 4★ Special Rate rarity for all summoning events since .specRate_202202
: This Hero's summonable rarity was changed from 5★ rarity to 4★ Special Rate rarity for all summoning events since .- When appearing alongside the
special
property, restrict the availability to some specific Special Heroes Revival summoning events.
- When appearing alongside the
Other Hero properties
prologue
: This Hero is obtained at 4during the Prologue.
brave
: This Hero has arrived as a result of Choose Your Legends. Some Brave Heroes have an extra English voice line.
The above documentation is transcluded from Template:UnitDefinition/doc. (edit | history)
This template defines the table "Units". View table.