Skip to content

Commit

Permalink
PF2e - Finish basic class coding
Browse files Browse the repository at this point in the history
  • Loading branch information
LegacyKing committed Oct 28, 2019
1 parent e0e99a0 commit 5cbfd8b
Show file tree
Hide file tree
Showing 20 changed files with 3,379 additions and 3,148 deletions.
25 changes: 12 additions & 13 deletions pathfinder_2/core_rulebook/c__datacontrols.lst
@@ -1,4 +1,4 @@
# Sat Sep 21 13:31:46 2019 -- reformatted by PCGen TidyLst v1.04.00
# Mon Oct 28 08:06:48 2019 -- reformatted by PCGen TidyLst v1.04.00
# Created January, 2015 Tom Parker
# This file represents a conversion mechanism for items that were previously
# stand-alone tokens, but are now handled internally as FACT or FACTSET.
Expand Down Expand Up @@ -115,15 +115,15 @@ FUNCTION:d20Mod VALUE:floor((arg(0)-10)/2)
DYNAMICSCOPE:MOVEMENT
DYNAMICSCOPE:VISION

# Fact Definition Data type Necessity Selectability Visibility Name for display What it's for
FACTDEF:RACE|BaseSize DATAFORMAT:SIZEADJUSTMENT REQUIRED:NO VISIBLE:YES EXPLANATION:All Races must have a Size - in the case of multiple sizes, use the SMALLEST allowed.
# Fact Definition Data type Necessity Selectability Visibility Name for display What it's for
FACTDEF:RACE|BaseSize DATAFORMAT:SIZEADJUSTMENT REQUIRED:NO VISIBLE:YES EXPLANATION:All Races must have a Size - in the case of multiple sizes, use the SMALLEST allowed.

FACTDEF:RACE|Speed DATAFORMAT:STRING REQUIRED:NO VISIBLE:YES EXPLANATION:All Races have a speed.
FACTDEF:RACE|Speed DATAFORMAT:STRING REQUIRED:NO VISIBLE:YES EXPLANATION:All Races have a speed.


# Subdomain / Domain Support

FACTDEF:DOMAIN|Domain DATAFORMAT:STRING REQUIRED:NO SELECTABLE:NO VISIBLE:NO DISPLAYNAME:Domain EXPLANATION:Makes referencing the domain easier
FACTDEF:DOMAIN|Domain DATAFORMAT:STRING REQUIRED:NO SELECTABLE:NO VISIBLE:NO DISPLAYNAME:Domain EXPLANATION:Makes referencing the domain easier



Expand All @@ -132,14 +132,13 @@ FACTDEF:DOMAIN|Domain DATAFORMAT:STRING REQUIRED:NO SELECTABLE:NO VISIBLE:N
# NEW PF 2 Specific Rules
###############################

FACTDEF:ABILITY|AltAbilityGeneration DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Alt Ability Generation EXPLANATION:Determines whether to use alternative rules
FACTDEF:ABILITY|AltAbilityGeneration DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Alt Ability Generation EXPLANATION:Determines whether to use alternative rules

FACTDEF:ABILITY|EnigmaMuse DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Enigma Muse EXPLANATION:Determines whether you have an Enigma Muse
FACTDEF:ABILITY|MaestroMuse DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Maestro Muse EXPLANATION:Determines whether you have an Maestro Muse
FACTDEF:ABILITY|PolymathMuse DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Polymath Muse EXPLANATION:Determines whether you have an Polymath Muse
FACTDEF:ABILITY|EnigmaMuse DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Enigma Muse EXPLANATION:Determines whether you have an Enigma Muse
FACTDEF:ABILITY|MaestroMuse DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Maestro Muse EXPLANATION:Determines whether you have an Maestro Muse
FACTDEF:ABILITY|PolymathMuse DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Polymath Muse EXPLANATION:Determines whether you have an Polymath Muse


FACTDEF:ABILITY|Champion_Paladin DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Champion_Paladin EXPLANATION:Determines whether you have an Champion_Paladin
FACTDEF:ABILITY|Champion_Redeemer DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Champion_Redeemer EXPLANATION:Determines whether you have an Champion_Redeemer
FACTDEF:ABILITY|Champion_Liberator DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Champion_Liberator EXPLANATION:Determines whether you have an Champion_Liberator

