Kevin Lee Garner

Results 256 comments of Kevin Lee Garner

Still in a waiting pattern for this. Adding repo for quicker cross-referencing: https://github.com/p4535992/foundryvtt-lazymoney-dnd5e

Cross-post: https://github.com/p4535992/foundryvtt-lazymoney-dnd5e/issues/9

I'll see what I can do to make the necessary changes to allow lazy money to hook in and control the currency inputs. I should be able to provide something...

The way I envision the favorites upgrade in #13: Parity between favorites and home tabs is more about dividing the items into their proper sections, which opens up the favorites...

Now that Native CCSS #507 is underway, it is now tuned so that individual tables are ready to be configured independently of each other, with the capacity to fall back...

Thank you for reporting this. It will take a little longer to overhaul the tooltips here because of ongoing projects, but I will make sure that the Item Name tooltip...

My apologies for the wait. I am going to remove the small tooltip from the item/spell names. There are other things which have small tooltips, like the classic control icons,...

Example of controlling the target item types for the item creation dialog. From `character-sheet-2,mjs`, line 864: ```js /** * Handle creating a new embedded child. * @returns {ActiveEffect5e|Item5e|void} * @protected...

CCSS reference for custom get data: ```js async function customSectionGetData(wrapped) { const data = await wrapped(); for (const type of ["features", "inventory", "spellbook"]) { const itemsSpells = type === "spellbook"...