ports/64751: [MAINTAINER] games/pcgen: update to 5.6.0

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Fri Mar 26 10:20:04 UTC 2004


>Number:         64751
>Category:       ports
>Synopsis:       [MAINTAINER] games/pcgen: update to 5.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 26 02:20:03 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Feb 27 11:36:17 CET 2004
>Description:
- Update to 5.6.0
- Added SIZE info in distinfo
- Removed GMGen: reduced the distfile size by 8 MB. Expect a new separate port
  of GMGen in a few weeks...
- ECHO_CMD -> ECHO

NOTE: The removal of GMGen should allow the port to run with Java 1.3. Anyway,
I have not tested it yet so USE_JAVA is still set to 1.4+.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- pcgen-5.6.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/pcgen.orig/Makefile /usr/ports/games/pcgen/Makefile
--- /usr/ports/games/pcgen.orig/Makefile	Fri Mar 26 09:09:33 2004
+++ /usr/ports/games/pcgen/Makefile	Fri Mar 26 10:24:05 2004
@@ -5,11 +5,11 @@
 # $FreeBSD: ports/games/pcgen/Makefile,v 1.4 2004/01/29 15:39:24 pav Exp $
 
 PORTNAME=	pcgen
-PORTVERSION=	5.5.9
+PORTVERSION=	5.6.0
 CATEGORIES=	games java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pcgen
