-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTagFrameworkConfig.sample.json
More file actions
37 lines (37 loc) · 986 Bytes
/
Copy pathTagFrameworkConfig.sample.json
File metadata and controls
37 lines (37 loc) · 986 Bytes
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
{
"FileVersion": 1,
"Tags": [
{
"modGuids": ["bfc31d95-8fd5-4bdc-a92b-ec3bfce13f86"],
"Type": "Race",
"Tag": "Ghouls_Dunmer_f34cadf5-ccfb-4e56-9596-356619569108",
"ReallyTag": "REALLY_Ghouls_Dunmer_6a018dee-2f04-4bda-93c4-958422c3ed0a",
"TagsToExclude": ["Baldurian"],
"RaceMetaTags": ["Rare"],
"BloodMerchantElixirId": "",
"BG3SX_Support": {
"Allowed": false,
"Reason": "The MPAA are watching me type",
"IncludeReally": true,
"RaceModGuid": "bfc31d95-8fd5-4bdc-a92b-ec3bfce13f86"
}
},
{
"Type": "Deity",
"Tag": "Tyr",
"DeityCleric": "TyrCleric",
"DeityPaladin": "PALADIN_TYR_b8aec881-85fe-4e6e-8a28-7052ecd88899",
"DeityAlignment": "Good"
},
{
"Type": "Background",
"Tag": "Charlatan",
"TagsToExclude": ["Rare", "Planar"]
},
{
"Type": "Class",
"Tag": "Paladin",
"BloodMerchantElixirId": ""
}
]
}