35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>RunUO Documentation - Class Overview - PotionEffect</title>
|
|
</head>
|
|
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
|
<h4><a href="../namespaces/Server.Items.html">Back to Server.Items</a></h4>
|
|
<h2>PotionEffect (Enum)</h2>
|
|
Nightsight = 0,<br>
|
|
CureLesser = 1,<br>
|
|
Cure = 2,<br>
|
|
CureGreater = 3,<br>
|
|
Agility = 4,<br>
|
|
AgilityGreater = 5,<br>
|
|
Strength = 6,<br>
|
|
StrengthGreater = 7,<br>
|
|
PoisonLesser = 8,<br>
|
|
Poison = 9,<br>
|
|
PoisonGreater = 10,<br>
|
|
PoisonDeadly = 11,<br>
|
|
Refresh = 12,<br>
|
|
RefreshTotal = 13,<br>
|
|
HealLesser = 14,<br>
|
|
Heal = 15,<br>
|
|
HealGreater = 16,<br>
|
|
ExplosionLesser = 17,<br>
|
|
Explosion = 18,<br>
|
|
ExplosionGreater = 19,<br>
|
|
Conflagration = 20,<br>
|
|
ConflagrationGreater = 21,<br>
|
|
MaskOfDeath = 22,<br>
|
|
MaskOfDeathGreater = 23,<br>
|
|
ConfusionBlast = 24,<br>
|
|
ConfusionBlastGreater = 25<br>
|
|
</body>
|
|
</html>
|