Skip to content

Commit

Permalink
set minimum compatible versions; README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Forien committed Sep 6, 2024
1 parent 2d38ab5 commit 0c9111b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 23 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 9 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dist/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
],
"compatibility": {
"minimum": "12",
"verified": "12.327"
"verified": "12.331"
},
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"minimum": "7.2.1"
"minimum": "8.0.0"
}
}
],
Expand Down

0 comments on commit 0c9111b

Please sign in to comment.