Added "Removed Files" folder

Added "Removed Files" folder in case we needed to review any of them.
This commit is contained in:
Jaysyn904
2022-10-10 10:39:34 -04:00
parent c1d6da2ed3
commit 151d074880
290 changed files with 55612 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
// Original script taken from post by CID-78 in the Bioware scripting forums.
// Modified to return 'base' skills as well, though they must be passed through
// another filter for feats and stat bonuses after this function.
struct xAbility
{
int nSTR; //stats in 2da order
int nDEX;
int nCON;
int nINT;
int nWIS;
int nCHA;
int nANIMAL_EMPATHY;//skills in 2da order
int nCONCENTRATION;
int nDISABLE_TRAP;
int nDISCIPLINE;
int nHEAL;
int nHIDE;
int nLISTEN;
int nLORE;
int nMOVE_SILENTLY;
int nOPEN_LOCK;
int nPARRY;
int nPERFORM;
int nPERSUADE;
int nPICK_POCKET;
int nSEARCH;
int nSET_TRAP;
int nSPELLCRAFT;
int nSPOT;
int nTAUNT;
int nUSE_MAGIC_DEVICE;
int nAPPRAISE;
int nTUMBLE;
int nCRAFT_TRAP;
int nBLUFF;
int nINTIMIDATE;
int nCRAFT_ARMOR;
int nCRAFT_WEAPON;
};