Skip to content

Commit c91b20e

Browse files
committed
1.3.0
1 parent 6d36604 commit c91b20e

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.3.0
2+
3+
- `pf2e-trigger`:
4+
- add `Is Reroll` boolean output to the `Attack Rolled` and `Check Rolled` event nodes
5+
- add `Has Special Resource` condition node
6+
- the resource must also have a `max` value greater than `0`
7+
- this is useful for mythic characters as `hero-points` always exists in the data
8+
- it returns the current value as an output (default `-1`)
9+
- add `Move Time` action node to update the system world clock
10+
- rename `Update Resource` into `Update Special Resource`
11+
112
# 1.2.0
213

314
- move the `Filter Targets` node to the `Extrator` category

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.2.0",
21+
"version": "1.3.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.2.0/module.zip",
25+
"download": "https://github.com/reonZ/trigger-engine/releases/download/1.3.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)