pf2e icon indicating copy to clipboard operation
pf2e copied to clipboard

Books should be treated as containers to allow placing spells, formulas and items (becoming knowledge of that item)

Open cswendrowski opened this issue 4 years ago • 9 comments

In GitLab by @apoapostolov on Jun 2, 2020, 14:00

Books should be treated as containers to allow placing spells, formulas and items (becoming knowledge of that item). Would be nice if a book item type can be converted or be container by default allowing items to be put in it. Spells put in it can be pulled out as items (scrolls) in inventory, and into spell lists. Items are considered Formula (maybe formula can be added to their name) and have no bulk.

cswendrowski avatar Jun 02 '20 19:06 cswendrowski

Has there been any decision on this? I think this is a big missing feature of this module and would make GM life so much easier !

jonbonazza avatar Aug 12 '22 03:08 jonbonazza

We already have an implementation like this in the system with the way spells and formulas are handles and links can already be dropped in. This ticket was opened before any of those things existed. Otherwise this is an exceptionally low priority and likely won’t be addressed until we cover a lot of other more integral things, like being able to drop runes on weapons. Unless you plan on coding it personally it will likely be a long time, if ever, for this to change.

TMunsie avatar Aug 12 '22 13:08 TMunsie

Hi, thanks for the follow up. What do you mean by “links can be dropped in”? Is there documentation or examples of this somewhere? This sounds interesting.

jonbonazza avatar Aug 12 '22 19:08 jonbonazza

When editing the description of an item, you can drag a spell from the compendium into the description. This creates a link as shown in this image. In this case, using a little HTML, I made collapsible entries for one of my player's spellbook. Since these are compendium links, they an be dragged to the actor's inventory, which creates wands / scrolls just as if you had dragged them from the compendium directly.

image

leerhund avatar Aug 12 '22 20:08 leerhund

Oh perfect! Thank you!

jonbonazza avatar Aug 12 '22 20:08 jonbonazza

Oh perfect! Thank you!

On Fri, Aug 12, 2022 at 1:05 PM NullWolf @.***> wrote:

When editing the description of an item, you can drag a spell from the compendium into the description. This creates a link as shown in this image. In this case, using a little HTML, I made collapsible entries for one of my player's spellbook. Since these are compendium links, they an be dragged to the actor's inventory, which creates wands / scrolls just as if you had dragged them from the compendium directly.

[image: image] https://user-images.githubusercontent.com/95336883/184434366-017c5d3c-32e6-44b0-867b-e89dbe1081e1.png

— Reply to this email directly, view it on GitHub https://github.com/foundryvtt/pf2e/issues/502#issuecomment-1213472296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK33S5GOPHM2ATKNX2V4P3VY2U7HANCNFSM56KI2LQA . You are receiving this because you commented.Message ID: @.***>

jonbonazza avatar Aug 12 '22 20:08 jonbonazza

What HTML did you use for the collapsible stuff? (While im a backend dev by trade, my frontend skills are a tad lacking :P)

jonbonazza avatar Aug 12 '22 20:08 jonbonazza

Not strictly HTML since it's a built-in function actually.

<details>
<summary>Cantrips</summary>
Insert all text or drop links for spells here.
</details>

If you need help with this, feel free to join us on the PF2e Foundry Community Discord https://discord.gg/k5qyYKJ2

leerhund avatar Aug 12 '22 20:08 leerhund

Oh perfect. thank you!

jonbonazza avatar Aug 12 '22 20:08 jonbonazza