mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-13 05:46:28 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
13
nwn/trunk/racescripts/race_arkamoi_mmd.nss
Normal file
13
nwn/trunk/racescripts/race_arkamoi_mmd.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "prc_inc_spells"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
if (3 > GetLocalInt(oPC, "StrengthFromMagic"))
|
||||
{
|
||||
FloatingTextStringOnCreature("Your Strength from Magic is not strong enough to be an Arcane Mastermind", oPC, FALSE);
|
||||
return;
|
||||
}
|
||||
if(!TakeSwiftAction(oPC)) return;
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, ExtraordinaryEffect(EffectAttackIncrease(2)), PRCGetSpellTargetObject(), 6.0);
|
||||
}
|
||||
Reference in New Issue
Block a user