Skip to content

Commit 0fd547a

Browse files
committed
Update Vaesen system to version 4.0.0
1 parent 7236102 commit 0fd547a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Diff for: README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ This system provides character sheets and items for your play, if you would lik
1717

1818
## To be done in the nearest future
1919

20-
* Dialogs
21-
* line up ux and design to match overall look and feel
22-
2320
* CSS optimization - convert current CSS structure to SASS based pre-processor for future ease of adjustment
2421
- underway
2522

@@ -34,6 +31,15 @@ This system provides character sheets and items for your play, if you would lik
3431
## Release Notes
3532
=======
3633

34+
35+
v4.0.0
36+
- Major Release! BACK UP YOUR WORLDS BEFORE UPGRADING!
37+
- Moved conditions to active effects, exisitng actors will be migrated to the new system. [[#78](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/78)]
38+
- Status Icons on tokens now relate to the conditions on the actor. You can toggle them from the HUD, or the sheet. [#56](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/56)
39+
- Added settings to determine default behavior for NPC and Vaesen actors when they are dropped on a scene.
40+
-- Note: if a vaesen is not linked you MUST add conditions from the token HUD or the copy of the actor on the scene rather than the unlinked actor in the sidebar.
41+
- Fixed: Weapon rolls where not using the correct conditions for the roll pool [[#83](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/83)]
42+
3743
v3.3.0
3844
- Added fear rolls to the Character sheet [#74](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/74)
3945
- Refactored the Actors to use a common base class to reduce code duplication and make it easier to maintain. [#75](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/75)

Diff for: system.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Vaesen",
33
"description": "Nordic horror role-playing",
4-
"version": "3.3.0",
4+
"version": "4.0.0",
55
"esmodules": [
66
"script/hooks.js"
77
],
@@ -88,7 +88,7 @@
8888
"url": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt",
8989
"socket": true,
9090
"manifest": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/latest/download/system.json",
91-
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/3.3.0/system.zip",
91+
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/4.0.0/system.zip",
9292
"license": "LICENSE.txt",
9393
"id": "vaesen",
9494
"authors": [

0 commit comments

Comments
 (0)