-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCOM_1PathfinderPack - Load Mods.dat
83 lines (69 loc) · 2.86 KB
/
COM_1PathfinderPack - Load Mods.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<document signature="Hero Lab Data">
<!--
Author: Tim Shadow
Created: December 1, 2016
This file allows for the silent loading of missing Sources or Things. Allowing us to deprecate outdated sources without causing any errors to be thrown to gamers when they open an .por file.
-->
<loadmods>
<!-- "MSRD Base Classes and Skills" Duplicate -->
<silentsource source="MPMSRD"/>
<!-- "The Modern Path 2: Core Rules" Duplicate -->
<silentsource source="MPSH"/>
<!-- "Rogue Genius Games: Anachronistic" Duplicate -->
<silentsource source="MPSGGDared"/>
<silentsource source="MPSGGEnf"/>
<silentsource source="SGGInvesti"/>
<silentsource source="MPSGGLumin"/>
<silentsource source="MPSGGSensi"/>
<silentsource source="MPSGGTough"/>
<!-- "MSRD Future: PL- 6 Fusion Age" Duplicate -->
<silentsource source="MSRDFuture"/>
<silentsource source="MSRDFusion"/>
<!-- Thrown of Night AP as its never getting added -->
<silentsource source="pFMGToN"/>
<!-- Eberron not yet added sources -->
<silentsource source="srcDraMark"/>
<silentsource source="srcDraEber"/>
<silentsource source="srcExpHand"/>
<silentsource source="src5Nation"/>
<silentsource source="srcMaOfEb"/>
<silentsource source="srcPlayEbe"/>
<silentsource source="srcSeOfSa"/>
<silentsource source="srcSeOfXe"/>
<silentsource source="srcFoOfWar"/>
<!-- Deprecate Ultimate Psionics Secondary Disciplines that are no longer needed -->
<silentthing thing="cPUSeer2"/>
<silentthing thing="cPUShaper2"/>
<silentthing thing="cPUKineti2"/>
<silentthing thing="cPUEgoist2"/>
<silentthing thing="cPUNomad2"/>
<silentthing thing="cPUTelepa2"/>
<!-- Deprecate Ultimate Psionics Feats that are no longer needed -->
<silentthing thing="fPUWepPsi"/>
<!-- Deprecate Ultimate Psionics Marksman Favored Weapon Custom Abilities -->
<silentthing thing="cPUFavThr"/>
<silentthing thing="cPUFavSpr"/>
<silentthing thing="cPUFavCro"/>
<silentthing thing="cPUFavBow"/>
<!-- Deprecate Path of War Expanded Manuevers that are no longer needed -->
<silentthing thing="manPWSoTA8"/>
<silentthing thing="manPWSBtS6"/>
<silentthing thing="staPWSlGd3"/>
<silentthing thing="staPWMmSm5"/>
<silentthing thing="staPWUnls8"/>
<silentthing thing="manPWRcDs2"/>
<silentthing thing="manPWUntR2"/>
<silentthing thing="manPWFotW3"/>
<silentthing thing="manPWAtGS6"/>
<silentthing thing="manPWBinD9"/>
<silentthing thing="manPWDotS8"/>
<silentthing thing="manPWSoSV4"/>
<silentthing thing="manPWWotL5"/>
<silentthing thing="manPWPMSt7"/>
<silentthing thing="manPWSoTA6"/>
<!-- Deprecate RGG Class Things that are no longer needed -->
<silentthing thing="cRG1RiStUn"/>
<silentthing thing="cRG1VerImp"/>
</loadmods>
</document>