Finished Dragonmarsh Lowlands encounters

Finished Dragonmarsh Lowlands random encounters.  Finished Forest of Hope random encounters.  Added ProjectQ shambling mound model.  Cleaned up & set up spawns in several smaller areas.  Created new pnp UTCs for the following creatures: worg, wolf, willowisp, stirge, shambling mound, shadow druid, beholder, Droog the Ogre & Drusilla the Druid.
This commit is contained in:
Jaysyn904
2022-01-16 22:04:34 -05:00
parent f7e2db6008
commit 37192b4b98
64 changed files with 61888 additions and 57623 deletions

View File

@@ -342,7 +342,34 @@ string SpawnGroup(object oSpawn, string sTemplate)
}
}
//
//:: Kobolds
if (sTemplate == "kobolds")
{
switch(d6(1))
{
case 1:
sRetTemplate = "NW_KOBOLD001";
break;
case 2:
sRetTemplate = "NW_KOBOLD002";
break;
case 3:
sRetTemplate = "NW_KOBOLD003";
break;
case 4:
sRetTemplate = "NW_KOBOLD004";
break;
case 5:
sRetTemplate = "NW_KOBOLD005";
break;
case 6:
sRetTemplate = "NW_KOBOLD006";
break;
}
}
//:: Kobolds
// Giant Ants
if (sTemplate == "giantants")
{