mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-25 01:37:15 -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:
15
nwn/trunk/scripts/prc_schord.nss
Normal file
15
nwn/trunk/scripts/prc_schord.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: [Sublime Chord - Bardic Knowledge]
|
||||
//:: [prc_schord.nss]
|
||||
//:://////////////////////////////////////////////
|
||||
#include "inc_item_props"
|
||||
#include "prc_class_const"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
object oSkin = GetPCSkin(oPC);
|
||||
int nLevel = GetLevelByClass(CLASS_TYPE_SUBLIME_CHORD, oPC);
|
||||
|
||||
SetCompositeBonus(oSkin, "SChBardicKnowledge", nLevel, ITEM_PROPERTY_SKILL_BONUS, SKILL_LORE);
|
||||
}
|
||||
Reference in New Issue
Block a user