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)
-   -   Pathfinder Community Packs (http://forums.wolflair.com/showthread.php?t=51966)

ShadowChemosh April 17th, 2017 05:14 PM

Quote:

Originally Posted by Quintain (Post 248227)
Yes, I put it in the same code if-block that you have in your scripts, as I did not know how to call it separately, and I also put the psiClass.cPsiSeer tag in the thing.

The logic is in the component you don't need to do it also. You only need to assign the Tag to the Discipline. You can remove the script.

All the "scripts" that are on the new component are being "inherited" into each new Discipline you create. Meaning those component scripts are firing/running. This is what makes components so nice we build the logic once and it is running for all Disciplines. Allows us to add/remove/change and affect all disciplines at one time.

Quote:

Originally Posted by Quintain (Post 248227)
I also added the tags of the specific powers via tags (similar to the discipline abilities you built).

Why do you have both the power tags and a psiClass tags on the discipline?

Quintain April 17th, 2017 06:29 PM

I'm not creating a whole new discipline. I'm creating a custom ability that gives access to that discipline's power list. The discipline abilities are not bootstrapped like a normal discipline.

Edit: Anyway, on your advice above, I went in and removed the tags that added the powers, and now the powers don't show up when the tertiary custom ability is picked. Only after putting back both the tags and the code block do the powers re-appear.

If I'm looking to make a pre-reqs that requires one or more of these disciplines being picked, is there any way to reference them as a group?

Quintain April 22nd, 2017 01:43 PM

Shadow,

I'm working on mythic psionics again and have come up with a odd issue I haven't been able to resolve yet.

The mythic ability of Reinforced Pattern increases the Altered Defense class ability of the cryptic by the tier rank of the character. Conceptually, this is simple.

There appears to be a base Altered Defense ability and then there are 3 variations of the altered defense ability: Absorb, Deflect, and Retaliate.

The timing of these abilities are Post-Attributes 10000 for the base ability, and Post-Attributes 11000 for each of the variations.

The code of the Reinforced Pattern is:

Code:

~ add competence bonus to Altered Defense ability equaul to tier

    field[abValue].value += #tiereffect[]
    #competencebonus[hero.child[cPUAltDef2], field[abValue].value]

I've tried different timings, but unfortunately, I haven't been able to get the activated abilities value for each of the variations to change to the adjusted values.

Any assistance would be appreciated.

Quintain April 22nd, 2017 02:38 PM

Next question:

The devastating touch class ability for the Dread is 1d6 + 1/Dread Level. There is a mythic ability that replaces this with 1d6 / Dread level.

How would one script replace the value calculated by another?

ShadowChemosh April 24th, 2017 10:32 AM

So we really need to stop using this thread for Editor/Scripting questions. It clogs up the thread. So starting a New Thread to discuss...

Minous April 29th, 2017 02:28 PM

Hey Shadow any ETA on diamond dust

risner April 29th, 2017 02:32 PM

Eoxian race and template doesn't have the:
<tag group="Helper" tag="NoPathSoc"/>
Tag?

It should right?

ShadowChemosh April 29th, 2017 04:18 PM

Quote:

Originally Posted by Minous (Post 248946)
Hey Shadow any ETA on diamond dust

This has been added and will be in the next release of the Pack.


Quote:

Originally Posted by risner (Post 248947)
Eoxian race and template doesn't have the:
<tag group="Helper" tag="NoPathSoc"/>
Tag?

It should right?

I added for the AP63 races & templates. Honestly as I do nothing with PFS I never try and keep that tag on Things. :(

Quintain April 30th, 2017 07:46 PM

I've pulled down the latest changes with the 7th path options.

The anathatism discipline powers don't seem to be available to the Expanded Knowledge feat.

ShadowChemosh May 7th, 2017 12:52 PM

Quote:

Originally Posted by Quintain (Post 249008)
I've pulled down the latest changes with the 7th path options.

The anathatism discipline powers don't seem to be available to the Expanded Knowledge feat.

I can't duplicate this issue. Are you sure you turned on the new 7th Path source?


All times are GMT -8. The time now is 02:15 AM.

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