Template:Magia Record Spirit Enhancement

From Puella Magi Wiki
Jump to navigation Jump to search


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 effect gainable by Spirit Enhancement
  • activetype - Icon for the above skill
  • activename - Flavour name for the above skill
  • cooldown - Cooldown for the above skill
  • Unnamed parameters - Each one names and describes a skill gainable by Spirit Enhancement - it should be of the form name: effect
  • 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
|icons=
effect-hpregen, buff-mpgain, buff-doppelmp, buff-doppel, buff-doppelmp, buff-doppel,
effect-hpregen, buff-blast, buff-defense, buff-doppelmp, buff-status, effect-negate-skill-seal
|Regeneration Adept: Regenerate HP [II]
|Magia Adept: Magia Damage UP [II]
|MP Boost: MP Gain UP When Over 100 MP [II]
|Doppel Adept: Doppel Damage UP [I] & Magia Damage UP [I]
|MP Boost: MP Gain UP When Over 100 MP [II]
|Doppel Adept: Doppel Damage UP [I] & Magia Damage UP [I]
|Regeneration Adept: Regenerate HP [III]
|Blast Adept: Blast Damage UP [IV]
|Guard Adept: Defense UP [III]
|MP Boost: MP Gain UP When Over 100 MP [III]
|Resist Adept: Status Ailment Resistance UP [I]
|Anti Jammer: Guaranteed Anti-Skill Seal
|active=Remove Status Ailments (Single)
|activetype=support-remove-status
|activename=Restore Health
|cooldown=10
}}