-
June 27th, 2021, 08:57 #101
- Join Date
- Apr 2020
- Posts
- 70
To confirm, this extension is now incorperated into the full overlay package, correct? I'm running into the issue where the keldisadvantage is being processed twice and I think the solution is to just not use the save vs tags.
full overlay only.PNG
save vs tags and full overlay.PNG
Thank you again for all your hard work!
-
June 27th, 2021, 10:38 #102My extensions for 3.5e and Pathfinder
Bug reports please here
-
June 27th, 2021, 21:01 #103
- Join Date
- Apr 2020
- Posts
- 70
I simply didn't delete it I don't think. I shall print out the source code and frame it for all time.
-
January 7th, 2022, 16:45 #104
I want to make an item that when equipped it gives a 5E type advantage roll on any Attack roll until the item is unequipped. so with the auto remove turned off in options for keladvantage, this is the IFTAG I am wanting to use:
IFTAG: attack; keladvantage
so any attack done while the item is equipped is at an advantage. is it possible?
-
January 7th, 2022, 16:51 #105My extensions for 3.5e and Pathfinder
Bug reports please here
-
June 26th, 2022, 00:08 #106
- Join Date
- Apr 2020
- Posts
- 21
I am working on adding the Elder Mythos Scholar's Eldritch Grimoire and Eldritch Infusion abilities to my wizard's character sheet. I'll start out by saying I am assuming the logic has not been implemented so my questions are 1, am I approaching this problem correctly? 2, if there isn't currently a solution, is there one planned?
The second solution also requires a separate plug-in, bmos' spell failure plugin. I wasn't sure if it would be appropriate to include here or not so I am going ahead and keeping it in case someone has a similar question (not about Elder Mythos - no one else is dumb enough to use that archetype
I created a custom effect, "Talisman" that can be applied to targets that are included in the Talisman of Revealing and created the effect below to apply to self for the Eldritch Grimoire.
Code:Eldritch Grimoire; IFT: CUSTOM(Talisman); DC: 1; CL: 2
The code below is to address the Eldritch Infusion (again, also leveraging the spell failure plugin).
Code:Eldritch Infusion; INT: 4 alchemical; CON: -2; WIS: -2; SF: 20; IFT: CUSTOM(Talisman); NSF; SKILL: [HCL] perception
-
June 26th, 2022, 04:18 #107
About CL: CL is the effect for caster level, so everything affected by your caster level except concentration
(for concentration there is a separate effect for PF1, COC) In your case you need caster level checks, this is the effect CLC
But even if you use CL: CL is not a targetable effect; you can recognize targetable effects in the wiki or on my forge page by (T) in their description
Only the ones with this (T) will work combined with IFT as you did
I think CLC actually is targetable; so if I am right in that you actually need CLC as effect, then it may work what you try to do by replacing CL with CLC
The same problem with your second effect: SKILL is not targetable (it has no (T) in their description). The skill rolls in FG do not know anything about your targets, especially their code won't check for your Talisman effectHence, same problem in that regard
So, in total: Only the effects with (T) in their info can be put after an IFT clauseI am not sure if it will be easy for me to change the code if CL so that it becomes a targetable effect, but I try it
I hope I answered everything?Last edited by Kelrugem; June 26th, 2022 at 04:20.
My extensions for 3.5e and Pathfinder
Bug reports please here
-
June 26th, 2022, 14:34 #108
- Join Date
- Apr 2020
- Posts
- 21
Thanks for your reply. It sounds like at this point it would be best to leave off the IFT tag and reduce it to
Code:Eldritch Grimoire; DC: 1; CLC: 2
Code:Eldritch Infusion; INT: 4 alchemical; CON: -2; WIS: -2; SF: 20
Code:Eldritch Infusion Talisman; SF:-20; SKILL: [HCL] perception
-
June 26th, 2022, 16:17 #109My extensions for 3.5e and Pathfinder
Bug reports please here
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks