From 30cc2911a19c42e14fcef35fc9907e66ee3d1a0c Mon Sep 17 00:00:00 2001 From: re4xn Date: Thu, 12 Sep 2024 13:47:06 +0100 Subject: [PATCH] preparing release v5.3.0 --- ChangeLog.md | 2 +- system.json | 365 +++++++++++++-------------------------------------- 2 files changed, 90 insertions(+), 277 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a9bd2ea3..36533af9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [{{RELEASE_VERSION}}] - {{RELEASE_DATE}} +## [5.3.0] - 2024-09-12 Compatible Foundry version: 12 diff --git a/system.json b/system.json index 04dac75e..e0ef37e0 100644 --- a/system.json +++ b/system.json @@ -2,31 +2,29 @@ "id": "zweihander", "title": "Zweihänder Grim & Perilous RPG", "description": "An implementation of the Zweihänder system for FoundryVTT.", - "version": "5.2.1", + "version": "5.3.0", "minimumCoreVersion": "12", "compatibility": { - "minimum": "12", - "verified": "12" + "minimum": 12, + "verified": 12 }, + "templateVersion": 2, + "manifestPlusVersion": "1.2.0", "authors": [ { "name": "Re4XN", - "discord": "Re4XN#8341", - "flags": {} + "discord": "re4xn" }, { "name": "kxfin", - "discord": "kxfin#0458", - "flags": {} + "discord": "kxfin" } ], "media": [ { "type": "cover", "url": "https://i.imgur.com/AsgcqBg.jpg", - "caption": "zweihander", - "loop": false, - "flags": {} + "caption": "zweihander" } ], "esmodules": ["index.js"], @@ -35,29 +33,28 @@ { "lang": "en", "name": "English", - "path": "lang/en.json", - "flags": {} + "path": "lang/en.json" }, { "lang": "es", "name": "Español", - "path": "lang/es.json", - "flags": {} + "path": "lang/es.json" }, { "lang": "fr", "name": "Français", - "path": "lang/fr.json", - "flags": {} + "path": "lang/fr.json" } ], + "gridDistance": 1, + "gridUnits": "yd", "background": "systems/zweihander/assets/zweihander-splash-alt.webp", "socket": true, "url": "https://github.com/fh-fvtt/zweihander", "manifest": "https://raw.githubusercontent.com/fh-fvtt/zweihander/main/system.json", - "download": "https://github.com/fh-fvtt/zweihander/releases/download/v5.2.0/system.zip", + "download": "https://github.com/fh-fvtt/zweihander/releases/download/v5.3.0/system.zip", "bugs": "https://github.com/fh-fvtt/zweihander/issues", - "changelog": "https://github.com/fh-fvtt/zweihander/releases/tag/v5.2.0", + "changelog": "https://github.com/fh-fvtt/zweihander/releases/tag/v5.3.0", "license": "LICENCE.txt", "primaryTokenAttribute": "stats.secondaryAttributes.damageCurrent", "secondaryTokenAttribute": "stats.secondaryAttributes.perilCurrent", @@ -66,8 +63,7 @@ { "id": "socketlib", "type": "module", - "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json", - "compatibility": {} + "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" } ] }, @@ -76,436 +72,253 @@ "name": "skills", "label": "Zweihander Skills", "system": "zweihander", - "path": "packs/skills", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/skills.db", + "type": "Item" }, { "name": "zh-ancestries", "label": "Zweihander Ancestries", "system": "zweihander", - "path": "packs/zh-ancestries", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-ancestries.db", + "type": "Item" }, { "name": "zh-ancestral-traits", "label": "Zweihander Ancestral Traits", "system": "zweihander", - "path": "packs/zh-ancestral-traits", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-ancestral-traits.db", + "type": "Item" }, { "name": "zh-magick", "label": "Zweihander Magick", "system": "zweihander", - "path": "packs/zh-magick", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-magick.db", + "type": "Item" }, { "name": "zh-professions", "label": "Zweihander Professions", "system": "zweihander", - "path": "packs/zh-professions", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-professions.db", + "type": "Item" }, { "name": "zh-talents", "label": "Zweihander Talents", "system": "zweihander", - "path": "packs/zh-talents", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-talents.db", + "type": "Item" }, { "name": "zh-drawbacks", "label": "Zweihander Drawbacks", "system": "zweihander", - "path": "packs/zh-drawbacks", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-drawbacks.db", + "type": "Item" }, { "name": "zh-traits", "label": "Zweihander Traits", "system": "zweihander", - "path": "packs/zh-traits", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-traits.db", + "type": "Item" }, { "name": "zh-creature-traits", "label": "Zweihander Creature Traits", "system": "zweihander", - "path": "packs/zh-creature-traits", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-creature-traits.db", + "type": "Item" }, { "name": "zh-weapons", "label": "Zweihander Weapons", "system": "zweihander", - "path": "packs/zh-weapons", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-weapons.db", + "type": "Item" }, { "name": "zh-weapons-alt-damage", "label": "Zweihander Weapons (Alt. Damage)", "system": "zweihander", - "path": "packs/zh-weapons-alt-damage", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-weapons-alt-damage.db", + "type": "Item" }, { "name": "zh-attack-profiles", "label": "Zweihander Attack Profiles", "system": "zweihander", - "path": "packs/zh-attack-profiles", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-attack-profiles.db", + "type": "Item" }, { "name": "zh-taints", "label": "Zweihander Taints of Chaos", "system": "zweihander", - "path": "packs/zh-taints", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-taints.db", + "type": "Item" }, { "name": "zh-trappings", "label": "Zweihander Trappings", "system": "zweihander", - "path": "packs/zh-trappings", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-trappings.db", + "type": "Item" }, { "name": "zh-conditions", "label": "Zweihander Conditions", "system": "zweihander", - "path": "packs/zh-conditions", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-conditions.db", + "type": "Item" }, { "name": "zh-armor", "label": "Zweihander Armor", "system": "zweihander", - "path": "packs/zh-armor", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-armor.db", + "type": "Item" }, { "name": "zh-qualities", "label": "Zweihander Qualities", "system": "zweihander", - "path": "packs/zh-qualities", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-qualities.db", + "type": "Item" }, { "name": "zh-diseases", "label": "Zweihander Diseases", "system": "zweihander", - "path": "packs/zh-diseases", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-diseases.db", + "type": "Item" }, { "name": "zh-disorders", "label": "Zweihander Disorders", "system": "zweihander", - "path": "packs/zh-disorders", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-disorders.db", + "type": "Item" }, { "name": "zh-rituals", "label": "Zweihander Rituals", "system": "zweihander", - "path": "packs/zh-rituals", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-rituals.db", + "type": "Item" }, { "name": "zh-injuries", "label": "Zweihander Injuries", "system": "zweihander", - "path": "packs/zh-injuries", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-injuries.db", + "type": "Item" }, { "name": "zh-charactercreation-tables", "label": "Zweihander Character Creation", "system": "zweihander", - "path": "packs/zh-charactercreation-tables", - "type": "RollTable", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-charactercreation-tables.db", + "type": "RollTable" }, { "name": "zh-gm-tables", "label": "Zweihander GM Tables", "system": "zweihander", - "path": "packs/zh-gm-tables", - "type": "RollTable", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-gm-tables.db", + "type": "RollTable" }, { "name": "zh-bestiary", "label": "Zweihander Bestiary", "system": "zweihander", - "path": "packs/zh-bestiary", - "type": "Actor", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-bestiary.db", + "type": "Actor" }, { "name": "zh-macros", "label": "Zweihander Macros", "system": "zweihander", - "path": "packs/zh-macros", - "type": "Macro", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/zh-macros.db", + "type": "Macro" }, { "name": "fof-afflictions", "label": "FoF Afflictions (Disorders)", "system": "zweihander", - "path": "packs/fof-afflictions", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-afflictions.db", + "type": "Item" }, { "name": "fof-ailments-and-drugs", "label": "FoF Ailments & Drugs (Diseases)", "system": "zweihander", - "path": "packs/fof-ailments-and-drugs", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-ailments-and-drugs.db", + "type": "Item" }, { "name": "fof-injuries", "label": "FoF Injuries", "system": "zweihander", - "path": "packs/fof-injuries", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-injuries.db", + "type": "Item" }, { "name": "fof-professional-traits", "label": "FoF Professional Traits", "system": "zweihander", - "path": "packs/fof-professional-traits", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-professional-traits.db", + "type": "Item" }, { "name": "fof-professions", "label": "FoF Professions", "system": "zweihander", - "path": "packs/fof-professions", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-professions.db", + "type": "Item" }, { "name": "fof-qualities", "label": "FoF Qualities", "system": "zweihander", - "path": "packs/fof-qualities", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-qualities.db", + "type": "Item" }, { "name": "fof-quirks", "label": "FoF Quirks (Drawbacks)", "system": "zweihander", - "path": "packs/fof-quirks", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-quirks.db", + "type": "Item" }, { "name": "fof-spells", "label": "FoF Spells", "system": "zweihander", - "path": "packs/fof-spells", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-spells.db", + "type": "Item" }, { "name": "fof-talents", "label": "FoF Talents", "system": "zweihander", - "path": "packs/fof-talents", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-talents.db", + "type": "Item" }, { "name": "fof-traits", "label": "FoF Traits", "system": "zweihander", - "path": "packs/fof-traits", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-traits.db", + "type": "Item" }, { "name": "fof-weapons", "label": "FoF Weapons", "system": "zweihander", - "path": "packs/fof-weapons", - "type": "Item", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - }, - "flags": {} + "path": "./packs/fof-weapons.db", + "type": "Item" } - ], - "grid": { - "units": "yd" - } + ] }