Difference between revisions of "FreeMarker Facet Output"

From PCGen Wiki
Jump to: navigation, search
(Created page with "{| align="right" | __TOC__ |} =Purpose= This page describes the output available with FreeMarker variables. This replaces both the existing output tokens as well as pr...")
 
m (Purpose)
Line 6: Line 6:
 
=Purpose=
 
=Purpose=
  
This page describes the output available with FreeMarker variables.  This replaces both the existing output tokens as well as providing the only access to variables that are visible to output due to teh [[FACT Token]] and [[FACTSET Token]].
+
This page describes the output available with FreeMarker variables.  This replaces both the existing output tokens as well as providing the only access to variables that are visible to output due to the [[FACT Token]] and [[FACTSET Token]].
  
 
=Available Facets=
 
=Available Facets=

Revision as of 00:45, 12 January 2015


Purpose

This page describes the output available with FreeMarker variables. This replaces both the existing output tokens as well as providing the only access to variables that are visible to output due to the FACT Token and FACTSET Token.

Available Facets

Single Item Facets

  • DeityFacet: "pc.deity"
  • RaceFacet: "pc.race"
  • AlignmentFacet: "pc.alignment"
  • SizeFacet: "pc.sizeadjustment"

List/Sequence Facets

  • EquipmentFacet: "pc.equipment.all"
  • EquippedEquipmentFacet: "pc.equipment.equipped"
  • KitFacet: "pc.kits"
  • CheckFacet: "pc.checks"
  • ClassFacet: "pc.classes"
  • CompanionModFacet: "pc.companionmods"
  • DomainFacet: "pc.domains"
  • LanguageFacet: "pc.languages"
  • SkillFacet: "pc.skills"
  • StatFacet: "pc.stats"
  • TemplateFacet: "pc.templates"
  • WeaponProfModelFacet: "pc.weaponprofs"