-DISTFILES=	pcgen${PORTVERSION:S/.//g:S/0$//}_full.zip \
+DISTFILES=	pcgen${PORTVERSION:S/.//g}_partial.zip \
 		skin.zip
 
 MAINTAINER=	herve.quiroz at esil.univ-mrs.fr
@@ -21,10 +21,12 @@
 
 WRKSRC=		${WRKDIR}
 PORTDESTDIR=	${JAVASHAREDIR}/${PORTNAME}
-WRKDIRS=	characters data lib outputsheets plugins system
+WRKDIRS=	characters data lib outputsheets system
 WRKDOCSDIR=	${WRKSRC}/docs
 WRKSCRIPT=	${WRKSRC}/pcgen.bsd.sh
 PLIST_SUB+=	T=${PORTDESTDIR:S/^${PREFIX}//}
+PLIST_FILES+=	${PORTDESTDIR:S/^${PREFIX}//}/filepaths.ini
+PLIST_DIRS+=	${PORTDESTDIR:S/^${PREFIX}//}
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	acknowledgments faqpages gmgen greetings.html index.html \
@@ -38,23 +40,28 @@
 	${RM} -rf ${WRKSRC}/lib/CVS
 
 do-install:
-	@${ECHO_CMD} -n ">> Installing..."
-	@cd ${WRKSRC} && ${FIND} ${WRKDIRS} -type d -exec ${MKDIR} ${PORTDESTDIR}/{} ";"
-	@cd ${WRKSRC} && ${FIND} ${WRKDIRS} -type f -exec ${INSTALL_DATA} {} ${PORTDESTDIR}/{} ";"
+	@${ECHO_CMD} -n ">> Installing in ${PORTDESTDIR}..."
+.for SOMEDIR in ${WRKDIRS}
+	@cd ${WRKSRC} && ${FIND} ${SOMEDIR} -type d -exec ${MKDIR} ${PORTDESTDIR}/{} ";"
+	@cd ${WRKSRC} && ${FIND} ${SOMEDIR} -type f -exec ${INSTALL_DATA} {} ${PORTDESTDIR}/{} ";"
+	@${ECHO} -n " ${SOMEDIR}"
+.endfor
 	@cd ${WRKSRC} && ${INSTALL_DATA} pcgen.jar ${PORTDESTDIR}
+	@${ECHO} -n " pcgen.jar"
 	@cd ${WRKSRC} && ${SED} "s|^java|${JAVA}|" pcgen.sh | ${SED} 's|`dirname $$0`|${PORTDESTDIR}|' > ${WRKSCRIPT}
 	@cd ${WRKSRC} && ${INSTALL_SCRIPT} ${WRKSCRIPT} ${PORTDESTDIR}/pcgen.sh
 	@${LN} -fs ${PORTDESTDIR}/pcgen.sh ${PREFIX}/bin/pcgen.sh
-	@${ECHO_CMD} " [DONE]"
-	@${ECHO_CMD} -n ">> Configuring..."
-	@${ECHO_CMD} "pcgen.filepaths=user" > ${PORTDESTDIR}/filepaths.ini
-	@${ECHO_CMD} " [DONE]"
+	@${ECHO} -n " pcgen.sh"
+	@${ECHO} " [DONE]"
+	@${ECHO} -n ">> Configuring..."
+	@${ECHO} "pcgen.filepaths=user" > ${PORTDESTDIR}/filepaths.ini
+	@${ECHO} " [DONE]"
 
 .if !defined(NOPORTDOCS)
-	@${ECHO_CMD} -n ">> Installing documentation..."
+	@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
 	@cd ${WRKDOCSDIR} && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} ";"
 	@cd ${WRKDOCSDIR} && ${FIND} . -type f -exec ${INSTALL_MAN} {} ${DOCSDIR}/{} ";"
-	@${ECHO_CMD} " [DONE]"
+	@${ECHO} " [DONE]"
 .endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/games/pcgen.orig/distinfo /usr/ports/games/pcgen/distinfo
--- /usr/ports/games/pcgen.orig/distinfo	Fri Mar 26 09:09:33 2004
+++ /usr/ports/games/pcgen/distinfo	Fri Mar 26 09:30:53 2004
@@ -1,2 +1,4 @@
-MD5 (pcgen559_full.zip) = 10f6331d875c0c8de1244f64eef3d10b
+MD5 (pcgen560_partial.zip) = cd369a77a9b58491a3938153a892a160
+SIZE (pcgen560_partial.zip) = 7660109
 MD5 (skin.zip) = 474b93fce5c8fb79f089c7600975c1de
+SIZE (skin.zip) = 683667
diff -ruN --exclude=CVS /usr/ports/games/pcgen.orig/pkg-plist /usr/ports/games/pcgen/pkg-plist
--- /usr/ports/games/pcgen.orig/pkg-plist	Fri Mar 26 09:09:33 2004
+++ /usr/ports/games/pcgen/pkg-plist	Fri Mar 26 11:04:14 2004
@@ -1,954 +1,846 @@
-%%T%%/outputsheets/base.xml
-%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_combined.htm
-%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_compact.htm
-%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_OpenRPG.xml
-%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock1.htm
-%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock2.htm
-%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm
-%%T%%/outputsheets/d20/fantasy/htmlxml/eqsheet_fantasy_consumables.htm
-%%T%%/outputsheets/d20/fantasy/htmlxml/eqsheet_fantasy_std.htm
-%%T%%/outputsheets/d20/fantasy/htmlxml/psheet_fantasy_std.htm
-%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_descriptions.fo
-%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_picture.fo
-%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_spellbook.fo
-%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_std.fo
-%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_std.xslt
-%%T%%/outputsheets/d20/fantasy/text/csheet_plain.TXT
-%%T%%/outputsheets/d20/fantasy/text/placeholder.txt
-%%T%%/outputsheets/d20/historical/htmlxml/eqsheet_dnd_std.htm
-%%T%%/outputsheets/d20/historical/htmlxml/psheet_dnd_std.htm
-%%T%%/outputsheets/d20/historical/pdf/placeholder.txt
-%%T%%/outputsheets/d20/historical/text/placeholder.txt
-%%T%%/outputsheets/d20/horror/htmlxml/eqsheet_dnd_std.htm
-%%T%%/outputsheets/d20/horror/htmlxml/psheet_dnd_std.htm
-%%T%%/outputsheets/d20/horror/text/placeholder.txt
-%%T%%/outputsheets/d20/modern/htmlxml/csheet_modern_std.htm
-%%T%%/outputsheets/d20/modern/htmlxml/eqsheet_dnd_std.htm
-%%T%%/outputsheets/d20/modern/htmlxml/psheet_dnd_std.htm
-%%T%%/outputsheets/d20/modern/pdf/csheet_modern_std.xslt
-%%T%%/outputsheets/d20/modern/pdf/placeholder.txt
-%%T%%/outputsheets/d20/modern/text/placeholder.txt
-%%T%%/outputsheets/d20/sciencefiction/htmlxml/eqsheet_dnd_std.htm
-%%T%%/outputsheets/d20/sciencefiction/htmlxml/psheet_dnd_std.htm
-%%T%%/outputsheets/d20/sciencefiction/pdf/placeholder.txt
-%%T%%/outputsheets/d20/sciencefiction/text/placeholder.txt
-%%T%%/outputsheets/d20/western/htmlxml/csheetDeadlands.htm
-%%T%%/outputsheets/d20/western/htmlxml/eqsheet_dnd_std.htm
-%%T%%/outputsheets/d20/western/htmlxml/psheet_dnd_std.htm
-%%T%%/outputsheets/d20/western/pdf/placeholder.txt
-%%T%%/outputsheets/d20/western/text/placeholder.txt
-%%T%%/plugins/Encounter/encounter_tables/4_1.xml
-%%T%%/plugins/Encounter/encounter_tables/4_13.xml
-%%T%%/plugins/Encounter/encounter_tables/4_14.xml
-%%T%%/plugins/Encounter/encounter_tables/4_15.xml
-%%T%%/plugins/Encounter/encounter_tables/environments.xml
-%%T%%/plugins/Encounter/encounter_tables/environments/dungeon1.xml
-%%T%%/plugins/Encounter/encounter_tables/environments/dungeon2.xml
-%%T%%/plugins/Encounter/encounter.dtd
-%%T%%/plugins/Experience/experience_tables/7_1.xml
-%%T%%/plugins/Experience/experience.dtd
-%%T%%/plugins/Overland Travel/rnbprice/rnbprice.xml
-%%T%%/plugins/Overland Travel/rnbprice/rnbprice.dtd
-%%T%%/plugins/Overland Travel/travel_methods/travel_methods.xml
-%%T%%/plugins/Overland Travel/travel_methods/travel_methods.dtd
-%%T%%/plugins/Random Names/anglosaxon.xml
-%%T%%/plugins/Random Names/arabic.xml
-%%T%%/plugins/Random Names/english.xml
-%%T%%/plugins/Random Names/fantasy-deverry.xml
-%%T%%/plugins/Random Names/fantasy-middleearth.xml
-%%T%%/plugins/Random Names/fantasy.xml
-%%T%%/plugins/Random Names/flemish.xml
-%%T%%/plugins/Random Names/frankish.xml
-%%T%%/plugins/Random Names/french.xml
-%%T%%/plugins/Random Names/gaelic.xml
-%%T%%/plugins/Random Names/german.xml
-%%T%%/plugins/Random Names/gothic.xml
-%%T%%/plugins/Random Names/italian.xml
-%%T%%/plugins/Random Names/persian.xml
-%%T%%/plugins/Random Names/pictish.xml
-%%T%%/plugins/Random Names/roman.xml
-%%T%%/plugins/Random Names/russian.xml
-%%T%%/plugins/Random Names/generator.dtd
-%%T%%/plugins/DiceBag.jar
-%%T%%/plugins/DoomsdayBook.jar
-%%T%%/plugins/Encounter.jar
-%%T%%/plugins/Experience.jar
-%%T%%/plugins/Initiative.jar
-%%T%%/plugins/Notes.jar
-%%T%%/plugins/Overland.jar
-%%T%%/plugins/PCGTracker.jar
-%%T%%/plugins/Notes/stock_new-16.png
-%%T%%/plugins/Notes/data.html
-%%T%%/plugins/Initiative/csheet_gmgen_statblock.htm
-%%T%%/system/D20System.htm
-%%T%%/system/opengaminglicense.10a.txt
-%%T%%/system/paperInfo.lst
-%%T%%/system/pointbuymethods_system.lst
-%%T%%/system/schools.lst
-%%T%%/system/sizeAdjustment.lst
-%%T%%/system/tips.lst
 %%T%%/system/unitSet.lst
-%%T%%/system/bio/biosettings.lst
-%%T%%/system/bio/locations.lst
+%%T%%/system/tips.lst
+%%T%%/system/specials/specials.lst
+%%T%%/system/specials/equipmentslots.lst
+%%T%%/system/specials/bonusstacks.lst
+%%T%%/system/sizeAdjustment.lst
+%%T%%/system/schools.lst
+%%T%%/system/pointbuymethods_system.lst
+%%T%%/system/paperInfo.lst
+%%T%%/system/outputFilters/xml.lst
+%%T%%/system/outputFilters/htm.lst
+%%T%%/system/outputFilters/fo.lst
+%%T%%/system/opengaminglicense.10a.txt
+%%T%%/system/gameModes/Modern/statsandchecks.lst
+%%T%%/system/gameModes/Modern/rules.lst
+%%T%%/system/gameModes/Modern/miscinfo.lst
+%%T%%/system/gameModes/Modern/load.lst
+%%T%%/system/gameModes/Modern/level.lst
+%%T%%/system/gameModes/3e/statsandchecks.lst
+%%T%%/system/gameModes/3e/rules.lst
+%%T%%/system/gameModes/3e/miscinfo.lst
+%%T%%/system/gameModes/3e/load.lst
+%%T%%/system/gameModes/3e/level.lst
+%%T%%/system/gameModes/35e/statsandchecks.lst
+%%T%%/system/gameModes/35e/rules.lst
+%%T%%/system/gameModes/35e/miscinfo.lst
+%%T%%/system/gameModes/35e/load.lst
+%%T%%/system/gameModes/35e/level.lst
 %%T%%/system/bio/traits.lst
-%%T%%/system/bio/names/Albion.nam
-%%T%%/system/bio/names/ALVER.NAM
-%%T%%/system/bio/names/Arabic.nam
+%%T%%/system/bio/names/sparhawk.nam
+%%T%%/system/bio/names/rw_Scottish_Gaelic_Male.nam
+%%T%%/system/bio/names/rw_Scottish_Gaelic_Female.nam
+%%T%%/system/bio/names/rw_Russian_Male.nam
+%%T%%/system/bio/names/rw_Russian_Female.nam
+%%T%%/system/bio/names/rw_Roman_Male.nam
+%%T%%/system/bio/names/rw_Roman_Female.nam
+%%T%%/system/bio/names/rw_Pictish_Medieval_Male.nam
+%%T%%/system/bio/names/rw_Pictish_Classical_NAMES.nam
+%%T%%/system/bio/names/rw_Persian_NAMES.nam
+%%T%%/system/bio/names/rw_Italian_Renaissance_Male.nam
+%%T%%/system/bio/names/rw_Italian_Renaissance_Female.nam
+%%T%%/system/bio/names/rw_Irish_Gaelic_Male.nam
+%%T%%/system/bio/names/rw_Irish_Gaelic_Female.nam
+%%T%%/system/bio/names/rw_Gothic_NAMES.nam
+%%T%%/system/bio/names/rw_German_Male.nam
+%%T%%/system/bio/names/rw_German_Female.nam
+%%T%%/system/bio/names/rw_French_NAMES.nam
+%%T%%/system/bio/names/rw_Frankish_Male.nam
+%%T%%/system/bio/names/rw_Frankish_Female.nam
+%%T%%/system/bio/names/rw_Flemish_NAMES.nam
+%%T%%/system/bio/names/rw_English_Middle_Period_Male.nam
+%%T%%/system/bio/names/rw_English_Middle_Period_Female.nam
+%%T%%/system/bio/names/rw_English_Late_Period_Male.nam
+%%T%%/system/bio/names/rw_English_Late_Period_Female.nam
+%%T%%/system/bio/names/rw_Anglo_Saxon_Male.nam
+%%T%%/system/bio/names/rw_Anglo_Saxon_Latinized_Male.nam
+%%T%%/system/bio/names/rw_Anglo_Saxon_Latinized_Female.nam
+%%T%%/system/bio/names/rw_Anglo_Saxon_Female.nam
+%%T%%/system/bio/names/orc.nam
+%%T%%/system/bio/names/kerrel.nam
+%%T%%/system/bio/names/hispanic_NAMES.nam
+%%T%%/system/bio/names/gnome.nam
 %%T%%/system/bio/names/cg_NAMES.nam
+%%T%%/system/bio/names/ReadMe.txt
+%%T%%/system/bio/names/Narn.nam
+%%T%%/system/bio/names/Mar_NAMES.nam
+%%T%%/system/bio/names/Mar_Knightly_NAMES.nam
+%%T%%/system/bio/names/Mar_Draconic.nam
+%%T%%/system/bio/names/HOBER.NAM
+%%T%%/system/bio/names/Generic_NAMES.nam
+%%T%%/system/bio/names/GALLER.NAM
+%%T%%/system/bio/names/Felana.nam
 %%T%%/system/bio/names/Deverry.nam
 %%T%%/system/bio/names/DVARGAR.NAM
-%%T%%/system/bio/names/Felana.nam
-%%T%%/system/bio/names/GALLER.NAM
-%%T%%/system/bio/names/Generic_NAMES.nam
-%%T%%/system/bio/names/gnome.nam
-%%T%%/system/bio/names/hispanic_NAMES.nam
-%%T%%/system/bio/names/HOBER.NAM
-%%T%%/system/bio/names/kerrel.nam
-%%T%%/system/bio/names/Mar_Draconic.nam
-%%T%%/system/bio/names/Mar_Knightly_NAMES.nam
-%%T%%/system/bio/names/Mar_NAMES.nam
-%%T%%/system/bio/names/Narn.nam
-%%T%%/system/bio/names/orc.nam
-%%T%%/system/bio/names/ReadMe.txt
-%%T%%/system/bio/names/rw_Anglo_Saxon_Female.nam
-%%T%%/system/bio/names/rw_Anglo_Saxon_Male.nam
-%%T%%/system/bio/names/rw_Anglo_Saxon_Latinized_Female.nam
-%%T%%/system/bio/names/rw_Anglo_Saxon_Latinized_Male.nam
-%%T%%/system/bio/names/rw_English_Late_Period_Female.nam
-%%T%%/system/bio/names/rw_English_Late_Period_Male.nam
-%%T%%/system/bio/names/rw_English_Middle_Period_Female.nam
-%%T%%/system/bio/names/rw_English_Middle_Period_Male.nam
-%%T%%/system/bio/names/rw_Flemish_NAMES.nam
-%%T%%/system/bio/names/rw_Frankish_Female.nam
-%%T%%/system/bio/names/rw_Frankish_Male.nam
-%%T%%/system/bio/names/rw_French_NAMES.nam
-%%T%%/system/bio/names/rw_German_Female.nam
-%%T%%/system/bio/names/rw_German_Male.nam
-%%T%%/system/bio/names/rw_Gothic_NAMES.nam
-%%T%%/system/bio/names/rw_Irish_Gaelic_Female.nam
-%%T%%/system/bio/names/rw_Irish_Gaelic_Male.nam
-%%T%%/system/bio/names/rw_Italian_Renaissance_Female.nam
-%%T%%/system/bio/names/rw_Italian_Renaissance_Male.nam
-%%T%%/system/bio/names/rw_Persian_NAMES.nam
-%%T%%/system/bio/names/rw_Pictish_Classical_NAMES.nam
-%%T%%/system/bio/names/rw_Pictish_Medieval_Male.nam
-%%T%%/system/bio/names/rw_Roman_Female.nam
-%%T%%/system/bio/names/rw_Roman_Male.nam
-%%T%%/system/bio/names/rw_Russian_Female.nam
-%%T%%/system/bio/names/rw_Russian_Male.nam
-%%T%%/system/bio/names/rw_Scottish_Gaelic_Female.nam
-%%T%%/system/bio/names/rw_Scottish_Gaelic_Male.nam
-%%T%%/system/bio/names/sparhawk.nam
-%%T%%/system/gameModes/35e/level.lst
-%%T%%/system/gameModes/35e/load.lst
-%%T%%/system/gameModes/35e/miscinfo.lst
-%%T%%/system/gameModes/35e/rules.lst
-%%T%%/system/gameModes/35e/statsandchecks.lst
-%%T%%/system/gameModes/3e/level.lst
-%%T%%/system/gameModes/3e/load.lst
-%%T%%/system/gameModes/3e/miscinfo.lst
-%%T%%/system/gameModes/3e/rules.lst
-%%T%%/system/gameModes/3e/statsandchecks.lst
-%%T%%/system/gameModes/Modern/level.lst
-%%T%%/system/gameModes/Modern/load.lst
-%%T%%/system/gameModes/Modern/miscinfo.lst
-%%T%%/system/gameModes/Modern/rules.lst
-%%T%%/system/gameModes/Modern/statsandchecks.lst
-%%T%%/system/Languages/LanguageBundle.properties
+%%T%%/system/bio/names/Arabic.nam
+%%T%%/system/bio/names/Albion.nam
+%%T%%/system/bio/names/ALVER.NAM
+%%T%%/system/bio/locations.lst
+%%T%%/system/bio/biosettings.lst
 %%T%%/system/Languages/LanguageBundle_en_US.properties
-%%T%%/system/outputFilters/fo.lst
-%%T%%/system/outputFilters/htm.lst
-%%T%%/system/outputFilters/xml.lst
-%%T%%/system/specials/bonusstacks.lst
-%%T%%/system/specials/equipmentslots.lst
-%%T%%/system/specials/specials.lst
-%%T%%/pcgen.jar
+%%T%%/system/Languages/LanguageBundle.properties
+%%T%%/system/D20System.htm
 %%T%%/pcgen.sh
-%%T%%/filepaths.ini
-bin/pcgen.sh
-%%T%%/characters/CodeMonkey.pcg
-%%T%%/data/customsources/readme-customsources.txt
-%%T%%/data/d20ogl/avalanchepress/blackflags/blackflagclasses.lst
-%%T%%/data/d20ogl/avalanchepress/blackflags/blackflagfeats.lst
-%%T%%/data/d20ogl/avalanchepress/blackflags/blackflags.pcc
-%%T%%/data/d20ogl/avalanchepress/blackflags/blackflagskills.lst
-%%T%%/data/d20ogl/avalanchepress/blackflags/OGL.txt
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalist.pcc
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistclasses.lst
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistequipherbs.lst
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistequipwondrousitems.lst
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistfeats.lst
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistskills.lst
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistspells.lst
-%%T%%/data/d20ogl/bastionpress/alchemyherbalists/OGL.txt
-%%T%%/data/d20ogl/bastionpress/oathbound/oathbound.pcc
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundbiosettings.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundclasses.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundclassfeats.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequip.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequiparmorshields.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipgoods.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipmagicitems.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipmods.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipweapammo.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipweapmelee.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipweapranged.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundfeats.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundfeats30.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/OGL.txt
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundlanguages.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundpermission.htm
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundraces.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundskills.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundspells.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundtemplates.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/oathboundweapprofs.lst
-%%T%%/data/d20ogl/bastionpress/oathbound/UPDATE.txt
-%%T%%/data/d20ogl/bastionpress/oathbound/UPDATE2003-11-09-ruemere.TXT
-%%T%%/data/d20ogl/bastionpress/oathbound/altpcc/oathbound35.pcc
-%%T%%/data/d20ogl/bastionpress/oathbound/altpcc/oathboundfeats35.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscape.pcc
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapebiosettings.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeclasses.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeclassfeats.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequip.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequiparmorshields.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipmods.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapammo.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapmelee.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapranged.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapefeats.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapelanguages.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscaperaces.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeskills.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapetemplates.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeweapprofs.lst
-%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/OGL.txt
-%%T%%/data/d20ogl/creativemountaingames/permission.txt
-%%T%%/data/d20ogl/creativemountaingames/lexus/permission.txt
-%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/countyclergy.pcc
-%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/lexusclergyclasses.lst
-%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/lexusclergyspells.lst
-%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/OGL.txt
-%%T%%/data/d20ogl/creativemountaingames/lexus/groupcombat/groupcombat.pcc
-%%T%%/data/d20ogl/creativemountaingames/lexus/groupcombat/lexusgroupcombatfeats.lst
-%%T%%/data/d20ogl/creativemountaingames/lexus/groupcombat/OGL.txt
-%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/lexustrundlefolkclasses.lst
-%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/lexustrundlefolkspells.lst
-%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/OGL.txt
-%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/trundlefolk.pcc
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/OGL.txt
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/primary/OGL.txt
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/primary/openspellsprime.pcc
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/primary/openspellsprimespells.lst
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation1/openspellsvar1.pcc
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation1/openspellsvar1spells.lst
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation2/openspellsvar2.pcc
-%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation2/openspellsvar2spells.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/FanCC_NBoMT.txt
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/issues.txt
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/Magical_Items.pdf
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures.pcc
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equipmod_magic.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_armorshieldsspecific.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_artifacts.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_potions.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_rings.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_rodstaffswands.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_scrolls.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_weapammospecific.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_weapmeleespecific.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_weaprangedspecific.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_wondrousitems.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbookofspellsmagic/netbookofspells.pcc
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbookofspellsmagic/netbookofspellsspells.lst
-%%T%%/data/d20ogl/fantasycommunitycouncil/netbookofspellsmagic/OGL.txt
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/OGL.txt
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb.pcc
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_biosettings.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_classes.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_deities.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_armorshields.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_mech.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_mods.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_weap_ammo.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_weap_melee.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_weap_ranged.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats_hidden.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_languages.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_races.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_skills.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_spells.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_templates.lst
-%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_weapprofs.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicraces.pcc
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesbiosettings.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesclasses.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesdomains.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapammo.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapmelee.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapranged.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesfeats.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesfeatshidden.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicraceslanguages.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesraces.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesskills.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesspells.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracestemplates.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesweapprofs.lst
-%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/OGL.txt
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritch.pcc
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchclasses.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequippotionspoisons.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequiprings.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequiprodstaffwands.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequipweapmelee.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequipwondrousitems.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchfeats.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchraces.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchskills.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchspells.lst
-%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/OGL.txt
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight.pcc
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_armorshields_specific.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_classes.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_domains.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equipmods.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_potions.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_rings.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_weap_specific.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_wondrousitems.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_feats.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_feats_hidden.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_races.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/OGL.txt
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_spells.lst
-%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_templates.lst
-%%T%%/data/d20ogl/msrd/msrd.pcc
-%%T%%/data/d20ogl/msrd/msrdclassesadvanced.lst
-%%T%%/data/d20ogl/msrd/msrdclassesbase.lst
-%%T%%/data/d20ogl/msrd/msrdclassesnpc.lst
-%%T%%/data/d20ogl/msrd/msrdequip.lst
-%%T%%/data/d20ogl/msrd/msrdequiparmor.lst
-%%T%%/data/d20ogl/msrd/msrdequipmods.lst
-%%T%%/data/d20ogl/msrd/msrdequipvehicles.lst
-%%T%%/data/d20ogl/msrd/msrdequipweapammo.lst
-%%T%%/data/d20ogl/msrd/msrdequipweapmelee.lst
-%%T%%/data/d20ogl/msrd/msrdequipweapranged.lst
-%%T%%/data/d20ogl/msrd/msrdfeats.lst
-%%T%%/data/d20ogl/msrd/msrdfeatshidden.lst
-%%T%%/data/d20ogl/msrd/msrdfeatsoccupations.lst
-%%T%%/data/d20ogl/msrd/msrdfxequiparmorspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipmods.lst
-%%T%%/data/d20ogl/msrd/OGL.txt
-%%T%%/data/d20ogl/msrd/msrdfxequippotionspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipringspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipscrollsspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipstaffsspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequiptattoosspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipwandsspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipweapmeleespecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipweaprangedspecific.lst
-%%T%%/data/d20ogl/msrd/msrdfxequipwonderousitems.lst
-%%T%%/data/d20ogl/msrd/msrdfxpowers.lst
-%%T%%/data/d20ogl/msrd/msrdfxspells.lst
-%%T%%/data/d20ogl/msrd/msrdlanguages.lst
-%%T%%/data/d20ogl/msrd/msrdraces.lst
-%%T%%/data/d20ogl/msrd/msrdskills.lst
-%%T%%/data/d20ogl/msrd/altpcc/msrdnofx.pcc
-%%T%%/data/d20ogl/msrd/msrdtemplates.lst
-%%T%%/data/d20ogl/msrd/msrdtemplatesfiends.lst
-%%T%%/data/d20ogl/msrd/msrdweapprofs.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/OGL.txt
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawl.pcc
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlclasses.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawldeities.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawldomains.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequip.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequiparmorshields.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequipweapmelee.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequipweapranged.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlfeats.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlskills.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlspells.lst
-%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlweapprofs.lst
-%%T%%/data/d20ogl/srd/OGL.txt
-%%T%%/data/d20ogl/srd/srd.pcc
-%%T%%/data/d20ogl/srd/srdclassesbase.lst
-%%T%%/data/d20ogl/srd/srdclassescreaturespecific.lst
-%%T%%/data/d20ogl/srd/srdclassescreaturetypes.lst
-%%T%%/data/d20ogl/srd/srdclassesdragon.lst
-%%T%%/data/d20ogl/srd/srdclassesprestige.lst
-%%T%%/data/d20ogl/srd/srdclassespsionic.lst
-%%T%%/data/d20ogl/srd/srdcompanionmods.lst
-%%T%%/data/d20ogl/srd/srddeities.lst
-%%T%%/data/d20ogl/srd/srddomains.lst
-%%T%%/data/d20ogl/srd/srdequip.lst
-%%T%%/data/d20ogl/srd/srdequiparmorshields.lst
-%%T%%/data/d20ogl/srd/srdequiparmorshieldsspecific.lst
-%%T%%/data/d20ogl/srd/srdequipartifacts.lst
-%%T%%/data/d20ogl/srd/srdequipbasetypes.lst
-%%T%%/data/d20ogl/srd/srdequipbasetypespsionic.lst
-%%T%%/data/d20ogl/srd/srdequipcoinsgems.lst
-%%T%%/data/d20ogl/srd/srdequipdorjespsionic.lst
-%%T%%/data/d20ogl/srd/srdequipmodsmagic.lst
-%%T%%/data/d20ogl/srd/srdequipmodsmundane.lst
-%%T%%/data/d20ogl/srd/srdequipmodspsionic.lst
-%%T%%/data/d20ogl/srd/srdequippotionspoisons.lst
-%%T%%/data/d20ogl/srd/srdequippsionic.lst
-%%T%%/data/d20ogl/srd/srdequiprings.lst
-%%T%%/data/d20ogl/srd/srdequiprodstaffswands.lst
-%%T%%/data/d20ogl/srd/srdequipscrolls.lst
-%%T%%/data/d20ogl/srd/srdequipweapammo.lst
-%%T%%/data/d20ogl/srd/srdequipweapammospecific.lst
-%%T%%/data/d20ogl/srd/srdequipweapmelee.lst
-%%T%%/data/d20ogl/srd/srdequipweapmeleepsionic.lst
-%%T%%/data/d20ogl/srd/srdequipweapmeleespecific.lst
-%%T%%/data/d20ogl/srd/srdequipweapranged.lst
-%%T%%/data/d20ogl/srd/srdequipweaprangedspecific.lst
-%%T%%/data/d20ogl/srd/srdequipwondrousitems.lst
-%%T%%/data/d20ogl/srd/srdfeats.lst
-%%T%%/data/d20ogl/srd/srdfeatsdescriptions.lst
-%%T%%/data/d20ogl/srd/srdfeatshidden.lst
-%%T%%/data/d20ogl/srd/srdfeatshiddenpsionic.lst
-%%T%%/data/d20ogl/srd/srdfeatspsionic.lst
-%%T%%/data/d20ogl/srd/srdlanguages.lst
-%%T%%/data/d20ogl/srd/srdracesabc.lst
-%%T%%/data/d20ogl/srd/srdracesanimals.lst
-%%T%%/data/d20ogl/srd/srdracesd.lst
-%%T%%/data/d20ogl/srd/srdracesdragons.lst
-%%T%%/data/d20ogl/srd/srdracesef.lst
-%%T%%/data/d20ogl/srd/srdracesgh.lst
-%%T%%/data/d20ogl/srd/srdracesikl.lst
-%%T%%/data/d20ogl/srd/srdracesmn.lst
-%%T%%/data/d20ogl/srd/srdracesopr.lst
-%%T%%/data/d20ogl/srd/srdracesphb.lst
-%%T%%/data/d20ogl/srd/srdracespsionic.lst
-%%T%%/data/d20ogl/srd/srdracesst.lst
-%%T%%/data/d20ogl/srd/srdracesuvw.lst
-%%T%%/data/d20ogl/srd/srdracesvermin.lst
-%%T%%/data/d20ogl/srd/srdracesxyz.lst
-%%T%%/data/d20ogl/srd/srdskills.lst
-%%T%%/data/d20ogl/srd/srdskillspsionic.lst
-%%T%%/data/d20ogl/srd/srdspells.lst
-%%T%%/data/d20ogl/srd/srdspellspsionic.lst
-%%T%%/data/d20ogl/srd/srdstartingkits.lst
-%%T%%/data/d20ogl/srd/srdtemplates.lst
-%%T%%/data/d20ogl/srd/srdtemplatescreatures.lst
-%%T%%/data/d20ogl/srd/srdtemplatespsionic.lst
-%%T%%/data/d20ogl/srd/srdtemplatestypes.lst
-%%T%%/data/d20ogl/srd/srdweapprofs.lst
-%%T%%/data/d20ogl/srd/altpcc/srdadvanced.pcc
-%%T%%/data/d20ogl/srd/altpcc/srdasian.pcc
-%%T%%/data/d20ogl/srd/altpcc/srdbasic.pcc
-%%T%%/data/d20ogl/srd/altpcc/srdmonsters.pcc
-%%T%%/data/d20ogl/srd/altpcc/srdpsionics.pcc
-%%T%%/data/d20ogl/srd/srdweapprofsnatural.lst
-%%T%%/data/d20ogl/srd/srdweapprofspsionic.lst
-%%T%%/data/d20ogl/srd35/OGL.txt
-%%T%%/data/d20ogl/srd35/rsrd.pcc
-%%T%%/data/d20ogl/srd35/rsrd_classes_base.lst
-%%T%%/data/d20ogl/srd35/rsrd_classes_monster.lst
-%%T%%/data/d20ogl/srd35/rsrd_classes_npc.lst
-%%T%%/data/d20ogl/srd35/rsrd_classes_prestige.lst
-%%T%%/data/d20ogl/srd35/rsrd_companionmods.lst
-%%T%%/data/d20ogl/srd35/rsrd_deities.lst
-%%T%%/data/d20ogl/srd35/rsrd_domains.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip.lst
-%%T%%/data/d20ogl/srd35/rsrd_equipmod_base.lst
-%%T%%/data/d20ogl/srd35/rsrd_equipmod_enhancing.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_armorshields.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_armorshieldsspecific.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_basetypes.lst
-%%T%%/data/d20ogl/srd35/altpcc/rsrdmonsters.pcc
-%%T%%/data/d20ogl/srd35/altpcc/rsrdadvanced.pcc
-%%T%%/data/d20ogl/srd35/altpcc/rsrdadvancednorace.pcc
-%%T%%/data/d20ogl/srd35/altpcc/rsrdbasics.pcc
-%%T%%/data/d20ogl/srd35/altpcc/rsrdpsionics.pcc
-%%T%%/data/d20ogl/srd35/rsrd_equip_coinsgems.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_poisons.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_potions.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_rings.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_rodstaffwands.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_scrolls.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_weap_ammo.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_weap_melee.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_weap_ranged.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_weap_specific.lst
-%%T%%/data/d20ogl/srd35/rsrd_equip_wondrousitems.lst
-%%T%%/data/d20ogl/srd35/rsrd_feats.lst
-%%T%%/data/d20ogl/srd35/rsrd_feats_hidden.lst
-%%T%%/data/d20ogl/srd35/rsrd_feats_hidden2.lst
-%%T%%/data/d20ogl/srd35/rsrd_languages.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_a_b.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_c_d.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_e_f.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_g_h.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_i_j.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_k_l.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_m_n.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_o_p.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_q_r.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_s_t.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_u_v.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_w_x.lst
-%%T%%/data/d20ogl/srd35/rsrd_races_y_z.lst
-%%T%%/data/d20ogl/srd35/rsrd_races__animals.lst
-%%T%%/data/d20ogl/srd35/rsrd_races__base.lst
-%%T%%/data/d20ogl/srd35/rsrd_races__dragons.lst
-%%T%%/data/d20ogl/srd35/rsrd_races__vermin.lst
-%%T%%/data/d20ogl/srd35/rsrd_skills.lst
-%%T%%/data/d20ogl/srd35/rsrd_spells.lst
-%%T%%/data/d20ogl/srd35/rsrd_templatestypes.lst
-%%T%%/data/d20ogl/srd35/rsrd_weaponprofs.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/OGL.txt
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrituals.pcc
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsclasses.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsdomains.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequip.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequiparmorshieldsspecific.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipartifacts.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequippotionspoisons.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequiprings.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequiprodstaffwands.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipscrolls.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipweapammospecific.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsfeats.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipweapmeleespecific.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipweaprangedspecific.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipwondrousitems.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsfeatshidden.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualspermission.HTM
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsskills.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsspells.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualstemplates.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsweapprofs.lst
-%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/UPDATE.TXT
-%%T%%/data/permissioned/alderacentgroup/dragons/dragons.pcc
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsclasses.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsdeities.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequip.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipmods.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequippotionspoisons.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipweapammospecific.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipweapmelee.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipweapmeleespecific.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipwondrousitems.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsfeats.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsskills.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsspells.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/dragonsweapprofs.lst
-%%T%%/data/permissioned/alderacentgroup/dragons/OGL.txt
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeons.pcc
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsclasses.lst
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsclassfeats.lst
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsequip.lst
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsequipwondrousitems.lst
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsfeats.lst
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsskills.lst
-%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsspells.lst
-%%T%%/data/permissioned/alderacentgroup/dungeons/OGL.txt
-%%T%%/data/permissioned/alderacentgroup/evil/evil.pcc
-%%T%%/data/permissioned/alderacentgroup/evil/evilclasses.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evildeities.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evildomains.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evilequipartifacts.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evilequipwondrousitems.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evilfeats.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evilraces.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evilskills.lst
-%%T%%/data/permissioned/alderacentgroup/evil/evilspells.lst
-%%T%%/data/permissioned/alderacentgroup/evil/OGL.txt
-%%T%%/data/permissioned/alderacentgroup/undead/OGL.txt
-%%T%%/data/permissioned/alderacentgroup/undead/undead.pcc
-%%T%%/data/permissioned/alderacentgroup/undead/undeadclasses.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeaddeities.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeaddomains.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadequip.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadequipmods.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadequippotionspoisons.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadequiprings.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadequiprodstaffwands.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadequipwondrousitems.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadfeats.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadskills.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadspells.lst
-%%T%%/data/permissioned/alderacentgroup/undead/undeadtemplates.lst
-%%T%%/data/permissioned/alderacentgroup/war/OGL.txt
-%%T%%/data/permissioned/alderacentgroup/war/war.pcc
-%%T%%/data/permissioned/alderacentgroup/war/warclasses.lst
-%%T%%/data/permissioned/alderacentgroup/war/wardeities.lst
-%%T%%/data/permissioned/alderacentgroup/war/wardomains.lst
-%%T%%/data/permissioned/alderacentgroup/war/warfeats.lst
-%%T%%/data/permissioned/alderacentgroup/war/warskills.lst
-%%T%%/data/permissioned/alderacentgroup/war/warspells.lst
-%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdrops.pcc
-%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequip.lst
-%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequipartifacts.lst
-%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequippotionspoisons.lst
-%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequipwondrousitems.lst
-%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsraces.lst
-%%T%%/data/permissioned/atlasgames/penumbra/backdrops/OGL.txt
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveil.pcc
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequipmods.lst
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequippotionspoisons.lst
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequipweapmeleespecific.lst
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequipwondrousitems.lst
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilspells.lst
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveiltemplates.lst
-%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/OGL.txt
-%%T%%/data/permissioned/atlasgames/penumbra/thievesintheforest/OGL.txt
-%%T%%/data/permissioned/atlasgames/penumbra/thievesintheforest/thievesintheforest.pcc
-%%T%%/data/permissioned/atlasgames/penumbra/thievesintheforest/thievesintheforestequipwondrousitems.lst
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/OGL.txt
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgods.pcc
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsdeities.lst
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsdomains.lst
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsequipwondrousitems.lst
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsfeats.lst
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsskills.lst
-%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsspells.lst
-%%T%%/data/permissioned/aurand20/History.txt
-%%T%%/data/permissioned/aurand20/ReadMe-aurand20.txt
-%%T%%/data/permissioned/aurand20/apothecarynotes/apothecary.pcc
-%%T%%/data/permissioned/aurand20/apothecarynotes/apothecaryequip.lst
-%%T%%/data/permissioned/aurand20/apothecarynotes/apothecaryequippotionspoisons.lst
-%%T%%/data/permissioned/aurand20/apothecarynotes/OGL.txt
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/OGL.txt
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardian.pcc
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianbiosettings.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardiandeities.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequip.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipammo.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequiparmorshields.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequippotionspoisons.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequiprings.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipspecific.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipweapmelee.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipwondrousitems.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianraces.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianskills.lst
-%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianspells.lst
-%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteel.pcc
-%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteelclasses.lst
-%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteelequipweapmelee.lst
-%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteelfeats.lst
-%%T%%/data/permissioned/avalanchepress/jadeandsteel/OGL.txt
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/OGL.txt
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/PERMISSION
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinder.pcc
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderclasses.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderclassfeats.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderequip.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderequipcoins.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderequipweapammo.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderequipweapmelee.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderequipweapranged.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderfeats.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderlanguages.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderraces.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderskills.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/sidewinderweapprofs.lst
-%%T%%/data/permissioned/citizengames/sidewinder/sidewinder/todo.txt
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/OGL.txt
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraft.pcc
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequiparmorshield.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequipfamiliars.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequippotionspoisons.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequiprings.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequiprodstaffwand.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequipweapmelee.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequipwondrousitems.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftfeats.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftspells.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/OGL.txt
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreach.pcc
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachclasses.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachdomains.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequip.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequippotionspoisons.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequiprings.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequipweapmelee.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequipwondrousitems.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachfeats.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachskills.lst
-%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachspells.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcana.pcc
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaclasses.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanadeities.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanadomains.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaequip.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaequiprings.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaequipwondrousitems.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanafeats.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaspells.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanatemplates.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/OGL.txt
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/readme.txt
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanaweb.pcc
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebequipartifacts.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebequipweapmeleespecific.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebfeats.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebmonsters.lst
-%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/OGL.txt
-%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jade.pcc
-%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadebiosettings.lst
-%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadeequipweapmelee.lst
-%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jaderace.lst
-%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadetemplate.lst
-%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadeweapprofs.lst
-%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/OGL.txt
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2.pcc
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2classes.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2deities.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2domain.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equipmods.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equiprings.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equiprodstaffwands.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equipwondrousitems.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2feats.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2spells.lst
-%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/OGL.txt
-%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfane.pcc
-%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfanedeities.lst
-%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfaneequipartifacts.lst
-%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfaneequipwondrousitems.lst
-%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfanepermission.htm
-%%T%%/data/permissioned/malhavocpress/demongodsfane/OGL.txt
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/OGL.txt
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/readme.txt
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskill.pcc
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillbiosettings.lst
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillclasses.lst
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillequip.lst
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillfeats.lst
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillpowers.lst
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillraces.lst
-%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskilltemplates.lst
-%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookweb.pcc
-%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebclasses.lst
-%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebclassfeats.lst
-%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebfeats.lst
-%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebraces.lst
-%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebspells.lst
-%%T%%/data/permissioned/malhavocpress/malhavocweb/OGL.txt
-%%T%%/data/permissioned/malhavocpress/malhavocweb/Permission.txt
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/OGL.txt
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighter.pcc
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterclasses.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequip.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequiparmorshields.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapammo.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapblackpowder.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapmelee.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapranged.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterfeats.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterskills.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterweapprofs.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/OGL.txt
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogue.pcc
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueclasses.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequip.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequiparmorshields.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipmods.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequippotionspoisons.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapammo.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapammospecific.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapmelee.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapmeleespecific.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapranged.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipwondrousitems.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintroguefeats.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueskills.lst
-%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueweapprofs.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagic.pcc
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagicclasses.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagicfeats.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagicskills.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/OGL.txt
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonology.pcc
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyclasses.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequipartifacts.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequiprings.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequiprods.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequipweapmelee.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequipwondrousitems.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyfeats.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyskills.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/OGL.txt
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancy.pcc
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyclasses.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancycompanionmods.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequipartifacts.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequiprings.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequipweapmelee.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequipwondrousitems.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyfeats.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyskills.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyspells.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancytemplates.lst
-%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/OGL.txt
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiator.pcc
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorclasses.lst
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorequip.lst
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorequipweapmelee.lst
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorequipweapranged.lst
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorfeats.lst
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatortemplates.lst
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorweapprofs.lst
-%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/OGL.txt
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassin.pcc
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinclasses.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequip.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipmods.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipweapammo.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipweapmelee.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipweapranged.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinpotionspoisons.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinweapprofs.lst
-%%T%%/data/permissioned/mongoose/powerclasses/assassin/OGL.txt
-%%T%%/data/permissioned/mongoose/slayersguides/amazons/OGL.txt
-%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazons.pcc
-%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsclasses.lst
-%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsdeities.lst
-%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsdomains.lst
-%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsspells.lst
-%%T%%/data/permissioned/mongoose/slayersguides/centaurs/OGL.txt
-%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscent.pcc
-%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscentbiosettings.lst
-%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscentclasses.lst
-%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscentraces.lst
-%%T%%/data/permissioned/mongoose/slayersguides/gnolls/OGL.txt
-%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnoll.pcc
-%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnollbiosettings.lst
-%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnolllanguages.lst
-%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnollraces.lst
-%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/OGL.txt
-%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgob.pcc
-%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgobbiosettings.lst
-%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgoblanguages.lst
-%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgobraces.lst
-%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgobspells.lst
-%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/OGL.txt
-%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytes.pcc
-%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytesclasses.lst
-%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytesdeities.lst
-%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytesspells.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/OGL.txt
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seablood.pcc
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodclasses.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequip.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequiprodstaffwands.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipweapammo.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipweapmelee.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipweapranged.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipwondrousitems.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodfeats.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodskills.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodspells.lst
-%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodweapprofs.lst
+%%T%%/pcgen.jar
+%%T%%/outputsheets/d20/western/text/placeholder.txt
+%%T%%/outputsheets/d20/western/pdf/placeholder.txt
+%%T%%/outputsheets/d20/western/htmlxml/psheet_dnd_std.htm
+%%T%%/outputsheets/d20/western/htmlxml/eqsheet_dnd_std.htm
+%%T%%/outputsheets/d20/western/htmlxml/csheetDeadlands.htm
+%%T%%/outputsheets/d20/sciencefiction/text/placeholder.txt
+%%T%%/outputsheets/d20/sciencefiction/pdf/placeholder.txt
+%%T%%/outputsheets/d20/sciencefiction/htmlxml/psheet_dnd_std.htm
+%%T%%/outputsheets/d20/sciencefiction/htmlxml/eqsheet_dnd_std.htm
+%%T%%/outputsheets/d20/modern/text/placeholder.txt
+%%T%%/outputsheets/d20/modern/pdf/placeholder.txt
+%%T%%/outputsheets/d20/modern/pdf/csheet_modern_std.xslt
+%%T%%/outputsheets/d20/modern/htmlxml/psheet_dnd_std.htm
+%%T%%/outputsheets/d20/modern/htmlxml/eqsheet_dnd_std.htm
+%%T%%/outputsheets/d20/modern/htmlxml/csheet_modern_std.htm
+%%T%%/outputsheets/d20/horror/text/placeholder.txt
+%%T%%/outputsheets/d20/horror/htmlxml/psheet_dnd_std.htm
+%%T%%/outputsheets/d20/horror/htmlxml/eqsheet_dnd_std.htm
+%%T%%/outputsheets/d20/historical/text/placeholder.txt
+%%T%%/outputsheets/d20/historical/pdf/placeholder.txt
+%%T%%/outputsheets/d20/historical/htmlxml/psheet_dnd_std.htm
+%%T%%/outputsheets/d20/historical/htmlxml/eqsheet_dnd_std.htm
+%%T%%/outputsheets/d20/fantasy/text/csheet_plain.TXT
+%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_std.xslt
+%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_std.fo
+%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_spellbook.fo
+%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_picture.fo
+%%T%%/outputsheets/d20/fantasy/pdf/csheet_fantasy_descriptions.fo
+%%T%%/outputsheets/d20/fantasy/htmlxml/psheet_fantasy_std.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/eqsheet_fantasy_std.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/eqsheet_fantasy_consumables.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock2.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock1.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_compact.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_combined.htm
+%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_OpenRPG.xml
+%%T%%/outputsheets/base.xml
+%%T%%/lib/themes/xplunathemepack.zip
+%%T%%/lib/themes/whistlerthemepack.zip
+%%T%%/lib/themes/toxicthemepack.zip
+%%T%%/lib/themes/themepack.zip
+%%T%%/lib/themes/modernthemepack.zip
+%%T%%/lib/themes/macosthemepack.zip
+%%T%%/lib/themes/cellshadedthemepack.zip
+%%T%%/lib/themes/beosthemepack.zip
+%%T%%/lib/themes/bbjthemepack.zip
+%%T%%/lib/themes/aquathemepack.zip
+%%T%%/lib/skinlf.jar
+%%T%%/lib/readme.txt
+%%T%%/lib/kunststoff.jar
+%%T%%/lib/jep.LICENSE.txt
+%%T%%/lib/jep-2.24.jar
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesweapprofs.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulestemplatesmutations.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulestemplatesdefects.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulestemplates.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesskills.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesraces.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldruleslanguage.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesfeats.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipweapranged.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipweapmelee.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipweapammo.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipcoins.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequiparmorshields.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequip.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesclasses.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesbiosettings.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrules.pcc
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/OGL.txt
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizensteequipweapmelee.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizensteequip.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizensteclasses.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizenste.pcc
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/OGL.txt
 %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/darwinworld.pcc
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoa.pcc
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequip.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequiparmorshields.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequipweapammo.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequipweapmelee.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequipweapranged.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoafeats.lst
 %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaweapprofs.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoafeats.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequipweapranged.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequipweapmelee.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequipweapammo.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequiparmorshields.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequip.lst
+%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoa.pcc
 %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/OGL.txt
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizenste.pcc
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizensteclasses.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizensteequip.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/denizensteequipweapmelee.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens/OGL.txt
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/OGL.txt
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrules.pcc
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesbiosettings.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesclasses.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequip.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequiparmorshields.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipcoins.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipweapammo.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipweapmelee.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesequipweapranged.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesfeats.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldruleslanguage.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesraces.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesskills.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulestemplates.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulestemplatesdefects.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulestemplatesmutations.lst
-%%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules/worldrulesweapprofs.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/OGL.txt
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereign.pcc
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignarmormasterwork.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignbiosettings.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignclasses.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignequip.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignequiparmorshields.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignequipcoins.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignequipmods.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignequipweapammo.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignequipweapmelee.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignequipweapranged.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignfeats.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignfeatshidden.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignlanguages.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignmageclasses.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignmagicfeats.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignphbclasses.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignphbequip.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignraces.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignskills.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignspells.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereigntemplates.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignweapmasterwork.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/sovereignweapprofs.lst
-%%T%%/data/permissioned/sovereignpress/sovereignstone/altpcc/sovereignstonecampaignoptional.pcc
-%%T%%/lib/avalon.LICENSE.txt
-%%T%%/lib/batik.LICENSE.txt
-%%T%%/lib/fop.LICENSE.txt
-%%T%%/lib/jdom.LICENSE.txt
-%%T%%/lib/jep.LICENSE.txt
-%%T%%/lib/kunststoff.LICENSE.txt
-%%T%%/lib/mrjstubs.LICENSE.txt
-%%T%%/lib/readme.txt
-%%T%%/lib/skinlf.LICENSE.txt
-%%T%%/lib/skinlf.nanoxml.LICENSE.txt
-%%T%%/lib/skinlf.sixlegs.LICENSE.txt
-%%T%%/lib/xalan.LICENSE.txt
-%%T%%/lib/xerces.LICENSE.txt
-%%T%%/lib/xml-apis.README.txt
-%%T%%/lib/avalon-framework-cvs-20020806.jar
-%%T%%/lib/batik.jar
-%%T%%/lib/djep-2.24.jar
-%%T%%/lib/fop.jar
-%%T%%/lib/jdom.jar
-%%T%%/lib/jep-2.24.jar
-%%T%%/lib/kunststoff.jar
-%%T%%/lib/MRJ141Stubs.jar
-%%T%%/lib/RngPack-1.1a.jar
-%%T%%/lib/skinlf.jar
-%%T%%/lib/xalan-2.5.2.jar
-%%T%%/lib/xercesImpl-2.5.0.jar
-%%T%%/lib/xml-apis.jar
-%%T%%/lib/javacc.LICENSE.txt
-%%T%%/lib/javacc.jar
-%%T%%/lib/junit.LICENSE.txt
-%%T%%/lib/junit.jar
-%%T%%/lib/themes/aquathemepack.zip
-%%T%%/lib/themes/bbjthemepack.zip
-%%T%%/lib/themes/beosthemepack.zip
-%%T%%/lib/themes/cellshadedthemepack.zip
-%%T%%/lib/themes/macosthemepack.zip
-%%T%%/lib/themes/modernthemepack.zip
-%%T%%/lib/themes/themepack.zip
-%%T%%/lib/themes/toxicthemepack.zip
-%%T%%/lib/themes/whistlerthemepack.zip
-%%T%%/lib/themes/xplunathemepack.zip
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodweapprofs.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodspells.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodskills.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodfeats.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipwondrousitems.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipweapranged.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipweapmelee.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequipweapammo.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequiprodstaffwands.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodequip.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seabloodclasses.lst
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/seablood.pcc
+%%T%%/data/permissioned/mongoose/travellerstales/seasofblood/OGL.txt
+%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytesspells.lst
+%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytesdeities.lst
+%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytesclasses.lst
+%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/slayerstroglodytes.pcc
+%%T%%/data/permissioned/mongoose/slayersguides/troglodytes/OGL.txt
+%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgobspells.lst
+%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgobraces.lst
+%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgoblanguages.lst
+%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgobbiosettings.lst
+%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/slayershobgob.pcc
+%%T%%/data/permissioned/mongoose/slayersguides/hobgoblins/OGL.txt
+%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnollraces.lst
+%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnolllanguages.lst
+%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnollbiosettings.lst
+%%T%%/data/permissioned/mongoose/slayersguides/gnolls/slayersgnoll.pcc
+%%T%%/data/permissioned/mongoose/slayersguides/gnolls/OGL.txt
+%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscentraces.lst
+%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscentclasses.lst
+%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscentbiosettings.lst
+%%T%%/data/permissioned/mongoose/slayersguides/centaurs/slayerscent.pcc
+%%T%%/data/permissioned/mongoose/slayersguides/centaurs/OGL.txt
+%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsspells.lst
+%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsdomains.lst
+%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsdeities.lst
+%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazonsclasses.lst
+%%T%%/data/permissioned/mongoose/slayersguides/amazons/slayersamazons.pcc
+%%T%%/data/permissioned/mongoose/slayersguides/amazons/OGL.txt
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinweapprofs.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinpotionspoisons.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipweapranged.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipweapmelee.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipweapammo.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequipmods.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinequip.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassinclasses.lst
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/assassin.pcc
+%%T%%/data/permissioned/mongoose/powerclasses/assassin/OGL.txt
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorweapprofs.lst
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatortemplates.lst
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorfeats.lst
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorequipweapranged.lst
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorequipweapmelee.lst
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorequip.lst
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiatorclasses.lst
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/gladiator.pcc
+%%T%%/data/permissioned/mongoose/gladiatorsandsofdeath/OGL.txt
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancytemplates.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyspells.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyskills.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyfeats.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequipwondrousitems.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequipweapmelee.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequiprings.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyequipartifacts.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancycompanionmods.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancyclasses.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/necromancy.pcc
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy/OGL.txt
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyskills.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyfeats.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequipwondrousitems.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequipweapmelee.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequiprods.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequiprings.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyequipartifacts.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonologyclasses.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/demonology.pcc
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/demonology/OGL.txt
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagicskills.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagicfeats.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagicclasses.lst
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/chaosmagic.pcc
+%%T%%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic/OGL.txt
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueweapprofs.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueskills.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintroguefeats.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipwondrousitems.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapranged.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapmeleespecific.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapmelee.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapammospecific.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipweapammo.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequippotionspoisons.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequipmods.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequiparmorshields.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueequip.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogueclasses.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/quintrogue.pcc
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogue/OGL.txt
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterweapprofs.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterskills.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterfeats.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapranged.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapmelee.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapblackpowder.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequipweapammo.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequiparmorshields.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterequip.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighterclasses.lst
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/quintfighter.pcc
+%%T%%/data/permissioned/mongoose/collectorsseries/quintessentialfighter/OGL.txt
+%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebspells.lst
+%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebraces.lst
+%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebfeats.lst
+%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebclassfeats.lst
+%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookwebclasses.lst
+%%T%%/data/permissioned/malhavocpress/malhavocweb/montecookweb.pcc
+%%T%%/data/permissioned/malhavocpress/malhavocweb/Permission.txt
+%%T%%/data/permissioned/malhavocpress/malhavocweb/OGL.txt
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskilltemplates.lst
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillraces.lst
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillpowers.lst
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillfeats.lst
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillequip.lst
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillclasses.lst
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskillbiosettings.lst
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/thoughtskill.pcc
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/readme.txt
+%%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill/OGL.txt
+%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfanepermission.htm
+%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfaneequipwondrousitems.lst
+%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfaneequipartifacts.lst
+%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfanedeities.lst
+%%T%%/data/permissioned/malhavocpress/demongodsfane/demonfane.pcc
+%%T%%/data/permissioned/malhavocpress/demongodsfane/OGL.txt
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2spells.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2feats.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equipwondrousitems.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equiprodstaffwands.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equiprings.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2equipmods.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2domain.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2deities.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2classes.lst
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/eldritch2.pcc
+%%T%%/data/permissioned/malhavocpress/bookofeldritchmight2/OGL.txt
+%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadeweapprofs.lst
+%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadetemplate.lst
+%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jaderace.lst
+%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadeequipweapmelee.lst
+%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jadebiosettings.lst
+%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/jade.pcc
+%%T%%/data/permissioned/greenronin/jadedragonsandhungryghosts/OGL.txt
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebmonsters.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebfeats.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebequipweapmeleespecific.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanawebequipartifacts.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/arcanaweb.pcc
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagicweb/OGL.txt
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/readme.txt
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanatemplates.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaspells.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanafeats.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaequipwondrousitems.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaequiprings.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaequip.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanadomains.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanadeities.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcanaclasses.lst
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/arcana.pcc
+%%T%%/data/permissioned/greenronin/arcanasocietiesofmagic/OGL.txt
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachspells.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachskills.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachfeats.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequipwondrousitems.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequipweapmelee.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequiprings.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequippotionspoisons.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachequip.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachdomains.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreachclasses.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreach.pcc
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/trapsandtreachery/OGL.txt
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftspells.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftfeats.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequipwondrousitems.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequipweapmelee.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequiprodstaffwand.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequiprings.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequippotionspoisons.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequipfamiliars.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraftequiparmorshield.lst
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraft.pcc
+%%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft/OGL.txt
+%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteelfeats.lst
+%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteelequipweapmelee.lst
+%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteelclasses.lst
+%%T%%/data/permissioned/avalanchepress/jadeandsteel/jadesteel.pcc
+%%T%%/data/permissioned/avalanchepress/jadeandsteel/OGL.txt
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianspells.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianskills.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianraces.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipwondrousitems.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipweapmelee.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipspecific.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequiprings.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequippotionspoisons.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequiparmorshields.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequipammo.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianequip.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardiandeities.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardianbiosettings.lst
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/guardian.pcc
+%%T%%/data/permissioned/aurand20/darkawakeningsguardian/OGL.txt
+%%T%%/data/permissioned/aurand20/apothecarynotes/apothecaryequippotionspoisons.lst
+%%T%%/data/permissioned/aurand20/apothecarynotes/apothecaryequip.lst
+%%T%%/data/permissioned/aurand20/apothecarynotes/apothecary.pcc
+%%T%%/data/permissioned/aurand20/apothecarynotes/OGL.txt
+%%T%%/data/permissioned/aurand20/ReadMe-aurand20.txt
+%%T%%/data/permissioned/aurand20/History.txt
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsspells.lst
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsskills.lst
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsfeats.lst
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsequipwondrousitems.lst
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsdomains.lst
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgodsdeities.lst
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/touchedgods.pcc
+%%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods/OGL.txt
+%%T%%/data/permissioned/atlasgames/penumbra/thievesintheforest/thievesintheforestequipwondrousitems.lst
+%%T%%/data/permissioned/atlasgames/penumbra/thievesintheforest/thievesintheforest.pcc
+%%T%%/data/permissioned/atlasgames/penumbra/thievesintheforest/OGL.txt
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveiltemplates.lst
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilspells.lst
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequipwondrousitems.lst
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequipweapmeleespecific.lst
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequippotionspoisons.lst
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveilequipmods.lst
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/beyondtheveil.pcc
+%%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil/OGL.txt
+%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsraces.lst
+%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequipwondrousitems.lst
+%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequippotionspoisons.lst
+%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequipartifacts.lst
+%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdropsequip.lst
+%%T%%/data/permissioned/atlasgames/penumbra/backdrops/backdrops.pcc
+%%T%%/data/permissioned/atlasgames/penumbra/backdrops/OGL.txt
+%%T%%/data/permissioned/alderacentgroup/war/warspells.lst
+%%T%%/data/permissioned/alderacentgroup/war/warskills.lst
+%%T%%/data/permissioned/alderacentgroup/war/warfeats.lst
+%%T%%/data/permissioned/alderacentgroup/war/wardomains.lst
+%%T%%/data/permissioned/alderacentgroup/war/wardeities.lst
+%%T%%/data/permissioned/alderacentgroup/war/warclasses.lst
+%%T%%/data/permissioned/alderacentgroup/war/war.pcc
+%%T%%/data/permissioned/alderacentgroup/war/OGL.txt
+%%T%%/data/permissioned/alderacentgroup/undead/undeadtemplates.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadspells.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadskills.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadfeats.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadequipwondrousitems.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadequiprodstaffwands.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadequiprings.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadequippotionspoisons.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadequipmods.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadequip.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeaddomains.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeaddeities.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undeadclasses.lst
+%%T%%/data/permissioned/alderacentgroup/undead/undead.pcc
+%%T%%/data/permissioned/alderacentgroup/undead/OGL.txt
+%%T%%/data/permissioned/alderacentgroup/evil/evilspells.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evilskills.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evilraces.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evilfeats.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evilequipwondrousitems.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evilequipartifacts.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evildomains.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evildeities.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evilclasses.lst
+%%T%%/data/permissioned/alderacentgroup/evil/evil.pcc
+%%T%%/data/permissioned/alderacentgroup/evil/OGL.txt
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsspells.lst
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsskills.lst
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsfeats.lst
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsequipwondrousitems.lst
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsequip.lst
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsclassfeats.lst
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeonsclasses.lst
+%%T%%/data/permissioned/alderacentgroup/dungeons/dungeons.pcc
+%%T%%/data/permissioned/alderacentgroup/dungeons/OGL.txt
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsweapprofs.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsspells.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsskills.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsfeats.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipwondrousitems.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipweapmeleespecific.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipweapmelee.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipweapammospecific.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequippotionspoisons.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequipmods.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsequip.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsdeities.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragonsclasses.lst
+%%T%%/data/permissioned/alderacentgroup/dragons/dragons.pcc
+%%T%%/data/permissioned/alderacentgroup/dragons/OGL.txt
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsweapprofs.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualstemplates.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsspells.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsskills.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualspermission.HTM
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsfeatshidden.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsfeats.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipwondrousitems.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipweaprangedspecific.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipweapmeleespecific.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipweapammospecific.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipscrolls.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequiprodstaffwands.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequiprings.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequippotionspoisons.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipartifacts.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequiparmorshieldsspecific.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequip.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsdomains.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsclasses.lst
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrituals.pcc
+%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/OGL.txt
+%%T%%/data/d20ogl/srd35/rsrd_weaponprofs_natural.lst
+%%T%%/data/d20ogl/srd35/rsrd_weaponprofs.lst
+%%T%%/data/d20ogl/srd35/rsrd_templates_types.lst
+%%T%%/data/d20ogl/srd35/rsrd_templates_monsters.lst
+%%T%%/data/d20ogl/srd35/rsrd_templates.lst
+%%T%%/data/d20ogl/srd35/rsrd_spells.lst
+%%T%%/data/d20ogl/srd35/rsrd_skills.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_y_z.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_w_x.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_u_v.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_s_t.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_q_r.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_o_p.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_m_n.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_k_l.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_i_j.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_g_h.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_e_f.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_c_d.lst
+%%T%%/data/d20ogl/srd35/rsrd_races_a_b.lst
+%%T%%/data/d20ogl/srd35/rsrd_races__vermin.lst
+%%T%%/data/d20ogl/srd35/rsrd_races__dragons.lst
+%%T%%/data/d20ogl/srd35/rsrd_races__base.lst
+%%T%%/data/d20ogl/srd35/rsrd_races__animals.lst
+%%T%%/data/d20ogl/srd35/rsrd_languages.lst
+%%T%%/data/d20ogl/srd35/rsrd_feats_templates.lst
+%%T%%/data/d20ogl/srd35/rsrd_feats_monster.lst
+%%T%%/data/d20ogl/srd35/rsrd_feats_hidden2.lst
+%%T%%/data/d20ogl/srd35/rsrd_feats_hidden.lst
+%%T%%/data/d20ogl/srd35/rsrd_feats_descriptions.lst
+%%T%%/data/d20ogl/srd35/rsrd_feats.lst
+%%T%%/data/d20ogl/srd35/rsrd_equipmods_enhancing.lst
+%%T%%/data/d20ogl/srd35/rsrd_equipmods_base.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_wondrousitems.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_weap_ranged_specific.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_weap_ranged.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_weap_natural.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_weap_melee_specific.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_weap_melee.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_weap_ammo_specific.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_weap_ammo.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_scrolls.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_rodsstaffswands.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_rings.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_potions.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_poisons.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_coinsgems.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_basetypes.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_armorshields_specific.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip_armorshields.lst
+%%T%%/data/d20ogl/srd35/rsrd_equip.lst
+%%T%%/data/d20ogl/srd35/rsrd_domains.lst
+%%T%%/data/d20ogl/srd35/rsrd_deities.lst
+%%T%%/data/d20ogl/srd35/rsrd_companionmods.lst
+%%T%%/data/d20ogl/srd35/rsrd_classes_prestige.lst
+%%T%%/data/d20ogl/srd35/rsrd_classes_npc.lst
+%%T%%/data/d20ogl/srd35/rsrd_classes_monsters.lst
+%%T%%/data/d20ogl/srd35/rsrd_classes_base.lst
+%%T%%/data/d20ogl/srd35/rsrd.pcc
+%%T%%/data/d20ogl/srd35/altpcc/rsrdpsionics.pcc
+%%T%%/data/d20ogl/srd35/altpcc/rsrdmonsters.pcc
+%%T%%/data/d20ogl/srd35/altpcc/rsrdbasics.pcc
+%%T%%/data/d20ogl/srd35/altpcc/rsrdadvancednorace.pcc
+%%T%%/data/d20ogl/srd35/altpcc/rsrdadvanced.pcc
+%%T%%/data/d20ogl/srd35/OGL.txt
+%%T%%/data/d20ogl/srd/srd_weapprofs_psionic.lst
+%%T%%/data/d20ogl/srd/srd_weapprofs_natural.lst
+%%T%%/data/d20ogl/srd/srd_weapprofs.lst
+%%T%%/data/d20ogl/srd/srd_templates_types.lst
+%%T%%/data/d20ogl/srd/srd_templates_psionic.lst
+%%T%%/data/d20ogl/srd/srd_templates_creatures.lst
+%%T%%/data/d20ogl/srd/srd_templates.lst
+%%T%%/data/d20ogl/srd/srd_starting_kits.lst
+%%T%%/data/d20ogl/srd/srd_spells_psionic.lst
+%%T%%/data/d20ogl/srd/srd_spells.lst
+%%T%%/data/d20ogl/srd/srd_skills_psionic.lst
+%%T%%/data/d20ogl/srd/srd_skills.lst
+%%T%%/data/d20ogl/srd/srd_races_xyz.lst
+%%T%%/data/d20ogl/srd/srd_races_uvw.lst
+%%T%%/data/d20ogl/srd/srd_races_st.lst
+%%T%%/data/d20ogl/srd/srd_races_opr.lst
+%%T%%/data/d20ogl/srd/srd_races_mn.lst
+%%T%%/data/d20ogl/srd/srd_races_ikl.lst
+%%T%%/data/d20ogl/srd/srd_races_gh.lst
+%%T%%/data/d20ogl/srd/srd_races_ef.lst
+%%T%%/data/d20ogl/srd/srd_races_d.lst
+%%T%%/data/d20ogl/srd/srd_races_abc.lst
+%%T%%/data/d20ogl/srd/srd_races__vermin.lst
+%%T%%/data/d20ogl/srd/srd_races__psionic.lst
+%%T%%/data/d20ogl/srd/srd_races__phb.lst
+%%T%%/data/d20ogl/srd/srd_races__dragons.lst
+%%T%%/data/d20ogl/srd/srd_races__animals.lst
+%%T%%/data/d20ogl/srd/srd_languages.lst
+%%T%%/data/d20ogl/srd/srd_feats_psionic.lst
+%%T%%/data/d20ogl/srd/srd_feats_hidden_psionic.lst
+%%T%%/data/d20ogl/srd/srd_feats_hidden.lst
+%%T%%/data/d20ogl/srd/srd_feats_descriptions.lst
+%%T%%/data/d20ogl/srd/srd_feats.lst
+%%T%%/data/d20ogl/srd/srd_equipmods_psionic.lst
+%%T%%/data/d20ogl/srd/srd_equipmods_mundane.lst
+%%T%%/data/d20ogl/srd/srd_equipmods_magic.lst
+%%T%%/data/d20ogl/srd/srd_equip_wondrousitems.lst
+%%T%%/data/d20ogl/srd/srd_equip_weap_ranged_specific.lst
+%%T%%/data/d20ogl/srd/srd_equip_weap_ranged.lst
+%%T%%/data/d20ogl/srd/srd_equip_weap_melee_specific.lst
+%%T%%/data/d20ogl/srd/srd_equip_weap_melee_psionic.lst
+%%T%%/data/d20ogl/srd/srd_equip_weap_melee.lst
+%%T%%/data/d20ogl/srd/srd_equip_weap_ammo_specific.lst
+%%T%%/data/d20ogl/srd/srd_equip_weap_ammo.lst
+%%T%%/data/d20ogl/srd/srd_equip_scrolls.lst
+%%T%%/data/d20ogl/srd/srd_equip_rodsstaffswands.lst
+%%T%%/data/d20ogl/srd/srd_equip_rings.lst
+%%T%%/data/d20ogl/srd/srd_equip_psionic.lst
+%%T%%/data/d20ogl/srd/srd_equip_potions_poisons.lst
+%%T%%/data/d20ogl/srd/srd_equip_dorjes_psionic.lst
+%%T%%/data/d20ogl/srd/srd_equip_coinsgems.lst
+%%T%%/data/d20ogl/srd/srd_equip_basetypes_psionic.lst
+%%T%%/data/d20ogl/srd/srd_equip_basetypes.lst
+%%T%%/data/d20ogl/srd/srd_equip_artifacts.lst
+%%T%%/data/d20ogl/srd/srd_equip_armorshields_specific.lst
+%%T%%/data/d20ogl/srd/srd_equip_armorshields.lst
+%%T%%/data/d20ogl/srd/srd_equip.lst
+%%T%%/data/d20ogl/srd/srd_domains.lst
+%%T%%/data/d20ogl/srd/srd_deities.lst
+%%T%%/data/d20ogl/srd/srd_companion_mods.lst
+%%T%%/data/d20ogl/srd/srd_classes_psionic.lst
+%%T%%/data/d20ogl/srd/srd_classes_prestige.lst
+%%T%%/data/d20ogl/srd/srd_classes_dragon.lst
+%%T%%/data/d20ogl/srd/srd_classes_creature_types.lst
+%%T%%/data/d20ogl/srd/srd_classes_creature_specific.lst
+%%T%%/data/d20ogl/srd/srd_classes_base.lst
+%%T%%/data/d20ogl/srd/srd.pcc
+%%T%%/data/d20ogl/srd/altpcc/srdpsionics.pcc
+%%T%%/data/d20ogl/srd/altpcc/srdmonsters.pcc
+%%T%%/data/d20ogl/srd/altpcc/srdbasic.pcc
+%%T%%/data/d20ogl/srd/altpcc/srdasian.pcc
+%%T%%/data/d20ogl/srd/altpcc/srdadvanced.pcc
+%%T%%/data/d20ogl/srd/OGL.txt
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlweapprofs.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlspells.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlskills.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlfeats.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequipweapranged.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequipweapmelee.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequiparmorshields.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlequip.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawldomains.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawldeities.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawlclasses.lst
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/xcrawl.pcc
+%%T%%/data/d20ogl/pandaheadproductions/xcrawl/OGL.txt
+%%T%%/data/d20ogl/msrd/msrd_weaponprofs.lst
+%%T%%/data/d20ogl/msrd/msrd_templates_fiends.lst
+%%T%%/data/d20ogl/msrd/msrd_templates.lst
+%%T%%/data/d20ogl/msrd/msrd_spells.lst
+%%T%%/data/d20ogl/msrd/msrd_skills.lst
+%%T%%/data/d20ogl/msrd/msrd_races.lst
+%%T%%/data/d20ogl/msrd/msrd_powers.lst
+%%T%%/data/d20ogl/msrd/msrd_languages.lst
+%%T%%/data/d20ogl/msrd/msrd_feats_occupations.lst
+%%T%%/data/d20ogl/msrd/msrd_feats_hidden.lst
+%%T%%/data/d20ogl/msrd/msrd_feats.lst
+%%T%%/data/d20ogl/msrd/msrd_equipmods_fx.lst
+%%T%%/data/d20ogl/msrd/msrd_equipmods.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_wonderousitems.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_weap_ranged_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_weap_ranged.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_weap_melee_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_weap_melee.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_weap_ammo.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_wands_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_vehicles.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_tattoos_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_staffs_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_scrolls_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_ring_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_potion_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_armor_specific.lst
+%%T%%/data/d20ogl/msrd/msrd_equip_armor.lst
+%%T%%/data/d20ogl/msrd/msrd_equip.lst
+%%T%%/data/d20ogl/msrd/msrd_classes_npc.lst
+%%T%%/data/d20ogl/msrd/msrd_classes_base.lst
+%%T%%/data/d20ogl/msrd/msrd_classes_advanced.lst
+%%T%%/data/d20ogl/msrd/msrd.pcc
+%%T%%/data/d20ogl/msrd/altpcc/msrdnofx.pcc
+%%T%%/data/d20ogl/msrd/OGL.txt
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_templates.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_spells.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_races.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_feats_hidden.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_feats.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equipmods.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_wondrousitems.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_weap_specific.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_rings.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_equip_potions.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_domains.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_classes.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight_armorshields_specific.lst
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/hallowedmight.pcc
+%%T%%/data/d20ogl/malhavocpress/bookofhallowedmight/OGL.txt
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchspells.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchskills.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchraces.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchfeats.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequipwondrousitems.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequipweapmelee.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequiprodstaffwands.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequiprings.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequippotionspoisons.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchclasses.lst
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritch.pcc
+%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/OGL.txt
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesweapprofs.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracestemplates.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesspells.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesskills.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesraces.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicraceslanguages.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesfeatshidden.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesfeats.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapranged.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapmelee.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapammo.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesdomains.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesclasses.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesbiosettings.lst
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicraces.pcc
+%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/OGL.txt
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_weapprofs.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_templates.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_spells.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_skills.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_races.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_languages.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats_hidden.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_weap_ranged.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_weap_melee.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_weap_ammo.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_mods.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_mech.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip_armorshields.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_equip.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_deities.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_classes.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_biosettings.lst
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb.pcc
+%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/OGL.txt
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbookofspellsmagic/netbookofspellsspells.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbookofspellsmagic/netbookofspells.pcc
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbookofspellsmagic/OGL.txt
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equipmod_magic.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_wondrousitems.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_weaprangedspecific.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_weapmeleespecific.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_weapammospecific.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_scrolls.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_rodstaffswands.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_rings.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_potions.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_artifacts.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures_equip_armorshieldsspecific.lst
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/magical_treasures.pcc
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/issues.txt
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/Magical_Items.pdf
+%%T%%/data/d20ogl/fantasycommunitycouncil/netbook/magical_treasures/FanCC_NBoMT.txt
+%%T%%/data/d20ogl/creativemountaingames/permission.txt
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation2/openspellsvar2spells.lst
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation2/openspellsvar2.pcc
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation1/openspellsvar1spells.lst
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation1/openspellsvar1.pcc
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/primary/openspellsprimespells.lst
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/primary/openspellsprime.pcc
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/primary/OGL.txt
+%%T%%/data/d20ogl/creativemountaingames/openspellscollection/OGL.txt
+%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/trundlefolk.pcc
+%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/lexustrundlefolkspells.lst
+%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/lexustrundlefolkclasses.lst
+%%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk/OGL.txt
+%%T%%/data/d20ogl/creativemountaingames/lexus/permission.txt
+%%T%%/data/d20ogl/creativemountaingames/lexus/groupcombat/lexusgroupcombatfeats.lst
+%%T%%/data/d20ogl/creativemountaingames/lexus/groupcombat/groupcombat.pcc
+%%T%%/data/d20ogl/creativemountaingames/lexus/groupcombat/OGL.txt
+%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/lexusclergyspells.lst
+%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/lexusclergyclasses.lst
+%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/countyclergy.pcc
+%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/OGL.txt
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeweapprofs.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapetemplates.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeskills.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscaperaces.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapelanguages.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapefeats.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapranged.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapmelee.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapammo.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipmods.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequiparmorshields.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequip.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeclassfeats.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeclasses.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapebiosettings.lst
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscape.pcc
+%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/OGL.txt
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundweapprofs.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundtemplates.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundspells.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundskills.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundraces.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundpermission.htm
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundlanguages.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundfeats30.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundfeats.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipweapranged.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipweapmelee.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipweapammo.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipmods.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipmagicitems.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequipgoods.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequiparmorshields.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundequip.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundclassfeats.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundclasses.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathboundbiosettings.lst
+%%T%%/data/d20ogl/bastionpress/oathbound/oathbound.pcc
+%%T%%/data/d20ogl/bastionpress/oathbound/UPDATE2003-11-09-ruemere.TXT
+%%T%%/data/d20ogl/bastionpress/oathbound/UPDATE.txt
+%%T%%/data/d20ogl/bastionpress/oathbound/OGL.txt
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistspells.lst
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistskills.lst
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistfeats.lst
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistequipwondrousitems.lst
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistequipherbs.lst
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistclasses.lst
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalist.pcc
+%%T%%/data/d20ogl/bastionpress/alchemyherbalists/OGL.txt
+%%T%%/data/d20ogl/avalanchepress/blackflags/blackflagskills.lst
+%%T%%/data/d20ogl/avalanchepress/blackflags/blackflags.pcc
+%%T%%/data/d20ogl/avalanchepress/blackflags/blackflagfeats.lst
+%%T%%/data/d20ogl/avalanchepress/blackflags/blackflagclasses.lst
+%%T%%/data/d20ogl/avalanchepress/blackflags/OGL.txt
+%%T%%/data/customsources/readme-customsources.txt
+%%T%%/characters/Code Monkey.htm
 @dirrm %%T%%/system/specials
 @dirrm %%T%%/system/outputFilters
 @dirrm %%T%%/system/gameModes/Modern
@@ -959,18 +851,6 @@
 @dirrm %%T%%/system/bio
 @dirrm %%T%%/system/Languages
 @dirrm %%T%%/system
- at dirrm %%T%%/plugins/Random Names
- at dirrm %%T%%/plugins/Overland Travel/travel_methods
- at dirrm %%T%%/plugins/Overland Travel/rnbprice
- at dirrm %%T%%/plugins/Overland Travel
- at dirrm %%T%%/plugins/Notes
- at dirrm %%T%%/plugins/Initiative
- at dirrm %%T%%/plugins/Experience/experience_tables
- at dirrm %%T%%/plugins/Experience
- at dirrm %%T%%/plugins/Encounter/encounter_tables/environments
- at dirrm %%T%%/plugins/Encounter/encounter_tables
- at dirrm %%T%%/plugins/Encounter
- at dirrm %%T%%/plugins
 @dirrm %%T%%/outputsheets/d20/western/text
 @dirrm %%T%%/outputsheets/d20/western/pdf
 @dirrm %%T%%/outputsheets/d20/western/htmlxml
@@ -997,11 +877,7 @@
 @dirrm %%T%%/outputsheets/d20
 @dirrm %%T%%/outputsheets
 @dirrm %%T%%/lib/themes
- at dirrm %%T%%/lib/javancss
 @dirrm %%T%%/lib
- at dirrm %%T%%/data/permissioned/sovereignpress/sovereignstone/altpcc
- at dirrm %%T%%/data/permissioned/sovereignpress/sovereignstone
- at dirrm %%T%%/data/permissioned/sovereignpress
 @dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules
 @dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens
 @dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts
@@ -1040,9 +916,6 @@
 @dirrm %%T%%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft
 @dirrm %%T%%/data/permissioned/fantasyflightgames/legendsandlairs
 @dirrm %%T%%/data/permissioned/fantasyflightgames
- at dirrm %%T%%/data/permissioned/citizengames/sidewinder/sidewinder
- at dirrm %%T%%/data/permissioned/citizengames/sidewinder
- at dirrm %%T%%/data/permissioned/citizengames
 @dirrm %%T%%/data/permissioned/avalanchepress/jadeandsteel
 @dirrm %%T%%/data/permissioned/avalanchepress
 @dirrm %%T%%/data/permissioned/aurand20/darkawakeningsguardian
@@ -1096,7 +969,6 @@
 @dirrm %%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape
 @dirrm %%T%%/data/d20ogl/battlefieldpress/cityscape
 @dirrm %%T%%/data/d20ogl/battlefieldpress
- at dirrm %%T%%/data/d20ogl/bastionpress/oathbound/altpcc
 @dirrm %%T%%/data/d20ogl/bastionpress/oathbound
 @dirrm %%T%%/data/d20ogl/bastionpress/alchemyherbalists
 @dirrm %%T%%/data/d20ogl/bastionpress
@@ -1106,4 +978,3 @@
 @dirrm %%T%%/data/customsources
 @dirrm %%T%%/data
 @dirrm %%T%%/characters
- at dirrm %%T%%
--- pcgen-5.6.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list