-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Animations] New kineticist/psychic animations + minor adjustments (#231
) * Revert "finish the data-backend, start animation backend" This reverts commit c54c2f0. * 🎨 Format animation JSONs * Adjusted CHANGELOG.md --------- Co-authored-by: Aziareel <[email protected]> Co-authored-by: MrVauxs <[email protected]>
- Loading branch information
1 parent
2b50f2c
commit 0e695c3
Showing
23 changed files
with
817 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"action:extract-element": [ | ||
{ | ||
"trigger": "damage-taken", | ||
"preset": "onToken", | ||
"options": { | ||
"scaleToObject": 2, | ||
"preset": { | ||
"location": "target" | ||
} | ||
}, | ||
"contents": [ | ||
{ | ||
"predicate": [ | ||
"self:trait:air", | ||
"kinetic-gate:air" | ||
], | ||
"file": "jb2a.template_circle.out_pulse.02.loop.bluewhite" | ||
}, | ||
{ | ||
"predicate": [ | ||
"self:trait:earth", | ||
"kinetic-gate:earth" | ||
], | ||
"contents": [ | ||
{ | ||
"predicate": [ | ||
"jb2a:free" | ||
], | ||
"file": "jb2a.cast_generic.earth.01.browngreen.0" | ||
}, | ||
{ | ||
"predicate": [ | ||
"jb2a:patreon" | ||
], | ||
"file": "jb2a.impact.earth.01.browngreen.0" | ||
} | ||
] | ||
}, | ||
{ | ||
"predicate": [ | ||
"self:trait:fire", | ||
"kinetic-gate:fire" | ||
], | ||
"file": "jb2a.impact.fire.01.orange.0" | ||
}, | ||
{ | ||
"predicate": [ | ||
"self:trait:metal", | ||
"kinetic-gate:metal" | ||
], | ||
"file": "jb2a.aura_themed.01.outward.complete.metal.01.grey" | ||
}, | ||
{ | ||
"predicate": [ | ||
"self:trait:water", | ||
"kinetic-gate:water" | ||
], | ||
"file": "jb2a.impact.water.02.blue.0" | ||
}, | ||
{ | ||
"predicate": [ | ||
"self:trait:wood", | ||
"kinetic-gate:wood" | ||
], | ||
"file": "jb2a.aura_themed.01.outward.complete.wood.01.green" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"spell:slug:read-aura": [ | ||
{ | ||
"trigger": "action", | ||
"preset": "onToken", | ||
"file": "jb2a.magic_signs.rune.divination.intro.blue", | ||
"options": { | ||
"scaleToObject": 1.5 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"item:slug:schadenfreude": [ | ||
{ | ||
"trigger": "saving-throw", | ||
"preset": "onToken", | ||
"options": { | ||
"scaleToObject": 1, | ||
"preset": { | ||
"location": "target" | ||
} | ||
}, | ||
"file": "jb2a.icon.stun.purple" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"spell:slug:sigil": [ | ||
{ | ||
"trigger": "action", | ||
"preset": "onToken", | ||
"file": "jb2a.magic_signs.rune.transmutation.intro.yellow", | ||
"options": { | ||
"scaleToObject": 1.5 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
Check failure on line 1 in animations/spells/2nd/laughing-fit.json
|
||
"item:slug:laughing-fit": "item:slug:schadenfreude" | ||
} |
Oops, something went wrong.