Updated baseitems.2da for weapon finesse

Updated baseitems.2da for weapon finesse.  Fixed typo in include.  Added testing scripts for CL increase.
This commit is contained in:
Jaysyn904
2023-03-22 00:11:02 -04:00
parent 9211a5a403
commit bdb0e94723
4 changed files with 3975 additions and 258 deletions

View File

@@ -1,4 +1,4 @@
t
/**
* @file
@@ -57,7 +57,7 @@ int PRCGetLastSpellCastClass(object oCaster = OBJECT_SELF);
int GetIsArcaneClass(int nClass, object oCaster = OBJECT_SELF);
/**
* Returns if the given class is an arcane class.
* Returns if the given class is an divine class.
*
* Divine base classes are *hardcoded* into here, so new divine
* base classes need adding to this function.