diff --git a/README.md b/README.md index 1e3161c..df5528d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# FVTT PF2E Loot Generator -A loot generator/utility for the PF2E system in Foundry VTT. May eventually become system agnostic, but for now it only works with PF2E. +# FVTT PF2e Loot Generator +A loot generator/utility for the PF2e system in Foundry VTT. May eventually become system agnostic, but for now it only works with PF2e. # Features -This module was originally part of *PF2E Toolbox*, however it is now separate for ease of maintainability. Below are its features, new features are in bold. +This module was originally part of *PF2e Toolbox*, however it is now separate for ease of maintainability. Below are its features, new features are in bold. - **Roll a group of tables using a weighted table distribution** - Quickly roll a single table and add the item to a loot sheet - **Quickly roll higher quantities of a single, using control or shift, adjustable in the settings** -- Respects PF2E Toolbox's quicky mystification (holding alt mystifies items). +- Respects PF2e Toolbox's quicky mystification (holding alt mystifies items). - **Roll a highly configurable spell roll and create a wand or scroll from it** - Create weapons, armor, **and shields** with the item creator - Calculates all relevant statistics for the item, such as hp, hardness, price, level, etc... diff --git a/module.json b/module.json index e0e287f..ff3464c 100644 --- a/module.json +++ b/module.json @@ -1,17 +1,17 @@ { "name": "pf2e-lootgen", - "title": "PF2E Loot Generator", + "title": "PF2e Loot Generator", "description": "A loot generator/utility for the PF2E system in Foundry VTT. May eventually become system agnostic.", - "version": "1.0.2", + "version": "1.0.3", "author": "Andrew Cuccinello [DJ#1982]", "packs": [], "esmodules": ["./bundle.js"], "styles": ["./bundle.css"], "socket": true, "system": ["pf2e"], - "compatibleCoreVersion": "0.8.8", + "compatibleCoreVersion": "0.8.9", "minimumCoreVersion": "0.8.8", "manifest": "https://raw.githubusercontent.com/Djphoenix719/FVTT-PF2ELootGen/master/module.json", - "download": "https://github.com/Djphoenix719/FVTT-PF2ELootGen/releases/download/v1.0.2/pf2e-lootgen-v1.0.2.zip", + "download": "https://github.com/Djphoenix719/FVTT-PF2ELootGen/releases/download/v1.0.3/pf2e-lootgen-v1.0.3.zip", "url": "https://github.com/Djphoenix719/FVTT-PF2ELootGen" }