Skip to content

Commit

Permalink
Merge pull request #26 from Z3nner/FXPass
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3nner authored Jan 9, 2024
2 parents d8bb517 + 84309a0 commit 31bb32f
Show file tree
Hide file tree
Showing 161 changed files with 5,898 additions and 732 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ The workflow for creating and editing macros is as follows:
- To edit an existing macro, edit the files in `packs_source/weaponfx.db/<macro name>.[js|json]`
- Then, compile the macro compendium with `npm run db:pack`

You can then copy the module files (or symlink the folder) into your Foundry modules directory to test in-game.
The `weaponfx` pack is the default. To create a macro in a different pack, use `--pack <packName>`, for example: `npm run new-effect "My Manual Name" -- --pack weaponfx_manual`

You can then copy the module files (or symlink the folder) into your Foundry modules directory to test in-game.
Binary file added icons/PinakaArea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/SmokeArea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/SmokeGrenadeArea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/bright-explosion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/cluster-bomb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/cracked-shield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/explosion-rays.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/front-teeth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/incoming-rocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/mushroom-cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/nexus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/on-target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/war-pick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"moduleFileExtensions": ["js"],
"transform": {}
}
43 changes: 18 additions & 25 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,14 @@
"url": "https://github.com/Z3nner/lancer-weapon-fx",
"manifest": "https://github.com/Z3nner/lancer-weapon-fx/releases/latest/download/module.json",
"download": "https://github.com/Z3nner/lancer-weapon-fx/releases/download/1.6.0/module.zip",

"relationships": {
"requires": [
{
"requires": {
"id": "sequencer",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json",
"compatibility": {
"minimum": "2.3.7"
}
},
{
"id": "animated-spell-effects",
"type": "module",
"manifest": "https://github.com/jackkerouac/animated-spell-effects/releases/latest/download/module.json"
},
{
"id": "animated-spell-effects-cartoon",
"type": "module",
"manifest": "https://github.com/jackkerouac/animated-spell-effects-cartoon/releases/download/latest/module.json",
"compatibility": {
"minimum": "0.2.0"
}
},
{
"id": "tokenmagic",
"type": "module",
"manifest": "https://raw.githubusercontent.com/Feu-Secret/Tokenmagic/master/tokenmagic/module.json"
}
]
"compatibility": {"minimum": "2.3.7"}
}
},
"languages": [
{
Expand All @@ -62,6 +41,20 @@
"path": "packs/weaponfx.db",
"type": "Macro",
"module": "lancer-weapon-fx"
},
{
"name": "WeaponFXManual",
"label": "Lancer Weapon FX (Manual)",
"path": "packs/weaponfx_manual.db",
"type": "Macro",
"module": "lancer-weapon-fx"
},
{
"name": "WeaponFXUtility",
"label": "Lancer Weapon FX (Utility)",
"path": "packs/utility.db",
"type": "Macro",
"module": "lancer-weapon-fx"
}
]
}
Loading

0 comments on commit 31bb32f

Please sign in to comment.