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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
> Dictionary
9
9
> (P) - A premium version of that animation is available.
10
10
11
-
## [0.3.4] - Unreleased
11
+
## [0.4.1] - Unreleased
12
+
13
+
## [0.4.0] - 2024-08-10
12
14
13
15
### Added
14
16
15
17
-`atLocation`, `radius`, `constrainedByWalls`, `volume`, and `duration` support for sound effects.
16
18
-`equipment:[state]` roll options for `toggle` animations. Use them wisely.
17
19
-`templateAsOrigin` preset option for `ranged` animations. Allows to have the template to be the source of the animation, as opposed to the owner token. Allows for template animations detached from token location.
20
+
- User Animation Menu (#3)
18
21
19
22
### Changed
20
23
21
24
- The Sounds Database to use a two-digit indexes (01, 02, 03, etc.)
22
25
- Inner Radiance Torrent (P) to use `templateAsOrigin`.
26
+
- Updated dependencies.
23
27
24
28
### Fixed
25
29
@@ -158,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: lang/en.json
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
{
2
2
"pf2e-graphics": {
3
-
"support": "Donate",
3
+
"support": {
4
+
"1": "Donate!",
5
+
"2": "Support Me!",
6
+
"3": "Help the Author"
7
+
},
4
8
"modifyItem": "Modify Item Animations",
5
9
"modifyActor": "Manage Actor Animations",
10
+
"modifyUser": "Manage User Animations",
6
11
"cancel": "Cancel",
7
12
"easingTooltip": "Learn more about various easing functions here.",
8
13
"featText": "This feat contains PF2e Graphics-managed Rule Elements, primarily of the TokenImage variety. Opening the Rules tab on this feat may lag your game if the actor contains a lot of forms (ex. Druid).",
@@ -32,6 +37,11 @@
32
37
"dev": {
33
38
"name": "Developer Mode",
34
39
"hint": "Posts to various information to the console. Helpful when you are trying to make your own animations."
40
+
},
41
+
"userMenu": {
42
+
"name": "User Animations",
43
+
"hint": "Customize your own personal animations or see others.",
44
+
"label": "Open Menu"
35
45
}
36
46
},
37
47
"tooltip": {
@@ -45,6 +55,15 @@
45
55
},
46
56
"openSheet": "Open Sheet"
47
57
},
58
+
"userAnimation": {
59
+
"tabs": {
60
+
"all-animations": "All Animations",
61
+
"user-animations": "User Animations",
62
+
"tokenimage-manager": "Token Image Manager"
63
+
},
64
+
"toggle": "Toggle Predicates on and off, allowing you to preview the token change.",
65
+
"switch": "See the Effect the rule is predicated onto, or the predicate data itself."
0 commit comments