Template:Magia Record Stats: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Fix excessive space being added for girls that don't start at 1 star)
(Automatically fill missing disk slots with the previous slot)
Line 12: Line 12:
* <tt>attribute</tt> – The girl's [[Template:Magia Record Attribute|attribute]]
* <tt>attribute</tt> – The girl's [[Template:Magia Record Attribute|attribute]]
* <tt>type</tt> – The girl's type
* <tt>type</tt> – The girl's type
* <tt>disk1, disk2, disk3, disk4, disk5</tt> – The girl's [[Template:Magia Record Disk|disk]] pool
* <tt>disk1, disk2, disk3, disk4, disk5</tt> – The girl's [[Template:Magia Record Disk|disk]] pool; omitted entries will be filled with a duplicate of the previous entry (so, disk1 is always mandatory)
* <tt>connect</tt> – The name of the girl's connect skill
* <tt>connect</tt> – The name of the girl's connect skill
* <tt>connect1 - connect5</tt> – Effect of the connect skill for each star (only include those that are valid for the character)
* <tt>connect1 - connect5</tt> – Effect of the connect skill for each star (only include those that are valid for the character)
Line 28: Line 28:
|def0=1157|def1=3471|def2=4016|def3=5089|def4=6714|def5=8332|defmax=9720
|def0=1157|def1=3471|def2=4016|def3=5089|def4=6714|def5=8332|defmax=9720
|attribute=light|type=Heal
|attribute=light|type=Heal
|disk1=accele|disk2=accele|disk3=blast-|disk4=blast-|disk5=charge
|disk1=accele|disk3=blast-|disk5=charge
|connect=We're Together, We'll Be Fine
|connect=We're Together, We'll Be Fine
|connect1=HP Recovery [I]
|connect1=HP Recovery [I]
Line 106: Line 106:
!colspan="5"|'''Disks'''
!colspan="5"|'''Disks'''
|-
|-
|style="width:20%;"|{{#if:{{{disk1|}}}|{{Magia Record Disk|{{{disk1}}}}}|}}
|style="width:20%;"|{{Magia Record Disk|{{{disk1}}}}}
|style="width:20%;"|{{#if:{{{disk2|}}}|{{Magia Record Disk|{{{disk2}}}}}|}}
|style="width:20%;"|{{Magia Record Disk|{{{disk2|{{{disk1}}}}}}}}
|style="width:20%;"|{{#if:{{{disk3|}}}|{{Magia Record Disk|{{{disk3}}}}}|}}
|style="width:20%;"|{{Magia Record Disk|{{{disk3|{{{disk2|{{{disk1}}}}}}}}}}}
|style="width:20%;"|{{#if:{{{disk4|}}}|{{Magia Record Disk|{{{disk4}}}}}|}}
|style="width:20%;"|{{Magia Record Disk|{{{disk4|{{{disk3|{{{disk2|{{{disk1}}}}}}}}}}}}}}
|style="width:20%;"|{{#if:{{{disk5|}}}|{{Magia Record Disk|{{{disk5}}}}}|}}
|style="width:20%;"|{{Magia Record Disk|{{{disk5|{{{disk4|{{{disk3|{{{disk2|{{{disk1}}}}}}}}}}}}}}}}}
|}
|}



Revision as of 03:53, 25 February 2022


Creates a Magia Record unit stats box.

Possible parameters (which can be specified in any order):

  • hp0, atk0, def0 – Initial HP, ATK, and DEF
  • hp1 - hp5 – Max HP for each star (only include those that are valid for the character)
  • atk1 - atk5 – Max ATK for each star (only include those that are valid for the character)
  • def1 - def5 – Max DEF for each star (only include those that are valid for the character)
  • hpmax, atkmax, defmax – Max HP, ATK, DEF when fully maxed out including spirit enhancement
  • attribute – The girl's attribute
  • type – The girl's type
  • disk1, disk2, disk3, disk4, disk5 – The girl's disk pool; omitted entries will be filled with a duplicate of the previous entry (so, disk1 is always mandatory)
  • connect – The name of the girl's connect skill
  • connect1 - connect5 – Effect of the connect skill for each star (only include those that are valid for the character)
  • magia – The name of the girl's magia skill
  • magia1 - magia5 – Effect of the magia skill for each star (only include those that are valid for the character)
  • doppel – The name of the girl's doppel skill (only include if they have one)
  • doppel5 – Effect of the doppel skill (only include if they have one)
  • rarity – Overrides the auto-generated rarity cell (only use if the character cannot be upgraded in rarity)

Here's an example of what the code might look like for Iroha Tamaki:

{{Magia Record Stats
|hp0=3068|hp1=9204|hp2=10633|hp3=13474|hp4=17748|hp5=22020|hpmax=25365
|atk0=878|atk1=2634|atk2=3033|atk3=3848|atk4=6714|atk5=6276|atkmax=7517
|def0=1157|def1=3471|def2=4016|def3=5089|def4=6714|def5=8332|defmax=9720
|attribute=light|type=Heal
|disk1=accele|disk3=blast-|disk5=charge
|connect=We're Together, We'll Be Fine
|connect1=HP Recovery [I]
|connect2=HP Recovery [III]
|connect3=HP Recovery [V]
|connect4=HP Recovery [VII] & Restore MP to [[Yachiyo Nanami|Yachiyo]]
|connect5=HP Recovery [VIII] & & Attack UP [VI] & Restore MP to [[Yachiyo Nanami|Yachiyo]]
|magia=Strada · Futuro
|magia1=Damage to all enemies [I] & Revive Ally
|magia2=Damage to all enemies [I] & Revive Ally
|magia3=Damage to all enemies [II] & Revive Ally 
|magia4=Damage to all enemies [IV] & Revive Ally
|magia5=Damage to all enemies [VI] & Revive Ally & HP Restore (All)
|doppel=Giovanna
|doppel5=Damage to all enemies [VIII] & Revive Ally & HP Restore (All) & Remove All Negative Effects
}}