Berserk 1 (Ability)

From SWGANH Wiki
Revision as of 22:21, 18 August 2007 by Snow (Talk | contribs) (Ability Flow)

Jump to: navigation, search

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 {

subgraph cluster_0 { style=filled; color=lightgrey; node [style=filled,color=white]; a0 -> a1 -> a2 -> a3; label = "process #1"; }

subgraph cluster_1 { node [style=filled]; b0 -> b1 -> b2 -> b3; label = "process #2"; color=blue } start -> a0; start -> b0; a1 -> b3; b2 -> a3; a3 -> a0; a3 -> end; b3 -> end;

start [shape=Mdiamond]; end [shape=Msquare]; } </graphviz>

Formula(s)

  • 1 + 1 = 3

Source Links

  • Links Go Here