Editing User:LVL/SandboxGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
{{ | <div class="infobox" style="float:right; background:var(--background-color-base);"><!--temporary hack to float infoboxes right. TODO: implement proper tabbers for infoboxes--> | ||
<tabber> | |||
|-|Side Walkers= | |||
{{Infobox unit | |||
| name = Side Walker | |||
| Image = Walker Icon.png | |||
| max_health = {{NpcData|npc_boss_tier2_weak|MaxHealth}} | |||
| bullet_resist = 60%→ -30 | |||
{{#invoke: | | spirit_resist = {{NpcData|npc_boss_tier2_weak|IntrinsicAbilityResistance}} | ||
| dps = 125 | |||
| attack_range = {{NpcData|npc_boss_tier2_weak|SightRangePlayers}} | |||
| melee_damage = {{NpcData|npc_boss_tier2_weak|StompDamage}} | |||
| soul_value = {{#invoke:GenericData|get_objective_param|Tier2GoldKill}} | |||
}} | |||
|-|Blue Walker= | |||
{{Infobox unit | |||
| name = Blue Walker | |||
| Image = Walker Icon.png | |||
{{ | | max_health = {{NpcData|npc_boss_tier2|MaxHealth}} | ||
| bullet_resist = 60%→ -30 | |||
| spirit_resist = {{NpcData|npc_boss_tier2|IntrinsicAbilityResistance}} | |||
| dps = 125 | |||
| attack_range = {{NpcData|npc_boss_tier2|SightRangePlayers}} | |||
| melee_damage = {{NpcData|npc_boss_tier2|StompDamage}} | |||
| soul_value = {{#invoke:GenericData|get_objective_param|Tier2GoldKill}} | |||
}} | |||
</tabber> | |||
</div> | |||