Renamed top hak

Renamed top hak.  Made merchant faction neutral to all other factions.  Boosted combat XP a bit.  Overrode prc_2da_cache creature's appearance.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-10-05 23:11:56 -04:00
parent d5e54b1f5d
commit abe260d582
327 changed files with 105 additions and 105 deletions

View File

@@ -0,0 +1,21 @@
//::///////////////////////////////////////////////
//:: Troglidyte Stench
//:: nw_s1_TrogStench.nss
//:: Copyright (c) 2004 Bioware Corp.
//:://////////////////////////////////////////////
/*
Objects entering the aura must make a fortitude saving
throw (DC 13) or suffer 1d6 points of Strength
Ability Damage
*/
//:://////////////////////////////////////////////
//:: Created By: Craig Welburn
//:: Created On: Nov 6, 2004
//:://////////////////////////////////////////////
void main()
{
effect eStench = EffectAreaOfEffect(AOE_MOB_TROGLODYTE_STENCH);
eStench = UnyieldingEffect(eStench);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eStench, OBJECT_SELF);
}