Template:Magia Record Spirit Enhancement: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Support icons for the enchancement skills)
(Support icon for the active ability)
Line 109: Line 109:
{{#if:{{{20|}}}|{{Magia Record Skill Row|{{{20}}}|icon={{#explode:{{{icons|}}}|,|19}}}}
{{#if:{{{20|}}}|{{Magia Record Skill Row|{{{20}}}|icon={{#explode:{{{icons|}}}|,|19}}}}
|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}
|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}|}}
{{#if:{{{active|}}}{{{cooldown|}}}|{{Magia Record Skill Row|'''Active Ability:''' {{{active|!}}} [''CD: {{#if:{{{cooldown|}}}|{{{cooldown}}}|?}} turns'']}}|}}
{{#if:{{{active|}}}{{{cooldown|}}}|{{Magia Record Skill Row|icon={{{activetype|}}}|'''Active Ability:''' {{{active|!}}} [''CD: {{#if:{{{cooldown|}}}|{{{cooldown}}}|?}} turns'']}}|}}
|}
|}
|}</includeonly>
|}</includeonly>

Revision as of 01:03, 7 August 2023


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
  • icons - All the icons used for the above skills, separated by commas

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
}}