You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# 1.1.0
2
+
3
+
- the `text -> number` now returns `-1` as default value instead of `0`
4
+
- add new `Refresh Application` button next to the `Save Triggers` in the trigger menu
5
+
- this completely closes and re-open the menu and re-select the current trigger
6
+
- it offers you to save your triggers before the refresh, otherwise, any un-saved change will be lost
7
+
-`pf2e-trigger`:
8
+
- add new `Update Effect Duration` action node
9
+
- add new `Get RollOption Value` logic node
10
+
- it returns the part after the provided prefix of a roll-option
11
+
- e.g. you provide `kinetic-gate:first-element` and the returned value will be `fire-gate` if the roll-option is `kinetic-gate:first-element:fire-gate`
12
+
- if you need it as a numerical value, the `text -> number` convertor will take care of it for you
13
+
- fix `Increase Condition` reducing an existing badge value down to the `Maximum` input field
14
+
- fix `Increase Effect Badge` not working in its `Item` state
0 commit comments