diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md new file mode 100644 index 0000000..286ec9d --- /dev/null +++ b/.github/CHANGELOG.md @@ -0,0 +1,3 @@ +## Version 1.0.0 + +Inital release diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..e82fe56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,22 @@ +--- +name: Bug Report +about: Create a report to help us improve. +title: '' +labels: bug +assignees: '' +--- + + + +### Prerequisites. + + + +- [ ] Are you running the latest version of Foundry VTT +- [ ] Are you running the latest version of Call of Cthulhu 7th Edition? +- [ ] Are you running the latest version of this module +- [ ] I confirm I am not asking for trademarked or copyrighted information to be included + +## Description. + + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f6fae94 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Permission is given for users to make derivative use of the work on the Foundry VTT platform. No rights for any commercial use are granted. No part of this work may be reproduced or distributed for use outside of the Foundry VTT platform. All rights are reserved with Chaosium Inc. + +Call of Cthulhu (tm) Chaosium, Inc. Used with permission. All rights reserved. + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..953b9a0 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +

Call of Cthulhu 7th Edition Investigator Wizard for Foundry VTT

+

+ Usage   |    + Issues   |    + Licenses +

+ +## Overview. + +An implementation of the Call of Cthulhu 7th Edition game system for [Foundry Virtual Tabletop](http://foundryvtt.com). This provides sheets and system in addition to some compendiums as examples. + +If you have any suggestions or feedback, please visit us on Discord in the `#chaosium` channel on the [Foundry Discord Server](discord.gg/foundryvtt) + +For the list of changes, see: [CHANGELOG](https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard/blob/develop/.github/CHANGELOG.md). + +## Issues. + +Install the CoC7 system in Foundry VTT from the Game Systems tab, using the following manifest: +`https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/latest/download/system.json` + +Install this module in Foundry VTT from the Add-on Modules tab tab, using the following manifest: +`https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard/releases/latest/download/module.json` + +In your world under Game Settings click Manage Modules, tick "Call of Cthulhu - FoundryVTT - Investigator Wizard", and Save Module Settings + +## Licenses. + +Foundry VTT support is covered by [Limited License Agreement for Module Development](https://foundryvtt.com/article/license/). + +This project uses some assets from Game Icons, thanks to its [authors](https://game-icons.net/about.html#authors). + +This system uses trademarks and/or copyrights owned by Chaosium Inc/Moon Design Publications LLC, which are used under [Chaosium Inc's Fan Material Policy](https://www.chaosium.com/fan-material-policy/). We are expressly prohibited from charging you to use or access this content. This system is not published, endorsed, or specifically approved by Chaosium Inc. For more information about Chaosium Inc's products, please visit www.chaosium.com. + +> Permission is given for users to make derivative use of the work on the Foundry VTT platform. No rights for any commercial use are granted. No part of this work may be reproduced or distributed for use outside of the Foundry VTT platform. All rights are reserved with Chaosium Inc. +> +> Call of Cthulhu (tm) Chaosium, Inc. Used with permission. All rights reserved. +> +> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/module.json b/module.json new file mode 100644 index 0000000..022ccb6 --- /dev/null +++ b/module.json @@ -0,0 +1,38 @@ +{ + "id": "call-of-cthulhu-foundryvtt-investigator-wizard", + "title": "Call of Cthulhu - FoundryVTT - Investigator Wizard", + "version": "1.0.0", + "compatibility": { + "minimum": "11", + "verified": "12" + }, + "relationships": { + "systems": [ + { + "id": "CoC7", + "type": "system", + "compatibility": {} + } + ] + }, + "packs": [ + { + "name": "investigator-wizard", + "label": "Investigator Wizard", + "path": "packs/investigator-wizard", + "type": "Item", + "system": "CoC7", + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } + } + ], + "description": "This content package comes with the Archetypes, Occupations, Setups, and Skills to speed up using the investigator wizard.", + "authors": [ + { + "name": "Miskatonic Investigative Society" + } + ], + "url": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard" +} \ No newline at end of file