Please note that some information on this wiki is still based on the demo version.
If you notice any errors, feel free to correct them.
Module:Abilities/doc: Difference between revisions
From Super Fantasy Kingdom Official Wiki
wgg>Cadaei naming |
wgg>Cadaei doc example with grid |
||
| Line 2: | Line 2: | ||
Creates an ability table with upgrades for a unit. (Code at [[Module:Abilities]]). | Creates an ability table with upgrades for a unit. (Code at [[Module:Abilities]]). | ||
<nowiki>{{abilities | <nowiki>{{abilities | ||
|name1= | |name1=Tentacles | ||
|abilityType1=Magical | |abilityType1 = Magical | ||
| | |element = Dark | ||
| | |dm1= 1x | ||
|upgrade1.1=Decrease {{stat|cd|to | |cd1=1.5s | ||
|upgrade1.2=Decrease {{stat|cd|to | |desc1=Opens up the door to another dimension<br/> Applies {{effect|fear}} to all monsters hit. | ||
|upgrade1.3= | |upgrade1.1= Decrease {{stat|cd|to 1.25s}} | ||
|name2= | |upgrade1.2= Decrease {{stat|cd|to 1s}} | ||
|abilityType2= | |upgrade1.3= Increase {{stat|ar}} | ||
|cd2= | |name2=Barrier | ||
|upgrade2.3= | |abilityType2 = Support | ||
|cd2=6s | |||
|desc2=Cast {{Effect|Barrier}} onto the hero above | |||
|grid2.mark=8 | |||
|upgrade2.3= Applies to more allies | |||
|upgrade2.3grid=7,8,9 | |||
}}</nowiki> | }}</nowiki> | ||
{{abilities | {{abilities | ||
|name1= | |name1=Tentacles | ||
|abilityType1=Magical | |abilityType1 = Magical | ||
| | |element = Dark | ||
| | |dm1= 1x | ||
|upgrade1.1=Decrease {{stat|cd|to | |cd1=1.5s | ||
|upgrade1.2=Decrease {{stat|cd|to | |desc1=Opens up the door to another dimension<br/> Applies {{effect|fear}} to all monsters hit. | ||
|upgrade1.3= | |upgrade1.1= Decrease {{stat|cd|to 1.25s}} | ||
|name2= | |upgrade1.2= Decrease {{stat|cd|to 1s}} | ||
|abilityType2= | |upgrade1.3= Increase {{stat|ar}} | ||
|cd2= | |name2=Barrier | ||
|upgrade2.3= | |abilityType2 = Support | ||
|cd2=6s | |||
|desc2=Cast {{Effect|Barrier}} onto the hero above | |||
|grid2.mark=8 | |||
|upgrade2.3= Applies to more allies | |||
|upgrade2.3grid=7,8,9 | |||
}} | }} | ||
{{doc/end}} | {{doc/end}} | ||
Revision as of 15:00, 19 November 2023
Creates an ability table with upgrades for a unit. (Code at Module:Abilities).
{{abilities
|name1=Tentacles
|abilityType1 = Magical
|element = Dark
|dm1= 1x
|cd1=1.5s
|desc1=Opens up the door to another dimension<br/> Applies {{effect|fear}} to all monsters hit.
|upgrade1.1= Decrease {{stat|cd|to 1.25s}}
|upgrade1.2= Decrease {{stat|cd|to 1s}}
|upgrade1.3= Increase {{stat|ar}}
|name2=Barrier
|abilityType2 = Support
|cd2=6s
|desc2=Cast {{Effect|Barrier}} onto the hero above
|grid2.mark=8
|upgrade2.3= Applies to more allies
|upgrade2.3grid=7,8,9
}}


