Difference between revisions of "Berserk 1 (Ability)"

From SWGANH Wiki
Jump to: navigation, search
(Ability Flow)
(Ability Flow)
Line 53: Line 53:
 
         node [shape=record, width=.2, height=.2];
 
         node [shape=record, width=.2, height=.2];
 
         node [width=1];
 
         node [width=1];
         node1 [color="#929292", label = "CLIENT", style="bold", fontname="arial", fontcolor="#929292", URL="Test101"];
+
         node1 [color="#929292", label = "1", style="bold", fontname="arial", fontcolor="#929292", URL="Test101"];
         node2 [color="orange", label = "SERVER", style="bold", fontname="arial", fontcolor="#458CAF", URL="Test102"];
+
         node2 [color="orange", label = "2", style="bold", fontname="arial", fontcolor="#458CAF", URL="Test102"];
         node3 [color="orange", label = "CLIENT", style="bold", fontname="arial", fontcolor="#458CAF", URL="Test101"];
+
         node3 [color="orange", label = "3", style="bold", fontname="arial", fontcolor="#458CAF", URL="Test101"];
 
         node1 -> node2:w [color="#929292"];
 
         node1 -> node2:w [color="#929292"];
 
         node2:w -> node3:e [color="#515FCA", constraint=false];
 
         node2:w -> node3:e [color="#515FCA", constraint=false];

Revision as of 22:26, 18 August 2007

Ability - Berserk 1

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Description

While berserk, you cause more melee damage to your targets but get him more often in return.

Command: /berzerk1

Related Tags

Ability This document relates to Player Abilities.

Brawler This document is related to the Brawler Profession.

Ability Costs

Modifier Value
Health Cost 0
Action Cost 0
Mind Cost 0
Force Cost 0

Ability Breakdown

Ability Flow

<graphviz> digraph G {

       rankdir = LR;
       node [shape=record, width=.2, height=.2];
       node [width=1];
       node1 [color="#929292", label = "1", style="bold", fontname="arial", fontcolor="#929292", URL="Test101"];
       node2 [color="orange", label = "2", style="bold", fontname="arial", fontcolor="#458CAF", URL="Test102"];
       node3 [color="orange", label = "3", style="bold", fontname="arial", fontcolor="#458CAF", URL="Test101"];
       node1 -> node2:w [color="#929292"];
       node2:w -> node3:e [color="#515FCA", constraint=false];

} </graphviz>

Formula(s)

  • 1 + 1 = 3

Source Links

  • Links Go Here