From b85fa0757f84735f1b233971d4cfd7e4c6f4c141 Mon Sep 17 00:00:00 2001 From: Megastruktur Date: Wed, 16 Jun 2021 15:06:01 +0300 Subject: [PATCH] Release 3.3.0 --- CHANGELOG.txt | 4 ++++ README.md | 10 ---------- system.json | 4 ++-- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a5422f4..3b327b0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +v.3.3 +- Adds effects instead of item logic fields +- Several image path fixes + v3.2 - Fix issue #120 (Load dropdown) - Fix issue #122 (Faction tracker labels) diff --git a/README.md b/README.md index dedcb65..80723dd 100644 --- a/README.md +++ b/README.md @@ -54,16 +54,6 @@ Clocks are now here! - To add clock go to Actors tab and create a new Actor of type "🕛 clock". - To share it to other players just drag it to a scene. -## Logic field - -Logic field is a json with params which allows to implement some logic when the Item of corresponding type is added or removed. -### Example (from the Vault 1 crew upgrade) -`{"attribute":"data.vault.max","operator":"addition","value":4,"requirement":""}` -- `attribute` - the attribute to affect -- `operator` - what is done to attribute -- `value` - the value for operator -- `requirement` - is not used - ### Operators list - `addition` - is added when item is attached and substracted when removed - `attribute_change` - changes the "attribute" to value and when removed - uses the "attribute_default" to restore diff --git a/system.json b/system.json index f9651fe..b8fc913 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "blades-in-the-dark", "title": "Blades in the Dark", "description": "Blades in the dark game system.", - "version": "3.2.2", + "version": "3.3.0", "minimumCoreVersion": "0.8.5", "compatibleCoreVersion": "0.8.9", "templateVersion": 1, @@ -42,7 +42,7 @@ ], "url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/", "manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json", - "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.2.2.zip", + "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.3.0.zip", "packs": [ { "name": "class",