Skip to content

Commit

Permalink
Merge pull request #6 from crit-tech/tables
Browse files Browse the repository at this point in the history
Tables
  • Loading branch information
dprothero authored Oct 13, 2023
2 parents e70484b + 6e6a8db commit 9823817
Show file tree
Hide file tree
Showing 531 changed files with 47,811 additions and 32,888 deletions.
4,106 changes: 1,789 additions & 2,317 deletions 5e_Monster_Builder.json

Large diffs are not rendered by default.

12,741 changes: 6,294 additions & 6,447 deletions LGMRD.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ LGMRD is officially pronounced "Lymm Grid" and LGMMBRD "Lymm Bard".
- [HTML](https://github.com/crit-tech/LGMRD/blob/main/LGMRD.html) **Updated: <span id="html-last-updated">Tue, 10 Oct 2023 22:52:30 GMT</span>**
- [All-in-one Markdown](https://github.com/crit-tech/LGMRD/blob/main/LGMRD.md) **Updated: <span id="markdown-last-updated">Tue, 10 Oct 2023 22:52:33 GMT</span>**
- [Separate Markdown](https://github.com/crit-tech/LGMRD/tree/main/markdown_separate) files **Updated: <span id="markdown_separate-last-updated">Tue, 10 Oct 2023 22:52:33 GMT</span>**
- [JSON](https://github.com/crit-tech/LGMRD/blob/main/LGMRD.json) **Updated: <span id="json-last-updated">Wed, 11 Oct 2023 00:27:21 GMT</span>**
- [NPM](https://www.npmjs.com/package/@crit-tech/lgmrd) **Updated: <span id="json-last-updated">Wed, 11 Oct 2023 00:27:21 GMT</span>**
- [JSON](https://github.com/crit-tech/LGMRD/blob/main/LGMRD.json) **Updated: <span id="json-last-updated">Fri, 13 Oct 2023 16:06:21 GMT</span>**
- [NPM](https://www.npmjs.com/package/@crit-tech/lgmrd) **Updated: <span id="json-last-updated">Fri, 13 Oct 2023 16:06:21 GMT</span>**
- [PDF](https://github.com/crit-tech/LGMRD/blob/main/LGMRD.pdf) **Updated: <span id="pdf-last-updated">Tue, 10 Oct 2023 22:52:32 GMT</span>**
- [EPUB](https://github.com/crit-tech/LGMRD/blob/main/LGMRD.epub) **Updated: <span id="epub-last-updated">Tue, 10 Oct 2023 22:52:33 GMT</span>**

Expand All @@ -23,8 +23,8 @@ LGMRD is officially pronounced "Lymm Grid" and LGMMBRD "Lymm Bard".
- [HTML](https://github.com/crit-tech/LGMRD/blob/main/5e_Monster_Builder.html) **Updated: <span id="mb-html-last-updated">Tue, 10 Oct 2023 22:52:34 GMT</span>**
- [All-in-one Markdown](https://github.com/crit-tech/LGMRD/blob/main/5e_Monster_Builder.md) **Updated: <span id="mb-markdown-last-updated">Tue, 10 Oct 2023 22:52:35 GMT</span>**
- [Separate Markdown](https://github.com/crit-tech/LGMRD/tree/main/markdown_separate_5e_monster_builder) files **Updated: <span id="mb-markdown_separate-last-updated">Tue, 10 Oct 2023 22:52:35 GMT</span>**
- [JSON](https://github.com/crit-tech/LGMRD/blob/main/5e_Monster_Builder.json) **Updated: <span id="mb-json-last-updated">Wed, 11 Oct 2023 00:27:24 GMT</span>**
- [NPM](https://www.npmjs.com/package/@crit-tech/lgmmbrd) **Updated: <span id="mb-json-last-updated">Wed, 11 Oct 2023 00:27:24 GMT</span>**
- [JSON](https://github.com/crit-tech/LGMRD/blob/main/5e_Monster_Builder.json) **Updated: <span id="mb-json-last-updated">Fri, 13 Oct 2023 16:06:22 GMT</span>**
- [NPM](https://www.npmjs.com/package/@crit-tech/lgmmbrd) **Updated: <span id="mb-json-last-updated">Fri, 13 Oct 2023 16:06:22 GMT</span>**
- [PDF](https://github.com/crit-tech/LGMRD/blob/main/5e_Monster_Builder.pdf) **Updated: <span id="mb-pdf-last-updated">Tue, 10 Oct 2023 22:52:34 GMT</span>**
- [EPUB](https://github.com/crit-tech/LGMRD/blob/main/5e_Monster_Builder.epub) **Updated: <span id="mb-epub-last-updated">Tue, 10 Oct 2023 22:52:35 GMT</span>**

Expand Down
4 changes: 2 additions & 2 deletions metadata/updates.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"markdown": "2023-10-10T22:52:33.384Z",
"markdown_separate": "2023-10-10T22:52:33.626Z",
"json": "2023-10-11T00:27:21.183Z",
"json": "2023-10-13T16:06:21.209Z",
"html": "2023-10-10T22:52:30.703Z",
"pdf": "2023-10-10T22:52:32.279Z",
"epub": "2023-10-10T22:52:33.071Z",
Expand All @@ -10,5 +10,5 @@
"mb-epub": "2023-10-10T22:52:35.282Z",
"mb-markdown": "2023-10-10T22:52:35.478Z",
"mb-markdown_separate": "2023-10-10T22:52:35.627Z",
"mb-json": "2023-10-11T00:27:24.904Z"
"mb-json": "2023-10-13T16:06:22.016Z"
}
16 changes: 16 additions & 0 deletions packages/lgmmbrd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ import("@crit-tech/lgmmbrd").then((lgmmbrd) => {
});
```

Or, you can just import specific sections (see `package.json` for the full list of exported sections):

```js
import data from "@crit-tech/lgmmbrd/bossesandminions/default";

console.log(data);
```

### CommonJS

```js
Expand All @@ -30,6 +38,14 @@ const lgmmbrd = require("@crit-tech/lgmmbrd");
console.log(lgmmbrd);
```

Or, you can just import specific sections (see `package.json` for the full list of exported sections):

```js
const data = require("@crit-tech/lgmmbrd/bossesandminions/default");

console.log(data);
```

## Attribution

This work includes material taken from the [Lazy GM's 5e Monster Builder Resource Document](https://slyflourish.com/lazy_5e_monster_building_resource_document.html) written by Teos Abadía of [Alphastream.org](https://alphastream.org/), Scott Fitzgerald Gray of [Insaneangel.com](https://insaneangel.com/), and Michael E. Shea of [SlyFlourish.com](https://slyflourish.com/), available under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
Expand Down
Loading

0 comments on commit 9823817

Please sign in to comment.