Skip to content

Commit

Permalink
fix(Module JSON)
Browse files Browse the repository at this point in the history
- Fixed up module JSON
- Added Changelog
  • Loading branch information
ChasarooniZ committed Aug 3, 2023
1 parent d66ddb1 commit 65f8b5c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 11.0.1 - First Stab at it
- Damage Numbers should now pop up on roll
- Damage numbers only appear over the first target unless you have **PF2E Target Damage** installed
- Unsure how this module works with other clients
- TODO
- Settings for module
- Color options
- performance optimization
- Text options
- Crit Message idea
13 changes: 8 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
}
],
"relationships": {
"systems": [{
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json"
}],
"requires": []
}
]
},
"esmodules": [
"scripts/module.js"
Expand All @@ -42,12 +43,14 @@
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"changelog": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/CHANGELOG.md",
"bugs": "https://github.com/cadowtin/pf2e-rpg-numbers/issues",
"license": "LICENSE",
"readme": "README.md",
"readme": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}
}

0 comments on commit 65f8b5c

Please sign in to comment.