-
Notifications
You must be signed in to change notification settings - Fork 5
/
OpenPF2.uplugin
53 lines (53 loc) · 1.05 KB
/
OpenPF2.uplugin
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "OpenPF2",
"Description": "An implementation of RPG mechanics from Pathfinder 2e with the Combat Abilities System.",
"Category": "Other",
"CreatedBy": "Guy Elsmore-Paddock",
"CreatedByURL": "https://github.com/OpenPF2/PF2Core",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "OpenPF2GameFramework",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "OpenPF2Tests",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "OpenPF2BlueprintNodes",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "OpenPF2EditorSupport",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "EnhancedAutomationSpecs",
"Enabled": true
}
]
}