• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Add spell known adjustment

When I click on adjustments, it goes from Special Abilities to Skills then other. Am I in the wrong place?
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    330.1 KB · Views: 7
Strange. I see a Spells section to Adjustments. Is your %E Community Pack up to date.

I have a character sheet saved with 90% of the Options disabled and I still see it.
 
And that was it, although it was showing up to date. For some reason I had to uninstall and reinstall the last pack. Didn't think of it because all the other community pack pieces were working...
 
Been there, done that myself a time or two. Don't what causes it. Maybe some of my custom material, who know. Congratz on getting working. :)
 
Well almost... I found it. I selected sorcerer and cure wounds, I clicked enable. I opened the sorcerer spell list to select a spell (to put it on my known list), and I don't see it. Is there a step in between?
 
Hmmmm . . . I just tried it and I have the same issue. I know it was working before the last Community Pack. I think Shadowchemosh created that Adjustment. We'll have to wait for him to see this post and maybe take a look.
 
Just looking at the code for the adjustment. Nothing jumps out at me as wrong. It might be a timing issue though.
 
I tried a few things with timing and Phases, but no luck. I'll wait on ShadowChemosh to see what he says.
 
Sigh... Sorry all but I broke the adjustment when I added the ability for it to work for Races in addition to classes. :(

I just uploaded a new version to Git. The change is pretty simple just need to change the "Custom Expression" on the adjustment from this
Code:
component.BaseClass|component.BaseRace
to this
Code:
component.Class|component.BaseRace
 
great that works! You guys are amazing!

Is there a way to add a known spell - so the added cure spell is a bonus rather than taking up a spell known? (It was a quest reward.) Otherwise it says the character has too many spells.
 
Is there a way to add a known spell - so the added cure spell is a bonus rather than taking up a spell known? (It was a quest reward.) Otherwise it says the character has too many spells.
I just uploaded a new adjustments file to GitHub with two new adjustments that will allow you to increase spells known and spells memorized.

You can download the RAW file "COM_5ePack_PHB - Adjustments.user" and put it into the data/5e folder. This will allow you access to the new adjustments now. Otherwise they will be in the next release of the 5e Pack.
 
Back
Top