#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-03 20:19:48 -04:00
commit 8eae46895e
7512 changed files with 416187 additions and 0 deletions

View file

@ -0,0 +1,25 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - PlantStatus</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Engines.Plants.html">Back to Server.Engines.Plants</a></h4>
<h2>PlantStatus (Enum)</h2>
BowlOfDirt = 0,<br>
Stage1 = 1,<br>
Seed = 1,<br>
Stage2 = 2,<br>
Sapling = 2,<br>
Stage3 = 3,<br>
Stage4 = 4,<br>
Plant = 4,<br>
Stage5 = 5,<br>
Stage6 = 6,<br>
FullGrownPlant = 7,<br>
Stage7 = 7,<br>
Stage8 = 8,<br>
Stage9 = 9,<br>
DecorativePlant = 10,<br>
DeadTwigs = 11<br>
</body>
</html>