Skip to content

Commit

Permalink
chore: update playtest materials manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stanavdb committed Nov 18, 2024
1 parent 636fd51 commit 1eec609
Showing 1 changed file with 38 additions and 8 deletions.
46 changes: 38 additions & 8 deletions playtest/module.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"id": "cosmere-rpg-playtest",
"title": "Cosmere RPG - Playtest Materials",
"version": "0.1.1",
"version": "0.2.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": [
{
"name": "Stan",
"discord": "stanvdb"
"name": "The Metalworks",
"url": "https://github.com/the-metalworks"
}
],
"esmodules": [
Expand Down Expand Up @@ -48,13 +48,29 @@
"type": "Item",
"private": false
},
{
"name": "radiant-paths",
"label": "Radiant Paths",
"system": "cosmere-rpg",
"path": "packs/radiant-paths",
"type": "Item",
"private": false
},
{
"name": "actions",
"label": "Actions",
"system": "cosmere-rpg",
"path": "packs/actions",
"type": "Item",
"private": false
},
{
"name": "surges",
"label": "Surges",
"system": "cosmere-rpg",
"path": "packs/surges",
"type": "Item",
"private": false
}
],
"packFolders": [
Expand All @@ -73,28 +89,42 @@
"packs": [
"ancestries",
"cultures",
"heroic-paths"
"heroic-paths",
"radiant-paths"
]
},
{
"name": "Rules",
"sorting": "m",
"color": "#1d2a4e",
"packs": [
"actions"
"actions",
"surges"
]
}
]
}
],
"relationships": {
"systems": [
{
"id": "cosmere-rpg",
"type": "system",
"manifest": "https://raw.githubusercontent.com/the-metalworks/cosmere-rpg/refs/heads/release-0.2.0/src/system.json",
"compatibility": {
"verified": "0.2.0"
}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/stanavdb/cosmere-rpg-worlds",
"manifest": "https://raw.githubusercontent.com/stanavdb/cosmere-rpg-worlds/main/playtest/module.json",
"download": "https://github.com/stanavdb/cosmere-rpg-worlds/releases/download/playtest-0.1.1/cosmere-rpg-playtest-0.1.1.zip"
"url": "https://github.com/the-metalworks/cosmere-rpg-worlds",
"manifest": "https://raw.githubusercontent.com/the-metalworks/cosmere-rpg-worlds/main/playtest/module.json",
"download": "https://github.com/the-metalworks/cosmere-rpg-worlds/releases/download/playtest-0.2.0/cosmere-rpg-playtest-0.2.0.zip"
}

0 comments on commit 1eec609

Please sign in to comment.