Skip to content

Commit

Permalink
docs: update info and bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanistzed committed Aug 30, 2021
1 parent b9d5335 commit aca439b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.0 - 29 Aug 2021 - Load Mappings & Cypher System

* Added Cypher System mapping (thanks to @Fashtas)
* Added dropdown menu to the module settings to allow you to load in finished mappings

## 0.3.1 - 29 Aug 2021

Removed log
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ You can theoretically use this module with the PDF for any system, but some fiel

In order to automatically fill out the sheet with values, you will need a JS Object mapping of the PDF fields to the values on your character sheet. This is known as a "mapping" and can be edited in the module settings.

If a mapping has been created for your system, you can select it with the dropdown to load it in.

**TIP:** Install [Ace Library](https://foundryvtt.com/packages/acelib) if you want to use a proper editor to work on creating your mapping.

The mapping is formatted like this:
Expand Down Expand Up @@ -59,7 +61,7 @@ This will take care of filling out the character name, strength save proficiency
As you can see, the `@` is used to access properties of the Actor data, rather than a fixed value.
You may use any valid JavaScript functions or formulas in the mapping, but it should return a String or [coerce](https://developer.mozilla.org/en-US/docs/Glossary/Type_coercion) into one.
Please share any mappings you create with me and I will list them here for the benefit of the community.
Please share any mappings you create with me and I will include them in the module for the benefit of the community. [See the mappings here](./mappings/README.md).
## License
Expand Down

0 comments on commit aca439b

Please sign in to comment.