Custom Feats

If you have general questions, here is the place to post them!
Otherwise, if you need help on a specific Tool:
Click HERE for Technical Support for TOS 2nd PRO edition
Click HERE for Technical Support for TOS+
Click HERE for help on TOS CORE
Click HERE for help on the Loot Divider
Click HERE for help on TOS Caravan
Post Reply
keaven
Soldier
Soldier
Posts: 12
Joined: Wed Sep 21, 2005 11:10 am
Location: Washington, DC
Contact:

Custom Feats

Post by keaven »

I've been poking around with the demo, and i like that there are ways to add custom content. My question is how can i let the sheet know what the feats do so that they can be incorperated automaticly? Example: if i want a feet that grants a Sacred Bonus to AC, how can i have that apply when a player selects the feat?
User avatar
admin
-={ ARCHMAGE }=-
-={ ARCHMAGE }=-
Posts: 11427
Joined: Wed May 25, 2005 5:51 pm
Location: Golarion
Contact:

Re: Custom Feats

Post by admin »

keaven wrote:I've been poking around with the demo, and i like that there are ways to add custom content. My question is how can i let the sheet know what the feats do so that they can be incorperated automaticly? Example: if i want a feet that grants a Sacred Bonus to AC, how can i have that apply when a player selects the feat?
There is no 'direct' mechanism to let the sheet know how a custom feat affects a character (and honestly, I have no idea how I would implement that). The way to integrate your custom feat if two fold:

a) Define your custom feat in the customize worksheet and select it in the BACK worksheet
b) In the Adj. cell that corresponds to the Bonus you are providing, you add a formula to check if this feat is selected, and if yes, give the Bonus the PC is entitled to.

Example: New feat called 'MoreReflex' gives +2 to reflex. You define the feat name and description in the Customize worksheet. In the Reflex section of the FRONT worksheet, you add this formula in the Adj cell (white box) for Reflex:

Code: Select all

=IF(COUNTIF("tSel_Feats","MoreReflex")>0,2,0)
This formula will return 2 if the feat 'MoreReflex' is selected in as a feat in the BACK worksheet!

Hope this answers your question!

Richard
Image
How can I help this project?Show
If you like my work, here are various ways to help out!
HOW do I SHARE my CHARACTERS?Show
Please take a moment to post your character .tos file in the Adventurers [User Created Characters]! This allows others to use your creation in their game, and for yourself, it makes for a secure backup for your .tos files! Feel free to add any background information, images and documents to accompany your Character. To create your .tos file, simply use "Save Character" on the Control worksheet!
Thanks!!
keaven
Soldier
Soldier
Posts: 12
Joined: Wed Sep 21, 2005 11:10 am
Location: Washington, DC
Contact:

Post by keaven »

Thanks.. that will help a lot :D
Post Reply

Return to “Twiglet's Tavern [Open to All]”