Note: You are not logged in.
Tooltips

by Zarestia

FREE
5.00 Avg. rating

Forum Thread
Total Subscribers: 1068


Description

This extension creates tooltips for the supported nodes which you can see while hovering over each name. The tooltip also gets updated if the node itself is updated. Most common special characters get converted to display correctly on the tooltip, this is not feasible for tables.

Supported Rulesets:
2E, 3.5E, PFRPG, 4E, 5E, SFRPG, PFRPG2

Supported nodes:
Spells/Powers, Traits/Feats/etc. (everything except normal textlines in the abilities tab), NPC feats (only 3.5e/PFRPG/SFRPG)

Things I'd like to do with this in the future which are more complex:
- Items with respect to identified/unidentified


This extension is pretty modular and additional rulesets or nodes can be easily added.
This is the data format. You can of course also use the global TooltipManager functions I provide to create your own.
I need the following information:
- Ruleset name (e.g. 5E, I addedDND)
- Node type name (e.g. powers)
- Each DB node name and the corresponding wanted label if it's different from the capitalized DB node name

DND5E = {
    powers = {
        { "name", "" },
        { "level", "" },
        { "school", "" },
        { "ritual", "" },
        { "castingtime", "Casting Time" },
        { "range", "" },
        { "components", "" },
        { "duration", "" },
        { "description", "" }
    };



UUID b51b11e6-2d1b-11ed-8c52-0050562be458