Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Savage Worlds

Notices

Reply
 
Thread Tools Display Modes
Darksaint
Junior Member
 
Join Date: Mar 2012
Location: Hudson Falls, NY
Posts: 10

Old March 18th, 2012, 02:33 PM
The Edge is:

College Boy
Requirements: Novice, Smarts d8+
This soldier spent some time in college before being drafted or enlisting. He has an additional 4 skill points to spend on any Smarts related skills. At least one of these must be a Knowledge skill at d6 or better (his Major).

I've added quite a few other edges & hindrances from this setting, but I cannot figure out how to get the additional 4 skill points to work. While I could use a Permanent Adjustment from the Personal Tab (for the character), I'd much rather know how to code it so I will be able to use this edge more than once.

Any help would be appreciated.
Darksaint is offline   #1 Reply With Quote
tatteredking
Senior Member
 
Join Date: Sep 2010
Location: Rochester, NY
Posts: 263

Old March 19th, 2012, 11:08 AM
OK so you are essentially adding a Knowledge skill at d6 and two other skill points.

Create your Edge and bootstrap (not bookmark...) the skKnow thing. This will give you a free Knowledge Skill at d4.

Add this as an Eval Script: Pre-Traits:5000:1
Quote:
perform #traitadjust[skKnow,+,1,"College Boy"]

#resmax[resSkill] += 3
That bumps your Knowledge skill up to a d6, and adds the extra skill points.

Then you will need to add in an Eval Rule or Expr-reqs which counts the number of ranks in Smarts skills and sends up a flag if it is under 4. will see if I can come up with a script for that sometime soon.

Last edited by tatteredking; March 20th, 2012 at 04:00 AM.
tatteredking is offline   #2 Reply With Quote
Darksaint
Junior Member
 
Join Date: Mar 2012
Location: Hudson Falls, NY
Posts: 10

Old March 22nd, 2012, 08:08 AM
OK, thanx a bunch... if I have any issues I'll let you know.
Darksaint is offline   #3 Reply With Quote
Darksaint
Junior Member
 
Join Date: Mar 2012
Location: Hudson Falls, NY
Posts: 10

Old April 8th, 2012, 09:16 AM
Any luck on that additional script for the additional Knowledge skill points? I've tried looking at the "standard" SW edges for an idea of how it might be done, but haven't seen anything that looked close.

The work around that I'm using is to add 4 skill points under permanent adjustments and making sure that the points are added to Knowledge based skills.
Darksaint is offline   #4 Reply With Quote
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,550

Old April 11th, 2012, 08:50 PM
perhaps something in an eval rule (Validation/1000) like:

var smartcount as number
smartcount = 0
foreach pick in hero where "component.Skill"
if (compare(eachpick.linkage[attribute].idstring,"attrSma") = 0) then
smartcount += eachpick.field[trtFinal].value - 1
endif
nexteach
validif (smartcount >= 4)

with a message that reads:
College Boy requires at least 4 points spent in Smarts skills.
CapedCrusader is offline   #5 Reply With Quote
Darksaint
Junior Member
 
Join Date: Mar 2012
Location: Hudson Falls, NY
Posts: 10

Old May 24th, 2012, 07:53 AM
Added and updated my version... thank you for your assistance.
Darksaint is offline   #6 Reply With Quote
Reply

Thread Tools
Display Modes

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 10:44 PM.


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