Clear out experimental .35 files

Clear out experimental .35 files
This commit is contained in:
Jaysyn904
2024-02-11 13:04:14 -05:00
parent 2112b92e24
commit 618cd42b82
22356 changed files with 0 additions and 1248956 deletions

View File

@@ -1,27 +0,0 @@
/*
----------------
Eternal Blade
Blade guide vfx cast
tob_etbl_bldg.nss
----------------
10 MAR 09 by GC
*/ /** @file
Adds vfx for blade guide so that is can be removed
by PRCRemoveEffectsFromSpell()
*/
#include "tob_inc_tobfunc"
#include "tob_inc_recovery"
////#include "prc_alterations"
void main()
{
object oInitiator = PRCGetSpellTargetObject();//OBJECT_SELF;
effect eGuide = ExtraordinaryEffect(EffectVisualEffect(VFX_DUR_IOUNSTONE_BLUE));
SPApplyEffectToObject(DURATION_TYPE_PERMANENT, eGuide, oInitiator);//, 0.0f, FALSE, 19313);
SetLocalInt(oInitiator, "ETBL_BladeGuideVis", TRUE);
}