From 0c9111b0be57842b56e07ec9fc10cea1fd59f47d Mon Sep 17 00:00:00 2001 From: Forien Date: Fri, 6 Sep 2024 21:11:45 +0200 Subject: [PATCH] set minimum compatible versions; README.md and CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ README.md | 30 +++++++++--------------------- dist/module.json | 4 ++-- 3 files changed, 19 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5909b29..b1a1ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## v3.X.X +### v3.1.0 +* Updated for Active Effects using Data Models (with [Warhammer Library](https://foundryvtt.com/packages/warhammer-lib)) and verified for WFRP4e 8.0.1 +* Created `Grimoire` type for Items. + * This is new item type in the system, which allows to transfer spells from Grimoires without need to add spells themselves to an Actor. + * It allows GMs to create items that award spells when held (or equipped, configurable) and take the spells away when grimoire is lost (or unequipped) + * Memorized spells are not removed + * Additional options to limit spells based on known language, lores, ability to Read/Write etc. + ### v3.0.0 * Verified for Foundry v12 and set it as minimum version * Fixed Slashing label error diff --git a/README.md b/README.md index 508e00a..eff60ad 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,18 @@ This module is a collection of custom trappings and features for Warhammer Fanta Forien's Armoury started as a compendium of my own custom items and houserules and as the time went by, it got expanded +### Notable changes in v3.1.0 +* Updated for Active Effects using Data Models (with [Warhammer Library](https://foundryvtt.com/packages/warhammer-lib)) and verified for WFRP4e 8.0.1 +* Created `Grimoire` type for Items. + * This is new item type in the system, which allows to transfer spells from Grimoires without need to add spells themselves to an Actor. + * It allows GMs to create items that award spells when held (or equipped, configurable) and take the spells away when grimoire is lost (or unequipped) + * Memorized spells are not removed + * Additional options to limit spells based on known language, lores, ability to Read/Write etc. +* You can read full changelog [here](https://github.com/Forien/foundryvtt-forien-armoury/blob/master/CHANGELOG.md) + ### Notable changes in v3.0.0 * Verified for Foundry v12 and set it as minimum version due to lack of backwards compatibility * Fixed Item Properties, macros and some other issues -* You can read full changelog [here](https://github.com/Forien/foundryvtt-forien-armoury/blob/master/CHANGELOG.md) ### Notable changes in v2.1.0 * Added following GM only Macros: @@ -43,26 +51,6 @@ Forien's Armoury started as a compendium of my own custom items and houserules a * Added 3 new Diseases and 3 new Symptoms to _„RassilonMonk's Cauldron of Nurgle“_ * Several other changes to both content and codebase, [read more](https://github.com/Forien/foundryvtt-forien-armoury/blob/master/CHANGELOG.md) -### Notable changes in v1.4.0 -* Added new career: `Monster Hunter` - * This career utilizes one of three unique **Fighting Styles** and focuses on tracking down and fighting monstrous beasts -* Added 9 new Talents - * `Fighting Style (Any)` and `Fighting Master (Style)` along with variant for every of the three styles. - * `Fortified Mind`, a Talent designed to work with the `Casting Fatigue` feature -* Introducing _„RassilonMonk's Cauldron of Nurgle“_, a bundle of symptoms and diseases to use during your games in perilous Old World - * Added 5 new **Diseases**: Gonorrhoea, Meniere's disease, Nurgle's Rot, Ragpicker's Disease, The Spews - * Added 4 new **Symptoms**: Vertigo, Scarring, Rashes and Taint -* Created am Automatic Disease Progression, which will progress diseases' duration and incubation automatically - * This requires some time tracking module (like `Simple Calendar`) to actually modify the `World Time` setting. -* Added `Casting Fatigue` feature, proposed and designed by VividOblivion. -* Added new journal: `Forien's Lore` - * Describing **Hunters' Guild** and **Runebounds** -* Added accessory: `Amulet of „Resilience“` -* Added trait: `Drunk` -* Created Settings App, which allows to display settings in more visually appealing and intuitive way -* Several other changes to both content and codebase, [read more](https://github.com/Forien/foundryvtt-forien-armoury/blob/master/CHANGELOG.md) - - ## Installation ### Recommended: Install via FoundryVTT diff --git a/dist/module.json b/dist/module.json index ebd4bae..cfe3ac0 100644 --- a/dist/module.json +++ b/dist/module.json @@ -19,7 +19,7 @@ ], "compatibility": { "minimum": "12", - "verified": "12.327" + "verified": "12.331" }, "relationships": { "systems": [ @@ -27,7 +27,7 @@ "id": "wfrp4e", "type": "system", "compatibility": { - "minimum": "7.2.1" + "minimum": "8.0.0" } } ],