Skip to content

Commit

Permalink
Merge pull request #23 from mrkwnzl/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mrkwnzl committed Aug 9, 2022
2 parents fd53a30 + 1c3a186 commit c7ced7d
Show file tree
Hide file tree
Showing 9 changed files with 1,127 additions and 1,056 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ 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.2.0] - 2022-08-09
### Added
- Compendium for basic skills.
- Compendium for cypher roll tables.

### Changed
- The abilities now contain links to other abilities mentioned. **Note:** I think I messed it up a bit and the item IDs might have changed.

## [3.1.0] - 2022-07-30
### Added
- Compendia for creaturs, NPCs, and supervillains.
- Compendia for creatures, NPCs, and supervillains.

### Fixed
- Cyphers now should have deferred inline roll buttons for all rolls mentioned in the description (except for the level, as that’s rolled on the PC sheet).
Expand Down
17 changes: 17 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"private": false,
"flags": {}
},
{
"label": "Basic Skills",
"name": "basic-skills",
"path": "packs/basic-skills.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Fantasy Armor",
"name": "armor-fantasy",
Expand Down Expand Up @@ -218,6 +226,15 @@
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Cypher Roll Tables",
"name": "cypher-roll-tables",
"path": "packs/cypher-roll-tables.db",
"system": "cyphersystem",
"type": "RollTable",
"private": false,
"flags": {}
}
],
"url": "https://github.com/mrkwnzl/cyphersystem-compendium",
Expand Down
2,110 changes: 1,055 additions & 1,055 deletions packs/abilities.db
100644 → 100755

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions packs/basic-skills.db

Large diffs are not rendered by default.

Empty file modified packs/creatures.db
100755 → 100644
Empty file.
3 changes: 3 additions & 0 deletions packs/cypher-roll-tables.db

Large diffs are not rendered by default.

Empty file modified packs/cyphers.db
100755 → 100644
Empty file.
Empty file modified packs/npcs.db
100755 → 100644
Empty file.
Empty file modified packs/supervillains.db
100755 → 100644
Empty file.

0 comments on commit c7ced7d

Please sign in to comment.