Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Jun 10, 2022
1 parent 1a36858 commit 93c9775
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 8 deletions.
183 changes: 178 additions & 5 deletions autorec.json
Original file line number Diff line number Diff line change
Expand Up @@ -15071,7 +15071,10 @@
"enable": false
},
"macro": {
"enable": false
"enable": true,
"playWhen": "2",
"name": "Compendium.pf2e-jb2a-macros.Macros.Bouncing Lightning",
"args": ""
},
"menuType": "spell",
"animation": "chainlightning",
Expand Down Expand Up @@ -16461,7 +16464,11 @@
"custom": false,
"audio": {
"a01": {
"enable": false
"enable": true,
"file": "modules/soundfxlibrary/Combat/Single/Spell%20Impact/spell-impact-3.mp3",
"startTime": null,
"volume": null,
"delay": null
}
},
"levels3d": {
Expand Down Expand Up @@ -17851,6 +17858,67 @@
},
"menuType": "spell",
"menuSection": "61"
},
"80": {
"below": false,
"hidden": false,
"anim2d": false,
"name": "Chain Lightning",
"soundOnly": {
"enable": false
},
"macro": {
"enable": true,
"playWhen": "2",
"name": "Compendium.pf2e-jb2a-macros.Macros.Bouncing Lightning",
"args": ""
},
"menuType": "",
"animation": "",
"variant": "",
"color": "",
"custom": false,
"repeat": null,
"delay": null,
"audio": {
"a01": {
"enable": false
}
},
"explosion": {
"enable": false
},
"levels3d": {
"type": "",
"color01": "#000000",
"color02": "#000000",
"speed": null,
"repeat": null,
"arc": null,
"delay": null,
"scale": null,
"alpha": null,
"gravity": null,
"mass": null,
"life": null,
"emittersize": null,
"rate": null,
"addexplosion": {
"enable": false,
"color01": "#000000",
"color02": "#000000",
"speed": null,
"scale": null,
"alpha": null,
"gravity": null,
"mass": null,
"life": null,
"emittersize": null,
"rate": null,
"sprite": "modules/levels-3d-preview/assets/particles/dust.png"
},
"sprite": "modules/levels-3d-preview/assets/particles/emberssmall.png"
}
}
},
"static": {
Expand Down Expand Up @@ -18305,7 +18373,7 @@
},
"11": {
"below": false,
"hidden": false,
"hidden": true,
"anim2d": false,
"name": "Harm",
"soundOnly": {
Expand Down Expand Up @@ -18558,7 +18626,7 @@
"macro": {
"enable": true,
"playWhen": "2",
"name": "Raise a Shield",
"name": "Compendium.pf2e.action-macros.Raise a Shield",
"args": ""
},
"type": "",
Expand Down Expand Up @@ -20335,7 +20403,7 @@
},
"20": {
"below": false,
"hidden": false,
"hidden": true,
"name": "Effect Rage",
"soundOnly": {
"enable": false
Expand All @@ -20358,6 +20426,111 @@
"enable": false
}
}
},
"21": {
"below": false,
"hidden": true,
"name": "Invisible",
"soundOnly": {
"enable": false
},
"macro": {
"enable": true,
"playWhen": "2",
"name": "Compendium.pf2e-jb2a-macros.Macros.Invisibility",
"args": ""
},
"aeType": "",
"type": "source",
"menuType": "",
"animation": "",
"variant": "",
"color": "",
"custom": false,
"audio": {
"a01": {
"enable": false
}
},
"repeat": null,
"delay": null,
"scale": null,
"opacity": null,
"aeDelay": null,
"persistent": false,
"unbindAlpha": false,
"unbindVisibility": false,
"explosion": {
"enable": false
}
},
"22": {
"below": false,
"hidden": true,
"name": "Paralyzed",
"soundOnly": {
"enable": false
},
"macro": {
"enable": false
},
"aeType": "static",
"type": "source",
"menuType": "lightning",
"animation": "staticelectricity",
"variant": "03",
"color": "blue",
"custom": false,
"audio": {
"a01": {
"enable": false
}
},
"repeat": null,
"delay": null,
"scale": null,
"opacity": null,
"aeDelay": null,
"persistent": true,
"unbindAlpha": false,
"unbindVisibility": false,
"explosion": {
"enable": false
}
},
"23": {
"below": false,
"hidden": true,
"name": "Fascinated",
"soundOnly": {
"enable": false
},
"macro": {
"enable": false
},
"aeType": "static",
"type": "source",
"menuType": "conditions",
"animation": "heart",
"variant": "02",
"color": "pink",
"custom": false,
"audio": {
"a01": {
"enable": false
}
},
"repeat": null,
"delay": null,
"scale": null,
"opacity": null,
"aeDelay": null,
"persistent": true,
"unbindAlpha": false,
"unbindVisibility": false,
"explosion": {
"enable": false
}
}
}
}
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pf2e-jb2a-macros",
"title": "PF2e x JB2A Macros Compendium",
"description": "<p>A module dedicated to making PF2e shine.</p>",
"version": "1.7.2",
"version": "1.7.3",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"author": "MrVauxs and Co.",
Expand Down
2 changes: 1 addition & 1 deletion module/auto-import.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let version = 172
let version = 173

Hooks.on("init", () => {
game.settings.register("pf2e-jb2a-macros", "imported", {
Expand Down
Loading

0 comments on commit 93c9775

Please sign in to comment.