Template:Magia Record Spirit Enhancement: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(It seems that no girl has more than one active Spirit Enhancement, so add an extra parameter pair to specify it more concisely)
(People like leaving blank parameters to be easily filled in later, but that breaks with cooldown, so let's just make it work instead)
Line 108: Line 108:
{{#if:{{{20|}}}|{{Magia Record Skill Row|{{{20}}}}}
{{#if:{{{20|}}}|{{Magia Record Skill Row|{{{20}}}}}
|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}
|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}
{{#if:{{{active|}}}{{{cooldown|}}}|{{Magia Record Skill Row|'''Active Ability:''' {{{active|!}}} [''CD: {{{cooldown|?}}} turns'']}}|}}
{{#if:{{{active|}}}{{{cooldown|}}}|{{Magia Record Skill Row|'''Active Ability:''' {{{active|!}}} [''CD: {{#if:{{{cooldown|}}}|{{{cooldown}}}|?}} turns'']}}|}}
|}
|}
|}</includeonly>
|}</includeonly>

Revision as of 21:54, 27 March 2022


Adds a spirit enhancement table for a Magia Record magical girl.

Possible parameters:

  • hp1 - hp5 - HP bonus for each star
  • atk1 - atk5 - ATK bonus for each star
  • def1 - def5 - DEF bonus for each star
  • accele1 - accele5 - Accele bonus for each star
  • blast1 - blast5 - Blast bonus for each star
  • charge1 - charge5 - Charge bonus for each star
  • hpmax, atkmax, defmax - Maximum values for HP, ATK, and DEF
  • accelemax, blastmax, chargemax - Maximum values for Accele, Blast, and Charge
  • active - The active skill gainable by Spirit Enhancement
  • cooldown - Cooldown for the above skill
  • Unnamed parameters - Each one names a skill gainable by Spirit Enhancement

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

{{Magia Record Spirit Enhancement
|atk1=2|blast1=1
|hp2=4|atk2=3|def2=5|accele2=4|blast2=4|charge2=2
|hp3=5|atk3=4|def3=6|accele3=5|blast3=5|charge3=3
|hp4=6|atk4=5|def4=7|accele4=6|blast4=6|charge4=4
|hp5=7|atk5=6|def5=8|accele5=7|blast5=7|charge5=5
|hpmax=7|atkmax=6|defmax=8|accelemax=13|blastmax=13|chargemax=10
|Regenerate HP [II]
|Magia Damage UP [II]
|MP Gain UP When Over 100 MP [II]
|Doppel Damage UP [I] & Magia Damage UP [I]
|MP Gain UP When Over 100 MP [II]
|Doppel Damage UP [I] & Magia Damage UP [I]
|Regenerate HP [III]
|Blast Damage UP [IV]
|Defense UP [III]
|MP Gain UP When Over 100 MP [III]
|Status Ailment Resistance UP [I]
|Guaranteed Anti-Skill Seal
|active=Remove Status Ailments (Single)
|cooldown=10
}}