forked from kreaddy/MagicTime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefaultSettings.json
147 lines (147 loc) · 3.86 KB
/
DefaultSettings.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[
{
"id": "disable_homebrew",
"name": "NO HOMEBREW",
"enabled": false,
"description": "Disables everything not from Paizo. Homebrew content is colored green in this menu.",
"content": null
},
{
"id": "archetypes",
"name": "Archetypes",
"enabled": true,
"description": null,
"content": [
{
"id": "flagellant",
"name": "Flagellant",
"enabled": true,
"description": "More casting-oriented cleric who powers up their spells with their own blood.",
"homebrew": true
},
{
"id": "warsighted",
"name": "Warsighted",
"enabled": true,
"description": "An oracle who trades revelations for combat feats.",
"homebrew": false
}
]
},
{
"id": "a_discoveries",
"name": "Arcane Discoveries",
"enabled": true,
"description": null,
"content": [
{
"id": "alch_affinity",
"name": "Alchemical Affinity",
"enabled": true,
"description": "Higher CL when casting spells that are both in wizard and alchemist lists.",
"homebrew": false
},
{
"id": "forest_blessing",
"name": "Forest Blessing",
"enabled": true,
"description": "Higher CL when casting spells that are both in wizard and druid lists.",
"homebrew": false
},
{
"id": "suck_it_bft",
"name": "Idealize",
"enabled": true,
"description": "Transmutation spells like Bull's Strength grant a higher bonus.",
"homebrew": false
},
{
"id": "muscle_wizard",
"name": "Knowledge Is Power",
"enabled": true,
"description": "Adds Intelligence modifier to CMB and CMD.",
"homebrew": false
},
{
"id": "opp_research",
"name": "Opposition Research",
"enabled": true,
"description": "Cancels the disadvantages of opposition schools.",
"homebrew": false
},
{
"id": "staff_wand",
"name": "Staff-like Wand",
"enabled": true,
"description": "Use the wizard's caster level and DC modifiers when using wands.",
"homebrew": false
},
{
"id": "metamagic_insight",
"name": "Metamagic Insight",
"enabled": true,
"description": "Use a known metamagic feat for free twice per day.",
"homebrew": true
}
]
},
{
"id": "feats",
"name": "Normal Feats",
"enabled": true,
"description": null,
"content": [
{
"id": "shrewd_tactician",
"name": "Shrewd Tactician",
"enabled": true,
"description": "Denies enemies' flanking bonus to AB.",
"homebrew": false
},
{
"id": "acadamae",
"name": "Acadamae Graduate",
"enabled": true,
"description": "Summoning spells only take a standard action to cast but have a chance to cause fatigue for a while.",
"homebrew": false
}
]
},
{
"id": "magus_arcana",
"name": "Magus Arcana",
"enabled": true,
"description": null,
"content": [
{
"id": "law_circle",
"name": "Circle Of Order",
"enabled": true,
"description": "Very short-lived but large dodge bonus against attacks made by chaotic enemies.",
"homebrew": false
}
]
},
{
"id": "mythic",
"name": "Mythic",
"enabled": true,
"description": null,
"content": [
{
"id": "warrior_priest",
"name": "Warrior Priest Mythic",
"enabled": true,
"description": "Initiative and concentration bonus for divine casters.",
"homebrew": false
},
{
"id": "mythic_poison",
"name": "Mythic Poison",
"enabled": true,
"description": "Ignore poison immunity of living creatures.",
"homebrew": true
}
]
}
]