Skip to content

Commit

Permalink
Merge pull request #111 from vtt-lair/master
Browse files Browse the repository at this point in the history
update module.json and contributing
  • Loading branch information
vtt-lair authored Jun 28, 2021
2 parents d7efbb3 + 2e2fda0 commit ea41a15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ case 'dnd5e':

// does your system support initiative rolls or deathsaves (as dnd5e understands them)?
LMRTFY.specialRolls = { 'initiative': true, 'deathsave': true };

// does you system use ability modifiers. this is for the dice and modifier buttons under custom formula
LMRTFY.abilityAbbreviations = CONFIG.DND5E.abilityAbbreviations;
LMRTFY.modIdentifier = 'mod';
LMRTFY.abilityModifiers = LMRTFY.parseAbilityModifiers();
break;
```

Expand Down
13 changes: 9 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "lmrtfy",
"title": "Let Me Roll That For You!",
"description": "Ask your players to make rolls for you.",
"version": "1.9",
"version": "1.17",
"author": "KaKaRoTo, iotech, Limping Ninja, Rughalt, Calego",
"scripts": [
"./src/lmrtfy.js",
Expand Down Expand Up @@ -61,6 +61,11 @@
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "it",
"name": "Italiana",
"path": "lang/it.json"
}
],
"media": [
Expand All @@ -80,10 +85,10 @@
"socket": true,
"url": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy",
"manifest": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases/latest/download/module.json",
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases/latest/download/module.zip",
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases/download/1.17/module.zip",
"changelog": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases",
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/issues",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.8",
"allowBugReporter": true
}
}

0 comments on commit ea41a15

Please sign in to comment.