Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
Darius Darksoul
Member
 
Join Date: Oct 2019
Posts: 43

Old September 29th, 2020, 08:34 PM
I want to create a Mythic path ability to change the die size from d6 to d8

I tried using the script from eldtrich blast subsituting d8 for d6 in the script

this did not work it did not replace the d6 with d8 and gave me a bunch of errors.

can someone give me an idea of what to do?

this is a script that I think might work

field[abSumm].text = "+" & field[abValue].value & "d8"


~And now, add our extra damage
doneif (field[abilActive].value = 0)

~there are abilities that alter sneak attack, and they'll add their own
~extradamage, so we don't want to add the base damage in those cases.
doneif (hero.tagis[Custom.AltSneak] <> 0)

foreach pick in hero from BaseWep
#extradamage[eachpick, " plus " & field[abValue].value & "d8" & field[abValue2].value & " sneak attack",field[thingname].text]
nexteach

I would have to change the hero.tagis[Custom.AltSneak to eldtrich blast but I am not sure how to do this I would also have to change the foreach pick in hero from BaseWep to something reflecting Eldtrich Blast but again I am not sure what to do.

I think I figured out what the replacement for the hero.tagis would be

doneif (hero.tagis[Ability.cEldBlast] <> 0
Darius Darksoul is offline   #1 Reply With Quote
LazarX
Senior Member
 
Join Date: Jun 2008
Location: Jersey City
Posts: 326

Old October 5th, 2020, 08:11 PM
You need to be very specific when it comes to mechanics. "Change the die from d6 to 8"

In what?

You might be able to accomplish what you want with a weapon die adjustment.
LazarX is offline   #2 Reply With Quote
DeltaMasterMind
Senior Member
 
Join Date: Jul 2014
Posts: 412

Old October 10th, 2020, 06:31 AM
You are very close! However you need to use the hero.tagis with a custom tag that you push for the things you wish to make the change happen. The Custom.AltSneak is literally just a tag that users push into the targeted things for which they wish to include for change. The last doneif looks like it would work in place of the AltSneak doneif.

Forum link for my content work:
Pathfinder Thread
Forum link for SU 5e content work:
5e Steven Universe Thread
This link is for my group, but feel free to play it with:
DMM 5e | "https://www.dropbox.com/s/vsd9w1eodlnwjq0/updatesDMM.xml?dl=1" Copy this link to your update manager to get updates when available.
This adds the Pisky subrace to elves from Berserk! and additional subraces for the Gem Race.
Please post comments in the provided threads above.
DeltaMasterMind is offline   #3 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 07:52 AM.


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