FACTDEF:ABILITY|Champion_Paladin DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Champion_Paladin EXPLANATION:Determines whether you have an Champion_Paladin
FACTDEF:ABILITY|Champion_Redeemer DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Champion_Redeemer EXPLANATION:Determines whether you have an Champion_Redeemer
FACTDEF:ABILITY|Champion_Liberator DATAFORMAT:BOOLEAN REQUIRED:NO SELECTABLE:NO VISIBLE:YES DISPLAYNAME:Champion_Liberator EXPLANATION:Determines whether you have an Champion_Liberator
360 changes: 180 additions & 180 deletions pathfinder_2/core_rulebook/c_abilities.lst

Large diffs are not rendered by default.

330 changes: 165 additions & 165 deletions pathfinder_2/core_rulebook/c_abilities_ancestry.lst

Large diffs are not rendered by default.

789 changes: 425 additions & 364 deletions pathfinder_2/core_rulebook/c_abilities_class.lst

Large diffs are not rendered by default.

1,251 changes: 615 additions & 636 deletions pathfinder_2/core_rulebook/c_abilities_classfeats.lst

Large diffs are not rendered by default.

486 changes: 243 additions & 243 deletions pathfinder_2/core_rulebook/c_abilities_feat.lst

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions pathfinder_2/core_rulebook/c_abilitycategories.lst
@@ -1,4 +1,4 @@
# Sun Oct 20 14:45:41 2019 -- reformatted by PCGen TidyLst v1.04.00
# Mon Oct 28 08:06:48 2019 -- reformatted by PCGen TidyLst v1.04.00

###Block: Master Categories
# Ability Category Visible Category of Object
Expand Down Expand Up @@ -108,7 +108,7 @@ ABILITYCATEGORY:Rogue Class Feature VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:
ABILITYCATEGORY:Sorcerer Class Feature VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Sorcerer Class Feature DISPLAYLOCATION:Character
ABILITYCATEGORY:Wizard Class Feature VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Wizard Class Feature DISPLAYLOCATION:Character

ABILITYCATEGORY:Class Ability Boost Strength or Dexterity VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Ability TYPE:Class Ability Boost Str.Class Ability Boost Dex DISPLAYLOCATION:Character
ABILITYCATEGORY:Class Ability Boost Strength or Dexterity VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Ability TYPE:Class Ability Boost Str.Class Ability Boost Dex DISPLAYLOCATION:Character



Expand All @@ -125,27 +125,29 @@ ABILITYCATEGORY:Dragon Instinct Dragon VISIBLE:QUALIFY EDITABLE:YES EDITPOO

ABILITYCATEGORY:Bard Muses VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Bard Muses DISPLAYLOCATION:Character

ABILITYCATEGORY:Champion Divine Ally VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Champion Divine Ally DISPLAYLOCATION:Character
ABILITYCATEGORY:Champion Deity and Cause VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Champion Deity and Cause DISPLAYLOCATION:Character
ABILITYCATEGORY:Champion Divine Ally VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Champion Divine Ally DISPLAYLOCATION:Character
ABILITYCATEGORY:Champion Deity and Cause VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Champion Deity and Cause DISPLAYLOCATION:Character



ABILITYCATEGORY:Deity Trained Skills VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Deity Trained Skills DISPLAYLOCATION:Character
ABILITYCATEGORY:Deity Trained Skills VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Deity Trained Skills DISPLAYLOCATION:Character




ABILITYCATEGORY:Druidic Order VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Druidic Order DISPLAYLOCATION:Character

ABILITYCATEGORY:Ranger Hunter's Edge VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Ranger Hunter's Edge DISPLAYLOCATION:Character
ABILITYCATEGORY:Ranger Hunter's Edge VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Ranger Hunter's Edge DISPLAYLOCATION:Character

ABILITYCATEGORY:Rogue's Racket VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Rogue's Racket DISPLAYLOCATION:Character






ABILITYCATEGORY:Draconic Dragon Type VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Draconic Dragon Type DISPLAYLOCATION:Character
ABILITYCATEGORY:Sorcerer Bloodline Draconic Dragon Type VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Sorcerer Bloodline Draconic Dragon Type DISPLAYLOCATION:Character
ABILITYCATEGORY:Sorcerer Bloodline Elemental Type VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Class Feature TYPE:Sorcerer Bloodline Elemental Type DISPLAYLOCATION:Character



Expand Down

0 comments on commit 5cbfd8b

Please sign in to comment.