generated from League-of-Foundry-Developers/foundry-typescript-template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update README.md - Update LICENSE.MIT - Release 0.2.0
- Loading branch information
Matt Potts
committed
Feb 3, 2021
1 parent
31b11d7
commit 0b132b4
Showing
7 changed files
with
36 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,32 @@ | ||
![](https://img.shields.io/badge/Foundry-v0.7.9-informational) | ||
<!--- Downloads @ Latest Badge --> | ||
<!--- replace <user>/<repo> with your username/repository --> | ||
<!--- ![Latest Release Download Count](https://img.shields.io/github/downloads/misterpotts/fabricate/latest/module.zip) --> | ||
![Latest Release Download Count](https://img.shields.io/github/downloads/misterpotts/fabricate/latest/module.zip) | ||
|
||
<!--- Forge Bazaar Install % Badge --> | ||
<!--- replace <your-module-name> with the `name` in your manifest --> | ||
<!--- ![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Ffabricate&colorB=4aa94a) --> | ||
|
||
# Changelog | ||
Version 0.0.1 is not yet usable! :( I'm still in the early stages of figuring out FoundryVTT development and re-learning | ||
Typescript. | ||
|
||
# Description | ||
Fabricate is a module for FoundryVTT in the early stages of development. It's my first module, and my first TypeScript | ||
project in almost 10 years. | ||
|
||
Once complete, Fabricate will provide a game-system-agnostic crafting system for FoundryVTT. | ||
|
||
If you'd like to be involved I'd be happy to talk to you about how you could help out. | ||
## Version 0.2.0 | ||
- Crafting now considers and decrements quantities from owned items in an actor's inventory when crafting and consuming components | ||
|
||
## Manifest Plus | ||
Adds the following fields to the manifest for package browsers to pick up and show information better: | ||
## Version 0.1.0 | ||
- Support for the D&D 5E Game System in foundry | ||
- Crafting can now be performed from a recipe in an actor's inventory - just open the item sheet, go to the Recipe tab and click 'Craft' | ||
|
||
``` | ||
- includes: [] # list of files to include in the zip | ||
- icon: "" # link to icon img | ||
- cover: "" #link to cover img | ||
- screenshots: [] #links to screenshot images | ||
- video: "" | ||
- authors: [ | ||
{ | ||
"name": "misterpotts", | ||
"email": "[email protected]" | ||
} | ||
] | ||
``` | ||
# Description | ||
Fabricate is a module for Foundry VTT in the early stages of development. Once complete, Fabricate will provide a game-system-agnostic crafting system for Foundry VTT. | ||
|
||
## Versioned Releases | ||
Here's a quick preview of one of the early features - crafting from a Recipe. | ||
|
||
The Github Actions script will automatically create a Latest release which will always have a module.json that points to | ||
the latest release, and a versioned release whenever you update the version in your module.json. | ||
![](/screens/fabricate-preview-2.gif) | ||
|
||
This allows people who depend on a specific version of your module to just install that and be version locked. The | ||
versioned releases will *not* auto update. | ||
If you'd like to be involved I'd love to have some help! I'm always happy to talk to you about how people can contribute. | ||
|
||
# License | ||
MIT License. PRs welcome. | ||
This software is distributed with an MIT License. | ||
|
||
# Attribution | ||
Based on a FVTT Typescript Module [Template](https://github.com/League-of-Foundry-Developers/foundry-typescript-template) provided | ||
by the League of Extraordinary Foundry Developers and attributed to Spacemandev. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,32 @@ | ||
![](https://img.shields.io/badge/Foundry-v0.7.9-informational) | ||
<!--- Downloads @ Latest Badge --> | ||
<!--- replace <user>/<repo> with your username/repository --> | ||
<!--- ![Latest Release Download Count](https://img.shields.io/github/downloads/misterpotts/fabricate/latest/module.zip) --> | ||
![Latest Release Download Count](https://img.shields.io/github/downloads/misterpotts/fabricate/latest/module.zip) | ||
|
||
<!--- Forge Bazaar Install % Badge --> | ||
<!--- replace <your-module-name> with the `name` in your manifest --> | ||
<!--- ![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Ffabricate&colorB=4aa94a) --> | ||
|
||
# Changelog | ||
Version 0.0.1 is not yet usable! :( I'm still in the early stages of figuring out FoundryVTT development and re-learning | ||
Typescript. | ||
|
||
# Description | ||
Fabricate is a module for FoundryVTT in the early stages of development. It's my first module, and my first TypeScript | ||
project in almost 10 years. | ||
|
||
Once complete, Fabricate will provide a game-system-agnostic crafting system for FoundryVTT. | ||
|
||
If you'd like to be involved I'd be happy to talk to you about how you could help out. | ||
## Version 0.2.0 | ||
- Crafting now considers and decrements quantities from owned items in an actor's inventory when crafting and consuming components | ||
|
||
## Manifest Plus | ||
Adds the following fields to the manifest for package browsers to pick up and show information better: | ||
## Version 0.1.0 | ||
- Support for the D&D 5E Game System in foundry | ||
- Crafting can now be performed from a recipe in an actor's inventory - just open the item sheet, go to the Recipe tab and click 'Craft' | ||
|
||
``` | ||
- includes: [] # list of files to include in the zip | ||
- icon: "" # link to icon img | ||
- cover: "" #link to cover img | ||
- screenshots: [] #links to screenshot images | ||
- video: "" | ||
- authors: [ | ||
{ | ||
"name": "misterpotts", | ||
"email": "[email protected]" | ||
} | ||
] | ||
``` | ||
# Description | ||
Fabricate is a module for Foundry VTT in the early stages of development. Once complete, Fabricate will provide a game-system-agnostic crafting system for Foundry VTT. | ||
|
||
## Versioned Releases | ||
Here's a quick preview of one of the early features - crafting from a Recipe. | ||
|
||
The Github Actions script will automatically create a Latest release which will always have a module.json that points to | ||
the latest release, and a versioned release whenever you update the version in your module.json. | ||
![](/screens/fabricate-preview-2.gif) | ||
|
||
This allows people who depend on a specific version of your module to just install that and be version locked. The | ||
versioned releases will *not* auto update. | ||
If you'd like to be involved I'd love to have some help! I'm always happy to talk to you about how people can contribute. | ||
|
||
# License | ||
MIT License. PRs welcome. | ||
This software is distributed with an MIT License. | ||
|
||
# Attribution | ||
Based on a FVTT Typescript Module [Template](https://github.com/League-of-Foundry-Developers/foundry-typescript-template) provided | ||
by the League of Extraordinary Foundry Developers and attributed to Spacemandev. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters