Skip to content

Commit f78c17a

Browse files
committed
1.5.0
1 parent 2195a79 commit f78c17a

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.5.0
2+
3+
- `pf2e-trigger`:
4+
- add `Action Sent to Chat` event node:
5+
- it will trigger whenever an action message is created regardless of how (there is no way to identify otherwise)
6+
- if the `Action Slug` remains empty, the event will trigger for any action
7+
- the `Targets` output is only ever related to the `PF2e Toolbelt` module as action messages normally don't have a target
8+
- add `Remove Condition` action node:
9+
- it will remove every non-locked instances of the condition from the actor
10+
111
# 1.4.2
212

313
- `Extract from Actor/Item`:

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"socket": true,
2020
"library": true,
21-
"version": "1.4.2",
21+
"version": "1.5.0",
2222
"url": "https://github.com/reonZ/trigger-engine",
2323
"readme": "https://github.com/reonZ/trigger-engine/blob/master/README.md",
2424
"manifest": "https://raw.githubusercontent.com/reonZ/trigger-engine/master/module.json",
25-
"download": "https://github.com/reonZ/trigger-engine/releases/download/1.4.2/module.zip",
25+
"download": "https://github.com/reonZ/trigger-engine/releases/download/1.5.0/module.zip",
2626
"changelog": "https://github.com/reonZ/trigger-engine/blob/master/CHANGELOG.md",
2727
"bugs": "https://github.com/reonZ/trigger-engine/issues",
2828
"styles": [

0 commit comments

Comments
 (0)