Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   5e Dark Sun (http://forums.wolflair.com/showthread.php?t=67103)

Fenris447 February 9th, 2023 08:47 PM

Is it always modifying trkPsiPnt? If so, then you don't need any of the pChosen stuff; that's only if the adjustment can pick from a list of things (like if your adjustment can choose whether to modify your choice of Strength, Dexterity, Con, etc.)

So if the adjustment is always modifying the same thing (trkPsiPnt), then it should go like this:

Code:

~ If this adjustment isn't enabled, get out now
      doneif (field[pIsOn].value = 0)

~ Adjust the Psi Point tracker Max Value up or down
      hero.childfound[trkPsiPnt].field[trkMax].value += field[pAdjust].value

That second section is going to be reusable for anything that modifies the Psi Points maximum. Just change the "field[pAdjust].value" part to whatever number or variable you want to add to the maximum.

Provos February 10th, 2023 12:28 PM

I don't know why but I was making it much more complicated then I needed to.
Thanks

Provos April 13th, 2023 06:55 AM

Any suggestion on how to add an ability to a race that would let the player pick two spell like abilities for the character. In the game we have the player roll 2 d10 and they get to ability 1-10 "psi" powers. 3 of them let the players pick a sorc. cantrip.
They are then allowed to use each ability (1 psi point per level+ Intelligence modifier) times a day. I want to track it in the in play area and they are reset on a long rest. I would also like the ability they use to have a description so they know what the powers do without them having to remember.
Any help is appreciated thanks.

Fenris447 April 13th, 2023 02:45 PM

You'll want to use a Configurable. That'll be the tab they select each thing from. Bootstrap the configurable to the racial ability that says "you can pick two yadda yadda yadda."

Then each pickable ability is a Custom Ability (found under Class in the editor, but they're not intrinsically linked to classes). Those abilities can be linked to the configurable, and can each have their own descriptions, trackers, etc. and are viewable in the In-Play and Specials tabs, depending on how you program them.

The simplest examples I can think for you to look at would be the Supernatural Gifts tab. Supernatural Gifts is the Configurable, and all the gifts themselves are Custom Abilities.

Provos April 13th, 2023 03:28 PM

Thank you for the suggestion. I will check it out.

Provos April 26th, 2023 12:32 AM

Yeah, I can't figure out how the configurable tab thing works.

Provos April 29th, 2023 07:20 AM

OK I can add the class ability thing to the configurable item but not sure how to get the tab to show up.

TCArknight May 1st, 2023 01:48 PM

Quote:

Originally Posted by Provos (Post 301366)
OK I can add the class ability thing to the configurable item but not sure how to get the tab to show up.

The easiest way would probably be to add a ShowTab tag and then do a <live>ShowTab.xxx</live>

Then, when you need the tab to show up, assign the ShowTab.xxx to the hero.

Provos May 1st, 2023 04:30 PM

Sorry I don't understand that.

I tried to duplicate the supernatural gifts way of doing it. I created a .1st for my data file to put it where I wanted it. Then I coped the way of adding the show supernatural gifts tab and made a .1st file for that to show up in options.
They both show up where they are supposed to in the configure hero but selecting the show wild talent tab doesn't seem to do anything.

Provos May 3rd, 2023 03:29 AM

Is there a way to allow a creature to hold medium sized two handed and versatile weapons in on hand? I think the Duel Wielder feat con be modified but want another opinion.


All times are GMT -8. The time now is 06:37 PM.

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