Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - User Projects
Register FAQ Community Today's Posts Search

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 7th, 2019, 04:07 PM
Quote:
Originally Posted by PGoodman13 View Post
I'd like to know, because one of the custom things I'm doing is "The Orville", based on writeups found at https://continuingmissionsta.com/201...e-fools-day-2/ (since Orville is TNG with the serial numbers filed off).

The Moclan writeup features the following Talent:

"TRADITIONAL -- You are well versed in Moclan traditions as the expected procedure for performing Tasks. You gain "Moclan Traditions" as bonus Focus. When you attempt a Task where that focus is applicable, you can use your Conn Discipline to determine if a roll scores two successes rather than the Discipline used to set the Target Number of the Task."

This gives a bonus Focus, for 7 instead of 6, and I don't know how to implement that. Help!
This should work (changing the spcHuman to whatever the species id is for Moclan)
Code:
  <thing id="talMocTrad" name="Traditional" description="You are well versed in Moclan traditions as the expected procedure for performing Tasks. You gain &quot;Moclan Traditions&quot; as bonus Focus. When you attempt a Task where that focus is applicable, you can use your Conn Discipline to determine if a roll scores two successes rather than the Discipline used to set the Target Number of the Task." compset="Talent" summary="Bonus Focus; If applicable, Conn determines if two successes on a roll.">
    <usesource source="ENT"/>
    <usesource source="TOS"/>
    <usesource source="TNG"/>
    <tag group="TalentCat" tag="Racial"/>
    <bootstrap thing="foCustom">
      <assignval field="domDomain" value="Moclan Traditions"/>
      </bootstrap>
    <eval phase="PreAbility" priority="1000">
	#resmax[resFocus] += 1</eval>
    <exprreq message="Moclan required"><![CDATA[#isspecies[spcHuman] <> 0]]></exprreq>
    </thing>
Replace the usesource entry with whatever source for the Orville info.

The #resmax line is the one that adds the additional Focus slot. The bootstrap is as if you went and clicked the add focus on the tab and selected Custom Focus then entered Moclan Traditions in the domain entry.

Does that help?

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #11 Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 03:32 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.