Skip to content

Commit c3cbc12

Browse files
martin-papyclaude
andcommitted
Add README, manifest URLs, and gitignore
- README with feature description and installation instructions - module.json: add url, manifest, and download fields for GitHub releases - gitignore: exclude workspace and local settings files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 85ec41b commit c3cbc12

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coc7-qol.code-workspace
2+
.claude/settings.local.json

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# CoC7 QoL Improvements
2+
3+
A companion module for the [Call of Cthulhu 7th Edition](https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT) system on [FoundryVTT](https://foundryvtt.com/).
4+
5+
## Features
6+
7+
### Item Image Popout
8+
9+
Players can click on any item image (weapons, spells, books, skills, etc.) to view the full-size illustration in a draggable, resizable popout window. GMs retain the default file picker behavior.
10+
11+
## Installation
12+
13+
### From FoundryVTT
14+
15+
1. Go to **Settings > Manage Modules > Install Module**
16+
2. Paste the manifest URL:
17+
```
18+
https://github.com/martin-papy/coc7-qol/releases/latest/download/module.json
19+
```
20+
3. Click **Install**
21+
22+
### Manual
23+
24+
1. Download the latest release from the [Releases](https://github.com/martin-papy/coc7-qol/releases) page
25+
2. Extract into your `Data/modules/` directory
26+
3. Restart FoundryVTT
27+
28+
## Compatibility
29+
30+
- **FoundryVTT:** v12+ (verified on v13)
31+
- **System:** Call of Cthulhu 7th Edition (CoC7)
32+
33+
## License
34+
35+
MIT

module.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
}
2121
]
2222
},
23+
"url": "https://github.com/martin-papy/coc7-qol",
24+
"manifest": "https://github.com/martin-papy/coc7-qol/releases/latest/download/module.json",
25+
"download": "https://github.com/martin-papy/coc7-qol/releases/download/0.1.0/coc7-qol.zip",
2326
"esmodules": [
2427
"scripts/item-image-popout.js"
2528
]

0 commit comments

Comments
 (0)