Changeset - 31631c5ee67b
[Not reviewed]
0 2 0
Chel Sea (chain) - 3 years ago 2022-06-20 12:02:12
chain@rpgfiction.net
Add Tiefling Bloodline Erinyes
2 files changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
my_abilities.lst
Show inline comments
 
@@ -29,24 +29,30 @@ SOURCELONG:My Campaign	SOURCESHORT:My	SOURCEWEB:http://www.mywebsite.com	SOURCED
 
#####
 
#Each ability takes one line, just like a feat, and the first field must be the abilities' name. In the Example the name of the ability is My Ability.
 
#When naming feats you should only use parentheses at the end of the name if the name is not duplicated elsewhere. This is
 
#because of how PCGen names abilities which can be taken multiple times. For example, the Feat/ability Weapon Focus when taken will display
 
#as Weapon Focus(Dagger). Another example is Armor Proficiency (Light), there is no feat named Armor Proficiency so this name
 
#is fine. What is happening is when PCGen finds a feat with parentheses that duplicates the name of another feat it assumes
 
#that feat is an instance of the one without parentheses and does not display the one with parentheses.
 
#
 
#The TYPE tag is holding a . (period) delimited list of the types the ability/feat is.
 
#
 
#The DESC tag is used to hold the description of the Ability/Feat. In our files we usually keep the description brief, so the user
 
#still need to own the book to make use of the data, but for your personal files can get as elaborate as you want there.
 
#
 
#The MULT tag determines if a ability/feat can be taken multiple times. If the value is set to YES, then you MUST also use a CHOOSE
 
#tag.
 
#
 
#The CHOOSE tag must be paired with a MULT:YES tag in feats for it to work properly. It will display a popup window that asks
 
#for a selection according to what is being called for. There is a multitude of existing CHOOSE tags in PCGen. If you are
 
#looking into the documentation under List File Tag Index, you can find them listed under the topic "CHOOSE tags".
 
#
 
#The BONUS tags are a group of similar tags, that grant some form of Bonus to another already existing tag. To read a description
 
#of them, look in the List File Tag Index under the topic "Bonus tags".
 
#
 
#The SOURCEPAGE tag can be used to hold a reference to where you can find the feat. This will be displayed in PCGen.
 

	
 
Erinyes			TEMPLATE:Subrace ~ Erinyes		KEY:Tiefling Subrace ~ Erinyes		PREMULT:1,[!PREFACT:1,ABILITIES,Tiefling_Trait_AbilityScoreIncrease=true,Tiefling_Trait_InfernalLegacy=true],[PREABILITY:1,CATEGORY=Internal,Tiefling Subrace ~ Erinyes]		FACT:Tiefling_Trait_AbilityScoreIncrease|true	FACT:Tiefling_Trait_InfernalLegacy|true	SORTKEY:1_Race_0	CATEGORY:Internal	TYPE:Tiefling Subrace	DESC:xxx.	ABILITY:Tiefling Race Trait|AUTOMATIC|TYPE=Tiefling Subrace ~ Erinyes
 

	
 
# Erinyes
 
Ability Score Increase	KEY:Tiefling Subrace ~ Erinyes ~ Ability Score Increase		SORTKEY:1_Race	CATEGORY:Special Ability	TYPE:Race Trait.Tiefling Race Trait.Tiefling Subrace ~ Erinyes.SpecialQuality		DESC:Your Charisma score increases by 2, and your Dexterity score increases by 1.	BONUS:STAT|CHA|2|TYPE=Racial	BONUS:STAT|DEX|1|TYPE=Racial
 
Legacy of Erinyes	KEY:Tiefling Subrace ~ Erinyes ~ Legacy of Erinyes		SORTKEY:1_Race	CATEGORY:Special Ability	TYPE:Race Trait.Tiefling Race Trait.Tiefling Subrace ~ Erinyes.SpecialQuality		DESC:You know the thaumaturgy cantrip. When you reach 3rd level, you can cast the disguise self spell once with this Race Trait and regain the ability to do so when you finish a long rest. When you reach 5th level, you can cast the detect thoughts spell once with this Race Trait and regain the ability to do so when you finish a long rest. Charisma is your spellcasting ability for these spells.	SPELLS:Infernal Legacy|TIMES=ATWILL|Thaumaturgy	SPELLS:Infernal Legacy|TIMES=1|TIMEUNIT=Day|Disguise Self|PRELEVEL:MIN=3	SPELLS:Infernal Legacy|TIMES=1|TIMEUNIT=Day|Detect Thoughts|PRELEVEL:MIN=5
my_templates.lst
Show inline comments
 
@@ -39,24 +39,28 @@ SOURCELONG:My Campaign	SOURCESHORT:My	SOURCEWEB:http://www.mywebsite.com	SOURCED
 
#only ONE choice from the list). The given choices must be existing templates, or they will not be eligible. If only one
 
#choice is eligible, the TEMPLATE:CHOOSE tag will automatically select that one and no popup window will appear.
 
#
 
#The SOURCEPAGE tag can be used to hold a reference to where you can find the template. This will be displayed in PCGen.
 
#
 
#The SA tag is holding a text that will be displayed as Special Ability on the output sheet. You can have variables displayed
 
#in it. In "SAB:Dominate (Su) DC%|VampireAbilityDC" the text after the | (pipe) is a variable name. It will replace the % (percent)
 
#sign and display the value of the VampireAbilityDC variable there.
 
#
 
#The DEFINE tag creates a new variable and sets its initial value.
 
#
 
#The PREALIGN tag is used, so it is required that you have a certain alignment to be able to select this template. There is a
 
#multitude of existing prerequiste tags in PCGen. If you are looking into the documentation under List File Tag Index, you can
 
#find them listed under the topic "PRExxx tags".
 
#
 
#The BONUS tags are another group of similar tags, that grant some form of Bonus to another already existing tag. To read a
 
#description of them, look in the List File Tag Index under the topic "Bonus tags".
 
#
 
#The FEAT tag gives a Feat as Bonus Feat to the character. You can grant multiple Feats by listing them seperated by the | (pipe)
 
#delimiter.
 
#
 
#The RACETYPE tag changes the race type of the creature. Each race in PCGen has a RACETYPE tag, when another RACETYPE tag is encounter
 
#(such as when a RACETYPE tag exists in a template) the characters race type changes to the newly applied RACETYPE, a character can have only one race type at a time.
 
#(RACETYPE is used internally by PCGen for matching up with Monster HD, and for references to race, such as the Rangers Favored Enemy.)
 

	
 

	
 
# Tiefling Subrace Display
 
Subrace ~ Erinyes		VISIBLE:NO	SUBRACE:Erinyes
0 comments (0 inline, 0 general)