Template:P5R Persona Stats/Documentation

Revision as of 22:30, 1 December 2023 by Ocianne (talk | contribs) (Documentation First Draft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

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

For awakened versions of a character's persona, use tabs to avoid page clutter. Multiple tabs can be added to the table by enclosing the set of templates between <tabber></tabber> tags and adding Tab name= as the tab title. Use the Persona name for the tab name in their order of awakening. Each tab must use its own template and must be separated with |-|.

Usage

Parameter Description
name= The linked name of the subject, corresponding to whatever the listed name is in-game. Not needed for Compendium Personas.
level= The Persona level when the ally character joins or the compendium Persona is when initially fused.
stats St, Ma, En, Ag, Lu stats should match the stats of the initial Persona level when an ally joins or the initial stats when a Persona is fused/recruited.
arcana= The Arcana of the Persona in Persona 5 Royal. Party Persona match their user's Confidant.
inherits= Write out the elemental inheritance a Persona follows (e.g., "Ice"). Delete for party Persona.
elements Note any Phys/Gun/Fire/Ice/Elec/Wind/Bless/Curse element weakness with 'Wk', element resistance with 'Str', blocked damage with 'Nul' and element drain with 'Dr'. Neutral resistance should be deleted from the template and will be correctly denoted.
item1= The item gained via using the electric chair in the Velvet Room with no Fusion Alarm.
item2= The item gained via using the electric chair in the Velvet Room with Fusion Alarm active.
trait= The Persona's inherent Trait when first recruited, fused, or awakened.
intro= The Persona's introduction when recruited. Delete for party Persona and leave blank if unknown.
greet= The Persona's greeting when fused. Delete for party Persona and leave blank if unknown.
skills= Starting on a new line, add as many skills as the Persona learns using {{Skill|P5R|'Skill name'|'Level'}}. If the skill is known by default or learned at the time of awakening, add only Skill Name. If the skill is learned at a specific level, add the level learned.

Code

Compendium Persona Full Template:

{{P5 Persona Template
|name=
|level=
|st=
|ma=
|en=
|ag=
|lu=
|arcana=
|inherit=
|phys=
|gun=
|fire=
|ice=
|elec=
|wind=
|psy=
|nuke=
|bless=
|curse=
|item = 
|item2 = 
|trait = 
|intro = 
|greet = 
|skills=
{{Skill|P5R|'Skill name'|'Level'}}
}}

Compendium Example: Arsène

{{P5R Persona Stats
|level=1
|st=2
|ma=2
|en=2
|ag=3
|lu=1
|arcana=Fool
|inherit=Curse
|ice=wk
|bless=wk
|curse=str
|item=Arsène's Cane
|item2=The Great Thief Stick
|trait = Pinch Anchor
|greet = I am the pillager of twilight—Arsène! You need my help once more? Very well, use my power wisely. 
|skills =
{{Skill|P5R|Eiha}}
{{Skill|P5R|Cleave|2}}
{{Skill|P5R|Sukunda|4}}
{{Skill|P5R|Dream Needle|5}}
{{Skill|P5R|Adverse Resolve|7}}
}}

Party Member Persona With 2 Tabs:

<tabber>
Tab 1 Name=
{{P5R Persona Stats
|name=
|level=
|st=
|ma=
|en=
|ag=
|lu=
|arcana=
|phys=
|gun=
|fire=
|ice=
|elec=
|wind=
|psy=
|nuke=
|bless=
|curse=
|trait =
|skills=
{{Skill|P5R|'Skill name'|'Level'}}
}}
|-|
Tab 2 Name=
{{P5R Persona Stats
|name=
|level=
|st=
|ma=
|en=
|ag=
|lu=
|arcana=
|phys=
|gun=
|fire=
|ice=
|elec=
|wind=
|psy=
|nuke=
|bless=
|curse=
|trait =
|skills=
{{Skill|P5R|'Skill name'|'Level'}}
}}
</tabber>