Skip to content

Commit

Permalink
Shadowguard Pirate hitpoints updated to 1200
Browse files Browse the repository at this point in the history
If a throw is successful it does 300 damage. Four bottles will defeat a normal pirate.
http://www.uoguide.com/Shadowguard

That means max hitpoint of a normal pirate should be 1200 max.
  • Loading branch information
bsenyuva committed Feb 26, 2017
1 parent fe3bb42 commit 8f3924a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public ShadowguardPirate() : base(AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2
SetDex( 151, 165 );
SetInt( 161, 175 );

SetHits(2000, 2250);
SetHits(1200);

SetDamage( 15, 21 );

Expand Down Expand Up @@ -676,4 +676,4 @@ public override void Deserialize(GenericReader reader)
int version = reader.ReadInt();
}
}
}
}

0 comments on commit 8f3924a

Please sign in to comment.