Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
redmop authored Oct 22, 2023
1 parent 1b148e1 commit a823c8e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
{
"name": "critical-hits-and-fumbles-pf1",
"title": "Critical Hits and Fumbles for PF1",
"name": "critical-hits-and-fumbles-pf1-v11",
"title": "Critical Hits and Fumbles for PF1 v11",
"description": "Rolltables and Buffs for rolling Crits and Fumbles",
"author": "Nargath",
"version": "1.0.1",
"author": "Red Mop",
"version": "2023.10.21",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion":"0.8.6",
"url":"https://github.com/Nargath/fvtt-crit-hits-and-fumbles-pf1",
"download":"https://github.com/Nargath/fvtt-crit-hits-and-fumbles-pf1/releases/download/1.0.1/1.0.1.zip",
"manifest":"https://raw.githubusercontent.com/Nargath/fvtt-crit-hits-and-fumbles-pf1/main/module.json",
"url":"https://github.com/redmop/fvtt-crit-hits-and-fumbles-pf1-v11",
"download":"https://github.com/redmop/fvtt-crit-hits-and-fumbles-pf1-v11/releases/download/2023.10.21/2023.10.21.zip",
"manifest":"https://raw.githubusercontent.com/redmop/fvtt-crit-hits-and-fumbles-pf1-v11/main/module.json",
"packs": [
{
"name": "crithits",
"label": "Critical Hits - PF1",
"path": "packs/crithits.db",
"type": "RollTable",
"entity": "Item",
"module": "critical-hits-and-fumbles-pf1"
},
{
"name": "critfumbles",
"label": "Critical Fumbles - PF1",
"path": "packs/critfumbles.db",
"type": "Item",
"entity": "Item",
"module": "critical-hits-and-fumbles-pf1"
},
{
"name": "critrolls",
"label": "Critical Rolltables - PF1",
"path": "packs/critrolls.db",
"type": "RollTable",
"entity": "RollTable",
"module": "critical-hits-and-fumbles-pf1"
}
Expand Down

0 comments on commit a823c8e

Please sign in to comment.