1# CVS $Revision$ $Author$ -- Tue Dec 15 01:48:08 2015 -- reformated by PCGen PrettyLST v6.06.00
2SOURCELONG:My Pathfinder Campaign	SOURCESHORT:MPC	SOURCEWEB:http://www.mywebsite.com	SOURCEDATE:2008-01
3
4# Pathfinder version of Skills and how we handle Skill Focus
5#Skill Blank
6#	KEYSTAT:
7#	ACHECK:YES/NO
8#	TYPE:AttributeName.Base
9#	SOURCEPAGE:p.#
10#	BONUS:SKILL|Skill Blank|3|TYPE=ClassSkill|PRECSKILL:1,Skill Blank|PRESKILL:1,Skill Blank=1
11#Skill Blank.MOD
12#	BONUS:SKILL|Skill Blank|3|TYPE=SkillFocus|PREABILITY:1,CATEGORY=FEAT,Skill Focus (Skill Blank)
13#	BONUS:SKILL|Skill Blank|6|TYPE=SkillFocus|PREABILITY:1,CATEGORY=FEAT,Skill Focus (Skill Blank)|PRESKILL:1,Skill Blank=10
14
15
16# Example of Acrobatics
17#Acrobatics		KEYSTAT:DEX		ACHECK:YES		TYPE:Dexterity.Base	SOURCEPAGE:p.87	BONUS:SKILL|Acrobatics|3|TYPE=ClassSkill|PRECSKILL:1,Acrobatics|PRESKILL:1,Acrobatics=1
18#Acrobatics.MOD	BONUS:SKILL|Acrobatics|3|TYPE=SkillFocus|PREABILITY:1,CATEGORY=FEAT,Skill Focus (Acrobatics)
19#Acrobatics.MOD	BONUS:SKILL|Acrobatics|6|TYPE=SkillFocus|PREABILITY:1,CATEGORY=FEAT,Skill Focus (Acrobatics)|PRESKILL:1,Acrobatics=10
20
21
22
23#insert your data here
24
25#Every line that starts with a '#' is a comment. You may want to remove these comments, if you use this file to set up
26#your own data. Remember not to put the '#' at the start of your own data, as PCGen would see it as a comment only.
27#
28#When Running PCGen, you can select "Help > Documentation > List Files > List File Tag Index > Skill File tags" to find
29#out how the tags in the skills file work. Some of the tags used here are global tags. You will see an alphabetical
30#listing of all PCGen tags to the left of the documentation window. You can find the global tags there as well.
31#
32#
33#
34#
35#####Example
36
37#Sleight of Hand		KEYSTAT:DEX		USEUNTRAINED:NO	ACHECK:YES		TYPE:Dexterity		BONUS:SKILL|Sleight of Hand|2|PRESKILL:1,Bluff=5|TYPE=Synergy.STACK		SOURCEPAGE:SkillsII
38
39###Sample for Ability by Skill rules guide.
40#Ability by Skill	TYPE:NoStat	VISIBLE:DISPLAY	BONUS:ABILITYPOOL|AbilitybySkillPool|SKILL.Ability by Skill.RANK
41
42#####
43#Sleight of Hand is the name of the skill. It will appear in the skills list on PCGen's Skills tab and will be used if a
44#skill gets bonused or is declared a class skill. It must be the first entry on each line.
45#
46#The KEYSTAT tag sets what stat the skill draw any bonuses from. If the tag is left off, no Stat bonus will be automatically
47#applied.
48#
49#The USEUNTRAINED tag indicates if this skill can be used untrained by the character. It can be left off if it is set to YES.
50#
51#The ACHECK tag applies the Armor check penalty to this skill. It can be left off if it is set to NO.
52#
53#BONUS tags are a group of similar tags, that grant some form of Bonus to another already existing tag. To read a description
54#of them, look in the List File Tag Index under the topic "Bonus tags".
55#
56#The PRESKILL tag is used with the BONUS tag, so it is required that you have a certain skill at a certain level to benefit
57#from this Bonus. There is a multitude of existing prerequiste tags in PCGen. If you are looking into the documentation under
58#List File Tag Index, you can find them listed under the topic "PRExxx tags".
59#
60#The SOURCEPAGE tag can be used to hold a reference to where you can find the spell. This will be displayed in PCGen.
61