Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
SeeleyOne
Senior Member
 
Join Date: Nov 2009
Posts: 891

Old August 22nd, 2012, 08:18 PM
I can see in the editor how any knowlege skill can be looked at, using Scholar as an example. But how would I have it require a specific knowlege? I have seen several edges that require the Knowlege (Battle) skill. I can easily make up a skill that has that already decided, but it does not work with the Scholar edge. So, I need to know how to make it look at a Knowlege on the character and decide if its entry field has the correct name in it (and skill rating).
SeeleyOne is offline   #1 Reply With Quote
SeeleyOne
Senior Member
 
Join Date: Nov 2009
Posts: 891

Old August 26th, 2012, 02:25 PM
Tactician is an edge that shows (by example) how to use a focus within a Knowledge skill as a requirement for a given edge.
SeeleyOne is offline   #2 Reply With Quote
SeeleyOne
Senior Member
 
Join Date: Nov 2009
Posts: 891

Old August 27th, 2012, 06:26 AM
There is one equation that I cannot quite figure out. How would you add a bonus to a specific knowledge skill? Say I have an Occult knowledge (or any other), which is specific to a given edge (and therefore not selectable, like Scholar), how would I make it add a bonus to that specific skill?
SeeleyOne is offline   #3 Reply With Quote
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,556

Old August 29th, 2012, 12:15 AM
This ought to do it...

Code:
foreach pick in hero where "thingid.skKnow"
  if ( compare(lowercase(eachpick.field[domDomain].text),"value" ) = 0) then
    eachpick.field[trtBonus].value += 1
    endif
  nexteach
CapedCrusader is offline   #4 Reply With Quote
SeeleyOne
Senior Member
 
Join Date: Nov 2009
Posts: 891

Old August 29th, 2012, 11:13 AM
Cool, it works. Thanks!

I should point out to those that may want to know that trtBonus adds to the number of dice, and trtRoll adds a bonus to the roll (not a die).
SeeleyOne is offline   #5 Reply With Quote
SeeleyOne
Senior Member
 
Join Date: Nov 2009
Posts: 891

Old August 29th, 2012, 11:15 AM
Oh, and on the topic of Knowledges, does anyone know how to make a list that you can look at? That way you don't have to type out common uses of Knowledge, such as Battle, Mythos, etc.
SeeleyOne is offline   #6 Reply With Quote
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,556

Old September 1st, 2012, 11:22 AM
Unfortunately, we had to leave that completely free-form.
CapedCrusader is offline   #7 Reply With Quote
Reply


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 05:19 AM.


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