Template:P5 Shadow Stats/Documentation

Jump to navigation Jump to search

Purpose

Used to create stat tables for enemies found in Persona 5. For enemies from Persona 5 Royal, use Template:P5R Shadow Stats. For Persona data from Persona 5, use Template:P5 Persona Stats and for Persona data from Persona 5 Royal, use Template:P5R Persona Stats instead. Additional relevant gameplay information not found in the table should be placed below the game section header and before this table.

For Compendium Persona with enemy data or miniboss encounters, use tabs to avoid page clutter. Multiple tabs can be added to the table by using tabbers. Each tab must use its own template. See Guidelines:Gameplay#Tabbers for an example of full tabber code function before creating the tabber. Use 'Persona' for the first tab name and 'Shadow' for the second tab name. If an enemy is also the appearance of a miniboss, create an additional tab labeled 'Miniboss' if the stats are different from the normal Shadow encounter.

Usage

Parameter Description
name= The name of the Shadow, corresponding to whatever the listed name is in-game.
level= The Shadow's level when fought.
st= Provide the St stat of the Shadow, if known. If unknown, use '?'.
ma= Provide the Ma stat of the Shadow, if known. If unknown, use '?'.
en= Provide the En stat of the Shadow, if known. If unknown, use '?'.
ag= Provide the Ag stat of the Shadow, if known. If unknown, use '?'.
lu= Provide the Lu stat of the Shadow, if known. If unknown, use '?'.
location= Add the Palace and/or Mementos Path where the Shadow can be fought with a link to the location page if relevant and multiple areas separated by a semicolon. If detailed area or Path level information is known, include it after the main area with a colon (e.g., Kaneshiro's Palace: Bank Entrance, Bank Halls; Path of Kaitul: 1-3F, 6F; Path of Chemdah: 1-2F).
arcana= The Arcana of the Shadow when it is a Persona.
type= The personality type of the Shadow for negotiation during Hold Up, which is either Irritable, Gloomy, Timid, or Upbeat.
hp= Provide the HP stat of the Shadow, if known. If unknown, use '?'.
sp= Provide the SP stat of the Shadow, if known. If unknown, use '?'.
exp= Provide the EXP given on defeating the Shadow, if known. If unknown, use '?'.
yen= Provide the Money given on defeating the Shadow, if known. If unknown, use '?'.
drop= The item that may be dropped when a Shadow is defeated in battle.
elements Note any Phys/Gun/Fire/Ice/Elec/Wind/Bless/Curse element weakness with 'Wk', element resistance with 'Str', blocked damage with 'Nul', repelled damage with 'Rpl', and element drain with 'Dr'. Neutral resistance should be deleted from the template and will be correctly denoted.
common1= One of the two common items obtainable from negotiation.
common2= One of the two common items obtainable from negotiation. (If this does not apply, remove this line.)
rare1= The rare item obtainable from negotiation.
rare2= The rare skill card obtainable from negotiation.
skills= Add as many skills as the Shadow uses in battle using {{SkillE|P5|Skill name}}. Note that enemy skills use SkillE and not Skill in the template. Put additional skills on a new line.

Code

Compendium Persona Full Template:

{{P5 Shadow Stats
|name=
|level=
|location=
|st=
|ma=
|en=
|ag=
|lu=
|arcana=
|type=
|hp=
|sp=
|exp=
|yen=
|drop= 
|phys=
|gun=
|fire=
|ice=
|elec=
|wind=
|psy=
|nuke=
|bless=
|curse=
|common1=
|common2=
|rare1=
|rare2=
|skills=
}}

Compendium Example: Jack Frost

{{P5 Shadow Stats
|name=Mocking Snowman
|level=11
|location=[[Madarame's Palace]]: Treasure Hall Lounge, Treasure Hall Gallery; [[Path of Chemdah]]: 4F, 6F
|st=12
|ma=22
|en=11
|ag=13
|lu=10
|arcana=Magician
|type=Timid
|hp=214
|sp=129
|exp=28
|yen=404
|drop=Plant Balm
|fire=Wk
|ice=Nul
|common1=Extinguish Orb
|common2=Odd Morsel
|rare1=Soul Drop
|rare2=Bufu
|skills={{SkillE|P5|Mabufu}}
}}

References

General