Giter Club home page Giter Club logo

Comments (6)

kgar avatar kgar commented on August 27, 2024 1

I think I found what they were talking about. Pasting it here so I can come back to it while working on the fix:

   // module\applications\actor\character-sheet.mjs : 56
    const inventory = {};
    const inventoryTypes = Object.entries(CONFIG.Item.dataModels)
      .filter(([, model]) => model.metadata?.inventoryItem)
      .sort(([, lhs], [, rhs]) => (lhs.metadata.inventoryOrder - rhs.metadata.inventoryOrder));
    for ( const [type] of inventoryTypes ) {
      inventory[type] = {label: `${CONFIG.Item.typeLabels[type]}Pl`, items: [], dataset: {type}};
    }

Tidy doesn't do it this way, currently, but it absolutely should. It may take me a week to make sure I get it right, because dev time is limited.

from foundry-vtt-tidy-5e-sheets.

kgar avatar kgar commented on August 27, 2024

Hello, thanks for trying out the sheets.
I will certainly give it a try!

from foundry-vtt-tidy-5e-sheets.

kgar avatar kgar commented on August 27, 2024

Could you ask them to be more specific about where to find the metadata? I'm also checking the wiki documentation in the meantime.

from foundry-vtt-tidy-5e-sheets.

cezaro40 avatar cezaro40 commented on August 27, 2024

I was not expecting that quick of a reply, Thank you for taking notice, Waiting patiently for the fix!
Tidy 5e is my favorite way to interact with the sheet usually and inability to use trick weapons was the only reason i did not really use it past few months.

from foundry-vtt-tidy-5e-sheets.

kgar avatar kgar commented on August 27, 2024

Progress report: switching over Tidy's old code to use the techniques mentioned by the Steinhardt developer seems to be going well. I have some cleaning up, organizing, and testing to do, and then I'll work toward releasing a Tidy update to dnd5e 3.2.x.

One caveat: Trick Weapons will most likely have to use the default sheet, because I have to specifically create sheets to support a particular item type. That's a different discussion, but for now, my goal is to ensure that Trick Items show up on your actor sheets.

from foundry-vtt-tidy-5e-sheets.

kgar avatar kgar commented on August 27, 2024

Tidy v4.3.0, give it a shot when able and see if Trick Weapons show up in the inventory.

from foundry-vtt-tidy-5e-sheets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.