Added updated ProjectQ troll chief model

Added updated ProjectQ troll chief model. Created encounter table for Great Northern Desert.  Created or imported several pnp creature UTCs: vampire spawn, spectre, mohrg, basilisk, monstrous scorpions, air & earth elementals, ankhegs.  Created pnp attacks for vampire & spectre.  Full compile.

Co-Authored-By: Draygoth <65428430+Draygoth@users.noreply.github.com>
This commit is contained in:
Jaysyn904
2022-12-17 23:51:16 -05:00
parent b511431250
commit 6b1ac72a5d
146 changed files with 16816 additions and 11389 deletions

View File

@@ -176,7 +176,44 @@ string SpawnGroup(object oSpawn, string sTemplate)
// Only Make Modifications Between These Lines
// -------------------------------------------
//:: Brigands
//:: Wererats
if (sTemplate == "group_wererats")
{
switch(d3(1))
{
case 1:
sRetTemplate = "RA_WERERAT004";
break;
case 2:
sRetTemplate = "RA_WERERAT003";
break;
case 3:
sRetTemplate = "RA_WERERAT003";
break;
}
}
//:: Wererats
//:: Vampire Spawn
if (sTemplate == "group_vampspawn")
{
switch(d3(1))
{
case 1:
sRetTemplate = "RA_VAMPSPAWN01";
break;
case 2:
sRetTemplate = "RA_VAMPSPAWN01";
break;
case 3:
sRetTemplate = "RA_VAMPSPAWN02";
break;
}
}
//:: Vampire Spawn
//:: Brigands
if (sTemplate == "group_brigands")
{
switch(d3(1))
@@ -192,9 +229,9 @@ string SpawnGroup(object oSpawn, string sTemplate)
break;
}
}
//:: Brigands
//:: Brigands
// Aragnak in Lair
//:: Aragnak in Lair
if (sTemplate == "grp_aragnak")
{
int iRnd = Random(9)+1;
@@ -209,7 +246,7 @@ string SpawnGroup(object oSpawn, string sTemplate)
sRetTemplate = "RA_DRAG_ARAGNAK2";
}
}
//
//:: Aragnak in Lair
if (GetStringLeft(sTemplate, 7) == "scaled_")
{