Only show item card once when clicked multiple times on the sheet
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I noticed my almost never using the buttons inside the chat log for attack rolls (to much work to move over there.. )
But this way the chatlog gets spammed with mutliple "Shortsword" item cards, even if only one is needed.
Idea:
Try to detect multiple attacks with one weapon and only display the item card once.
Implementation idea:
- Hook onto preCreateChatMessage
- Check if its an item card
- If yes, save it as last sent item card
Now when someone uses an item: - Has an attack?
- If yes, was the last sent item card this item?
- If yes, only render the attack template, else render both.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the preCreateChatMessage hook and the item-card and attack-template rendering paths. Trace how an item attack creates chat messages, then verify that repeated attacks with the same weapon render one item card while still rendering each attack template.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100