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:
@@ -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")
|
||||
{
|
||||
|
Reference in New Issue
Block a user