Skip to content

Commit cf68d57

Browse files
committed
➕ pf2e: additional sources
1 parent 9813a54 commit cf68d57

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

docs/sourceMap.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ You may see these abbreviations referenced in source material, this is how they
277277
| CFD | Critical Fumble Deck |
278278
| CHD | Critical Hit Deck |
279279
| CRB | Core Rulebook |
280+
| CotT | Claws of the Tyrant |
280281
| DA | Dark Archive |
281282
| DaLl | Dinner at Lionlodge |
282283
| EC0 | Extinction Curse Player's Guide |
@@ -303,6 +304,7 @@ You may see these abbreviations referenced in source material, this is how they
303304
| LOACLO | Lost Omens: Absalom, City of Lost Omens |
304305
| LOAG | Lost Omens: Ancestry Guide |
305306
| LOCG | Lost Omens: Character Guide |
307+
| LODM | Lost Omens: Divine Mysteries |
306308
| LOGM | Lost Omens: Gods & Magic |
307309
| LOGMWS | Lost Omens: Gods & Magic Web Supplement |
308310
| LOHh | Lost Omens: Highhelm |
@@ -312,11 +314,14 @@ You may see these abbreviations referenced in source material, this is how they
312314
| LOME | Lost Omens: The Mwangi Expanse |
313315
| LOMM | Lost Omens: Monsters of Myth |
314316
| LOPSG | Lost Omens: Pathfinder Society Guide |
317+
| LORA | Lost Omens: Rival Academies |
318+
| LOSK | Lost Omens: Shining Kingdoms |
315319
| LOTG | Lost Omens: Travel Guide |
316320
| LOTGB | Lost Omens: The Grand Bazaar |
317321
| LOTXWG | Lost Omens: Tian Xia World Guide |
318322
| LOWG | Lost Omens: World Guide |
319323
| LTiBA | Little Trouble in Big Absalom |
324+
| MS0 | Myth-Speaker Player's Guide |
320325
| Mal | Malevolence |
321326
| MotM | Mark of the Mantis |
322327
| NGD | Night of the Gray Death |
@@ -339,6 +344,7 @@ You may see these abbreviations referenced in source material, this is how they
339344
| SW0 | Spore War Player's Guide |
340345
| SaS | Shadows at Sundown |
341346
| Sli | The Slithering |
347+
| SoB0 | Shades of Blood Player's Guide |
342348
| SoG0 | Season of Ghosts Player's Guide |
343349
| SoG1 | Season of Ghosts #1: The Summer That Never Was |
344350
| SoG2 | Season of Ghosts #2: Let the Leaves Fall |
@@ -358,6 +364,7 @@ You may see these abbreviations referenced in source material, this is how they
358364
| TiO | Troubles in Otari |
359365
| ToK | Threshold of Knowledge |
360366
| TotT0 | Triumph of the Tusk Player's Guide |
367+
| WoI | War of Immortals |
361368
| WoW0 | Wardens of Wildwood Player's Guide |
362369
| WoW1 | Wardens of Wildwood #1: Pactbreaker |
363370
| WoW2 | Wardens of Wildwood #2: Severed at the Root |

src/main/resources/convertData.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,10 @@
10391039
],
10401040
"fixes": {
10411041
"actions.json": [
1042+
{
1043+
"match": "(\\{@condition [^|]+?\\|PC1})}\"",
1044+
"replace": "$1\""
1045+
},
10421046
{
10431047
"match": "(connecting areas \\{@b A12}} and \\{@b A22})",
10441048
"replace": "(connecting areas {@b A12} and {@b A22})"
@@ -1170,6 +1174,14 @@
11701174
}
11711175
],
11721176
"feats/feats-pc1.json": [
1177+
{
1178+
"match": "(\\{@action [^|]+?\\|PC1})}",
1179+
"replace": "$1"
1180+
},
1181+
{
1182+
"match": "(\\{@condition [^|]+?\\|PC1}.*\\.)}\"",
1183+
"replace": "$1\""
1184+
},
11731185
{
11741186
"match": "\\{@featGrimspawn\\|PC1}",
11751187
"replace": "{@feat Grimspawn|PC1}"
@@ -1183,8 +1195,8 @@
11831195
"replace": "{@feat pitborn|PC1} "
11841196
},
11851197
{
1186-
"match": "(\\{@skill [^|]+?\\|PC1})}\"",
1187-
"replace": "$1\""
1198+
"match": "(\\{@skill [^|]+?\\|PC1})}",
1199+
"replace": "$1"
11881200
}
11891201
],
11901202
"feats/feats-som.json": [

src/main/resources/sourceMap.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,9 @@ configPf2e:
682682
CHD:
683683
name: "Critical Hit Deck"
684684
date: "2019-10-16"
685+
CotT:
686+
name: "Claws of the Tyrant"
687+
date: "2025-04-02"
685688
CRB:
686689
name: "Core Rulebook"
687690
date: "2019-08-01"
@@ -763,6 +766,9 @@ configPf2e:
763766
LOCG:
764767
name: "Lost Omens: Character Guide"
765768
date: "2019-10-16"
769+
LODM:
770+
name: "Lost Omens: Divine Mysteries"
771+
date: "2024-11-20"
766772
LOGM:
767773
name: "Lost Omens: Gods & Magic"
768774
date: "2020-01-29"
@@ -790,6 +796,12 @@ configPf2e:
790796
LOPSG:
791797
name: "Lost Omens: Pathfinder Society Guide"
792798
date: "2020-10-14"
799+
LORA:
800+
name: "Lost Omens: Rival Academies"
801+
date: "2025-03-05"
802+
LOSK:
803+
name: "Lost Omens: Shining Kingdoms"
804+
date: "2025-06-04"
793805
LOTG:
794806
name: "Lost Omens: Travel Guide"
795807
date: "2022-08-31"
@@ -811,6 +823,9 @@ configPf2e:
811823
MotM:
812824
name: "Mark of the Mantis"
813825
date: "2022-02-23"
826+
MS0:
827+
name: "Myth-Speaker Player's Guide"
828+
date: "2025-06-16"
814829
NGD:
815830
name: "Night of the Gray Death"
816831
date: "2021-10-13"
@@ -868,6 +883,9 @@ configPf2e:
868883
Sli:
869884
name: "The Slithering"
870885
date: "2020-07-30"
886+
SoB0:
887+
name: "Shades of Blood Player's Guide"
888+
date: "2025-03-27"
871889
SoG0:
872890
name: "Season of Ghosts Player's Guide"
873891
date: "2023-10-02"
@@ -928,6 +946,9 @@ configPf2e:
928946
TotT0:
929947
name: "Triumph of the Tusk Player's Guide"
930948
date: "2024-10-09"
949+
WoI:
950+
name: "War of Immortals"
951+
date: "2024-10-30"
931952
WoW0:
932953
name: "Wardens of Wildwood Player's Guide"
933954
date: "2024-04-23"

0 commit comments

Comments
 (0)