User:Toad64/Changelog: Difference between revisionsGive feedback
changelog test (thanks kai for template to start with) |
Gammaton32 (talk | contribs) removed line break |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<h3> | {{#switch:{{{1}}} | ||
<p>Simple visual consept to show changes that are buffs or nerfs for a hero< | | buff=<span style="color: #62F700">'''▲'''</span> | ||
| nerf=<span style="color: #F7000D">'''▼'''</span> | |||
{{#switch{{{1}}} | | adj=<span style="color: #f7941b">'''='''</span> | ||
| buff=<span style="color: #62F700">'''▲ | }} <!-- | ||
| nerf=<span style="color: #F7000D">'''▼ | --><noinclude> | ||
| adj=<span style="color: #f7941b">'''= | <h3>Changelog idea</h3> | ||
<p>Simple visual consept to show changes that are buffs or nerfs for a hero<syntaxhighlight lang="text"> | |||
{{#switch:{{{1}}} | |||
| buff=<span style="color: #62F700">'''▲'''</span> | |||
| nerf=<span style="color: #F7000D">'''▼'''</span> | |||
| adj=<span style="color: #f7941b">'''='''</span> | |||
}} | }} | ||
< | </syntaxhighlight><p>When adding the buff/nerf:</p><syntaxhighlight lang="text"> | ||
{{User:Toad64/Changelog|nerf}} | |||
{{User:Toad64/Changelog|buff}} | |||
{{User:Toad64/Changelog|adj}} | |||
</syntaxhighlight><p>Example with Ivy:</p> | |||
{{Update history table | {{Update history table | ||
| contents = | | contents = | ||
| Line 13: | Line 23: | ||
| update = {{Update link|March|21|2026}} | | update = {{Update link|March|21|2026}} | ||
| changes = | | changes = | ||
* {{User:Toad64/Changelog|nerf}} {{AbilityIcon|Stone Form}} spirit scaling reduced from 0.8 to 0.6. | *{{User:Toad64/Changelog|nerf}}{{AbilityIcon|Stone Form}} spirit scaling reduced from 0.8 to 0.6. | ||
* {{User:Toad64/Changelog|nerf}} {{AbilityIcon|Stone Form}} T3 spirit scaling reduced from +2 to +1.7. | *{{User:Toad64/Changelog|nerf}}{{AbilityIcon|Stone Form}} T3 spirit scaling reduced from +2 to +1.7. | ||
* {{User:Toad64/Changelog|buff}} {{AbilityIcon|Air Drop}} ally cast range increased from 18m to 22m. | *{{User:Toad64/Changelog|buff}}{{AbilityIcon|Air Drop}} ally cast range increased from 18m to 22m. | ||
* {{User:Toad64/Changelog|buff}} {{AbilityIcon|Air Drop}} is no longer disabled by damage over time abilities (same as zipline rules) | *{{User:Toad64/Changelog|buff}}{{AbilityIcon|Air Drop}} is no longer disabled by damage over time abilities (same as zipline rules) | ||
* {{User:Toad64/Changelog}} {{AbilityIcon|Air Drop}} cooldown increased from 65s to 85s. | *{{User:Toad64/Changelog|nerf}}{{AbilityIcon|Air Drop}} cooldown increased from 65s to 85s. | ||
* {{User:Toad64/Changelog}} {{AbilityIcon|Air Drop}} cooldown is reduced by 25% when used on allies. | *{{User:Toad64/Changelog|buff}}{{AbilityIcon|Air Drop}} cooldown is reduced by 25% when used on allies. | ||
}} | }} | ||
}} | }} | ||
< | <noinclude> | ||