Area & Encounter work. Added override kobold skins.

Area & Encounter work.  Added override kobold skins.  Remade "Gorgon Den".  Setup spawning in "Gargoyle Den".   Setup spawning in "City of Baleas: Wizard's Tower".  Added CODI AI to more creatures & NPCs.
This commit is contained in:
Jaysyn904
2022-12-04 23:14:34 -05:00
parent 269eca1d1e
commit 6c78e38de8
76 changed files with 22407 additions and 67595 deletions

View File

@@ -1,5 +1,5 @@
//::///////////////////////////////////////////////
//:: On Spawn In
//:: no_spn_beh.nss
//::
//:://////////////////////////////////////////////
/*
@@ -16,13 +16,13 @@
void main()
{
//Behaviour config
AddBehaviour( "+AVOIDMELEE", 50 ); //avoid melee
AddBehaviour( "+EVACAOE", 80 ); //evac AOEs
AddBehaviour( "+EYERAYS", 90 ); //beholder eye rays
AddBehaviour( "+AVOIDMELEE", 50 ); //avoid melee
AddBehaviour( "+HEALSELF", 100 ); //heal self
AddBehaviour( "+REGROUP", 20 ); //regroup
AddBehaviour( "+FEATENHANCE", 10 ); //enhance self via feats
AddBehaviour( "+CENTRALEYE", 10 ); //beholder antimagic cone
AddBehaviour( "+EYERAYS", 100 ); //beholder eye rays
AddBehaviour( "+ATKMELEE", 100 ); //melee attack
//Other config