Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
Djphoenix719 committed Jan 16, 2022
2 parents 08b7ecb + eb2693d commit 1af8cfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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...
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1af8cfa

Please # to comment.