Skip to content

Commit

Permalink
➕ pf2e sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jul 27, 2024
1 parent dcbea23 commit 8d6b1d9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sourceMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,9 @@ You may see these abbreviations referenced in source material, this is how they
| TiO | Troubles in Otari |
| ToK | Threshold of Knowledge |
| WoW0 | Wardens of Wildwood Player's Guide |
| WoW1 | Wardens of Wildwood #1: Pactbreaker |
| WoW2 | Wardens of Wildwood #2: Severed at the Root |
| WoW3 | Wardens of Wildwood #3: Shepherd of Decay |
| WtD1 | Wake the Dead #1 |
| WtD2 | Wake the Dead #2 |
| WtD3 | Wake the Dead #3 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ default String _replaceTokenText(String input, boolean nested) {
.replaceAll("\\{@strike ([^}]+?)}", "$1")
.replaceAll("\\{@n ([^}]+?)}", "$1")
.replaceAll("\\{@b ([^}]+?)}", "**$1**")
.replaceAll("\\{@B ([^}]+?)}", "**$1**")
.replaceAll("\\{@bold ([^}]+?)}", "**$1**")
.replaceAll("\\{@i ([^}]+?)}", "_$1_")
.replaceAll("\\{@italic ([^}]+)}", "_$1_")
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/convertData.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,12 @@
"replace": "{@condition enfeebled 4}."
}
],
"creatures-wow2.json": [
{
"match": "\\{@conditio n",
"replace": "{@condition "
}
],
"deities.json": [
{
"match": "immobilizied",
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/sourceMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@
"TiO": "Troubles in Otari",
"ToK": "Threshold of Knowledge",
"WoW0": "Wardens of Wildwood Player's Guide",
"WoW1": "Wardens of Wildwood #1: Pactbreaker",
"WoW2": "Wardens of Wildwood #2: Severed at the Root",
"WoW3": "Wardens of Wildwood #3: Shepherd of Decay",
"WtD1": "Wake the Dead #1",
"WtD2": "Wake the Dead #2",
"WtD3": "Wake the Dead #3",
Expand Down

0 comments on commit 8d6b1d9

Please sign in to comment.