Skip to content

Commit ea41a15

Browse files
authored
Merge pull request #111 from vtt-lair/master
update module.json and contributing
2 parents d7efbb3 + 2e2fda0 commit ea41a15

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ case 'dnd5e':
3131

3232
// does your system support initiative rolls or deathsaves (as dnd5e understands them)?
3333
LMRTFY.specialRolls = { 'initiative': true, 'deathsave': true };
34+
35+
// does you system use ability modifiers. this is for the dice and modifier buttons under custom formula
36+
LMRTFY.abilityAbbreviations = CONFIG.DND5E.abilityAbbreviations;
37+
LMRTFY.modIdentifier = 'mod';
38+
LMRTFY.abilityModifiers = LMRTFY.parseAbilityModifiers();
3439
break;
3540
```
3641

module.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "lmrtfy",
44
"title": "Let Me Roll That For You!",
55
"description": "Ask your players to make rolls for you.",
6-
"version": "1.9",
6+
"version": "1.17",
77
"author": "KaKaRoTo, iotech, Limping Ninja, Rughalt, Calego",
88
"scripts": [
99
"./src/lmrtfy.js",
@@ -61,6 +61,11 @@
6161
"lang": "zh-tw",
6262
"name": "正體中文",
6363
"path": "lang/zh-tw.json"
64+
},
65+
{
66+
"lang": "it",
67+
"name": "Italiana",
68+
"path": "lang/it.json"
6469
}
6570
],
6671
"media": [
@@ -80,10 +85,10 @@
8085
"socket": true,
8186
"url": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy",
8287
"manifest": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases/latest/download/module.json",
83-
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases/latest/download/module.zip",
88+
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases/download/1.17/module.zip",
8489
"changelog": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/releases",
8590
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-lmrtfy/issues",
8691
"minimumCoreVersion": "0.8.6",
87-
"compatibleCoreVersion": "0.8.6",
92+
"compatibleCoreVersion": "0.8.8",
8893
"allowBugReporter": true
89-
}
94+
}

0 commit comments

Comments
 (0)