PRC8/trunk/scripts/prc_schord.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

16 lines
465 B
Plaintext

//::///////////////////////////////////////////////
//:: [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);
}