1# Created January, 2015 Tom Parker
2# This file represents a conversion mechanism for items that were previously
3# stand-alone tokens, but are now handled internally as FACT or FACTSET.
4#
5# This file does not need to be referenced by a set of data or game mode
6# unless that data uses a data control file (DATACONTROL: in a PCC file)
7#
8# Once a dataset takes on the responsibility of a DATACONTROL file, then it
9# MUST include these entries (or something near equivalent [additional
10# SELECT-ability would be legal]) in one of the DATACONTROL files.
11
12FACTDEF:ABILITY|AppliedName	DATAFORMAT:String		VISIBLE:YES
13
14FACTDEF:CLASS|Abb			DATAFORMAT:String		VISIBLE:YES
15FACTDEF:CLASS|ClassType		DATAFORMAT:String		VISIBLE:YES
16FACTDEF:CLASS|SpellType		DATAFORMAT:String		VISIBLE:YES	SELECTABLE:YES
17
18FACTDEF:DEITY|Symbol			DATAFORMAT:String		VISIBLE:YES
19FACTDEF:DEITY|Worshippers		DATAFORMAT:String		VISIBLE:YES
20FACTDEF:DEITY|Title			DATAFORMAT:String		VISIBLE:YES
21FACTDEF:DEITY|Appearance		DATAFORMAT:String		VISIBLE:YES
22
23FACTDEF:EQUIPMENT|RateOfFire	DATAFORMAT:String		VISIBLE:YES
24
25FACTDEF:TEMPLATE|AppliedName	DATAFORMAT:String		VISIBLE:YES
26
27FACTSETDEF:DEITY|Pantheon		DATAFORMAT:String		VISIBLE:YES	SELECTABLE:YES
28FACTSETDEF:DEITY|Race			DATAFORMAT:String		VISIBLE:YES
29
30