Thread: 5E Automatic Effects
-
August 11th, 2023, 00:49 #441Grand Templar
- Join Date
- Dec 2015
- Posts
- 274
If you try it out and it works, can someone post a pic of what it adds or should look like on the character sheet? I thought all of the spells added to the player's CS had a "Cast" action button. Basically this just makes it so that Syrinscape sound is kicked off at the time of casting?
-
August 11th, 2023, 10:40 #442That is unfortunately not correct. Spells from the AE module only have the necessary actions. If no attack or save is needed for the spell, the Cast action is omitted. That was never a problem - before the sound implementation in Fantasy Grounds, which is bound to several triggers (cast, attack, chat). The official packages for Syrinscape unfortunately use Cast as trigger for the spell sound.I thought all of the spells added to the player's CS had a "Cast" action button.
This script now adds a Cast action first in line for spells where there is no Cast action already.
Note: if you do not use the official Syrinscape package and rather code yourself, you are better off with Lua pattern matches and the Chat trigger, as SilentRuin already pointed out.
Attached screenshot explained:can someone post a pic of what it adds or should look like on the character sheet?
Left side, you see the Wizard with updated spells, right side was created with original modules. An "empty" (meaning: no attack or save) Cast action has been added (highlighted in green) but spells with existing Cast action were left alone. Pressing the Cast action will trigger the Syrinscape sound.
Screenshot 2023-08-11 112333.jpg
-
August 11th, 2023, 11:06 #443Patriarch
- Join Date
- Oct 2020
- Posts
- 300
Does it add it to the cs if the spell is already there and the spell list side panel?
-
August 11th, 2023, 11:55 #444
Now it does
ORIGINAL:
No, that will not work (but might be an interesting idea to parse the campaign db.xml).
The script will only update the AE module. Once a spell is attached to a character, a copy of the spell is created (in its current state). Even if the module is updated, the copy will remain as is.
You can however remove the spell and re-add it from the updated module.Last edited by Arnagus; August 11th, 2023 at 13:31. Reason: Updated script to add capability
-
August 11th, 2023, 12:03 #445Patriarch
- Join Date
- Oct 2020
- Posts
- 300
Thanks
-
August 11th, 2023, 13:22 #446
Capability to process campaign db.xml added.
BE VERY careful - only tested on my campaign.
While the AE module db.xml & client.xml are the same for all of us, the campaign db.xml varies widely, depending on extensions and modules loaded. It currently only updates spells from the "Spells" group (which is the group name for spells added from AE modules). It does not touch other groups and tries to ignore surprising entries (like node names not using id-00000 in the XML). No guarantee that it works for everyone.
Script has been updated here
-
September 25th, 2023, 20:57 #447Crusader
- Join Date
- Nov 2019
- Posts
- 16
I need to ask a very "noobish" question about the 5E Automatic Effects from Grim Press. I just purchased a bundled package of these effects from the Dungeon Masters Guild site and the files downloaded correctly to my computer. However I do not see any instructional documents on how to integrate these additions into the the FGU program. I've checked the Dungeon Master Guild site, The Grim Press site, and this thread, but have yet to find any sort of instruction on how to integrate these additions. Could someone please point me in the right direction to do so?
-
September 25th, 2023, 22:47 #448
You load the module(s) while in FGU. Do you know how to load a module?
If you want faster answers you can also hit us up on discord at https://discord.gg/grimpress-MrDDT
Discord @mrddt
Grim Press Discord (Publishing/Extensions/Modules)
Bethica Discord (West Marches RPG)
PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!
-
September 26th, 2023, 04:10 #449Crusader
- Join Date
- Nov 2019
- Posts
- 16
Thanks! I found what I needed on the Discord channel. Very easy fix.
-
September 29th, 2023, 03:44 #450Crusader
- Join Date
- Dec 2022
- Posts
- 20
Hello. Very great job.
Can you help me? I'm trying to make sure that the effect I created is applied to the character automatically, like Dwarven Resilience (€ Dwarven Resilience; RESIST: poison). As far as I understand, to do this you need to put a € sign at the beginning of the effect. I did it, but the effect still does not apply. What am I doing wrong?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


Reply With Quote


Bookmarks