Skip to content

Commit

Permalink
Merge pull request #28 from mrkwnzl/develop
Browse files Browse the repository at this point in the history
Update 3.5.0
  • Loading branch information
mrkwnzl committed Jan 5, 2023
2 parents b539a9c + c921e29 commit a63c9a2
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.0] - 2023-01-05
### Added
- The CSRD Rulebook now includes some notes with errata, clarifications, addendums, and Foundry VTT usage tips. Those are unintrusively put behind a details tag. This way, the comments are clearly separated from the original SRD content.
- The CSRD Rulebook now includes lists with linked items for all cyphers, creatures, and NPCs at the appropriate places.
- The Technofantasy Ruleset has been expanded by some more appropriate foci and descriptors. There’s also a new custom type: the Leader (based on the Speaker).

### Changed
- The CSRD Compendium now requires v2.1.2 of the Cypher system.
- Added the Cypher System Open License to LICENSE.md.

## [3.4.0] - 2022-12-09
### Added
- Technofantasy Ruleset (journal) to play in your favorite technofantasy setting. Includes three custom types (Blade, Techno-Wizard, and All-Rounder), and a selection of foci and descriptors most suitable for technofantasy settings. Everything is based on material from the CSRD.
Expand Down
36 changes: 36 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,39 @@ 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.

---

CYPHER SYSTEM OPEN LICENSE

This license (the “Agreement”) is an agreement between a publisher or author (“You”) and Monte Cook Games, LLC (“MCG”), that grants You a perpetual, non-exclusive, royalty-free, worldwide license to publish and distribute tabletop roleplaying game materials (the “Work”) based on and incorporating the Cypher System Reference Document (“CSRD”) and declaring compatibility with the Cypher System. By including the words “Compatible with the Cypher System” on the cover of the Work, or by including the “Compatible with the Cypher System” logo on the cover of the work, or by including these items on or in any advertising, promotions, press releases, or other documents affiliated with the Work, You indicate Your acceptance of the terms of this Agreement.

The Work may include any or all text included in the CSRD. It may not include text, art, or other content from other MCG publications. MCG may publish updated versions of the CSRD. You may use any authorized version of the CSRD in the Work.

The Work must include the phrase “Compatible with the Cypher System” or the “Compatible with the Cypher System” logo on the cover of the Work. And it must include within the Work, wherever the Work otherwise lists legal and copyright information, the following text:

This product is an independent production and is not affiliated with Monte Cook Games, LLC. It is published under the Cypher System Open License, found at http://csol.montecookgames.com.

CYPHER SYSTEM and its logo are trademarks of Monte Cook Games, LLC in the U.S.A. and other countries. All Monte Cook Games characters and character names, and the distinctive likenesses thereof, are trademarks of Monte Cook Games, LLC.

The Work may not use or incorporate the Cypher System logo, the MCG logo, or any other trademark of MCG, except the “Compatible with the Cypher System” logo.

You may use any authorized version of the “Compatible with the Cypher System” logo. You may not crop or alter the logo in any way, except to resize it proportionally.

You may not market or advertise the Work using the name of any contributor unless You have written permission from the contributor to do so.

Other than to acknowledge that the Work is produced and distributed under this Agreement, neither the Work nor any advertising, promotions, press releases, or other documents affiliated with the Work may contain any claim that You or the Work has been sanctioned or approved by MCG, or is affiliated with MCG in any way.

Neither the Work nor any advertising, promotions, press releases, or other documents affiliated with the Work may contain racist, homophobic, discriminatory, or other repugnant views; overt political agendas or views; depictions or descriptions of criminal violence against children; rape or other acts of criminal perversion; or other obscene material.

The Work may not infringe, wrongfully use, or misappropriate the intellectual property rights of any third party. You hereby indemnify MCG and undertake to defend MCG against and hold MCG harmless from any claims, suits, loss, and damages arising out of alleged infringement, wrongful use, or misappropriation of any third party’s intellectual property by the Work. The indemnification obligations shall survive the termination of this Agreement.

MCG takes no responsibility for the Work. You agree to hold MCG and its officers, partners, and employees harmless in the event that Your publication of the Work results in legal action.

The CSRD, the “Compatible with the Cypher System” logo, the Cypher System logo, the MCG logo, and all other trademarks of MCG belong solely and exclusively to MCG.

If You breach any of the terms of this Agreement, it results in automatic termination of the Agreement. Unless the breach is cured to MCG’s sole satisfaction and such cure is documented by a written agreement between You and MCG within 15 days of breach, You must immediately recall and destroy all existing copies of the Work. You may additionally be subject to damages as a result of breach.

This Agreement shall be construed and governed by the laws of the State of Washington and the laws of the United States. With regard to any disputes arising under this Agreement, the parties hereby submit to the jurisdiction of the courts of the State of Washington and the United States.

END OF AGREEMENT
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"id": "cyphersystem-compendium",
"title": "Cypher SRD Compendium",
"description": "A compendium pack for the Cypher System game system.",
"version": "3.4.0",
"version": "3.5.0",
"compatibility": {
"minimum": "10",
"verified": "10.291",
"maximum": "10"
},
"url": "https://github.com/mrkwnzl/cyphersystem-compendium",
"manifest": "https://raw.githubusercontent.com/mrkwnzl/cyphersystem-compendium/main/module.json",
"download": "https://github.com/mrkwnzl/cyphersystem-compendium/releases/download/v3.4.0/release.zip",
"download": "https://github.com/mrkwnzl/cyphersystem-compendium/releases/download/v3.5.0/release.zip",
"authors": [
{
"name": "Marko Wenzel",
Expand All @@ -25,8 +25,8 @@
"type": "system",
"manifest": "https://raw.githubusercontent.com/mrkwnzl/cyphersystem-foundryvtt/main/system.json",
"compatibility": {
"minimum": "2.0.0",
"verified": "2.1.1"
"minimum": "2.1.2",
"verified": "2.1.2"
}
}
]
Expand Down Expand Up @@ -357,7 +357,7 @@
"flags": { }
},
{
"label": "CSRD Journals",
"label": "CSRD Rulebooks",
"name": "cypher-journals",
"path": "packs/cypher-journals.db",
"system": "cyphersystem",
Expand Down
4 changes: 2 additions & 2 deletions packs/cypher-journals.db

Large diffs are not rendered by default.

0 comments on commit a63c9a2

Please sign in to comment.