├── .editorconfig ├── .gitattributes ├── CHANGELOG.md ├── README.md ├── Readme.rtf ├── Source ├── a_setkrespwn.nss ├── jc_350zhugattack.nss └── tr_stealth.nss ├── Tier Organization.md └── tslpatchdata ├── changes.ini └── info.rtf /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/.gitattributes -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/README.md -------------------------------------------------------------------------------- /Readme.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/Readme.rtf -------------------------------------------------------------------------------- /Source/a_setkrespwn.nss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/Source/a_setkrespwn.nss -------------------------------------------------------------------------------- /Source/jc_350zhugattack.nss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/Source/jc_350zhugattack.nss -------------------------------------------------------------------------------- /Source/tr_stealth.nss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/Source/tr_stealth.nss -------------------------------------------------------------------------------- /Tier Organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/Tier Organization.md -------------------------------------------------------------------------------- /tslpatchdata/changes.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/tslpatchdata/changes.ini -------------------------------------------------------------------------------- /tslpatchdata/info.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOTORCommunityPatches/TSL_Community_Patch/HEAD/tslpatchdata/info.rtf --------------------------------------------------------------------------------