Well now I'm downloading lancer

Well now I'm downloading lancer
K
kgarβ€’74d ago
And starting a thread for moment? Shoot, I can't download it. My foundry version is too new.
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
I've got 11 and 12 co-installed at the moment
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
Yes, I think that'll be your best bet.
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
Conventionally, you should be able to drop a named input, and it automatically gets swept up in the form submission handling onchange.
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
It'd be interesting to see the hooks when changing other fields. And perhaps what event listeners are on some of the standard inputs.
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
(Full disclosure: While I run a sheets module, I have all but abandoned FormApplicationV1-style document handling, but even then, I have an ambient listener that submits the form when someone drops a named input in my forms. I'm running my stuff on svelte. Strangely, as a result, I've had to become pretty familiar with how regular FormApplications work.)
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
So, it appears to be a standard update cycle. Here's an update cycle from a very traditional form application in dnd5e
No description
K
kgarβ€’74d ago
Oh, I see Luckily, if you are managing a whole tab, you can just listen for change from named inputs on the whole tab But will form submission save the flag data ... πŸ€”
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
Your flags would be in context.document.flags, methinks?
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
Bummer that it's not automatically picking up your inputs, but your intuition was spot on about both things: the select should have worked, and you're better off doing it manually πŸ˜…
UU
Unknown Userβ€’74d ago
K
kgarβ€’74d ago
Glad to help. Best of luck to you! I'm around these parts and enjoy talking shop. All the really super smart people were not around to correct me this time 😬
Want results from more Discord servers?
Add your server
More Posts
New Entertainer - Fantasy if not Table Top ---- yetMy grandson is 11, and he has started making video shorts. This is his first full length YouTube stBoilerplate.css fileHi I started a new system from the Boilerplate system, and am having an issue seeing updates from myNewbie question on scopeHey there, total newbie here. I'm a complete amateur to programming. I've completed the todo tutoriaHaving trouble to get scripts loadedTrying to make my first module and I have troubles getting anything loaded in Foundry. Here is what Help Needed! Dynamic Table for Reputation TrackingHello, everyone. I am still encountering an issue with my Reputation Tracking system. In the actor Newbie questions on testing.Hi all, ive put together a simple module for PF2E that allows a user to favorite a spell, feat, itemTrouble with Synthetic Actors (unlinked tokens)When I create a token from an actor and try to update something like its hp, I get the following errAvoid Sheet Re-render When Editing Actor's Item**TL;DR** How do I avoid a re-render of a character sheet with actor.items displayed, that happens wHow to Create & Save Custom Field Values from a Dropdown on Actor sheet?I am building a custom system for a Hogwarts setting using the Wands & Wizards 5e supplement. I am cFinding target when making an attackI’m developing a game system, and can’t figure it out, when there is combat active and a player is tTrying to register a new systemHey everyone, I am new to Foundry system development. I am working with the boilerplate system and hMinimise Document using PrototypeQuick question, I've got no idea what I'm doing so please excuse my ineptitude. Say I have a documenNew to System Development but have done minor module developmentI am trying to see if there is a complete working model of a system that I could use a base to undercalculating range/distanceI am trying to calculate the distance between two tokens to make sure they are in range of one anothPartial RerollI am looking for a way to partially "reroll" a roll. Quick example: Player rolls 2d6 (a 2 and a 5) atiered status effectsIf I have a status effect that can come from an ability, for example, burning comes from an ability Importing an npm package into a foundry systemimport minimist from 'minimist'; That line alone when included in my module's hook file is resultin(Paid) System Dev AssistanceHello, I am developing a new game and would like to build my own game system in foundry vtt. I'm nothow to handle items and effects?I've been working on a system for a game that needs a concept that seems like it might be a good fitAdvice on the general programming model a system should followI'm brand new to foundry dev and I want to make sure I am gaining the correct understanding of the e