Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Problem 2: Furious Slashing (http://forums.wolflair.com/showthread.php?t=60121)

ErinRigh February 6th, 2018 12:16 AM

Problem 2: Furious Slashing
 
A class special ability grants the character the ability to use their Cha mod in place of their Int mod to meet the prerequisites of combat feats.

Is coding this even possible? If so, Help!

Aaron February 6th, 2018 07:37 AM

Like Swashbuckler's Finesse?

Substitutions like this are normally not something users can affect, but since there is already the sub, you can take advantage of that. Assign HasAbility.cSwsFiness to the hero and it should work.

ErinRigh February 6th, 2018 09:12 AM

Thanks Aaron, but this would also grant weapon finesse which they only gain limitedly, wouldn't it?

Aaron February 6th, 2018 10:58 AM

Ah, I wasn't suggesting you actually bootstrap Swashbuckler's Finesse to your class, just assign its HasAbility tag in a script on whatever ability actually grants the pre-req swap. That should get you the pre-req sub and not any of the other stuff, IIRC.

ErinRigh February 6th, 2018 11:09 AM

oh ok can you give me a scripting hint, I am still rather new at this?

Aaron February 6th, 2018 11:14 AM

First 10000
Code:

  perform hero.assign[HasAbility.cSwsFiness]

Aaron February 6th, 2018 11:20 AM

You might be interested in the "Intro to Adding Content" seminar I recorded at GenCon a couple years back:

https://www.youtube.com/watch?v=ZzrfEMuG_cw

ErinRigh February 6th, 2018 12:23 PM

cool, I'll check it out


All times are GMT -8. The time now is 09:40 PM.

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