You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ A collection of PowerShell scripts to make a few niche things in the 5eTools pro
4
4
5
5
-[How2PowerShell](#how2powershell)
6
6
-[The scripts](#the-scripts)
7
-
-[Creature Fluff Tagger](#creature-fluff-tagger)
8
7
-[Creature Imager](#creature-imager)
9
8
-[Entries Tagger](#entries-tagger)
9
+
-[Fluff Tagger](#fluff-tagger)
10
10
-[Homebrew Merger](#homebrew-merger)
11
11
-[Mask Rescaler](#mask-rescaler)
12
12
-[Tag Checker](#tag-checker)
@@ -23,10 +23,6 @@ Otherwise, you'll need to [install](https://learn.microsoft.com/en-us/powershell
23
23
24
24
## The scripts
25
25
26
-
### Creature Fluff Tagger
27
-
28
-
This script adds the `hasFluff` and `hasFluffImages` properties, as appropriate, to creatures with a referenced `_monsterFluff` object.
29
-
30
26
### Creature Imager
31
27
32
28
This script applies images and tokens to a brew file in bulk by reading from a `.csv` file. Useful for creature-heavy conversions and art updates.
@@ -35,6 +31,10 @@ This script applies images and tokens to a brew file in bulk by reading from a `
35
31
36
32
This script looks throughout a brew file for `entries`-like properties, and then proceeds to (try to) automatically tag things.
37
33
34
+
### Fluff Tagger
35
+
36
+
This script adds the `hasFluff` and `hasFluffImages` properties, as appropriate, to (most) datatypes with a referenced `_<datatype>Fluff` object.
37
+
38
38
### Homebrew Merger
39
39
40
40
This script stitches 5eTools-style homebrew JSONs together to output a single JSON with all the content included, saving you having to lug around many files at once.
0 commit comments