Welcome to IOPWiki, Commander.
We are searching for editors to complete gameplay topics in all games. You can contribute without an account. Learn how to contribute and join our Discord server.

Template:GFL2 Status Effect: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
WIP - Tooltip template to display information about a status effect (for GFL2)
 
WIP - Experimental with switch statement to add in status effects manually into template...
Line 1: Line 1:
<includeonly>
<includeonly>
{{Tooltip|[[{{{1}}}]]|test}}
<span text-decoration:underline; cursor:default;">
    {{Tooltip|{{{1}}}|
        {{#switch:{{{1}}}
            | Overburn = Upon gaining this effect and at the end of action, this unit and all allies within a 1-tile radius receive fixed damage equal to 10% of the inflictor's attack. Considered a burn debuff.
            | Zoom In = Increase damage dealt by 15%, and increase stability damage by 2 points. This stacks up to 2 times and is effective once. This buff cannot be cleansed
            | #default = WIP
        }}
    }}
</span>
</includeonly>
</includeonly>


Line 6: Line 14:
<noinclude>
<noinclude>
{{GFL2 Status Effect|Overburn}}
{{GFL2 Status Effect|Overburn}}
{{GFL2 Status Effect|Zoom In}}
</noinclude>
</noinclude>

Revision as of 22:11, 14 November 2024



Overburn
       Upon gaining this effect and at the end of action, this unit and all allies within a 1-tile radius receive fixed damage equal to 10% of the inflictor's attack. Considered a burn debuff.



Zoom In
       Increase damage dealt by 15%, and increase stability damage by 2 points. This stacks up to 2 times and is effective once. This buff cannot be cleansed