diff --git a/api_v2/tests/test_objects.py b/api_v2/tests/test_objects.py index d510c2b9..df7abb30 100644 --- a/api_v2/tests/test_objects.py +++ b/api_v2/tests/test_objects.py @@ -5,6 +5,44 @@ API_BASE = f"http://localhost:8000" + +class TestSpellCastingOptions: + """Tests to validate spell casting options data integrity.""" + + def test_all_spells_with_higher_level_have_casting_options(self): + """Every spell with higher_level text should have at least one casting option.""" + response = requests.get( + f"{API_BASE}/v2/spells/?limit=1000", + headers={'Accept': 'application/json'} + ).json() + + spells_missing_options = [] + for spell in response['results']: + if spell.get('higher_level') and not spell.get('casting_options'): + spells_missing_options.append(spell['key']) + + assert not spells_missing_options, \ + f"Spells with higher_level but no casting_options: {spells_missing_options}" + + def test_no_duplicate_casting_option_types(self): + """No spell should have duplicate casting option types.""" + response = requests.get( + f"{API_BASE}/v2/spells/?limit=1000", + headers={'Accept': 'application/json'} + ).json() + + spells_with_duplicates = [] + for spell in response['results']: + casting_options = spell.get('casting_options', []) + types = [opt['type'] for opt in casting_options] + if len(types) != len(set(types)): + duplicates = [t for t in types if types.count(t) > 1] + spells_with_duplicates.append(f"{spell['name']}: {set(duplicates)}") + + assert not spells_with_duplicates, \ + f"Spells with duplicate casting option types: {spells_with_duplicates}" + + class TestObjects: def _verify(self, endpoint: str, transformer: Callable[[dict], None] = None): diff --git a/data/raw_sources/srd_5_2/sections/08_b_spellsaz.md b/data/raw_sources/srd_5_2/sections/08_b_spellsaz.md index e36f997e..de600c9d 100644 --- a/data/raw_sources/srd_5_2/sections/08_b_spellsaz.md +++ b/data/raw_sources/srd_5_2/sections/08_b_spellsaz.md @@ -2598,7 +2598,7 @@ In addition, the target can spend 5 feet of movement to automatically escape fro **_Using a Higher-Level Spell Slot._** You can target one additional creature for each spell slot level above 4. -### Freezing Sphere +#### Freezing Sphere *Level 6 Evocation (Sorcerer, Wizard)* diff --git a/data/v2/kobold-press/deepm/SpellCastingOption.json b/data/v2/kobold-press/deepm/SpellCastingOption.json index 8797641a..50925a5e 100644 --- a/data/v2/kobold-press/deepm/SpellCastingOption.json +++ b/data/v2/kobold-press/deepm/SpellCastingOption.json @@ -1,31502 +1,31577 @@ [ -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_abhorrent-apparition", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2246 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_abhorrent-apparition", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2248 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_abhorrent-apparition", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2249 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_abhorrent-apparition", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2250 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_abhorrent-apparition", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2251 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_abhorrent-apparition", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2252 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_accelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2253 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_accelerate", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2255 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_accelerate", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2256 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_accelerate", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2257 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_accelerate", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2258 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_accelerate", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2259 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_accelerate", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2260 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-gate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2261 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-gate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2263 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-gate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2264 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-rain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2265 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-rain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2267 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-rain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2268 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-rain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2269 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_acid-rain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2270 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2271 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2273 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2274 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2275 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2276 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2277 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2278 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2279 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_adjust-position", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2280 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_afflict-line", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2281 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_afflict-line", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2282 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_agonizing-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2283 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_alchemical-form", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2284 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2285 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2286 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2287 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2288 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2289 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2290 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2291 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2292 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2293 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2294 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2295 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2296 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2297 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2298 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2299 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2300 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2301 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2302 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2303 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2304 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ale-dritch-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2305 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ally-aegis", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2306 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ally-aegis", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2308 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ally-aegis", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2309 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ally-aegis", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2310 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_alone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2311 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_alter-arrows-fortune", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2312 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2313 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2314 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2316 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2317 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2318 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2319 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2320 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2321 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_altheas-travel-tent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2322 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_amplify-gravity", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2323 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_analyze-device", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2324 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ancestors-strength", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2325 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2326 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 1, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2328 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2329 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2330 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2331 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2332 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2333 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2334 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anchoring-rope", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2335 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ancient-shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2336 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_angelic-guardian", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2337 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2338 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2340 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2341 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2342 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2343 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2344 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2345 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-ghoul", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2346 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-greater-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2347 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-greater-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2349 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-greater-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2350 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animate-greater-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2351 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2352 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2353 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2354 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2355 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2356 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2357 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2358 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2359 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2360 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2361 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2362 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2363 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2364 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2365 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2366 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2367 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2368 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "96 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2369 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "96 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2370 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "96 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2371 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "96 hours", - "parent": "deepm_animated-scroll", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2372 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anticipate-arcana", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2373 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anticipate-attack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2374 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_anticipate-weakness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2375 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_arcane-sight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2376 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_as-you-were", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2377 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ashen-memories", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2378 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ashen-memories", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2379 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2380 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-serpent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2381 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-serpent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2383 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-serpent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2384 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-serpent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2385 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-serpent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2386 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-serpent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2387 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aspect-of-the-serpent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2388 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_aura-of-protection-or-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2389 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 round", - "parent": "deepm_aura-of-protection-or-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2391 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 rounds", - "parent": "deepm_aura-of-protection-or-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2392 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 rounds", - "parent": "deepm_aura-of-protection-or-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2393 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 rounds", - "parent": "deepm_aura-of-protection-or-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2394 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 rounds", - "parent": "deepm_aura-of-protection-or-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2395 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 rounds", - "parent": "deepm_aura-of-protection-or-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2396 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_auspicious-warning", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2397 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_avoid-grievous-injury", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2398 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_avronins-astral-assembly", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2399 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_avronins-astral-assembly", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2400 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_awaken-object", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2401 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bad-timing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2402 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_batsense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2403 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_become-nightwing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2404 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2405 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": 1, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2407 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2408 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2409 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2410 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2411 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2412 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_beguiling-bet", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2413 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_benediction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2414 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2415 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2417 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2418 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2419 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2420 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2421 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2422 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bestial-fury", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2423 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_binding-oath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2424 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2425 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2426 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2427 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2428 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2429 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2430 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2431 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2432 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2433 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2434 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2435 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2436 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2437 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2438 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2439 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2440 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2441 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2442 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2443 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2444 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_biting-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2445 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bitter-chains", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2446 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-goats-blessing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2447 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-hand", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2448 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-ribbons", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2449 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-sunshine", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2450 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2451 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2453 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2454 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2455 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2456 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2457 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2458 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-swan-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2459 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-well", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2460 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-well", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2462 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-well", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2463 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_black-well", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2464 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-my-brother", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2465 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-wrath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2466 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-wrath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2468 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-wrath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2469 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-wrath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2470 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-wrath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2471 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-wrath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2472 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blade-of-wrath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2473 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blazing-chariot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2474 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bleating-call", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2475 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bleed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2476 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bless-the-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2477 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2478 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2480 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2481 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2482 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2483 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2484 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2485 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blessed-halo", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2486 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blizzard", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2487 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-and-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2488 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "deepm_blood-and-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2490 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_blood-and-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2491 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_blood-and-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2492 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_blood-and-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2493 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_blood-and-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2494 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-armor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2495 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-lure", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2496 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-offering", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2497 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-puppet", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2498 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2499 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2501 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2502 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2503 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2504 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2505 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2506 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2507 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-scarab", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2508 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2509 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2510 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2511 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2512 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2513 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2514 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2515 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2516 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2517 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2518 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2519 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2520 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2521 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2522 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2523 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2524 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2525 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2526 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2527 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2528 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2529 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_blood-tide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2530 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_blood-to-acid", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2531 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2532 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2534 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2535 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2536 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2537 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2538 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2539 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2540 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodhound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2541 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2542 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2544 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2545 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2546 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2547 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2548 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2549 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloodshot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2550 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloody-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2551 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloody-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2552 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloom", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2553 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bloom", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2554 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2555 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-blood", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2557 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-blood", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2558 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-blood", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2559 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-blood", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2560 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-blood", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2561 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2562 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2564 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2565 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2566 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2567 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2568 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2569 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boiling-oil", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2570 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2571 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2573 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2574 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2575 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2576 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2577 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2578 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2579 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bolster-undead", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2580 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_booster-shot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2581 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_booster-shot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2583 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_booster-shot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2584 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_booster-shot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2585 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_booster-shot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2586 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_booster-shot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2587 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_booster-shot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2588 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2589 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2590 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2592 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2593 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2594 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2595 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2596 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2597 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_boreass-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2598 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bottled-arcana", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2599 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bottled-arcana", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2601 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bottled-arcana", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2602 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bottled-arcana", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2603 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bottled-arcana", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2604 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_bottomless-stomach", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2605 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_breathtaking-wind", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2606 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_breeze-compass", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2607 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_brimstone-infusion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2608 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_brittling", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2609 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2610 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2612 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2613 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2614 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2615 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2616 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2617 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2618 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_broken-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2619 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_by-the-light-of-the-moon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2620 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_by-the-light-of-the-watchful-moon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2621 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_call-shadow-mastiff", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2622 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_calm-of-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2623 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_calm-of-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2625 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_calm-of-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2626 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_calm-of-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2627 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_calm-of-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2628 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_calm-of-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2629 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_calm-of-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2630 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_candles-insight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2631 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_carmello-voltas-irksome-preserves", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2632 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catapult", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2633 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catapult", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2635 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catapult", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2636 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catapult", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2637 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catch-the-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2638 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catch-the-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2640 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catch-the-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2641 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catch-the-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2642 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catch-the-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2643 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catch-the-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2644 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_catch-the-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2645 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2646 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2648 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2649 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2650 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2651 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2652 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2653 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2654 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-torrent", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2655 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2656 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2657 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2658 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2659 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2660 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2661 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2662 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2663 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2664 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2665 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2666 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2667 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2668 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2669 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2670 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2671 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2672 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2673 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2674 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2675 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_caustic-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2676 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_celebration", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2677 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_celebration", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2678 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_celebration", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2680 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_celebration", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2681 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chains-of-the-goddess", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2682 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chains-of-torment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2683 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chains-of-torment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2685 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chains-of-torment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2686 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chains-of-torment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2687 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chains-of-torment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2688 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chains-of-torment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2689 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2690 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2692 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2693 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2694 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2695 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2696 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2697 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_champions-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2698 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-form", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2699 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "20 minutes", - "parent": "deepm_chaotic-form", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2701 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "30 minutes", - "parent": "deepm_chaotic-form", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2702 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "40 minutes", - "parent": "deepm_chaotic-form", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2703 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "50 minutes", - "parent": "deepm_chaotic-form", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2704 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "60 minutes", - "parent": "deepm_chaotic-form", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2705 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2706 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2708 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2709 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2710 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2711 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2712 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2713 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-vitality", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2714 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chaotic-world", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2715 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chilling-words", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2716 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2717 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2719 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2720 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2721 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2722 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2723 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2724 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 10, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2725 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_chronal-lance", - "range": null, - "shape_size": null, - "target_count": 11, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2726 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_circle-of-wind", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2727 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clash-of-glaciers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2728 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clash-of-glaciers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2730 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clash-of-glaciers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2731 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clash-of-glaciers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2732 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clash-of-glaciers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2733 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_claws-of-darkness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2734 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_claws-of-the-earth-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2735 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "deepm_claws-of-the-earth-dragon", - "range": "70 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2737 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "deepm_claws-of-the-earth-dragon", - "range": "80 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2738 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_claws-of-the-earth-dragon", - "range": "90 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2739 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "deepm_claws-of-the-earth-dragon", - "range": "100 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2740 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2741 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2742 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2744 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2745 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2746 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2747 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2748 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2749 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clearing-the-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2750 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cloak-of-shadow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2751 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2752 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2753 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2754 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2755 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2756 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2757 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2758 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2759 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2760 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2761 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2762 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2763 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2764 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2765 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2766 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2767 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2768 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2769 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2770 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2771 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_clockwork-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2772 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_closing-in", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2773 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_closing-in", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2775 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_closing-in", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2776 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_closing-in", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2777 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_closing-in", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2778 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_closing-in", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2779 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_closing-in", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2780 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2781 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2783 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2784 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2785 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2786 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2787 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2788 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2789 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cobra-fangs", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2790 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelled-movement", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2791 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelled-movement", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2793 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelled-movement", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2794 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelled-movement", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2795 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelled-movement", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2796 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelled-movement", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2797 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelled-movement", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2798 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_compelling-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2799 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 rounds", - "parent": "deepm_compelling-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2801 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 rounds", - "parent": "deepm_compelling-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2802 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 rounds", - "parent": "deepm_compelling-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2803 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 rounds", - "parent": "deepm_compelling-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2804 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 rounds", - "parent": "deepm_compelling-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2805 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 rounds", - "parent": "deepm_compelling-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2806 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2807 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2809 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2810 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2811 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2812 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2813 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2814 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_comprehend-wild-shape", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2815 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_confound-senses", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2816 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-fey-hound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2817 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-fey-hound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2819 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-fey-hound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2820 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-fey-hound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2821 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-fey-hound", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2822 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-forest-defender", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2823 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-forest-defender", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2825 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-forest-defender", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2826 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-forest-defender", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2827 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-greater-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2828 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-greater-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2830 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-greater-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2831 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-minor-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2832 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-minor-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2834 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-minor-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2835 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-minor-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2836 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-minor-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2837 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-scarab-swarm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2838 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-shadow-titan", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2839 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2840 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2842 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2843 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2844 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2845 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2846 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2847 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-spectral-dead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2848 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2849 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2851 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2852 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2853 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2854 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2855 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2856 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2857 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2859 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_conjure-voidborn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2860 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_consult-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2861 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_consult-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2863 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_consult-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2864 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_consult-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2865 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_consult-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2866 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_consult-the-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2867 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_converse-with-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2868 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_costly-victory", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2869 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_create-ring-servant", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2870 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_create-thunderstaff", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2871 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2872 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2874 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2875 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2876 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2877 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2878 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2879 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_creeping-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2880 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2881 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2882 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2883 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2884 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2885 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2886 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2887 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2888 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2889 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2890 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2891 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2892 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2893 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2894 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2895 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2896 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2897 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2898 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2899 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2900 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_crushing-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2901 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_crushing-trample", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2902 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2903 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2905 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2906 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2907 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2908 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2909 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2910 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2911 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cure-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2912 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_curse-of-boreas", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2913 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_curse-of-dust", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2914 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_curse-of-incompetence", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2915 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_curse-of-the-grave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2916 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_curse-of-yig", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2917 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_curse-of-yig", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 2918 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_curse-ring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2919 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cursed-gift", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2920 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_cursed-gift", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2922 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 days", - "parent": "deepm_cursed-gift", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2923 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 days", - "parent": "deepm_cursed-gift", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2924 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 days", - "parent": "deepm_cursed-gift", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2925 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 days", - "parent": "deepm_cursed-gift", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2926 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cynophobia", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2927 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_cynophobia", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2929 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_cynophobia", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2930 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_cynophobia", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2931 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 month", - "parent": "deepm_cynophobia", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2932 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 month", - "parent": "deepm_cynophobia", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2933 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "Until dispelled", - "parent": "deepm_cynophobia", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2934 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_daggerhawk", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2935 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-dementing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2936 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-heraldry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2937 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-heraldry", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2939 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-heraldry", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2940 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-heraldry", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2941 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-heraldry", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2942 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-heraldry", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2943 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-heraldry", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2944 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2945 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2946 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2947 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2948 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2949 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2950 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2951 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2952 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2953 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2954 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 2955 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 2956 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 2957 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 2958 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 2959 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 2960 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 2961 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 2962 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 2963 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 2964 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_dark-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 2965 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dark-path", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2966 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2967 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2969 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2970 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2971 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2972 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2973 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2974 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_darkbolt", - "range": null, - "shape_size": null, - "target_count": 10, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2975 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2976 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2978 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 hours", - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2979 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 hours", - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2980 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 hours", - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2981 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 hours", - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2982 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 hours", - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2983 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 hours", - "parent": "deepm_dead-walking", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2984 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_deadly-sting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2985 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_death-gods-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2986 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_death-gods-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2988 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_death-gods-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2989 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 2990 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 2991 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 2992 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 2993 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 2994 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 2995 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 2996 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 2997 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 2998 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 2999 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 3000 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 3001 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 3002 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 3003 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 3004 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 3005 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 3006 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 3007 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 3008 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 3009 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "deepm_decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 3010 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3011 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3013 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3014 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3015 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3016 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3017 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3018 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_decelerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3019 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3020 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3022 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3023 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3024 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3025 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "12 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3026 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "14 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3027 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "16 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3028 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "18 hours", - "parent": "deepm_deep-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3029 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_defile-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3030 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_defile-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3032 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_defile-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3033 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delay-potion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3034 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delayed-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3035 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delayed-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3037 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delayed-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3038 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delayed-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3039 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delayed-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3040 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delayed-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3041 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_delayed-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3042 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_demon-within", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3043 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_desiccating-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3044 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_desolation", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3045 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_desolation", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3046 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3047 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3049 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3050 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3051 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3052 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3053 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3054 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_destructive-resonance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3055 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_detect-dragons", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3056 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_devas-wings", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3057 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_devas-wings", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3059 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_devas-wings", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3060 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_devas-wings", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3061 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_devas-wings", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3062 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_devas-wings", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3063 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dimensional-shove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3064 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dimensional-shove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3066 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dimensional-shove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3067 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dimensional-shove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3068 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dimensional-shove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3069 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dimensional-shove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3070 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dimensional-shove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3071 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_disquieting-gaze", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3072 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_disruptive-aura", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3073 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_disruptive-aura", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3075 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_distracting-divination", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3076 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_distraction-cascade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3077 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-blue-crystal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3078 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3079 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3081 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3082 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3083 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3084 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3085 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3086 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-consuming-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3087 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-dancing-blades", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3088 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-disenchantment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3089 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-serpent-coils", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3090 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-the-cracked-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3091 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-the-earthen-maw", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3092 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_doom-of-the-slippery-rogue", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3093 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_douse-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3094 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3095 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3097 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3098 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3099 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3100 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3101 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3102 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3103 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_draconic-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3104 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dragon-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3105 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dragon-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3107 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dragon-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3108 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dragon-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3109 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dragon-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3110 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3111 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 3112 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3113 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3114 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3115 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3116 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3117 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3118 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3119 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3120 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 3121 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 3122 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 3123 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 3124 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 3125 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 3126 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 3127 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 3128 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 3129 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 3130 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_dragon-roar", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 3131 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_drown", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3132 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_drown", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3134 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_drown", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3135 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_drown", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3136 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_drown", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3137 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_drown", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3138 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_drown", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3139 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dryads-kiss", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3140 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dryads-kiss", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3142 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dryads-kiss", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3143 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dryads-kiss", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3144 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dryads-kiss", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3145 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dryads-kiss", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3146 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_dryads-kiss", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3147 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earthskimmer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3148 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3149 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3151 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3152 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3153 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3154 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3155 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3156 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3157 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_earworm-melody", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3158 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_echoes-of-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3159 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3160 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3162 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3163 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3164 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3165 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3166 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3167 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ectoplasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3168 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_eidetic-memory", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3169 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_eidetic-memory", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3170 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_eldritch-communion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3171 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_eldritch-communion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3172 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3173 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3175 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3176 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3177 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3178 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3179 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3180 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-horns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3181 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_elemental-twist", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3182 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_emanation-of-yoth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3183 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_emanation-of-yoth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3184 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_emanation-of-yoth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3186 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_emanation-of-yoth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3187 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_emanation-of-yoth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3188 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_emanation-of-yoth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3189 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_emanation-of-yoth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3190 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_enchant-ring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3191 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_encroaching-shadows", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3192 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_encroaching-shadows", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3193 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_encroaching-shadows", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3195 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "36 hours", - "parent": "deepm_encroaching-shadows", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3196 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_encroaching-shadows", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3197 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_encrypt-decrypt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3198 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_endow-attribute", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3199 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_endow-attribute", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3201 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_endow-attribute", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3202 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_endow-attribute", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3203 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_endow-attribute", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3204 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_endow-attribute", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3205 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_energy-absorption", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3206 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_energy-foreknowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3207 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_energy-foreknowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3209 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_energy-foreknowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3210 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_energy-foreknowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3211 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_energy-foreknowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3212 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_energy-foreknowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3213 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3214 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "11 minutes", - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3216 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "12 minutes", - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3217 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "13 minutes", - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3218 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "14 minutes", - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3219 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "15 minutes", - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3220 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "16 minutes", - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3221 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "17 minutes", - "parent": "deepm_enhance-greed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3222 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_entomb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3223 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_entropic-damage-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3224 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_essence-instability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3225 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_essence-instability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3227 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_essence-instability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3228 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_essence-instability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3229 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_essence-instability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3230 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_evercold", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3231 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_exsanguinate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3232 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_exsanguinate", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3234 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_exsanguinate", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3235 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_exsanguinate", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3236 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_exsanguinate", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3237 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_exsanguinating-cloud", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3238 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_extract-knowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3239 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_extract-knowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3240 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fault-line", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3241 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3242 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3244 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3245 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3246 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3247 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3248 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3249 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3250 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "9 rounds", - "parent": "deepm_feather-field", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3251 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3252 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3254 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3255 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3256 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3257 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3258 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3259 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_feather-travel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3260 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fey-crown", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3261 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fey-crown", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3263 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fey-crown", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3264 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fey-crown", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3265 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fey-crown", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3266 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_find-kin", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3267 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_find-kin", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3268 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3269 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3271 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3272 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3273 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3274 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3275 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3276 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3277 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fire-under-the-tongue", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3278 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_firewalk", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3279 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_firewalk", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3281 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_firewalk", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3282 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_firewalk", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3283 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fist-of-iron", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3284 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flame-wave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3285 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flame-wave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3287 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flame-wave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3288 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flame-wave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3289 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flame-wave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3290 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flame-wave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3291 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flesh-to-paper", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3292 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flesh-to-paper", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3294 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flesh-to-paper", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3295 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flesh-to-paper", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3296 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flesh-to-paper", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3297 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flesh-to-paper", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3298 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flesh-to-paper", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3299 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flickering-fate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3300 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fluctuating-alignment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3301 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_flurry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3302 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_forest-native", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3303 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_forest-sanctuary", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3304 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_foretell-distraction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3305 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_form-of-the-gods", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3306 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3307 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3308 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "30 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3310 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "35 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3311 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "40 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3312 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "45 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3313 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "50 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3314 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "55 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3315 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "60 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3316 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freeze-potion", - "range": "65 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3317 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freezing-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3318 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freezing-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3320 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freezing-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3321 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freezing-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3322 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freezing-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3323 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freezing-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3324 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_freezing-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3325 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3326 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3328 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3329 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3330 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3331 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3332 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3333 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frenzied-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3334 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frostbite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3335 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frostbite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3337 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frostbite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3338 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frostbite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3339 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frostbite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3340 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frostbitten-fingers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3341 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frozen-razors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3342 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frozen-razors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3344 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frozen-razors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3345 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frozen-razors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3346 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frozen-razors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3347 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frozen-razors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3348 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_frozen-razors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3349 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_furious-hooves", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3350 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_fusillade-of-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3351 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "deepm_fusillade-of-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3353 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "deepm_fusillade-of-ice", - "range": null, - "shape_size": 60.0, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3354 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "deepm_fusillade-of-ice", - "range": null, - "shape_size": 60.0, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3355 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d6", - "desc": null, - "duration": null, - "parent": "deepm_fusillade-of-ice", - "range": null, - "shape_size": 60.0, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3356 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d6", - "desc": null, - "duration": null, - "parent": "deepm_fusillade-of-ice", - "range": null, - "shape_size": 60.0, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3357 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_gear-barrage", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3358 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ghoul-kings-cloak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3359 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ghoul-kings-cloak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3361 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_gird-the-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3362 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_glacial-cascade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3363 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_glacial-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3364 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "13d6", - "desc": null, - "duration": null, - "parent": "deepm_glacial-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3366 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d6", - "desc": null, - "duration": null, - "parent": "deepm_glacial-fog", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3367 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3368 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "20 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3370 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "30 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3371 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "40 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3372 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "50 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3373 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "60 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3374 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "70 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3375 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "80 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3376 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "90 minutes", - "parent": "deepm_gliding-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3377 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_glimpse-of-the-void", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3378 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_gloomwrought-barrier", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3379 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_gluey-globule", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3380 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3381 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3383 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3384 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3385 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 days", - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3386 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 days", - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3387 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 days", - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3388 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 days", - "parent": "deepm_glyph-of-shifting", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3389 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3390 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3392 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3393 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3394 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3395 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3396 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3397 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3398 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "9 minutes", - "parent": "deepm_goats-hoof-charm", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3399 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_going-in-circles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3400 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_gordolays-pleasant-aroma", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3401 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_grasp-of-the-tupilak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3402 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_greater-maze", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3403 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_greater-seal-of-sanctuary", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3404 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_greater-seal-of-sanctuary", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3405 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_green-decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3406 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_green-decay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3407 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3408 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 rounds", - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3410 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 rounds", - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3411 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 rounds", - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3412 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 rounds", - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3413 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 rounds", - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3414 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 rounds", - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3415 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 rounds", - "parent": "deepm_grudge-match", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3416 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3417 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3418 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3420 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3421 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3422 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3423 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3424 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3425 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3426 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guest-of-honor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3427 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guiding-star", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3428 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_guiding-star", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3429 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3430 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 3431 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3432 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3433 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3434 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3435 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3436 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3437 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3438 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3439 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 3440 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 3441 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 3442 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 3443 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 3444 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 3445 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 3446 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 3447 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 3448 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 3449 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hamstring", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 3450 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3451 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3453 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3454 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "1 hour", - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3455 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3456 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3457 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3458 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3459 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_hard-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3460 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_harry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3461 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_harry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3463 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_harry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3464 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_harry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3465 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_harry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3466 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_harry", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3467 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_harrying-hounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3468 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "12 hours", - "parent": "deepm_harrying-hounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3470 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "16 hours", - "parent": "deepm_harrying-hounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3471 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "20 hours", - "parent": "deepm_harrying-hounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3472 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_harrying-hounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3473 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_harsh-light-of-summers-glare", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3474 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heart-seeking-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3475 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heart-seeking-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3477 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heart-seeking-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3478 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heart-seeking-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3479 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heart-seeking-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3480 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heart-seeking-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3481 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heart-to-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3482 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3483 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3485 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3486 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3487 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3488 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3489 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3490 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartache", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3491 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartstop", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3492 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heartstrike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3493 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heavenly-crown", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3494 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hedrens-birds-of-clay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3495 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hedrens-birds-of-clay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3497 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hedrens-birds-of-clay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3498 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hedrens-birds-of-clay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3499 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hedrens-birds-of-clay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3500 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hedrens-birds-of-clay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3501 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hedrens-birds-of-clay", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3502 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hematomancy", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3503 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_heros-steel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3504 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hide-in-ones-shadow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3505 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3506 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 3507 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3508 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3509 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3510 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3511 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3512 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3513 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3514 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3515 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 3516 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 3517 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 3518 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 3519 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 3520 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 3521 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 3522 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 3523 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 3524 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 3525 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "deepm_hoarfrost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 3526 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hobble", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3527 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3528 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3530 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3531 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3532 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3533 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3534 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3535 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "16d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3536 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "18d6", - "desc": null, - "duration": null, - "parent": "deepm_hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3537 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_holy-ground", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3538 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_holy-ground", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3540 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_holy-ground", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3541 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_holy-ground", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3542 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_holy-ground", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3543 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hone-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3544 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hunger-of-leng", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3545 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hunters-endurance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3546 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_hunting-stand", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3547 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-fortress", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3548 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-fortress", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3550 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-fortress", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3551 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-fortress", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3552 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-fortress", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3553 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3554 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3556 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3557 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3558 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3559 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3560 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3561 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-hammer", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3562 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-soldiers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3563 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-soldiers", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3565 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ice-soldiers", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3566 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3567 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3569 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3570 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3571 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3572 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3573 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3574 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3575 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icicle-daggers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3576 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icy-grasp-of-the-void", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3577 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_icy-manipulation", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3578 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ill-fated-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3579 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3580 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3582 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3583 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3584 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3585 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3586 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3587 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3588 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "deepm_illuminate-spoor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3589 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_impending-ally", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3590 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_impending-ally", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3592 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 rounds", - "parent": "deepm_impending-ally", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3593 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 rounds", - "parent": "deepm_impending-ally", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3594 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 rounds", - "parent": "deepm_impending-ally", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3595 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 rounds", - "parent": "deepm_impending-ally", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3596 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 rounds", - "parent": "deepm_impending-ally", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3597 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_innocuous-aspect", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3598 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_insightful-maneuver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3599 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_inspiring-speech", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3600 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-fortification", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3601 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-fortification", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3602 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-fortification", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3604 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-fortification", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3605 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-fortification", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3606 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-fortification", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3607 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-siege-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3608 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-siege-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3609 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-siege-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3611 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-siege-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3612 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-siege-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3613 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-siege-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3614 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-siege-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3615 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3616 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3618 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3619 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3620 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3621 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3622 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3623 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_instant-snare", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3624 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ire-of-the-mountain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3625 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ire-of-the-mountain", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3627 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ire-of-the-mountain", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3628 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ire-of-the-mountain", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3629 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ire-of-the-mountain", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3630 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ire-of-the-mountain", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3631 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ire-of-the-mountain", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3632 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_iron-hand", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3633 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3634 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3636 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3637 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3638 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3639 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3640 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3641 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3642 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kareefs-entreaty", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3643 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_keening-wail", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3644 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "deepm_keening-wail", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3646 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "deepm_keening-wail", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3647 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "deepm_keening-wail", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3648 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "deepm_keening-wail", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3649 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d6", - "desc": null, - "duration": null, - "parent": "deepm_keening-wail", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3650 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_killing-fields", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3651 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kiss-of-the-succubus", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3652 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "deepm_kiss-of-the-succubus", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3654 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "deepm_kiss-of-the-succubus", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3655 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "deepm_kiss-of-the-succubus", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3656 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "deepm_kiss-of-the-succubus", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3657 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_kobolds-fury", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3658 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_labyrinth-mastery", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3659 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_labyrinthine-howl", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3660 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_labyrinthine-howl", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3662 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d8", - "desc": null, - "duration": null, - "parent": "deepm_labyrinthine-howl", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3663 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "13d8", - "desc": null, - "duration": null, - "parent": "deepm_labyrinthine-howl", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3664 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "15d8", - "desc": null, - "duration": null, - "parent": "deepm_labyrinthine-howl", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3665 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3666 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3668 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3669 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3670 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3671 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3672 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3673 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d8", - "desc": null, - "duration": null, - "parent": "deepm_lacerate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3674 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3675 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3676 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "36 hours", - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3678 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "48 hours", - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3679 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "60 hours", - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3680 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3681 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "84 hours", - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3682 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "96 hours", - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3683 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "108 hours", - "parent": "deepm_lair-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3684 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_last-rays-of-the-dying-sun", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3685 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_last-rays-of-the-dying-sun", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3687 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_last-rays-of-the-dying-sun", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3688 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lava-stone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3689 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lay-to-rest", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3690 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legend-killer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3691 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3692 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion-of-rabid-squirrels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3693 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion-of-rabid-squirrels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3695 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion-of-rabid-squirrels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3696 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion-of-rabid-squirrels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3697 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion-of-rabid-squirrels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3698 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion-of-rabid-squirrels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3699 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_legion-of-rabid-squirrels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3700 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lesser-maze", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3701 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-drain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3702 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-drain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3704 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-drain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3705 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-drain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3706 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-from-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3707 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_life-from-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3709 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_life-from-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3710 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "deepm_life-from-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3711 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "deepm_life-from-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3712 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "deepm_life-from-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3713 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "deepm_life-from-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3714 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-hack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3715 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-sense", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3716 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3717 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3719 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3720 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3721 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3722 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3723 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3724 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3725 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_life-transference-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3726 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_litany-of-sure-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3727 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_living-shadows", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3728 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3729 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3731 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3732 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3733 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3734 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3735 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3736 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lock-armor", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3737 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_looping-trail", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3738 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lovesick", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3739 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lovesick", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3741 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lovesick", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3742 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lovesick", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3743 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lovesick", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3744 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_lovesick", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3745 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maddening-whispers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3746 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maim", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3747 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_malevolent-waves", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3748 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mammons-due", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3749 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mammons-due", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3750 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3751 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3753 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3754 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3755 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3756 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3757 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3758 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mark-prey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3759 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mass-hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3760 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "deepm_mass-hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3762 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "deepm_mass-hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3763 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "deepm_mass-hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3764 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "deepm_mass-hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3765 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "deepm_mass-hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3766 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "deepm_mass-hobble-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3767 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mass-surge-dampener", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3768 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mass-surge-dampener", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3769 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3770 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3772 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3773 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3774 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3775 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3776 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3777 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3778 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_maw-of-needles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3779 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_memento-mori", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3780 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3781 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3783 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3784 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3785 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3786 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3787 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3788 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mephitic-croak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3789 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mind-exchange", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3790 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mind-exchange", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3791 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3792 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_misstep", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3793 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3794 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3796 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3797 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3798 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3799 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3800 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3801 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mist-of-wonders", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3802 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_monstrous-empathy", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3803 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_monstrous-empathy", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3805 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_monstrous-empathy", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3806 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_monstrous-empathy", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3807 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_monstrous-empathy", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3808 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_monstrous-empathy", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3809 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_monstrous-empathy", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3810 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_moon-trap", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3811 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3812 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3814 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3815 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3816 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3817 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3818 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3819 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3820 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mosquito-bane", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3821 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mud-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3822 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mud-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3823 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_mud-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3825 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_mud-pack", - "range": "30 feet", - "shape_size": null, - "target_count": 10, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3826 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_mud-pack", - "range": "30 feet", - "shape_size": null, - "target_count": 10, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3827 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_mud-pack", - "range": "30 feet", - "shape_size": null, - "target_count": 10, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3828 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_mud-pack", - "range": "30 feet", - "shape_size": null, - "target_count": 10, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3829 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_mud-pack", - "range": "30 feet", - "shape_size": null, - "target_count": 10, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3830 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_mud-pack", - "range": "30 feet", - "shape_size": null, - "target_count": 10, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3831 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_mud-pack", - "range": "30 feet", - "shape_size": null, - "target_count": 10, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3832 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_negative-image", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3833 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nether-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3834 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nether-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3836 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nether-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3837 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nether-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3838 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nether-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3839 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nether-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3840 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_night-terrors", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3841 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nightfall", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3842 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nightfall", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3843 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3844 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3846 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3847 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3848 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3849 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3850 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3851 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_nip-at-the-heels", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3852 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_not-dead-yet", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3853 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_not-dead-yet", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 3854 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_not-this-day", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3855 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3856 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3858 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3859 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3860 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3861 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3862 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3863 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "deepm_orb-of-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3864 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_outflanking-boon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3865 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_outflanking-boon", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3867 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_outflanking-boon", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3868 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_outflanking-boon", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3869 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_outflanking-boon", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3870 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_outflanking-boon", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3871 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_outflanking-boon", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3872 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_paragon-of-chaos", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3873 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_pendulum", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3874 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_phantom-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3875 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_phantom-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3877 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_phantom-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3878 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_phantom-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3879 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_phantom-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3880 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_phantom-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3881 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_phantom-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3882 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_pitfall", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3883 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3884 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3886 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3887 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3888 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3889 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3890 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3891 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_poisoned-volley", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3892 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_potency-of-the-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3893 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 minutes", - "parent": "deepm_potency-of-the-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3895 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 minutes", - "parent": "deepm_potency-of-the-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3896 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 minutes", - "parent": "deepm_potency-of-the-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3897 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 minutes", - "parent": "deepm_potency-of-the-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3898 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 minutes", - "parent": "deepm_potency-of-the-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3899 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 minutes", - "parent": "deepm_potency-of-the-pack", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3900 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_power-word-kneel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3901 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_power-word-pain", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3902 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_primal-infusion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3903 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_prismatic-ray", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3904 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protection-from-the-void", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3905 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protective-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3906 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protective-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3908 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protective-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3909 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protective-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3910 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protective-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3911 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protective-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3912 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_protective-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3913 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_puff-of-smoke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3914 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3915 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 3916 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3917 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3918 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3919 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3920 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3921 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3922 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3923 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3924 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 3925 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 3926 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 3927 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 3928 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 3929 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 3930 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 3931 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 3932 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 3933 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 3934 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_pummelstone", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 3935 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_pyroclasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3936 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quick-time", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3937 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quick-time", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3939 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quick-time", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3940 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quick-time", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3941 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quick-time", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3942 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quick-time", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3943 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quicken", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3944 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quicksilver-mantle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3945 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_quintessence", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3946 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_raid-the-lair", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3947 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rain-of-blades", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3948 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rain-of-blades", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3950 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rain-of-blades", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3951 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rain-of-blades", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3952 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rain-of-blades", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3953 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ray-of-alchemical-negation", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3954 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ray-of-life-suppression", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3955 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reaver-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3956 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reaver-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3958 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reaver-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3959 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reaver-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3960 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reaver-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3961 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reaver-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3962 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reaver-spirit", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3963 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reposition", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3964 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reposition", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3966 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reposition", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3967 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reposition", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3968 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reposition", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3969 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reposition", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3970 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reset", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3971 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reset", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3973 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reset", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3974 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reset", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3975 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reset", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3976 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reset", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3977 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3978 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3980 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3981 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3982 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3983 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3984 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3985 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_reverberate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3986 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_revive-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3987 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_right-the-stars", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3988 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3989 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 3991 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 3992 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 3993 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 3994 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 3995 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 3996 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 3997 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 3998 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_ring-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 3999 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_riptide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4000 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4001 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4003 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4004 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4005 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4006 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4007 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4008 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_rolling-thunder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4009 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4010 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4012 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4013 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4014 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4015 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4016 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4017 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rotting-corpse", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4018 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_rune-of-imprisonment", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4019 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_salt-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4020 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sand-ship", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4021 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sand-ship", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4022 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sanguine-horror", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4023 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scale-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4024 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scale-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4026 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scale-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4027 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scale-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4028 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scale-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4029 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scale-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4030 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scentless", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4031 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4032 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4034 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4035 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4036 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4037 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4038 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4039 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4040 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_screaming-ray", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4041 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scribe", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4042 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_scry-ambush", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4043 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4044 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4046 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4047 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4048 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4049 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4050 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4051 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sculpt-snow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4052 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_seal-of-sanctuary", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4053 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_seal-of-sanctuary", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4054 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_searing-sun", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4055 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_see-beyond", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4056 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_seed-of-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4057 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_seed-of-destruction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4058 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_seeping-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4059 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_seers-reaction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4060 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_semblance-of-dread", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4061 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4062 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "20 minutes", - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4064 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "30 minutes", - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4065 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "40 minutes", - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4066 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "50 minutes", - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4067 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "60 minutes", - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4068 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "70 minutes", - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4069 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "80 minutes", - "parent": "deepm_shade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4070 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-armor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4071 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4072 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 4073 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4074 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4075 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4076 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4077 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4078 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4079 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4080 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4081 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 4082 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 4083 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 4084 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 4085 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 4086 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 4087 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 4088 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 4089 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 4090 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 4091 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-bite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 4092 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-blindness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4093 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4094 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4096 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4097 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4098 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4099 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4100 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4101 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4102 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4103 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-monsters", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4104 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-monsters", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4106 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-monsters", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4107 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-monsters", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4108 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-monsters", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4109 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-monsters", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4110 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4111 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4113 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4114 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4115 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4116 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4117 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4118 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_shadow-puppets", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4119 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4120 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4121 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 hours", - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4123 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 hours", - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4124 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 hours", - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4125 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "9 hours", - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4126 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "11 hours", - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4127 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "13 hours", - "parent": "deepm_shadow-trove", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4128 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadows-brought-to-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4129 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadows-brought-to-light", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4130 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadowy-retribution", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4131 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadowy-retribution", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4132 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadowy-retribution", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4134 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadowy-retribution", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4135 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadowy-retribution", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4136 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadowy-retribution", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4137 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shadowy-retribution", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4138 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shared-sacrifice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4139 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sheen-of-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4140 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shifting-the-odds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4141 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4142 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 4143 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4144 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4145 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4146 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4147 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4148 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4149 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4150 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4151 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 4152 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 4153 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 4154 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 4155 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 4156 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 4157 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 4158 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 4159 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 4160 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 4161 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shiver", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 4162 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_shroud-of-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4163 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sidestep-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4164 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sign-of-koth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4165 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sign-of-koth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4167 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sign-of-koth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4168 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_silhouette", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4169 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sir-mittinzs-move-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4170 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sir-mittinzs-move-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4171 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4172 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4173 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4175 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4176 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4177 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4178 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4179 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sleep-of-the-deep", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4180 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slippery-fingers", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4181 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4182 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4184 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4185 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4186 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4187 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4188 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4189 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_slither", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4190 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snow-boulder", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4191 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snow-fort", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4192 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4193 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4195 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4196 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4197 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4198 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4199 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4200 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4201 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_snowy-coat", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4202 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_song-of-the-forest", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4203 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_song-of-the-forest", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4204 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_speak-with-inanimate-object", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4205 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_speak-with-inanimate-object", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4206 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spin", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4207 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spinning-axes", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4208 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "deepm_spinning-axes", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4210 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "deepm_spinning-axes", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4211 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "deepm_spinning-axes", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4212 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_spinning-axes", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4213 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "deepm_spinning-axes", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4214 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spiteful-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4215 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spiteful-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4217 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spiteful-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4218 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spiteful-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4219 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spiteful-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4220 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spiteful-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4221 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spiteful-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4222 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_spur-mount", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4223 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_staff-of-violet-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4224 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "deepm_staff-of-violet-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4226 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "deepm_staff-of-violet-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4227 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "deepm_staff-of-violet-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4228 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "deepm_staff-of-violet-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4229 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "deepm_staff-of-violet-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4230 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_stanch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4231 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4232 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 4233 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4234 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4235 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4236 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4237 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4238 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4239 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4240 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4241 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 4242 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 4243 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 4244 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 4245 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 4246 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 4247 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 4248 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 4249 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 4250 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 4251 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starburst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 4252 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starfall", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4253 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starfall", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4255 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starfall", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4256 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starfall", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4257 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starfall", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4258 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starry-vision", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4259 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starry-vision", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4261 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_starry-vision", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4262 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_stars-heart", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4263 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steal-warmth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4264 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steal-warmth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4266 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steal-warmth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4267 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steal-warmth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4268 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steal-warmth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4269 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steal-warmth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4270 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steal-warmth", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4271 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steam-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4272 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steam-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4274 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steam-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4275 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steam-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4276 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steam-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4277 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steam-blast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4278 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_steam-whistle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4279 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4280 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 hours", - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4282 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 hours", - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4283 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 hours", - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4284 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 hours", - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4285 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 hours", - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4286 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 hours", - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4287 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "deepm_stench-of-rot", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4288 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_storm-of-wings", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4289 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sudden-dawn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4290 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_sudden-dawn", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4291 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_summon-eldritch-servitor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4292 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_summon-eldritch-servitor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4293 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_summon-eldritch-servitor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4295 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_summon-eldritch-servitor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4296 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_summon-eldritch-servitor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4297 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_summon-eldritch-servitor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4298 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_summon-star", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4299 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_surge-dampener", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4300 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_surge-dampener", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4301 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_surprise-blessing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4302 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_symbol-of-sorcery", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4303 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_talons-of-a-hungry-land", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4304 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_talons-of-a-hungry-land", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4306 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_talons-of-a-hungry-land", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4307 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_targeting-foreknowledge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4308 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thin-the-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4309 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thousand-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4310 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "deepm_thousand-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4312 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "deepm_thousand-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4313 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "deepm_thousand-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4314 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "deepm_thousand-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4315 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d6", - "desc": null, - "duration": null, - "parent": "deepm_thousand-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4316 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d6", - "desc": null, - "duration": null, - "parent": "deepm_thousand-darts", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4317 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_throes-of-ecstasy", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4318 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_throes-of-ecstasy", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4320 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_throes-of-ecstasy", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4321 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_throes-of-ecstasy", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4322 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_throes-of-ecstasy", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4323 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_throes-of-ecstasy", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4324 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_throes-of-ecstasy", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4325 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunder-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4326 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderclap", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4327 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4328 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4330 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4331 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4332 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4333 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4334 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4335 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4336 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-charge", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4337 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4338 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4340 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4341 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4342 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4343 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4344 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4345 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-stampede", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4346 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderous-wave", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4347 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_thunderstorm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4348 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tidal-barrier", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4349 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-in-a-bottle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4350 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-jump", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4351 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-loop", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4352 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-slippage", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4353 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-step", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4354 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-vortex", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4355 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-vortex", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4357 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-vortex", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4358 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-vortex", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4359 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-vortex", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4360 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_time-vortex", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4361 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_timely-distraction", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4362 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tireless", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4363 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tongue-of-sand", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4364 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tongue-of-sand", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4365 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tongue-tied", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4366 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_torrent-of-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4367 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_touch-of-the-unliving", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4368 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "deepm_touch-of-the-unliving", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4370 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "deepm_touch-of-the-unliving", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4371 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "deepm_touch-of-the-unliving", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4372 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "deepm_touch-of-the-unliving", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4373 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "deepm_touch-of-the-unliving", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4374 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "deepm_touch-of-the-unliving", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4375 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tracer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4376 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_treasure-chasm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4377 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tree-heal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4378 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tree-running", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4379 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_tree-speak", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4380 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4381 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4383 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4384 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4385 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4386 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4387 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4388 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trench", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4389 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_trick-question", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4390 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_triumph-of-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4391 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_twist-the-skein", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4392 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_umbral-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4393 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_uncontrollable-transformation", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4394 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_uncontrollable-transformation", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4395 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_uncontrollable-transformation", - "range": "0", - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4397 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_uncontrollable-transformation", - "range": "0", - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4398 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_undermine-armor", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4399 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unholy-defiance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4400 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unleash-effigy", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4401 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4402 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "30 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4404 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "35 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4405 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "40 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4406 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "45 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4407 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "50 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4408 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "55 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4409 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "60 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4410 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unluck-on-that", - "range": "65 feet", - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4411 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unseen-strangler", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4412 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_unseen-strangler", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4413 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4414 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4415 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4417 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4418 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4419 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4420 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4421 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4422 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vine-trestle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4423 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_visage-of-madness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4424 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4425 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4426 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4428 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4429 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4430 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4431 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4432 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vital-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4433 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_void-rift", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4434 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_void-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4435 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "deepm_void-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4437 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "deepm_void-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4438 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "deepm_void-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4439 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "deepm_void-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4440 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "deepm_void-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4441 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d8", - "desc": null, - "duration": null, - "parent": "deepm_void-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4442 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_volley-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4443 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_vomit-tentacles", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4444 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4445 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4447 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4448 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4449 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4450 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4451 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4452 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4453 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_voorish-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4454 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_waft", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4455 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_walk-the-twisted-path", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4456 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_walk-the-twisted-path", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4458 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_walk-the-twisted-path", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4459 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_walk-the-twisted-path", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4460 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_walking-wall", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4461 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wall-of-time", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4462 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_warning-shout", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4463 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_warp-mind-and-matter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4464 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_warp-mind-and-matter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "ritual" - }, - "model": "api_v2.spellcastingoption", - "pk": 4465 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4466 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4468 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4469 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4470 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4471 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4472 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4473 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4474 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weapon-of-blood", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4475 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4476 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4478 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4479 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4480 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4481 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4482 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4483 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_weilers-ward", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4484 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wild-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4485 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wild-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4487 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wild-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4488 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wild-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4489 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wild-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4490 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wild-shield", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4491 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4492 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_1" - }, - "model": "api_v2.spellcastingoption", - "pk": 4493 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4494 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4495 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4496 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4497 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4498 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4499 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4500 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4501 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_10" - }, - "model": "api_v2.spellcastingoption", - "pk": 4502 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 4503 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_12" - }, - "model": "api_v2.spellcastingoption", - "pk": 4504 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_13" - }, - "model": "api_v2.spellcastingoption", - "pk": 4505 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_14" - }, - "model": "api_v2.spellcastingoption", - "pk": 4506 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_15" - }, - "model": "api_v2.spellcastingoption", - "pk": 4507 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_16" - }, - "model": "api_v2.spellcastingoption", - "pk": 4508 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 4509 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_18" - }, - "model": "api_v2.spellcastingoption", - "pk": 4510 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_19" - }, - "model": "api_v2.spellcastingoption", - "pk": 4511 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "deepm_wind-lash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_20" - }, - "model": "api_v2.spellcastingoption", - "pk": 4512 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wind-of-the-hereafter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4513 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wind-tunnel", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4514 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_winterdark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4515 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_winters-radiance", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4516 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wintry-glide", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4517 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4518 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4520 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4521 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4522 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4523 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4524 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4525 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4526 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_withered-sight", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4527 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4528 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4530 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4531 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4532 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4533 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4534 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4535 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4536 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wolfsong", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4537 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_word-of-misfortune", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4538 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_wresting-wind", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4539 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4540 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 4542 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 4543 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 4544 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 4545 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 4546 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 4547 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 4548 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_writhing-arms", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 4549 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "deepm_yellow-sign", - "range": null, - "shape_size": null, - "target_count": null, - "type": "default" - }, - "model": "api_v2.spellcastingoption", - "pk": 4550 -} -] + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_abhorrent-apparition", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2246 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_abhorrent-apparition", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2248 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_abhorrent-apparition", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2249 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_abhorrent-apparition", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2250 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_abhorrent-apparition", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2251 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_abhorrent-apparition", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2252 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_accelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2253 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_accelerate", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2255 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_accelerate", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2256 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_accelerate", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2257 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_accelerate", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2258 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_accelerate", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2259 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_accelerate", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2260 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-gate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2261 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-gate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2263 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-gate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2264 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-rain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2265 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-rain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2267 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-rain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2268 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-rain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2269 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_acid-rain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2270 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2271 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2273 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2274 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2275 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2276 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2277 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2278 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2279 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_adjust-position", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2280 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_afflict-line", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2281 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_afflict-line", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2282 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_agonizing-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2283 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_alchemical-form", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2284 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2285 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2286 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2287 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2288 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2289 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2290 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2291 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2292 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2293 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2294 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2295 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2296 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2297 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2298 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2299 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2300 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2301 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2302 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2303 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2304 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ale-dritch-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2305 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ally-aegis", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2306 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ally-aegis", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2308 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ally-aegis", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2309 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ally-aegis", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2310 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_alone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2311 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_alter-arrows-fortune", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2312 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2313 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2314 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2316 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2317 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2318 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2319 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2320 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2321 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_altheas-travel-tent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2322 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_amplify-gravity", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2323 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_analyze-device", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2324 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ancestors-strength", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2325 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2326 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 1, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2328 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2329 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2330 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2331 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2332 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2333 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2334 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2335 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ancient-shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2336 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_angelic-guardian", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2337 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2338 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2340 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2341 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2342 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2343 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2344 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2345 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-ghoul", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2346 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-greater-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2347 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-greater-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2349 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-greater-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2350 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animate-greater-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2351 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2352 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2353 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2354 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2355 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2356 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2357 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2358 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2359 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2360 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2361 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2362 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2363 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2364 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2365 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2366 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2367 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2368 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "96 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2369 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "96 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2370 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "96 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2371 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "96 hours", + "parent": "deepm_animated-scroll", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2372 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anticipate-arcana", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2373 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anticipate-attack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2374 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anticipate-weakness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2375 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_arcane-sight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2376 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_as-you-were", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2377 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ashen-memories", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2378 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ashen-memories", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2379 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2380 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-serpent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2381 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-serpent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2383 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-serpent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2384 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-serpent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2385 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-serpent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2386 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-serpent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2387 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aspect-of-the-serpent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2388 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_aura-of-protection-or-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2389 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 round", + "parent": "deepm_aura-of-protection-or-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2391 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 rounds", + "parent": "deepm_aura-of-protection-or-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2392 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 rounds", + "parent": "deepm_aura-of-protection-or-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2393 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 rounds", + "parent": "deepm_aura-of-protection-or-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2394 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 rounds", + "parent": "deepm_aura-of-protection-or-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2395 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 rounds", + "parent": "deepm_aura-of-protection-or-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2396 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_auspicious-warning", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2397 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_avoid-grievous-injury", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2398 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_avronins-astral-assembly", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2399 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_avronins-astral-assembly", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2400 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_awaken-object", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2401 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bad-timing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2402 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_batsense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2403 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_become-nightwing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2404 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2405 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": 1, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2407 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2408 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2409 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2410 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2411 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2412 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_beguiling-bet", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2413 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_benediction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2414 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2415 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2417 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2418 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2419 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2420 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2421 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2422 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bestial-fury", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2423 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_binding-oath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2424 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2425 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2426 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2427 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2428 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2429 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2430 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2431 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2432 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2433 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2434 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2435 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2436 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2437 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2438 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2439 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2440 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2441 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2442 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2443 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2444 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_biting-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2445 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bitter-chains", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2446 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-goats-blessing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2447 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-hand", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2448 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-ribbons", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2449 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-sunshine", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2450 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2451 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2453 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2454 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2455 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2456 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2457 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2458 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-swan-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2459 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-well", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2460 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-well", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2462 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-well", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2463 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_black-well", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2464 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-my-brother", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2465 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-wrath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2466 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-wrath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2468 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-wrath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2469 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-wrath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2470 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-wrath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2471 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-wrath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2472 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blade-of-wrath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2473 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blazing-chariot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2474 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bleating-call", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2475 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bleed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2476 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bless-the-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2477 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2478 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2480 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2481 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2482 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2483 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2484 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2485 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blessed-halo", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2486 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blizzard", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2487 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-and-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2488 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "deepm_blood-and-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2490 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_blood-and-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2491 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_blood-and-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2492 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_blood-and-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2493 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_blood-and-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2494 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-armor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2495 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-lure", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2496 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-offering", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2497 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-puppet", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2498 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2499 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2501 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2502 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2503 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2504 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2505 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2506 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2507 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-scarab", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2508 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2509 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2510 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2511 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2512 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2513 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2514 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2515 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2516 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2517 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2518 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2519 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2520 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2521 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2522 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2523 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2524 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2525 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2526 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2527 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2528 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2529 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_blood-tide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2530 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_blood-to-acid", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2531 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2532 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2534 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2535 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2536 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2537 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2538 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2539 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2540 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodhound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2541 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2542 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2544 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2545 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2546 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2547 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2548 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2549 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloodshot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2550 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloody-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2551 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloody-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2552 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloom", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2553 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bloom", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2554 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2555 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-blood", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2557 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-blood", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2558 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-blood", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2559 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-blood", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2560 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-blood", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2561 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2562 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2564 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2565 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2566 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2567 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2568 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2569 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boiling-oil", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2570 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2571 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2573 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2574 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2575 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2576 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2577 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2578 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2579 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bolster-undead", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2580 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_booster-shot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2581 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_booster-shot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2583 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_booster-shot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2584 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_booster-shot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2585 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_booster-shot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2586 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_booster-shot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2587 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_booster-shot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2588 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2589 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2590 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2592 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2593 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2594 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2595 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2596 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2597 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_boreass-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2598 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bottled-arcana", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2599 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bottled-arcana", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2601 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bottled-arcana", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2602 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bottled-arcana", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2603 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bottled-arcana", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2604 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_bottomless-stomach", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2605 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_breathtaking-wind", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2606 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_breeze-compass", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2607 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_brimstone-infusion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2608 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_brittling", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2609 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2610 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2612 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2613 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2614 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2615 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2616 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2617 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2618 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_broken-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2619 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_by-the-light-of-the-moon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2620 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_by-the-light-of-the-watchful-moon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2621 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_call-shadow-mastiff", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2622 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_calm-of-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2623 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_calm-of-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2625 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_calm-of-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2626 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_calm-of-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2627 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_calm-of-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2628 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_calm-of-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2629 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_calm-of-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2630 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_candles-insight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2631 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_carmello-voltas-irksome-preserves", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2632 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catapult", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2633 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catapult", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2635 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catapult", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2636 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catapult", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2637 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catch-the-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2638 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catch-the-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2640 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catch-the-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2641 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catch-the-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2642 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catch-the-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2643 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catch-the-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2644 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_catch-the-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2645 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2646 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2648 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2649 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2650 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2651 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2652 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2653 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2654 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-torrent", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2655 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2656 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2657 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2658 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2659 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2660 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2661 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2662 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2663 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2664 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2665 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2666 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2667 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2668 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2669 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2670 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2671 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2672 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2673 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2674 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2675 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_caustic-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2676 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_celebration", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2677 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_celebration", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2678 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_celebration", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2680 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_celebration", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2681 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chains-of-the-goddess", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2682 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chains-of-torment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2683 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chains-of-torment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2685 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chains-of-torment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2686 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chains-of-torment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2687 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chains-of-torment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2688 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chains-of-torment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2689 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2690 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2692 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2693 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2694 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2695 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2696 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2697 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_champions-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2698 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-form", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2699 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "20 minutes", + "parent": "deepm_chaotic-form", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2701 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "30 minutes", + "parent": "deepm_chaotic-form", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2702 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "40 minutes", + "parent": "deepm_chaotic-form", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2703 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "50 minutes", + "parent": "deepm_chaotic-form", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2704 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "60 minutes", + "parent": "deepm_chaotic-form", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2705 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2706 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2708 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2709 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2710 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2711 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2712 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2713 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-vitality", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2714 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chaotic-world", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2715 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chilling-words", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2716 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2717 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2719 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2720 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2721 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2722 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2723 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2724 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 10, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2725 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_chronal-lance", + "range": null, + "shape_size": null, + "target_count": 11, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2726 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_circle-of-wind", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2727 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clash-of-glaciers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2728 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clash-of-glaciers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2730 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clash-of-glaciers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2731 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clash-of-glaciers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2732 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clash-of-glaciers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2733 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_claws-of-darkness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2734 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_claws-of-the-earth-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2735 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "deepm_claws-of-the-earth-dragon", + "range": "70 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2737 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "deepm_claws-of-the-earth-dragon", + "range": "80 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2738 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_claws-of-the-earth-dragon", + "range": "90 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2739 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "deepm_claws-of-the-earth-dragon", + "range": "100 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2740 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2741 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2742 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2744 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2745 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2746 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2747 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2748 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2749 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clearing-the-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2750 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cloak-of-shadow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2751 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2752 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2753 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2754 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2755 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2756 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2757 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2758 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2759 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2760 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2761 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2762 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2763 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2764 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2765 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2766 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2767 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2768 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2769 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2770 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2771 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_clockwork-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2772 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_closing-in", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2773 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_closing-in", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2775 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_closing-in", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2776 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_closing-in", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2777 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_closing-in", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2778 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_closing-in", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2779 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_closing-in", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2780 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2781 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2783 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2784 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2785 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2786 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2787 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2788 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2789 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cobra-fangs", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2790 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelled-movement", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2791 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelled-movement", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2793 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelled-movement", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2794 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelled-movement", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2795 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelled-movement", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2796 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelled-movement", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2797 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelled-movement", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2798 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_compelling-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2799 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 rounds", + "parent": "deepm_compelling-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2801 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 rounds", + "parent": "deepm_compelling-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2802 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 rounds", + "parent": "deepm_compelling-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2803 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 rounds", + "parent": "deepm_compelling-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2804 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 rounds", + "parent": "deepm_compelling-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2805 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 rounds", + "parent": "deepm_compelling-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2806 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2807 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2809 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2810 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2811 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2812 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2813 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2814 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_comprehend-wild-shape", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2815 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_confound-senses", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2816 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-fey-hound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2817 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-fey-hound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2819 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-fey-hound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2820 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-fey-hound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2821 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-fey-hound", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2822 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-forest-defender", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2823 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-forest-defender", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2825 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-forest-defender", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2826 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-forest-defender", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2827 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-greater-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2828 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-greater-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2830 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-greater-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2831 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-minor-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2832 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-minor-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2834 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-minor-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2835 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-minor-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2836 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-minor-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2837 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-scarab-swarm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2838 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-shadow-titan", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2839 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2840 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2842 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2843 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2844 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2845 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2846 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2847 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-spectral-dead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2848 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2849 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2851 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2852 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2853 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2854 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2855 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2856 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2857 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2859 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_conjure-voidborn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2860 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_consult-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2861 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_consult-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2863 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_consult-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2864 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_consult-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2865 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_consult-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2866 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_consult-the-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2867 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_converse-with-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2868 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_costly-victory", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2869 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_create-ring-servant", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2870 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_create-thunderstaff", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2871 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2872 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2874 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2875 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2876 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2877 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2878 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2879 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_creeping-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2880 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2881 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2882 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2883 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2884 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2885 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2886 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2887 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2888 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2889 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2890 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2891 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2892 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2893 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2894 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2895 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2896 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2897 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2898 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2899 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2900 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_crushing-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2901 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_crushing-trample", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2902 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2903 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2905 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2906 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2907 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2908 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2909 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2910 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2911 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cure-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2912 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_curse-of-boreas", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2913 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_curse-of-dust", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2914 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_curse-of-incompetence", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2915 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_curse-of-the-grave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2916 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_curse-of-yig", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2917 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_curse-of-yig", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 2918 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_curse-ring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2919 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cursed-gift", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2920 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_cursed-gift", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2922 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 days", + "parent": "deepm_cursed-gift", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2923 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 days", + "parent": "deepm_cursed-gift", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2924 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 days", + "parent": "deepm_cursed-gift", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2925 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 days", + "parent": "deepm_cursed-gift", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2926 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cynophobia", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2927 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_cynophobia", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2929 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_cynophobia", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2930 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_cynophobia", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2931 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 month", + "parent": "deepm_cynophobia", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2932 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 month", + "parent": "deepm_cynophobia", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2933 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "Until dispelled", + "parent": "deepm_cynophobia", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2934 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_daggerhawk", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2935 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-dementing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2936 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-heraldry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2937 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-heraldry", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2939 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-heraldry", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2940 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-heraldry", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2941 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-heraldry", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2942 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-heraldry", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2943 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-heraldry", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2944 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2945 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2946 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2947 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2948 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2949 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2950 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2951 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2952 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2953 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2954 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 2955 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 2956 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 2957 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 2958 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 2959 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 2960 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 2961 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 2962 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 2963 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 2964 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_dark-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 2965 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dark-path", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2966 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2967 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2969 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2970 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2971 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2972 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2973 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2974 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_darkbolt", + "range": null, + "shape_size": null, + "target_count": 10, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2975 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2976 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2978 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 hours", + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2979 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 hours", + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2980 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 hours", + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2981 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 hours", + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2982 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 hours", + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2983 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 hours", + "parent": "deepm_dead-walking", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2984 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_deadly-sting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2985 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_death-gods-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2986 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_death-gods-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2988 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_death-gods-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2989 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 2990 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 2991 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 2992 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 2993 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 2994 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 2995 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 2996 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 2997 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 2998 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 2999 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 3000 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 3001 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 3002 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 3003 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 3004 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 3005 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 3006 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 3007 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 3008 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 3009 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "deepm_decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 3010 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3011 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3013 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3014 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3015 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3016 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3017 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3018 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_decelerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3019 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3020 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3022 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3023 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3024 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3025 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "12 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3026 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "14 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3027 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "16 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3028 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "18 hours", + "parent": "deepm_deep-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3029 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_defile-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3030 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_defile-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3032 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_defile-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3033 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delay-potion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3034 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delayed-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3035 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delayed-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3037 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delayed-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3038 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delayed-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3039 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delayed-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3040 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delayed-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3041 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_delayed-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3042 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_demon-within", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3043 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_desiccating-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3044 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_desolation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3045 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_desolation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3046 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3047 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3049 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3050 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3051 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3052 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3053 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3054 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_destructive-resonance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3055 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_detect-dragons", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3056 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_devas-wings", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3057 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_devas-wings", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3059 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_devas-wings", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3060 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_devas-wings", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3061 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_devas-wings", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3062 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_devas-wings", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3063 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dimensional-shove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3064 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dimensional-shove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3066 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dimensional-shove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3067 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dimensional-shove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3068 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dimensional-shove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3069 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dimensional-shove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3070 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dimensional-shove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3071 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_disquieting-gaze", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3072 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_disruptive-aura", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3073 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_disruptive-aura", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3075 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_distracting-divination", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3076 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_distraction-cascade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3077 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-blue-crystal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3078 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3079 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3081 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3082 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3083 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3084 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3085 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3086 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-consuming-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3087 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-dancing-blades", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3088 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-disenchantment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3089 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-serpent-coils", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3090 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-the-cracked-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3091 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-the-earthen-maw", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3092 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_doom-of-the-slippery-rogue", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3093 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_douse-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3094 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3095 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3097 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3098 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3099 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3100 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3101 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3102 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3103 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_draconic-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3104 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dragon-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3105 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dragon-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3107 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dragon-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3108 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dragon-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3109 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dragon-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3110 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3111 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 3112 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3113 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3114 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3115 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3116 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3117 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3118 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3119 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3120 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 3121 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 3122 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 3123 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 3124 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 3125 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 3126 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 3127 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 3128 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 3129 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 3130 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_dragon-roar", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 3131 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_drown", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3132 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_drown", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3134 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_drown", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3135 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_drown", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3136 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_drown", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3137 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_drown", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3138 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_drown", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3139 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dryads-kiss", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3140 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dryads-kiss", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3142 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dryads-kiss", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3143 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dryads-kiss", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3144 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dryads-kiss", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3145 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dryads-kiss", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3146 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_dryads-kiss", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3147 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earthskimmer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3148 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3149 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3151 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3152 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3153 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3154 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3155 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3156 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3157 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_earworm-melody", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3158 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_echoes-of-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3159 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3160 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3162 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3163 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3164 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3165 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3166 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3167 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ectoplasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3168 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_eidetic-memory", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3169 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_eidetic-memory", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3170 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_eldritch-communion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3171 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_eldritch-communion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3172 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3173 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3175 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3176 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3177 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3178 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3179 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3180 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-horns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3181 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_elemental-twist", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3182 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_emanation-of-yoth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3183 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_emanation-of-yoth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3184 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_emanation-of-yoth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3186 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_emanation-of-yoth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3187 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_emanation-of-yoth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3188 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_emanation-of-yoth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3189 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_emanation-of-yoth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3190 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_enchant-ring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3191 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_encroaching-shadows", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3192 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_encroaching-shadows", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3193 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_encroaching-shadows", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3195 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "36 hours", + "parent": "deepm_encroaching-shadows", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3196 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_encroaching-shadows", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3197 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_encrypt-decrypt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3198 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_endow-attribute", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3199 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_endow-attribute", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3201 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_endow-attribute", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3202 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_endow-attribute", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3203 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_endow-attribute", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3204 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_endow-attribute", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3205 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_energy-absorption", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3206 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_energy-foreknowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3207 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_energy-foreknowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3209 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_energy-foreknowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3210 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_energy-foreknowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3211 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_energy-foreknowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3212 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_energy-foreknowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3213 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3214 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "11 minutes", + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3216 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "12 minutes", + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3217 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "13 minutes", + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3218 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "14 minutes", + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3219 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "15 minutes", + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3220 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "16 minutes", + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3221 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "17 minutes", + "parent": "deepm_enhance-greed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3222 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_entomb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3223 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_entropic-damage-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3224 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_essence-instability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3225 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_essence-instability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3227 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_essence-instability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3228 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_essence-instability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3229 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_essence-instability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3230 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_evercold", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3231 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_exsanguinate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3232 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_exsanguinate", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3234 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_exsanguinate", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3235 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_exsanguinate", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3236 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_exsanguinate", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3237 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_exsanguinating-cloud", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3238 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_extract-knowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3239 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_extract-knowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3240 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fault-line", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3241 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3242 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3244 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3245 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3246 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3247 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3248 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3249 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3250 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "9 rounds", + "parent": "deepm_feather-field", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3251 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3252 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3254 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3255 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3256 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3257 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3258 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3259 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_feather-travel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3260 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fey-crown", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3261 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fey-crown", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3263 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fey-crown", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3264 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fey-crown", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3265 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fey-crown", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3266 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_find-kin", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3267 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_find-kin", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3268 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3269 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3271 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3272 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3273 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3274 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3275 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3276 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3277 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fire-under-the-tongue", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3278 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_firewalk", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3279 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_firewalk", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3281 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_firewalk", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3282 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_firewalk", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3283 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fist-of-iron", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3284 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flame-wave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3285 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flame-wave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3287 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flame-wave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3288 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flame-wave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3289 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flame-wave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3290 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flame-wave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3291 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flesh-to-paper", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3292 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flesh-to-paper", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3294 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flesh-to-paper", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3295 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flesh-to-paper", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3296 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flesh-to-paper", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3297 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flesh-to-paper", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3298 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flesh-to-paper", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3299 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flickering-fate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3300 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fluctuating-alignment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3301 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_flurry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3302 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_forest-native", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3303 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_forest-sanctuary", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3304 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_foretell-distraction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3305 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_form-of-the-gods", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3306 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3307 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3308 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "30 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3310 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "35 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3311 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "40 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3312 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "45 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3313 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "50 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3314 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "55 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3315 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "60 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3316 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freeze-potion", + "range": "65 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3317 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freezing-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3318 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freezing-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3320 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freezing-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3321 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freezing-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3322 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freezing-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3323 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freezing-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3324 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_freezing-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3325 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3326 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3328 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3329 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3330 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3331 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3332 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3333 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frenzied-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3334 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frostbite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3335 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frostbite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3337 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frostbite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3338 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frostbite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3339 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frostbite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3340 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frostbitten-fingers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3341 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frozen-razors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3342 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frozen-razors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3344 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frozen-razors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3345 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frozen-razors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3346 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frozen-razors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3347 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frozen-razors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3348 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_frozen-razors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3349 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_furious-hooves", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3350 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_fusillade-of-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3351 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "deepm_fusillade-of-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3353 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "deepm_fusillade-of-ice", + "range": null, + "shape_size": 60.0, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3354 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "deepm_fusillade-of-ice", + "range": null, + "shape_size": 60.0, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3355 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d6", + "desc": null, + "duration": null, + "parent": "deepm_fusillade-of-ice", + "range": null, + "shape_size": 60.0, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3356 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d6", + "desc": null, + "duration": null, + "parent": "deepm_fusillade-of-ice", + "range": null, + "shape_size": 60.0, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3357 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_gear-barrage", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3358 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ghoul-kings-cloak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3359 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ghoul-kings-cloak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3361 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_gird-the-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3362 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_glacial-cascade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3363 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_glacial-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3364 + }, + { + "fields": { + "concentration": null, + "damage_roll": "13d6", + "desc": null, + "duration": null, + "parent": "deepm_glacial-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3366 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d6", + "desc": null, + "duration": null, + "parent": "deepm_glacial-fog", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3367 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3368 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "20 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3370 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "30 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3371 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "40 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3372 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "50 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3373 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "60 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3374 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "70 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3375 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "80 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3376 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "90 minutes", + "parent": "deepm_gliding-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3377 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_glimpse-of-the-void", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3378 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_gloomwrought-barrier", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3379 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_gluey-globule", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3380 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3381 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3383 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3384 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3385 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 days", + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3386 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 days", + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3387 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 days", + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3388 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 days", + "parent": "deepm_glyph-of-shifting", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3389 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3390 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3392 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3393 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3394 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3395 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3396 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3397 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3398 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "9 minutes", + "parent": "deepm_goats-hoof-charm", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3399 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_going-in-circles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3400 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_gordolays-pleasant-aroma", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3401 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_grasp-of-the-tupilak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3402 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_greater-maze", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3403 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_greater-seal-of-sanctuary", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3404 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_greater-seal-of-sanctuary", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3405 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_green-decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3406 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_green-decay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3407 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3408 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 rounds", + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3410 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 rounds", + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3411 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 rounds", + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3412 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 rounds", + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3413 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 rounds", + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3414 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 rounds", + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3415 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 rounds", + "parent": "deepm_grudge-match", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3416 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3417 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3418 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3420 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3421 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3422 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3423 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3424 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3425 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3426 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guest-of-honor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3427 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guiding-star", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3428 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_guiding-star", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3429 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3430 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 3431 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3432 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3433 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3434 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3435 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3436 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3437 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3438 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3439 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 3440 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 3441 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 3442 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 3443 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 3444 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 3445 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 3446 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 3447 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 3448 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 3449 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hamstring", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 3450 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3451 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3453 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3454 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "1 hour", + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3455 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3456 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3457 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3458 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3459 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_hard-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3460 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_harry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3461 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_harry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3463 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_harry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3464 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_harry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3465 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_harry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3466 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_harry", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3467 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_harrying-hounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3468 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "12 hours", + "parent": "deepm_harrying-hounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3470 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "16 hours", + "parent": "deepm_harrying-hounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3471 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "20 hours", + "parent": "deepm_harrying-hounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3472 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_harrying-hounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3473 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_harsh-light-of-summers-glare", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3474 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heart-seeking-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3475 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heart-seeking-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3477 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heart-seeking-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3478 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heart-seeking-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3479 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heart-seeking-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3480 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heart-seeking-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3481 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heart-to-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3482 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3483 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3485 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3486 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3487 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3488 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3489 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3490 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartache", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3491 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartstop", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3492 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heartstrike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3493 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heavenly-crown", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3494 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hedrens-birds-of-clay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3495 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hedrens-birds-of-clay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3497 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hedrens-birds-of-clay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3498 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hedrens-birds-of-clay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3499 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hedrens-birds-of-clay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3500 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hedrens-birds-of-clay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3501 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hedrens-birds-of-clay", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3502 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hematomancy", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3503 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_heros-steel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3504 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hide-in-ones-shadow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3505 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3506 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 3507 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3508 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3509 + }, + { + "fields": { + "concentration": null, + "damage_roll": "", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3510 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3511 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3512 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3513 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3514 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3515 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 3516 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 3517 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 3518 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 3519 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 3520 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 3521 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 3522 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 3523 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 3524 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 3525 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "deepm_hoarfrost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 3526 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hobble", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3527 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3528 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3530 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3531 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3532 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3533 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3534 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3535 + }, + { + "fields": { + "concentration": null, + "damage_roll": "16d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3536 + }, + { + "fields": { + "concentration": null, + "damage_roll": "18d6", + "desc": null, + "duration": null, + "parent": "deepm_hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3537 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_holy-ground", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3538 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_holy-ground", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3540 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_holy-ground", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3541 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_holy-ground", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3542 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_holy-ground", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3543 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hone-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3544 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hunger-of-leng", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3545 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hunters-endurance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3546 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_hunting-stand", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3547 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-fortress", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3548 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-fortress", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3550 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-fortress", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3551 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-fortress", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3552 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-fortress", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3553 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3554 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3556 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3557 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3558 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3559 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3560 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3561 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-hammer", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3562 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-soldiers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3563 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-soldiers", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3565 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ice-soldiers", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3566 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3567 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3569 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3570 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3571 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3572 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3573 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3574 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3575 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icicle-daggers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3576 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icy-grasp-of-the-void", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3577 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_icy-manipulation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3578 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ill-fated-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3579 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3580 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3582 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3583 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3584 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3585 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3586 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3587 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3588 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "deepm_illuminate-spoor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3589 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_impending-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3590 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_impending-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3592 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 rounds", + "parent": "deepm_impending-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3593 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 rounds", + "parent": "deepm_impending-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3594 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 rounds", + "parent": "deepm_impending-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3595 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 rounds", + "parent": "deepm_impending-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3596 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 rounds", + "parent": "deepm_impending-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3597 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_innocuous-aspect", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3598 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_insightful-maneuver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3599 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_inspiring-speech", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3600 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-fortification", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3601 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-fortification", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3602 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-fortification", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3604 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-fortification", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3605 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-fortification", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3606 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-fortification", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3607 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-siege-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3608 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-siege-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3609 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-siege-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3611 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-siege-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3612 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-siege-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3613 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-siege-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3614 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-siege-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3615 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3616 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3618 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3619 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3620 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3621 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3622 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3623 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_instant-snare", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3624 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ire-of-the-mountain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3625 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ire-of-the-mountain", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3627 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ire-of-the-mountain", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3628 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ire-of-the-mountain", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3629 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ire-of-the-mountain", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3630 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ire-of-the-mountain", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3631 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ire-of-the-mountain", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3632 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_iron-hand", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3633 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3634 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3636 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3637 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3638 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3639 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3640 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3641 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3642 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kareefs-entreaty", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3643 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_keening-wail", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3644 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "deepm_keening-wail", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3646 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "deepm_keening-wail", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3647 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "deepm_keening-wail", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3648 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "deepm_keening-wail", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3649 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d6", + "desc": null, + "duration": null, + "parent": "deepm_keening-wail", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3650 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_killing-fields", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3651 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kiss-of-the-succubus", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3652 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "deepm_kiss-of-the-succubus", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3654 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "deepm_kiss-of-the-succubus", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3655 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "deepm_kiss-of-the-succubus", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3656 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "deepm_kiss-of-the-succubus", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3657 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_kobolds-fury", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3658 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_labyrinth-mastery", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3659 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_labyrinthine-howl", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3660 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_labyrinthine-howl", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3662 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d8", + "desc": null, + "duration": null, + "parent": "deepm_labyrinthine-howl", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3663 + }, + { + "fields": { + "concentration": null, + "damage_roll": "13d8", + "desc": null, + "duration": null, + "parent": "deepm_labyrinthine-howl", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3664 + }, + { + "fields": { + "concentration": null, + "damage_roll": "15d8", + "desc": null, + "duration": null, + "parent": "deepm_labyrinthine-howl", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3665 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3666 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3668 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3669 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3670 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3671 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3672 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3673 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d8", + "desc": null, + "duration": null, + "parent": "deepm_lacerate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3674 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3675 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3676 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "36 hours", + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3678 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "48 hours", + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3679 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "60 hours", + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3680 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3681 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "84 hours", + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3682 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "96 hours", + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3683 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "108 hours", + "parent": "deepm_lair-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3684 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_last-rays-of-the-dying-sun", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3685 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_last-rays-of-the-dying-sun", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3687 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_last-rays-of-the-dying-sun", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3688 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lava-stone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3689 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lay-to-rest", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3690 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legend-killer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3691 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3692 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion-of-rabid-squirrels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3693 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion-of-rabid-squirrels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3695 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion-of-rabid-squirrels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3696 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion-of-rabid-squirrels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3697 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion-of-rabid-squirrels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3698 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion-of-rabid-squirrels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3699 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_legion-of-rabid-squirrels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3700 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lesser-maze", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3701 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-drain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3702 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-drain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3704 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-drain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3705 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-drain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3706 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-from-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3707 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_life-from-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3709 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_life-from-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3710 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "deepm_life-from-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3711 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "deepm_life-from-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3712 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "deepm_life-from-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3713 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "deepm_life-from-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3714 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-hack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3715 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-sense", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3716 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3717 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3719 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3720 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3721 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3722 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3723 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3724 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3725 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_life-transference-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3726 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_litany-of-sure-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3727 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_living-shadows", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3728 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3729 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3731 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3732 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3733 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3734 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3735 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3736 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lock-armor", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3737 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_looping-trail", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3738 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lovesick", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3739 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lovesick", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3741 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lovesick", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3742 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lovesick", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3743 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lovesick", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3744 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_lovesick", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3745 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maddening-whispers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3746 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maim", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3747 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_malevolent-waves", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3748 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mammons-due", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3749 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mammons-due", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3750 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3751 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3753 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3754 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3755 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3756 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3757 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3758 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mark-prey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3759 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mass-hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3760 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "deepm_mass-hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3762 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "deepm_mass-hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3763 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "deepm_mass-hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3764 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "deepm_mass-hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3765 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "deepm_mass-hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3766 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "deepm_mass-hobble-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3767 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mass-surge-dampener", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3768 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mass-surge-dampener", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3769 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3770 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3772 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3773 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3774 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3775 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3776 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3777 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3778 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_maw-of-needles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3779 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_memento-mori", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3780 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3781 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3783 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3784 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3785 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3786 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3787 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3788 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mephitic-croak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3789 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mind-exchange", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3790 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mind-exchange", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3791 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3792 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_misstep", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3793 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3794 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3796 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3797 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3798 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3799 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3800 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3801 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mist-of-wonders", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3802 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_monstrous-empathy", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3803 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_monstrous-empathy", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3805 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_monstrous-empathy", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3806 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_monstrous-empathy", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3807 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_monstrous-empathy", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3808 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_monstrous-empathy", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3809 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_monstrous-empathy", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3810 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_moon-trap", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3811 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3812 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3814 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3815 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3816 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3817 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3818 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3819 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3820 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mosquito-bane", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3821 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mud-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3822 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mud-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3823 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_mud-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3825 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_mud-pack", + "range": "30 feet", + "shape_size": null, + "target_count": 10, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3826 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_mud-pack", + "range": "30 feet", + "shape_size": null, + "target_count": 10, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3827 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_mud-pack", + "range": "30 feet", + "shape_size": null, + "target_count": 10, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3828 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_mud-pack", + "range": "30 feet", + "shape_size": null, + "target_count": 10, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3829 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_mud-pack", + "range": "30 feet", + "shape_size": null, + "target_count": 10, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3830 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_mud-pack", + "range": "30 feet", + "shape_size": null, + "target_count": 10, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3831 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_mud-pack", + "range": "30 feet", + "shape_size": null, + "target_count": 10, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3832 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_negative-image", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3833 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nether-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3834 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nether-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3836 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nether-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3837 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nether-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3838 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nether-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3839 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nether-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3840 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_night-terrors", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3841 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nightfall", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3842 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nightfall", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3843 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3844 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3846 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3847 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3848 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3849 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3850 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3851 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_nip-at-the-heels", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3852 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_not-dead-yet", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3853 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_not-dead-yet", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 3854 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_not-this-day", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3855 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3856 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3858 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3859 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3860 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3861 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3862 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3863 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "deepm_orb-of-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3864 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_outflanking-boon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3865 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_outflanking-boon", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3867 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_outflanking-boon", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3868 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_outflanking-boon", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3869 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_outflanking-boon", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3870 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_outflanking-boon", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3871 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_outflanking-boon", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3872 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_paragon-of-chaos", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3873 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_pendulum", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3874 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_phantom-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3875 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_phantom-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3877 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_phantom-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3878 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_phantom-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3879 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_phantom-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3880 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_phantom-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3881 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_phantom-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3882 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_pitfall", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3883 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3884 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3886 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3887 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3888 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3889 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3890 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3891 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_poisoned-volley", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3892 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_potency-of-the-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3893 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 minutes", + "parent": "deepm_potency-of-the-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3895 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 minutes", + "parent": "deepm_potency-of-the-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3896 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 minutes", + "parent": "deepm_potency-of-the-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3897 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 minutes", + "parent": "deepm_potency-of-the-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3898 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 minutes", + "parent": "deepm_potency-of-the-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3899 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 minutes", + "parent": "deepm_potency-of-the-pack", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3900 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_power-word-kneel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3901 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_power-word-pain", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3902 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_primal-infusion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3903 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_prismatic-ray", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3904 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protection-from-the-void", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3905 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protective-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3906 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protective-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3908 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protective-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3909 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protective-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3910 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protective-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3911 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protective-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3912 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_protective-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3913 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_puff-of-smoke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3914 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3915 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 3916 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3917 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3918 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3919 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3920 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3921 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3922 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3923 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3924 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 3925 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 3926 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 3927 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 3928 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 3929 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 3930 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 3931 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 3932 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 3933 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 3934 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_pummelstone", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 3935 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_pyroclasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3936 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quick-time", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3937 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quick-time", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3939 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quick-time", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3940 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quick-time", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3941 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quick-time", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3942 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quick-time", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3943 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quicken", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3944 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quicksilver-mantle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3945 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_quintessence", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3946 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_raid-the-lair", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3947 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rain-of-blades", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3948 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rain-of-blades", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3950 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rain-of-blades", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3951 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rain-of-blades", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3952 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rain-of-blades", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3953 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ray-of-alchemical-negation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3954 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ray-of-life-suppression", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3955 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reaver-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3956 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reaver-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3958 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reaver-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3959 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reaver-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3960 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reaver-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3961 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reaver-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3962 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reaver-spirit", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3963 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reposition", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3964 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reposition", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3966 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reposition", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3967 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reposition", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3968 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reposition", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3969 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reposition", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3970 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reset", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3971 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reset", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3973 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reset", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3974 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reset", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3975 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reset", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3976 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reset", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3977 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3978 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3980 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3981 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3982 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3983 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3984 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3985 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_reverberate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3986 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_revive-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3987 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_right-the-stars", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3988 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3989 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 3991 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 3992 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 3993 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 3994 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 3995 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 3996 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 3997 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 3998 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_ring-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 3999 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_riptide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4000 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4001 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4003 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4004 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4005 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4006 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4007 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4008 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_rolling-thunder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4009 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4010 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4012 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4013 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4014 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4015 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4016 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4017 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rotting-corpse", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4018 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_rune-of-imprisonment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4019 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_salt-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4020 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sand-ship", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4021 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sand-ship", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4022 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sanguine-horror", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4023 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scale-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4024 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scale-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4026 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scale-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4027 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scale-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4028 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scale-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4029 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scale-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4030 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scentless", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4031 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4032 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4034 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4035 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4036 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4037 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4038 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4039 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4040 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_screaming-ray", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4041 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scribe", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4042 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_scry-ambush", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4043 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4044 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4046 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4047 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4048 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4049 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4050 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4051 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sculpt-snow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4052 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_seal-of-sanctuary", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4053 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_seal-of-sanctuary", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4054 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_searing-sun", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4055 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_see-beyond", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4056 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_seed-of-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4057 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_seed-of-destruction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4058 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_seeping-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4059 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_seers-reaction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4060 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_semblance-of-dread", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4061 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4062 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "20 minutes", + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4064 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "30 minutes", + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4065 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "40 minutes", + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4066 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "50 minutes", + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4067 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "60 minutes", + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4068 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "70 minutes", + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4069 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "80 minutes", + "parent": "deepm_shade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4070 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-armor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4071 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4072 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 4073 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4074 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4075 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4076 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4077 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4078 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4079 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4080 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4081 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 4082 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 4083 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 4084 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 4085 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 4086 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 4087 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 4088 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 4089 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 4090 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 4091 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-bite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 4092 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-blindness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4093 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4094 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4096 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4097 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4098 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4099 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4100 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4101 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4102 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4103 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-monsters", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4104 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-monsters", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4106 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-monsters", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4107 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-monsters", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4108 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-monsters", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4109 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-monsters", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4110 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4111 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4113 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4114 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4115 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4116 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4117 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4118 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_shadow-puppets", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4119 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4120 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4121 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 hours", + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4123 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 hours", + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4124 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 hours", + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4125 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "9 hours", + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4126 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "11 hours", + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4127 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "13 hours", + "parent": "deepm_shadow-trove", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4128 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadows-brought-to-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4129 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadows-brought-to-light", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4130 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadowy-retribution", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4131 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadowy-retribution", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4132 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadowy-retribution", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4134 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadowy-retribution", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4135 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadowy-retribution", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4136 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadowy-retribution", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4137 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shadowy-retribution", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4138 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shared-sacrifice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4139 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sheen-of-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4140 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shifting-the-odds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4141 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4142 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 4143 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4144 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4145 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4146 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4147 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4148 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4149 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4150 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4151 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 4152 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 4153 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 4154 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 4155 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 4156 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 4157 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 4158 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 4159 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 4160 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 4161 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shiver", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 4162 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_shroud-of-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4163 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sidestep-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4164 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sign-of-koth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4165 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sign-of-koth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4167 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sign-of-koth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4168 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_silhouette", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4169 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sir-mittinzs-move-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4170 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sir-mittinzs-move-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4171 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4172 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4173 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4175 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4176 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4177 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4178 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4179 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sleep-of-the-deep", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4180 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slippery-fingers", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4181 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4182 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4184 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4185 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4186 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4187 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4188 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4189 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_slither", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4190 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snow-boulder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4191 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snow-fort", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4192 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4193 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4195 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4196 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4197 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4198 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4199 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4200 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4201 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_snowy-coat", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4202 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_song-of-the-forest", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4203 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_song-of-the-forest", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4204 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_speak-with-inanimate-object", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4205 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_speak-with-inanimate-object", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4206 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spin", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4207 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spinning-axes", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4208 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "deepm_spinning-axes", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4210 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "deepm_spinning-axes", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4211 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "deepm_spinning-axes", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4212 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_spinning-axes", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4213 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "deepm_spinning-axes", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4214 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spiteful-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4215 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spiteful-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4217 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spiteful-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4218 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spiteful-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4219 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spiteful-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4220 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spiteful-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4221 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spiteful-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4222 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_spur-mount", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4223 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_staff-of-violet-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4224 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "deepm_staff-of-violet-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4226 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "deepm_staff-of-violet-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4227 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "deepm_staff-of-violet-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4228 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "deepm_staff-of-violet-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4229 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "deepm_staff-of-violet-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4230 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_stanch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4231 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4232 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 4233 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4234 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4235 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4236 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4237 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4238 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4239 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4240 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4241 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 4242 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 4243 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 4244 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 4245 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 4246 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 4247 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 4248 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 4249 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 4250 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 4251 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starburst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 4252 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starfall", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4253 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starfall", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4255 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starfall", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4256 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starfall", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4257 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starfall", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4258 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starry-vision", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4259 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starry-vision", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4261 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_starry-vision", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4262 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_stars-heart", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4263 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steal-warmth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4264 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steal-warmth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4266 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steal-warmth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4267 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steal-warmth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4268 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steal-warmth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4269 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steal-warmth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4270 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steal-warmth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4271 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steam-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4272 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steam-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4274 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steam-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4275 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steam-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4276 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steam-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4277 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steam-blast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4278 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_steam-whistle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4279 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4280 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 hours", + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4282 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 hours", + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4283 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 hours", + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4284 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 hours", + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4285 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 hours", + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4286 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 hours", + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4287 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "deepm_stench-of-rot", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4288 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_storm-of-wings", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4289 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sudden-dawn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4290 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_sudden-dawn", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4291 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_summon-eldritch-servitor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4292 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_summon-eldritch-servitor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4293 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_summon-eldritch-servitor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4295 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_summon-eldritch-servitor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4296 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_summon-eldritch-servitor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4297 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_summon-eldritch-servitor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4298 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_summon-star", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4299 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_surge-dampener", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4300 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_surge-dampener", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4301 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_surprise-blessing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4302 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_symbol-of-sorcery", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4303 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_talons-of-a-hungry-land", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4304 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_talons-of-a-hungry-land", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4306 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_talons-of-a-hungry-land", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4307 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_targeting-foreknowledge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4308 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thin-the-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4309 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thousand-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4310 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "deepm_thousand-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4312 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "deepm_thousand-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4313 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "deepm_thousand-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4314 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "deepm_thousand-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4315 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d6", + "desc": null, + "duration": null, + "parent": "deepm_thousand-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4316 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d6", + "desc": null, + "duration": null, + "parent": "deepm_thousand-darts", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4317 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_throes-of-ecstasy", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4318 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_throes-of-ecstasy", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4320 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_throes-of-ecstasy", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4321 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_throes-of-ecstasy", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4322 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_throes-of-ecstasy", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4323 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_throes-of-ecstasy", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4324 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_throes-of-ecstasy", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4325 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunder-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4326 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderclap", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4327 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4328 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4330 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4331 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4332 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4333 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4334 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4335 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4336 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-charge", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4337 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4338 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4340 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4341 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4342 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4343 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4344 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4345 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-stampede", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4346 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderous-wave", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4347 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_thunderstorm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4348 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tidal-barrier", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4349 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-in-a-bottle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4350 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-jump", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4351 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-loop", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4352 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-slippage", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4353 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-step", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4354 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-vortex", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4355 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-vortex", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4357 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-vortex", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4358 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-vortex", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4359 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-vortex", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4360 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_time-vortex", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4361 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_timely-distraction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4362 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tireless", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4363 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tongue-of-sand", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4364 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tongue-of-sand", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4365 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tongue-tied", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4366 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_torrent-of-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4367 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_touch-of-the-unliving", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4368 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "deepm_touch-of-the-unliving", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4370 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "deepm_touch-of-the-unliving", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4371 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "deepm_touch-of-the-unliving", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4372 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "deepm_touch-of-the-unliving", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4373 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "deepm_touch-of-the-unliving", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4374 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "deepm_touch-of-the-unliving", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4375 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tracer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4376 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_treasure-chasm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4377 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tree-heal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4378 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tree-running", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4379 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_tree-speak", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4380 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4381 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4383 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4384 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4385 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4386 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4387 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4388 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trench", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4389 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_trick-question", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4390 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_triumph-of-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4391 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_twist-the-skein", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4392 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_umbral-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4393 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_uncontrollable-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4394 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_uncontrollable-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4395 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_uncontrollable-transformation", + "range": "0", + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4397 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_uncontrollable-transformation", + "range": "0", + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4398 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_undermine-armor", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4399 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unholy-defiance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4400 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unleash-effigy", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4401 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4402 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "30 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4404 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "35 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4405 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "40 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4406 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "45 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4407 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "50 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4408 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "55 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4409 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "60 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4410 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unluck-on-that", + "range": "65 feet", + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4411 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unseen-strangler", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4412 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_unseen-strangler", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4413 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4414 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4415 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4417 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4418 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4419 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4420 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4421 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4422 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vine-trestle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4423 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_visage-of-madness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4424 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4425 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4426 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4428 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4429 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4430 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4431 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4432 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vital-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4433 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_void-rift", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4434 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_void-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4435 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "deepm_void-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4437 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "deepm_void-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4438 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "deepm_void-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4439 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "deepm_void-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4440 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "deepm_void-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4441 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d8", + "desc": null, + "duration": null, + "parent": "deepm_void-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4442 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_volley-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4443 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_vomit-tentacles", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4444 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4445 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4447 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4448 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4449 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4450 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4451 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4452 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4453 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_voorish-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4454 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_waft", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4455 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_walk-the-twisted-path", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4456 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_walk-the-twisted-path", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4458 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_walk-the-twisted-path", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4459 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_walk-the-twisted-path", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4460 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_walking-wall", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4461 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wall-of-time", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4462 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_warning-shout", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4463 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_warp-mind-and-matter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4464 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_warp-mind-and-matter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "ritual" + }, + "model": "api_v2.spellcastingoption", + "pk": 4465 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4466 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4468 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4469 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4470 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4471 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4472 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4473 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4474 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weapon-of-blood", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4475 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4476 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4478 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4479 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4480 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4481 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4482 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4483 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_weilers-ward", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4484 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wild-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4485 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wild-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4487 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wild-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4488 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wild-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4489 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wild-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4490 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wild-shield", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4491 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4492 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_1" + }, + "model": "api_v2.spellcastingoption", + "pk": 4493 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4494 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4495 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4496 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4497 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4498 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4499 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4500 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4501 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_10" + }, + "model": "api_v2.spellcastingoption", + "pk": 4502 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 4503 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_12" + }, + "model": "api_v2.spellcastingoption", + "pk": 4504 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_13" + }, + "model": "api_v2.spellcastingoption", + "pk": 4505 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_14" + }, + "model": "api_v2.spellcastingoption", + "pk": 4506 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_15" + }, + "model": "api_v2.spellcastingoption", + "pk": 4507 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_16" + }, + "model": "api_v2.spellcastingoption", + "pk": 4508 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 4509 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_18" + }, + "model": "api_v2.spellcastingoption", + "pk": 4510 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_19" + }, + "model": "api_v2.spellcastingoption", + "pk": 4511 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "deepm_wind-lash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_20" + }, + "model": "api_v2.spellcastingoption", + "pk": 4512 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wind-of-the-hereafter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4513 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wind-tunnel", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4514 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_winterdark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4515 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_winters-radiance", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4516 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wintry-glide", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4517 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4518 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4520 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4521 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4522 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4523 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4524 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4525 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4526 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_withered-sight", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4527 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4528 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4530 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4531 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4532 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4533 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4534 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4535 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4536 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wolfsong", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4537 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_word-of-misfortune", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4538 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_wresting-wind", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4539 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4540 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 4542 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 4543 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 4544 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 4545 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 4546 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 4547 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 4548 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_writhing-arms", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 4549 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_yellow-sign", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 4550 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope-reaction", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10673 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope-reaction", + "range": null, + "shape_size": null, + "target_count": 1, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10669 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope-reaction", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10670 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope-reaction", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10671 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "deepm_anchoring-rope-reaction", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10672 + } +] \ No newline at end of file diff --git a/data/v2/somanyrobots/spells-that-dont-suck/SpellCastingOption.json b/data/v2/somanyrobots/spells-that-dont-suck/SpellCastingOption.json new file mode 100644 index 00000000..9b969031 --- /dev/null +++ b/data/v2/somanyrobots/spells-that-dont-suck/SpellCastingOption.json @@ -0,0 +1,902 @@ +[ + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_adaptation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10674 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Natural weapon bonus increases to +2. Target can select 1 additional option.", + "duration": null, + "parent": "spells-that-dont-suck_adaptation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10675 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Natural weapon bonus increases to +2. Target can select 1 additional option.", + "duration": null, + "parent": "spells-that-dont-suck_adaptation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10676 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Natural weapon bonus increases to +3. Target can select 2 additional options.", + "duration": null, + "parent": "spells-that-dont-suck_adaptation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10677 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Natural weapon bonus increases to +3. Target can select 2 additional options.", + "duration": null, + "parent": "spells-that-dont-suck_adaptation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10678 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Natural weapon bonus increases to +3. Target can select 3 additional options.", + "duration": null, + "parent": "spells-that-dont-suck_adaptation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10679 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Natural weapon bonus increases to +3. Target can select 3 additional options.", + "duration": null, + "parent": "spells-that-dont-suck_adaptation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10680 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_animal-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10681 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "spells-that-dont-suck_animal-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10682 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "spells-that-dont-suck_animal-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10683 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "spells-that-dont-suck_animal-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10684 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "spells-that-dont-suck_animal-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10685 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "spells-that-dont-suck_animal-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10686 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "spells-that-dont-suck_animal-ally", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10687 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_animal-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10688 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Maximum CR increases by 1.", + "duration": null, + "parent": "spells-that-dont-suck_animal-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10689 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Maximum CR increases by 2.", + "duration": null, + "parent": "spells-that-dont-suck_animal-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10690 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Maximum CR increases by 3.", + "duration": null, + "parent": "spells-that-dont-suck_animal-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10691 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Maximum CR increases by 4.", + "duration": null, + "parent": "spells-that-dont-suck_animal-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10692 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Maximum CR increases by 5.", + "duration": null, + "parent": "spells-that-dont-suck_animal-transformation", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10693 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10694 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10695 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10696 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10697 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10698 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10699 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10700 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10701 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_arctic-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10702 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10703 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Stealth bonus increases by 1.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10704 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Stealth bonus increases by 2.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10705 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Stealth bonus increases by 3.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10706 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Stealth bonus increases by 4.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10707 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Stealth bonus increases by 5.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10708 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Stealth bonus increases by 6.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10709 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Stealth bonus increases by 7.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-concealment", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10710 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10711 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Radius increases by 5 feet. Compelled questions increase by 1.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10712 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Radius increases by 10 feet. Compelled questions increase by 2.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10713 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Radius increases by 15 feet. Compelled questions increase by 3.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10714 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Radius increases by 20 feet. Compelled questions increase by 4.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10715 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Radius increases by 25 feet. Compelled questions increase by 5.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10716 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Radius increases by 30 feet. Compelled questions increase by 6.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10717 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Radius increases by 35 feet. Compelled questions increase by 7.", + "duration": null, + "parent": "spells-that-dont-suck_aura-of-truth", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10718 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10719 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10720 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Duration increases to 48 hours, or target 1 additional beast per slot level above 2nd (1 additional beasts).", + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10721 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Duration increases to 72 hours, or target 1 additional beast per slot level above 2nd (2 additional beasts).", + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10722 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Duration increases to 96 hours, or target 1 additional beast per slot level above 2nd (3 additional beasts).", + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10723 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Duration increases to 120 hours, or target 1 additional beast per slot level above 2nd (4 additional beasts).", + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10724 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Duration increases to 144 hours, or target 1 additional beast per slot level above 2nd (5 additional beasts).", + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10725 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Duration increases to 168 hours, or target 1 additional beast per slot level above 2nd (6 additional beasts).", + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10726 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Duration increases to 192 hours, or target 1 additional beast per slot level above 2nd (7 additional beasts).", + "duration": null, + "parent": "spells-that-dont-suck_befriend-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10727 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "spells-that-dont-suck_bewilder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "default" + }, + "model": "api_v2.spellcastingoption", + "pk": 10728 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Sphere radius increases by 5 feet.", + "duration": null, + "parent": "spells-that-dont-suck_bewilder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10729 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Sphere radius increases by 10 feet.", + "duration": null, + "parent": "spells-that-dont-suck_bewilder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10730 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Sphere radius increases by 15 feet.", + "duration": null, + "parent": "spells-that-dont-suck_bewilder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10731 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Sphere radius increases by 20 feet.", + "duration": null, + "parent": "spells-that-dont-suck_bewilder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10732 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "Sphere radius increases by 25 feet.", + "duration": null, + "parent": "spells-that-dont-suck_bewilder", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10733 + } +] \ No newline at end of file diff --git a/data/v2/wizards-of-the-coast/srd-2024/Spell.json b/data/v2/wizards-of-the-coast/srd-2024/Spell.json index 5a353da4..4785358f 100644 --- a/data/v2/wizards-of-the-coast/srd-2024/Spell.json +++ b/data/v2/wizards-of-the-coast/srd-2024/Spell.json @@ -479,7 +479,7 @@ "pk": "srd-2024_antipathysympathy", "fields": { "name": "Antipathy/Sympathy", - "desc": "As you cast the spell, choose whether it creates antipathy or sympathy, and target one creature or object that is Huge or smaller. Then specify a kind of creature, such as red dragons, goblins, or vampires. A creature of the chosen kind makes a Wisdom saving throw when it comes within 120 feet of the target. Your choice of antipathy or sympathy determines what happens to a creature when it fails that save: Wisdom saving throw to end the effect, as described below.", + "desc": "As you cast the spell, choose whether it creates antipathy or sympathy, and target one creature or object that is Huge or smaller. Then specify a kind of creature, such as red dragons, goblins, or vampires. A creature of the chosen kind makes a Wisdom saving throw when it comes within 120 feet of the target. Your choice of antipathy or sympathy determines what happens to a creature when it fails that save:\n\n**Antipathy**. The creature has the Frightened condition. The Frightened creature must use its movement on its turns to get as far away as possible from the target, moving by the safest route.\n\n**Sympathy**. The creature has the Charmed condition. The Charmed creature must use its movement on its turns to get as close as possible to the target, moving by the safest route. If the creature is within 5 feet of the target, the creature can't willingly move away. If the target damages the Charmed creature, that creature can make a Wisdom saving throw to end the effect, as described below.\n\n**Ending the Effect**. If the Frightened or Charmed creature ends its turn more than 120 feet away from the target, the creature makes a Wisdom saving throw. On a successful save, the creature is no longer affected by the target. A creature that successfully saves against this effect is immune to it for 1 minute, after which it can be affected again.", "document": "srd-2024", "level": 8, "school": "enchantment", @@ -834,7 +834,7 @@ "pk": "srd-2024_awaken", "fields": { "name": "Awaken", - "desc": "You spend the casting time tracing magical pathways within a precious gemstone, and then touch the target. The target must be either a Beast or Plant creature with an Intelligence of 3 or less or a natural plant that isn't a creature. The target gains an Intelligence of 10 and the ability to speak one language you know. If the target is a natural plant, it becomes a Plant creature and gains the ability to move its limbs, roots, vines, creepers, and so forth, and it gains senses similar to a human's. The GM chooses statistics appropriate for the awakened Plant, such as the statistics for the Awakened Shrub or Awakened Tree in \"Monsters.\" The awakened target has the Charmed condition for 30 days or until you or your allies deal damage to it. When that condition ends, the awakened creature chooses its attitude toward you. ### B Spells", + "desc": "You spend the casting time tracing magical pathways within a precious gemstone, and then touch the target. The target must be either a Beast or Plant creature with an Intelligence of 3 or less or a natural plant that isn't a creature. The target gains an Intelligence of 10 and the ability to speak one language you know. If the target is a natural plant, it becomes a Plant creature and gains the ability to move its limbs, roots, vines, creepers, and so forth, and it gains senses similar to a human's. The GM chooses statistics appropriate for the awakened Plant, such as the statistics for the Awakened Shrub or Awakened Tree in \"Monsters.\" The awakened target has the Charmed condition for 30 days or until you or your allies deal damage to it. When that condition ends, the awakened creature chooses its attitude toward you.", "document": "srd-2024", "level": 5, "school": "transmutation", @@ -967,10 +967,10 @@ "ritual": false, "casting_time": "bonus_action", "reaction_condition": null, - "verbal": false, - "somatic": false, - "material": false, - "material_specified": "", + "verbal": true, + "somatic": true, + "material": true, + "material_specified": "a handful of bark", "material_cost": null, "material_consumed": false, "target_count": 1, @@ -1926,7 +1926,7 @@ "pk": "srd-2024_command", "fields": { "name": "Command", - "desc": "You speak a one-word command to a creature you can see within range. The target must succeed on a Wisdom saving throw or follow the command on its next turn. Choose the command from these options:", + "desc": "You speak a one-word command to a creature you can see within range. The target must succeed on a Wisdom saving throw or follow the command on its next turn. Choose the command from these options:\n\n- **Drop.** The target drops whatever it is holding and then ends its turn.\n- **Flee.** The target spends its turn moving away from you by the fastest available means.\n- **Grovel.** The target has the Prone condition and then ends its turn.\n- **Halt.** On its turn, the target doesn't move and takes no action or Bonus Action.", "document": "srd-2024", "level": 1, "school": "enchantment", @@ -3978,7 +3978,7 @@ "pk": "srd-2024_druidcraft", "fields": { "name": "Druidcraft", - "desc": "Whispering to the spirits of nature, you create one of the following effects within range. ### E Spells", + "desc": "Whispering to the spirits of nature, you create one of the following effects within range.", "document": "srd-2024", "level": 0, "school": "transmutation", @@ -4424,7 +4424,7 @@ "pk": "srd-2024_eyebite", "fields": { "name": "Eyebite", - "desc": "For the duration, your eyes become an inky void. One creature of your choice within 60 feet of you that you can see must succeed on a Wisdom saving throw or be affected by one of the following effects of your choice for the duration. On each of your turns until the spell ends, you can take a Magic action to target another creature but can't target a creature again if it has succeeded on a save against this casting of the spell. ### F Spells", + "desc": "For the duration, your eyes become an inky void. One creature of your choice within 60 feet of you that you can see must succeed on a Wisdom saving throw or be affected by one of the following effects of your choice for the duration. On each of your turns until the spell ends, you can take a Magic action to target another creature but can't target a creature again if it has succeeded on a save against this casting of the spell.", "document": "srd-2024", "level": 6, "school": "necromancy", @@ -4904,7 +4904,7 @@ "document": "srd-2024", "level": 3, "school": "evocation", - "higher_level": "", + "higher_level": "The damage increases by 1d6 for each spell slot level above 3.", "target_type": "creature", "range_text": "150 feet", "range": 150.0, @@ -5471,14 +5471,14 @@ "pk": "srd-2024_freedom-of-movement", "fields": { "name": "Freedom of Movement", - "desc": "A frigid globe streaks from you to a point of your choice within range, where it explodes in a 60-foot-radius Sphere. Each creature in that area makes a Constitution saving throw, taking 10d6 Cold damage on failed save or half as much damage on a successful one. If the globe strikes a body of water, it freezes the water to a depth of 6 inches over an area 30 feet square. This ice lasts for 1 minute. Creatures that were swimming on the surface of frozen water are trapped in the ice and have the Restrained condition. A trapped creature can take an action to make a Strength (Athletics) check against your spell save DC to break free. You can refrain from firing the globe after completing the spell's casting. If you do so, a globe about the size of a sling bullet, cool to the touch, appears in your hand. At any time, you or a creature you give the globe to can throw the globe (to a range of 40 feet) or hurl it with a sling (to the sling's normal range). It shatters on impact, with the same effect as a normal casting of the spell. You can also set the globe down without shattering it. After 1 minute, if the globe hasn't already shattered, it explodes. ### G Spells", + "desc": "You touch a willing creature. For the duration, the target's movement is unaffected by Difficult Terrain, and spells and other magical effects can neither reduce the target's Speed nor cause the target to have the Paralyzed or Restrained conditions. The target also has a Swim Speed equal to its Speed.\n\nIn addition, the target can spend 5 feet of movement to automatically escape from nonmagical restraints, such as manacles or a creature imposing the Grappled condition on it.", "document": "srd-2024", "level": 4, "school": "abjuration", "higher_level": "You can target one additional creature for each spell slot level above 4.", "target_type": "creature", - "range_text": "300 feet", - "range": 300.0, + "range_text": "Touch", + "range": 0.0, "range_unit": "feet", "ritual": false, "casting_time": "action", @@ -5486,7 +5486,7 @@ "verbal": true, "somatic": true, "material": true, - "material_specified": "a miniature crystal sphere", + "material_specified": "a leather strap", "material_cost": null, "material_consumed": false, "target_count": 1, @@ -5496,7 +5496,7 @@ "damage_types": [ "cold" ], - "duration": "instantaneous", + "duration": "1 hour", "shape_type": "sphere", "shape_size": 60.0, "shape_size_unit": "feet", @@ -5509,6 +5509,47 @@ ] } }, + { + "model": "api_v2.spell", + "pk": "srd-2024_freezing-sphere", + "fields": { + "name": "Freezing Sphere", + "desc": "A frigid globe streaks from you to a point of your choice within range, where it explodes in a 60-foot-radius Sphere. Each creature in that area makes a Constitution saving throw, taking 10d6 Cold damage on failed save or half as much damage on a successful one.\n\nIf the globe strikes a body of water, it freezes the water to a depth of 6 inches over an area 30 feet square. This ice lasts for 1 minute. Creatures that were swimming on the surface of frozen water are trapped in the ice and have the Restrained condition. A trapped creature can take an action to make a Strength (Athletics) check against your spell save DC to break free.\n\nYou can refrain from firing the globe after completing the spell's casting. If you do so, a globe about the size of a sling bullet, cool to the touch, appears in your hand. At any time, you or a creature you give the globe to can throw the globe (to a range of 40 feet) or hurl it with a sling (to the sling's normal range). It shatters on impact, with the same effect as a normal casting of the spell. You can also set the globe down without shattering it. After 1 minute, if the globe hasn't already shattered, it explodes.", + "document": "srd-2024", + "level": 6, + "school": "evocation", + "higher_level": "The damage increases by 1d6 for each spell slot level above 6.", + "target_type": "point", + "range_text": "300 feet", + "range": 300.0, + "range_unit": "feet", + "ritual": false, + "casting_time": "action", + "reaction_condition": null, + "verbal": true, + "somatic": true, + "material": true, + "material_specified": "a miniature crystal sphere", + "material_cost": null, + "material_consumed": false, + "target_count": 1, + "saving_throw_ability": "constitution", + "attack_roll": false, + "damage_roll": "10d6", + "damage_types": [ + "cold" + ], + "duration": "instantaneous", + "shape_type": "sphere", + "shape_size": 60.0, + "shape_size_unit": "feet", + "concentration": false, + "classes": [ + "srd-2024_sorcerer", + "srd-2024_wizard" + ] + } + }, { "model": "api_v2.spell", "pk": "srd-2024_gaseous-form", @@ -6088,8 +6129,8 @@ "ritual": false, "casting_time": "action", "reaction_condition": null, - "verbal": false, - "somatic": false, + "verbal": true, + "somatic": true, "material": false, "material_specified": "", "material_cost": null, @@ -6155,7 +6196,7 @@ "pk": "srd-2024_gust-of-wind", "fields": { "name": "Gust of Wind", - "desc": "A Line of strong wind 60 feet long and 10 feet wide blasts from you in a direction you choose for the duration. Each creature in the Line must succeed on a Strength saving throw or be pushed 15 feet away from you in a direction following the Line. A creature that ends its turn in the Line must make the same save. Any creature in the Line must spend 2 feet of movement for every 1 foot it moves when moving closer to you. The gust disperses gas or vapor, and it extinguishes candles and similar unprotected flames in the area. It causes protected flames, such as those of lanterns, to dance wildly and has a 50 percent chance to extinguish them. As a Bonus Action on your later turns, you can change the direction in which the Line blasts from you. ### H Spells", + "desc": "A Line of strong wind 60 feet long and 10 feet wide blasts from you in a direction you choose for the duration. Each creature in the Line must succeed on a Strength saving throw or be pushed 15 feet away from you in a direction following the Line. A creature that ends its turn in the Line must make the same save. Any creature in the Line must spend 2 feet of movement for every 1 foot it moves when moving closer to you. The gust disperses gas or vapor, and it extinguishes candles and similar unprotected flames in the area. It causes protected flames, such as those of lanterns, to dance wildly and has a 50 percent chance to extinguish them. As a Bonus Action on your later turns, you can change the direction in which the Line blasts from you.", "document": "srd-2024", "level": 2, "school": "evocation", @@ -6837,7 +6878,7 @@ "pk": "srd-2024_hypnotic-pattern", "fields": { "name": "Hypnotic Pattern", - "desc": "You create a twisting pattern of colors in a 30-foot Cube within range. The pattern appears for a moment and vanishes. Each creature in the area who can see the pattern must succeed on a Wisdom saving throw or have the Charmed condition for the duration. While Charmed, the creature has the Incapacitated condition and a Speed of 0. The spell ends for an affected creature if it takes any damage or if someone else uses an action to shake the creature out of its stupor. ### I Spells", + "desc": "You create a twisting pattern of colors in a 30-foot Cube within range. The pattern appears for a moment and vanishes. Each creature in the area who can see the pattern must succeed on a Wisdom saving throw or have the Charmed condition for the duration. While Charmed, the creature has the Incapacitated condition and a Speed of 0. The spell ends for an affected creature if it takes any damage or if someone else uses an action to shake the creature out of its stupor.", "document": "srd-2024", "level": 3, "school": "illusion", @@ -8901,7 +8942,7 @@ "pk": "srd-2024_nondetection", "fields": { "name": "Nondetection", - "desc": "For the duration, you hide a target that you touch from Divination spells. The target can be a willing creature, or it can be a place or an object no larger than 10 feet in any dimension. The target can't be targeted by any Divination spell or perceived through magical scrying sensors. ### P Spells", + "desc": "For the duration, you hide a target that you touch from Divination spells. The target can be a willing creature, or it can be a place or an object no larger than 10 feet in any dimension. The target can't be targeted by any Divination spell or perceived through magical scrying sensors.", "document": "srd-2024", "level": 3, "school": "abjuration", @@ -9963,7 +10004,7 @@ "pk": "srd-2024_purify-food-and-drink", "fields": { "name": "Purify Food and Drink", - "desc": "You remove poison and rot from nonmagical food and drink in a 5-foot-radius Sphere centered on a point within range. ### R Spells", + "desc": "You remove poison and rot from nonmagical food and drink in a 5-foot-radius Sphere centered on a point within range.", "document": "srd-2024", "level": 1, "school": "transmutation", @@ -10480,7 +10521,7 @@ "pk": "srd-2024_rope-trick", "fields": { "name": "Rope Trick", - "desc": "You touch a rope. One end of it hovers upward until the rope hangs perpendicular to the ground or the rope reaches a ceiling. At the rope's upper end, an Invisible 3-foot-by-5-foot portal opens to an extradimensional space that lasts until the spell ends. That space can be reached by climbing the rope, which can be pulled into or dropped out of it. The space can hold up to eight Medium or smaller creatures. Attacks, spells, and other effects can't pass into or out of the space, but creatures inside it can see through the portal. Anything inside the space drops out when the spell ends. ### S Spells", + "desc": "You touch a rope. One end of it hovers upward until the rope hangs perpendicular to the ground or the rope reaches a ceiling. At the rope's upper end, an Invisible 3-foot-by-5-foot portal opens to an extradimensional space that lasts until the spell ends. That space can be reached by climbing the rope, which can be pulled into or dropped out of it. The space can hold up to eight Medium or smaller creatures. Attacks, spells, and other effects can't pass into or out of the space, but creatures inside it can see through the portal. Anything inside the space drops out when the spell ends.", "document": "srd-2024", "level": 2, "school": "transmutation", @@ -12164,7 +12205,7 @@ "pk": "srd-2024_symbol", "fields": { "name": "Symbol", - "desc": "You inscribe a harmful glyph either on a surface (such as a section of floor or wall) or within an object that can be closed (such as a book or chest). The glyph can cover an area no larger than 10 feet in diameter. If you choose an object, it must remain in place; if it is moved more than 10 feet from where you cast this spell, the glyph is broken, and the spell ends without being triggered. The glyph is nearly imperceptible and requires a successful Wisdom (Perception) check against your spell save DC to notice. When you inscribe the glyph, you set its trigger and choose which effect the symbol bears: Death, Discord, Fear, Pain, Sleep, or Stunning. Each one is explained below. You can refine the trigger so that only creatures of certain types activate it (for example, the glyph could be set to affect Aberrations). You can also set conditions for creatures that don't trigger the glyph, such as those who say a certain password. Once triggered, the glyph glows, filling a 60-foot-radius Sphere with Dim Light for 10 minutes, after which time the spell ends. Each creature in the Sphere when the glyph activates is targeted by its effect, as is a creature that enters the Sphere for the first time on a turn or ends its turn there. A creature is targeted only once per turn. ### T Spells", + "desc": "You inscribe a harmful glyph either on a surface (such as a section of floor or wall) or within an object that can be closed (such as a book or chest). The glyph can cover an area no larger than 10 feet in diameter. If you choose an object, it must remain in place; if it is moved more than 10 feet from where you cast this spell, the glyph is broken, and the spell ends without being triggered. The glyph is nearly imperceptible and requires a successful Wisdom (Perception) check against your spell save DC to notice. When you inscribe the glyph, you set its trigger and choose which effect the symbol bears: Death, Discord, Fear, Pain, Sleep, or Stunning. Each one is explained below. You can refine the trigger so that only creatures of certain types activate it (for example, the glyph could be set to affect Aberrations). You can also set conditions for creatures that don't trigger the glyph, such as those who say a certain password. Once triggered, the glyph glows, filling a 60-foot-radius Sphere with Dim Light for 10 minutes, after which time the spell ends. Each creature in the Sphere when the glyph activates is targeted by its effect, as is a creature that enters the Sphere for the first time on a turn or ends its turn there. A creature is targeted only once per turn.", "document": "srd-2024", "level": 7, "school": "abjuration", @@ -13498,7 +13539,7 @@ "pk": "srd-2024_wish", "fields": { "name": "Wish", - "desc": "The basic use of this spell is to duplicate any other spell of level 8 or lower. If you use it this way, you don't need to meet any requirements to cast that spell, including costly components. The spell simply takes effect. Alternatively, you can create one of the following effects of your choice: Similarly, wishing for a Legendary magic item or an Artifact might instantly transport you to the presence of the item's current owner. If your wish is granted and its effects have consequences for a whole community, region, or world, you are likely to attract powerful foes. If your wish would affect a god, the god's divine servants might instantly intervene to prevent it or to encourage you to craft the wish in a particular way. If your wish would undo the multiverse itself, your wish fails. The stress of casting Wish to produce any effect other than duplicating another spell weakens you. After enduring that stress, each time you cast a spell until you finish a Long Rest, you take 1d10 Necrotic damage per level of that spell. This damage can't be reduced or prevented in any way. In addition, your Strength score becomes 3 for 2d4 days. For each of those days that you spend resting and doing nothing more than light activity, your remaining recovery time decreases by 2 days. Finally, there is a 33 percent chance that you are unable to cast Wish ever again if you suffer this stress.", + "desc": "*Wish* is the mightiest spell a mortal can cast. By simply speaking aloud, you can alter reality itself.\n\nThe basic use of this spell is to duplicate any other spell of level 8 or lower. If you use it this way, you don't need to meet any requirements to cast that spell, including costly components. The spell simply takes effect.\n\nAlternatively, you can create one of the following effects of your choice:\n\n**_Object Creation._** You create one object of up to 25,000 GP in value that isn't a magic item. The object can be no more than 300 feet in any dimension, and it appears in an unoccupied space that you can see on the ground.\n\n**_Instant Health._** You allow yourself and up to twenty creatures that you can see to regain all Hit Points, and you end all effects on them listed in the *Greater Restoration* spell.\n\n**_Resistance._** You grant up to ten creatures that you can see Resistance to one damage type that you choose. This Resistance is permanent.\n\n**_Spell Immunity._** You grant up to ten creatures you can see immunity to a single spell or other magical effect for 8 hours.\n\n**_Sudden Learning._** You replace one of your feats with another feat for which you are eligible. You lose all the benefits of the old feat and gain the benefits of the new one. You can't replace a feat that is a prerequisite for any of your other feats or features.\n\n**_Roll Redo._** You undo a single recent event by forcing a reroll of any die roll made within the last round (including your last turn). Reality reshapes itself to accommodate the new result. For example, a *Wish* spell could undo an ally's failed saving throw or a foe's Critical Hit. You can force the reroll to be made with Advantage or Disadvantage, and you choose whether to use the reroll or the original roll.\n\n**_Reshape Reality._** You may wish for something not included in any of the other effects. To do so, state your wish to the GM as precisely as possible. The GM has great latitude in ruling what occurs in such an instance; the greater the wish, the greater the likelihood that something goes wrong. This spell might simply fail, the effect you desire might be achieved only in part, or you might suffer an unforeseen consequence as a result of how you worded the wish. For example, wishing that a villain were dead might propel you forward in time to a period when that villain is no longer alive, effectively removing you from the game.\n\nSimilarly, wishing for a Legendary magic item or an Artifact might instantly transport you to the presence of the item's current owner. If your wish is granted and its effects have consequences for a whole community, region, or world, you are likely to attract powerful foes. If your wish would affect a god, the god's divine servants might instantly intervene to prevent it or to encourage you to craft the wish in a particular way. If your wish would undo the multiverse itself, your wish fails.\n\nThe stress of casting *Wish* to produce any effect other than duplicating another spell weakens you. After enduring that stress, each time you cast a spell until you finish a Long Rest, you take 1d10 Necrotic damage per level of that spell. This damage can't be reduced or prevented in any way. In addition, your Strength score becomes 3 for 2d4 days. For each of those days that you spend resting and doing nothing more than light activity, your remaining recovery time decreases by 2 days. Finally, there is a 33 percent chance that you are unable to cast *Wish* ever again if you suffer this stress.", "document": "srd-2024", "level": 9, "school": "conjuration", diff --git a/data/v2/wizards-of-the-coast/srd-2024/SpellCastingOption.json b/data/v2/wizards-of-the-coast/srd-2024/SpellCastingOption.json index dbe2c1f8..93bb0280 100644 --- a/data/v2/wizards-of-the-coast/srd-2024/SpellCastingOption.json +++ b/data/v2/wizards-of-the-coast/srd-2024/SpellCastingOption.json @@ -1,8777 +1,10067 @@ [ -{ - "fields": { - "concentration": null, - "damage_roll": "5d4", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10000 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d4", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10001 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d4", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10002 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d4", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10003 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d4", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10004 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d4", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10005 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d4", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-arrow", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10006 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "srd-2024_acid-splash", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10007 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10008 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10009 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10010 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10011 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10012 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10013 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10014 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_animal-friendship", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10015 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "72 hours", - "parent": "srd-2024_animal-messenger", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10016 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "120 hours", - "parent": "srd-2024_animal-messenger", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10017 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "168 hours", - "parent": "srd-2024_animal-messenger", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10018 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "216 hours", - "parent": "srd-2024_animal-messenger", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10019 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "264 hours", - "parent": "srd-2024_animal-messenger", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10020 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "312 hours", - "parent": "srd-2024_animal-messenger", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10021 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "360 hours", - "parent": "srd-2024_animal-messenger", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10022 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "damage increases by 2d4 (Medium or smaller), 2d6 (Large), or 2d12 (Huge)", - "duration": null, - "parent": "srd-2024_animate-objects", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10023 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "damage increases by 3d4 (Medium or smaller), 3d6 (Large), or 3d12 (Huge)", - "duration": null, - "parent": "srd-2024_animate-objects", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10024 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "damage increases by 4d4 (Medium or smaller), 4d6 (Large), or 4d12 (Huge)", - "duration": null, - "parent": "srd-2024_animate-objects", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10025 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "damage increases by 5d4 (Medium or smaller), 5d6 (Large), or 5d12 (Huge)", - "duration": null, - "parent": "srd-2024_animate-objects", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10026 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10027 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10028 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10029 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10030 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10031 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10032 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10033 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bane", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10034 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_banishment", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10035 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_banishment", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10036 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_banishment", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10037 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_banishment", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10038 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_banishment", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10039 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "srd-2024_bestow-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10040 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "srd-2024_bestow-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10041 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "srd-2024_bestow-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10042 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "24 hours", - "parent": "srd-2024_bestow-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10043 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "until dispelled", - "parent": "srd-2024_bestow-curse", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10044 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10045 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10046 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10047 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10048 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10049 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10050 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10051 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_bless", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10052 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_blight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10053 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_blight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10054 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d8", - "desc": null, - "duration": null, - "parent": "srd-2024_blight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10055 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d8", - "desc": null, - "duration": null, - "parent": "srd-2024_blight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10056 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "13d8", - "desc": null, - "duration": null, - "parent": "srd-2024_blight", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10057 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_blindnessdeafness", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10058 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_blindnessdeafness", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10059 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_blindnessdeafness", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10060 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_blindnessdeafness", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10061 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_blindnessdeafness", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10062 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_blindnessdeafness", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10063 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_blindnessdeafness", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10064 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10065 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10066 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10067 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10068 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10069 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10070 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10071 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d6", - "desc": null, - "duration": null, - "parent": "srd-2024_burning-hands", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10072 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "srd-2024_call-lightning", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10073 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_call-lightning", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10074 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_call-lightning", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10075 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_call-lightning", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10076 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_call-lightning", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10077 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "srd-2024_call-lightning", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10078 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-monster", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10079 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-monster", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10080 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-monster", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10081 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-monster", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10082 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-monster", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10083 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10084 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10085 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10086 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10087 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10088 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10089 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10090 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_charm-person", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10091 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "srd-2024_chill-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10092 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10093 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10094 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10095 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10096 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10097 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10098 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10099 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d8", - "desc": null, - "duration": null, - "parent": "srd-2024_chromatic-orb", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10100 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_circle-of-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10101 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d8", - "desc": null, - "duration": null, - "parent": "srd-2024_circle-of-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10102 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d8", - "desc": null, - "duration": null, - "parent": "srd-2024_circle-of-death", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10103 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cloudkill", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10104 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cloudkill", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10105 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cloudkill", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10106 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cloudkill", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10107 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10108 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10109 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10110 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10111 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10112 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10113 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10114 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_command", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10115 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cone-of-cold", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10116 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cone-of-cold", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10117 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cone-of-cold", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10118 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cone-of-cold", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10119 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_confusion", - "range": null, - "shape_size": 15.0, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10120 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_confusion", - "range": null, - "shape_size": 20.0, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10121 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_confusion", - "range": null, - "shape_size": 25.0, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10122 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_confusion", - "range": null, - "shape_size": 30.0, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10123 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_confusion", - "range": null, - "shape_size": 35.0, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10124 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-animals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10125 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-animals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10126 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-animals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10127 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-animals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10128 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-animals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10129 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-animals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10130 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-elemental", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10131 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-elemental", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10132 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-elemental", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10133 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-elemental", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10134 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d12", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-fey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10135 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d12", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-fey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10136 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d12", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-fey", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10137 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-minor-elementals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10138 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-minor-elementals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10139 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-minor-elementals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10140 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-minor-elementals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10141 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-minor-elementals", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10142 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-woodland-beings", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10143 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-woodland-beings", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10144 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-woodland-beings", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10145 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-woodland-beings", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10146 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_conjure-woodland-beings", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10147 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 20 gallons of water, or affect 35-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 35.0, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10148 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 30 gallons of water, or affect 40-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 40.0, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10149 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 40 gallons of water, or affect 45-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 45.0, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10150 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 50 gallons of water, or affect 50-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 50.0, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10151 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 60 gallons of water, or affect 55-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 55.0, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10152 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 70 gallons of water, or affect 60-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 60.0, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10153 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 80 gallons of water, or affect 65-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 65.0, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10154 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "create or destroy 90 gallons of water, or affect 70-foot cube", - "duration": null, - "parent": "srd-2024_create-or-destroy-water", - "range": null, - "shape_size": 70.0, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10155 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "animate or reassert control over four Ghouls", - "duration": null, - "parent": "srd-2024_create-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10156 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "animate or reassert control over five Ghouls or two Ghasts or Wights", - "duration": null, - "parent": "srd-2024_create-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10157 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "animate or reassert control over six Ghouls, three Ghasts or Wights, or two Mummies", - "duration": null, - "parent": "srd-2024_create-undead", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10158 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_creation", - "range": null, - "shape_size": 10.0, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10159 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_creation", - "range": null, - "shape_size": 15.0, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10160 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_creation", - "range": null, - "shape_size": 20.0, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10161 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_creation", - "range": null, - "shape_size": 25.0, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10162 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10163 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10164 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10165 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10166 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10167 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10168 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "16d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10169 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "18d8", - "desc": null, - "duration": null, - "parent": "srd-2024_cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10170 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "13d6", - "desc": null, - "duration": null, - "parent": "srd-2024_delayed-blast-fireball", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10171 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d6", - "desc": null, - "duration": null, - "parent": "srd-2024_delayed-blast-fireball", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10172 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "13d6", - "desc": null, - "duration": null, - "parent": "srd-2024_disintegrate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10173 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "16d6", - "desc": null, - "duration": null, - "parent": "srd-2024_disintegrate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10174 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "19d6", - "desc": null, - "duration": null, - "parent": "srd-2024_disintegrate", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10175 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "automatically dispels spells of 3rd level or lower", - "duration": null, - "parent": "srd-2024_dispel-magic", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10176 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "automatically dispels spells of 4th level or lower", - "duration": null, - "parent": "srd-2024_dispel-magic", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10177 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "automatically dispels spells of 5th level or lower", - "duration": null, - "parent": "srd-2024_dispel-magic", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10178 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "automatically dispels spells of 6th level or lower", - "duration": null, - "parent": "srd-2024_dispel-magic", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10179 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "automatically dispels spells of 7th level or lower", - "duration": null, - "parent": "srd-2024_dispel-magic", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10180 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "automatically dispels spells of 8th level or lower", - "duration": null, - "parent": "srd-2024_dispel-magic", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10181 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "automatically dispels spells of 9th level or lower", - "duration": null, - "parent": "srd-2024_dispel-magic", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10182 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10183 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10184 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10185 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10186 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10187 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10188 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10189 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_divine-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10190 -}, -{ - "fields": { - "concentration": true, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "srd-2024_dominate-beast", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10191 -}, -{ - "fields": { - "concentration": true, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "srd-2024_dominate-monster", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10192 -}, -{ - "fields": { - "concentration": true, - "damage_roll": null, - "desc": null, - "duration": "10 minutes", - "parent": "srd-2024_dominate-person", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10193 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_dragons-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10194 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_dragons-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10195 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_dragons-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10196 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_dragons-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10197 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_dragons-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10198 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_dragons-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10199 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "srd-2024_dragons-breath", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10200 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_eldritch-blast", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10201 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_eldritch-blast", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 10202 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_eldritch-blast", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 10203 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_enhance-ability", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10204 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_enhance-ability", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10205 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_enhance-ability", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10206 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_enhance-ability", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10207 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_enhance-ability", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10208 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_enhance-ability", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10209 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_enhance-ability", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10210 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10211 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10212 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10213 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10214 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10215 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10216 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10217 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_ensnaring-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10218 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_etherealness", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10219 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_etherealness", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10220 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 5 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10221 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 10 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10222 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 15 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10223 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 20 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10224 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 25 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10225 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 30 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10226 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 35 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10227 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "grants 40 additional temporary hit points", - "duration": null, - "parent": "srd-2024_false-life", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10228 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 3 stat block", - "duration": null, - "parent": "srd-2024_find-steed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10229 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 4 stat block", - "duration": null, - "parent": "srd-2024_find-steed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10230 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 5 stat block", - "duration": null, - "parent": "srd-2024_find-steed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10231 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 6 stat block", - "duration": null, - "parent": "srd-2024_find-steed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10232 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 7 stat block", - "duration": null, - "parent": "srd-2024_find-steed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10233 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 8 stat block", - "duration": null, - "parent": "srd-2024_find-steed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10234 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 9 stat block", - "duration": null, - "parent": "srd-2024_find-steed", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10235 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "srd-2024_fire-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10236 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10237 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10238 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10239 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10240 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10241 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10242 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-blade", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10243 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10244 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10245 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10246 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flame-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10247 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flaming-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10248 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flaming-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10249 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flaming-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10250 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flaming-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10251 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flaming-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10252 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flaming-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10253 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_flaming-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10254 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fly", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10255 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fly", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10256 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fly", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10257 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fly", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10258 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fly", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10259 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fly", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10260 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 40.0, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10261 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 60.0, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10262 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 80.0, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10263 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 100.0, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10264 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 120.0, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10265 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 140.0, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10266 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 160.0, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10267 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_fog-cloud", - "range": null, - "shape_size": 180.0, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10268 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_freedom-of-movement", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10269 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_freedom-of-movement", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10270 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_freedom-of-movement", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10271 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_freedom-of-movement", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10272 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_freedom-of-movement", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10273 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_gaseous-form", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10274 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_gaseous-form", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10275 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_gaseous-form", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10276 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_gaseous-form", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10277 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_gaseous-form", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10278 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_gaseous-form", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10279 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "365 days", - "parent": "srd-2024_geas", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10280 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "365 days", - "parent": "srd-2024_geas", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10281 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 5 stat block", - "duration": null, - "parent": "srd-2024_giant-insect", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10282 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 6 stat block", - "duration": null, - "parent": "srd-2024_giant-insect", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10283 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 7 stat block", - "duration": null, - "parent": "srd-2024_giant-insect", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10284 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 8 stat block", - "duration": null, - "parent": "srd-2024_giant-insect", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10285 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 9 stat block", - "duration": null, - "parent": "srd-2024_giant-insect", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10286 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "blocks spells of 5th level or lower", - "duration": null, - "parent": "srd-2024_globe-of-invulnerability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10287 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "blocks spells of 6th level or lower", - "duration": null, - "parent": "srd-2024_globe-of-invulnerability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10288 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "blocks spells of 7th level or lower", - "duration": null, - "parent": "srd-2024_globe-of-invulnerability", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10289 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10290 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10291 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10292 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10293 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10294 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10295 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10296 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d6", - "desc": null, - "duration": null, - "parent": "srd-2024_guiding-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10297 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10298 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10299 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10300 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10301 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10302 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10303 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "16d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10304 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "18d4", - "desc": null, - "duration": null, - "parent": "srd-2024_healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10305 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "srd-2024_heat-metal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10306 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_heat-metal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10307 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_heat-metal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10308 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_heat-metal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10309 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_heat-metal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10310 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_heat-metal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10311 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_heat-metal", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10312 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10313 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10314 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10315 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10316 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10317 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10318 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10319 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d10", - "desc": null, - "duration": null, - "parent": "srd-2024_hellish-rebuke", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10320 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10321 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10322 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10323 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10324 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10325 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10326 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10327 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_heroism", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10328 -}, -{ - "fields": { - "concentration": true, - "damage_roll": null, - "desc": null, - "duration": "4 hours", - "parent": "srd-2024_hex", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10329 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10330 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10331 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10332 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10333 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10334 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10335 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10336 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hideous-laughter", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10337 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-monster", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10338 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-monster", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10339 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-monster", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10340 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-monster", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10341 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-person", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10342 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-person", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10343 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-person", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10344 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-person", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10345 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-person", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10346 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-person", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10347 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_hold-person", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10348 -}, -{ - "fields": { - "concentration": true, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "srd-2024_hunters-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10349 -}, -{ - "fields": { - "concentration": true, - "damage_roll": null, - "desc": null, - "duration": "8 hours", - "parent": "srd-2024_hunters-mark", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10350 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10351 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10352 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10353 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10354 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10355 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10356 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10357 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-knife", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10358 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10359 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10360 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10361 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10362 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_ice-storm", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10363 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10364 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10365 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10366 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10367 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10368 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10369 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10370 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d10", - "desc": null, - "duration": null, - "parent": "srd-2024_inflict-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10371 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_insect-plague", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10372 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_insect-plague", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10373 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_insect-plague", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10374 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_insect-plague", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10375 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_invisibility", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10376 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_invisibility", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10377 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_invisibility", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10378 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_invisibility", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10379 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_invisibility", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10380 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_invisibility", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10381 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_invisibility", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10382 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10383 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10384 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10385 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10386 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10387 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10388 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10389 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_jump", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10390 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_lightning-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10391 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d6", - "desc": null, - "duration": null, - "parent": "srd-2024_lightning-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10392 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d6", - "desc": null, - "duration": null, - "parent": "srd-2024_lightning-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10393 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d6", - "desc": null, - "duration": null, - "parent": "srd-2024_lightning-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10394 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "13d6", - "desc": null, - "duration": null, - "parent": "srd-2024_lightning-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10395 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d6", - "desc": null, - "duration": null, - "parent": "srd-2024_lightning-bolt", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10396 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10397 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10398 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10399 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10400 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10401 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10402 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10403 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_longstrider", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10404 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "2 hours", - "parent": "srd-2024_magic-circle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10405 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "3 hours", - "parent": "srd-2024_magic-circle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10406 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "4 hours", - "parent": "srd-2024_magic-circle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10407 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "5 hours", - "parent": "srd-2024_magic-circle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10408 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "6 hours", - "parent": "srd-2024_magic-circle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10409 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "7 hours", - "parent": "srd-2024_magic-circle", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10410 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10411 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10412 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10413 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10414 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10415 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10416 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 10, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10417 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_magic-missile", - "range": null, - "shape_size": null, - "target_count": 11, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10418 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "+2", - "desc": null, - "duration": null, - "parent": "srd-2024_magic-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10419 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "+2", - "desc": null, - "duration": null, - "parent": "srd-2024_magic-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10420 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "+2", - "desc": null, - "duration": null, - "parent": "srd-2024_magic-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10421 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "+3", - "desc": null, - "duration": null, - "parent": "srd-2024_magic-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10422 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "+3", - "desc": null, - "duration": null, - "parent": "srd-2024_magic-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10423 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "+3", - "desc": null, - "duration": null, - "parent": "srd-2024_magic-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10424 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "+3", - "desc": null, - "duration": null, - "parent": "srd-2024_magic-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10425 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "until dispelled", - "parent": "srd-2024_major-image", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10426 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "until dispelled", - "parent": "srd-2024_major-image", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10427 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "until dispelled", - "parent": "srd-2024_major-image", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10428 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "until dispelled", - "parent": "srd-2024_major-image", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10429 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "until dispelled", - "parent": "srd-2024_major-image", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10430 -}, -{ - "fields": { - "concentration": false, - "damage_roll": null, - "desc": null, - "duration": "until dispelled", - "parent": "srd-2024_major-image", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10431 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10432 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10433 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10434 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-cure-wounds", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10435 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d4", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10436 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d4", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10437 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d4", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10438 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d4", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10439 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d4", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10440 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d4", - "desc": null, - "duration": null, - "parent": "srd-2024_mass-healing-word", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10441 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 days", - "parent": "srd-2024_mass-suggestion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10442 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "30 days", - "parent": "srd-2024_mass-suggestion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10443 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "366 days", - "parent": "srd-2024_mass-suggestion", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10444 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mind-spike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10445 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mind-spike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10446 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mind-spike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10447 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mind-spike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10448 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mind-spike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10449 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mind-spike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10450 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_mind-spike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10451 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "can alter memories from up to 7 days ago", - "duration": null, - "parent": "srd-2024_modify-memory", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10452 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "can alter memories from up to 30 days ago", - "duration": null, - "parent": "srd-2024_modify-memory", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10453 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "can alter memories from up to 1 year ago", - "duration": null, - "parent": "srd-2024_modify-memory", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10454 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "can alter memories from any time in the creature's past", - "duration": null, - "parent": "srd-2024_modify-memory", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10455 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d10", - "desc": null, - "duration": null, - "parent": "srd-2024_moonbeam", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10456 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d10", - "desc": null, - "duration": null, - "parent": "srd-2024_moonbeam", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10457 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_moonbeam", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10458 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_moonbeam", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10459 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_moonbeam", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10460 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_moonbeam", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10461 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "srd-2024_moonbeam", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10462 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d10", - "desc": null, - "duration": null, - "parent": "srd-2024_phantasmal-killer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10463 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d10", - "desc": null, - "duration": null, - "parent": "srd-2024_phantasmal-killer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10464 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d10", - "desc": null, - "duration": null, - "parent": "srd-2024_phantasmal-killer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10465 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d10", - "desc": null, - "duration": null, - "parent": "srd-2024_phantasmal-killer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10466 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d10", - "desc": null, - "duration": null, - "parent": "srd-2024_phantasmal-killer", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10467 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "10 days", - "parent": "srd-2024_planar-binding", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10468 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "30 days", - "parent": "srd-2024_planar-binding", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10469 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "180 days", - "parent": "srd-2024_planar-binding", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10470 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": "366 days", - "parent": "srd-2024_planar-binding", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10471 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d12", - "desc": null, - "duration": null, - "parent": "srd-2024_poison-spray", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10472 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "srd-2024_prayer-of-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10473 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_prayer-of-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10474 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_prayer-of-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10475 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_prayer-of-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10476 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_prayer-of-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10477 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_prayer-of-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10478 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_prayer-of-healing", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10479 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "srd-2024_produce-flame", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10480 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-frost", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10481 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10482 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10483 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10484 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10485 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10486 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10487 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10488 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_ray-of-sickness", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10489 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "srd-2024_sacred-flame", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10490 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_scorching-ray", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10491 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_scorching-ray", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10492 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_scorching-ray", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10493 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_scorching-ray", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10494 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_scorching-ray", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10495 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_scorching-ray", - "range": null, - "shape_size": null, - "target_count": 9, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10496 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_scorching-ray", - "range": null, - "shape_size": null, - "target_count": 10, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10497 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10498 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10499 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10500 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10501 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10502 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10503 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10504 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_searing-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10505 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shatter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10506 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shatter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10507 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shatter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10508 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shatter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10509 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shatter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10510 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shatter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10511 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shatter", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10512 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d10", - "desc": null, - "duration": null, - "parent": "srd-2024_shillelagh", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10513 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d12", - "desc": null, - "duration": null, - "parent": "srd-2024_shillelagh", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 10514 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shillelagh", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 10515 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shining-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10516 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shining-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10517 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shining-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10518 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shining-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10519 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shining-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10520 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shining-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10521 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_shining-smite", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10522 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "srd-2024_shocking-grasp", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10523 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "srd-2024_sorcerous-burst", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10524 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_spider-climb", - "range": null, - "shape_size": null, - "target_count": 2, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10525 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_spider-climb", - "range": null, - "shape_size": null, - "target_count": 3, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10526 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_spider-climb", - "range": null, - "shape_size": null, - "target_count": 4, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10527 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_spider-climb", - "range": null, - "shape_size": null, - "target_count": 5, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10528 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_spider-climb", - "range": null, - "shape_size": null, - "target_count": 6, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10529 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_spider-climb", - "range": null, - "shape_size": null, - "target_count": 7, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10530 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": null, - "duration": null, - "parent": "srd-2024_spider-climb", - "range": null, - "shape_size": null, - "target_count": 8, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10531 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spirit-guardians", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10532 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spirit-guardians", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10533 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spirit-guardians", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10534 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spirit-guardians", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10535 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spirit-guardians", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10536 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spirit-guardians", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10537 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spiritual-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10538 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spiritual-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10539 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spiritual-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10540 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spiritual-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10541 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spiritual-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10542 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spiritual-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10543 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_spiritual-weapon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10544 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d8", - "desc": null, - "duration": null, - "parent": "srd-2024_starry-wisp", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10545 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 6 stat block", - "duration": null, - "parent": "srd-2024_summon-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10546 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 7 stat block", - "duration": null, - "parent": "srd-2024_summon-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10547 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 8 stat block", - "duration": null, - "parent": "srd-2024_summon-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10548 -}, -{ - "fields": { - "concentration": null, - "damage_roll": null, - "desc": "summoned creature uses level 9 stat block", - "duration": null, - "parent": "srd-2024_summon-dragon", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10549 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_2" - }, - "model": "api_v2.spellcastingoption", - "pk": 10550 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_3" - }, - "model": "api_v2.spellcastingoption", - "pk": 10551 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10552 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10553 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10554 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10555 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10556 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_thunderwavea", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10557 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d6", - "desc": null, - "duration": null, - "parent": "srd-2024_true-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10558 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "srd-2024_true-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_11" - }, - "model": "api_v2.spellcastingoption", - "pk": 10559 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "3d6", - "desc": null, - "duration": null, - "parent": "srd-2024_true-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_17" - }, - "model": "api_v2.spellcastingoption", - "pk": 10560 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "1d6", - "desc": null, - "duration": null, - "parent": "srd-2024_true-strike", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10561 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "4d6", - "desc": null, - "duration": null, - "parent": "srd-2024_vampiric-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_4" - }, - "model": "api_v2.spellcastingoption", - "pk": 10562 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "5d6", - "desc": null, - "duration": null, - "parent": "srd-2024_vampiric-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10563 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d6", - "desc": null, - "duration": null, - "parent": "srd-2024_vampiric-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10564 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d6", - "desc": null, - "duration": null, - "parent": "srd-2024_vampiric-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10565 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d6", - "desc": null, - "duration": null, - "parent": "srd-2024_vampiric-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10566 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d6", - "desc": null, - "duration": null, - "parent": "srd-2024_vampiric-touch", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10567 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "2d6", - "desc": null, - "duration": null, - "parent": "srd-2024_vicious-mockery", - "range": null, - "shape_size": null, - "target_count": null, - "type": "player_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10568 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d4", - "desc": null, - "duration": null, - "parent": "srd-2024_vitriolic-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10569 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "14d4", - "desc": null, - "duration": null, - "parent": "srd-2024_vitriolic-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10570 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "16d4", - "desc": null, - "duration": null, - "parent": "srd-2024_vitriolic-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10571 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "18d4", - "desc": null, - "duration": null, - "parent": "srd-2024_vitriolic-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10572 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "20d4", - "desc": null, - "duration": null, - "parent": "srd-2024_vitriolic-sphere", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10573 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "6d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_5" - }, - "model": "api_v2.spellcastingoption", - "pk": 10574 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "7d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_6" - }, - "model": "api_v2.spellcastingoption", - "pk": 10575 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10576 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10577 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-fire", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10578 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "11d6", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10579 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "12d6", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10580 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "13d6", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-ice", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10581 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "8d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-thorns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_7" - }, - "model": "api_v2.spellcastingoption", - "pk": 10582 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "9d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-thorns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_8" - }, - "model": "api_v2.spellcastingoption", - "pk": 10583 -}, -{ - "fields": { - "concentration": null, - "damage_roll": "10d8", - "desc": null, - "duration": null, - "parent": "srd-2024_wall-of-thorns", - "range": null, - "shape_size": null, - "target_count": null, - "type": "slot_level_9" - }, - "model": "api_v2.spellcastingoption", - "pk": 10584 -} -] + { + "fields": { + "concentration": null, + "damage_roll": "5d4", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10000 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d4", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10001 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d4", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10002 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d4", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10003 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d4", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10004 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d4", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10005 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d4", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-arrow", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10006 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10627, + "fields": { + "parent": "srd-2024_acid-splash", + "type": "player_level_11", + "damage_roll": "3d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10628, + "fields": { + "parent": "srd-2024_acid-splash", + "type": "player_level_17", + "damage_roll": "4d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "srd-2024_acid-splash", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10007 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10585, + "fields": { + "parent": "srd-2024_aid", + "type": "slot_level_3", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Each target's Hit Points increase by 5." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10586, + "fields": { + "parent": "srd-2024_aid", + "type": "slot_level_4", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Each target's Hit Points increase by 10." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10587, + "fields": { + "parent": "srd-2024_aid", + "type": "slot_level_5", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Each target's Hit Points increase by 15." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10588, + "fields": { + "parent": "srd-2024_aid", + "type": "slot_level_6", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Each target's Hit Points increase by 20." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10589, + "fields": { + "parent": "srd-2024_aid", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Each target's Hit Points increase by 25." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10590, + "fields": { + "parent": "srd-2024_aid", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Each target's Hit Points increase by 30." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10591, + "fields": { + "parent": "srd-2024_aid", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Each target's Hit Points increase by 35." + } + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10008 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10009 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10010 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10011 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10012 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10013 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10014 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_animal-friendship", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10015 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "72 hours", + "parent": "srd-2024_animal-messenger", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10016 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "120 hours", + "parent": "srd-2024_animal-messenger", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10017 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "168 hours", + "parent": "srd-2024_animal-messenger", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10018 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "216 hours", + "parent": "srd-2024_animal-messenger", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10019 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "264 hours", + "parent": "srd-2024_animal-messenger", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10020 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "312 hours", + "parent": "srd-2024_animal-messenger", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10021 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "360 hours", + "parent": "srd-2024_animal-messenger", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10022 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10592, + "fields": { + "parent": "srd-2024_animate-dead", + "type": "slot_level_4", + "damage_roll": null, + "target_count": 3, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "You animate or reassert control over 2 additional Undead creatures." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10593, + "fields": { + "parent": "srd-2024_animate-dead", + "type": "slot_level_5", + "damage_roll": null, + "target_count": 5, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "You animate or reassert control over 4 additional Undead creatures." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10594, + "fields": { + "parent": "srd-2024_animate-dead", + "type": "slot_level_6", + "damage_roll": null, + "target_count": 7, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "You animate or reassert control over 6 additional Undead creatures." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10595, + "fields": { + "parent": "srd-2024_animate-dead", + "type": "slot_level_7", + "damage_roll": null, + "target_count": 9, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "You animate or reassert control over 8 additional Undead creatures." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10596, + "fields": { + "parent": "srd-2024_animate-dead", + "type": "slot_level_8", + "damage_roll": null, + "target_count": 11, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "You animate or reassert control over 10 additional Undead creatures." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10597, + "fields": { + "parent": "srd-2024_animate-dead", + "type": "slot_level_9", + "damage_roll": null, + "target_count": 13, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "You animate or reassert control over 12 additional Undead creatures." + } + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "damage increases by 2d4 (Medium or smaller), 2d6 (Large), or 2d12 (Huge)", + "duration": null, + "parent": "srd-2024_animate-objects", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10023 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "damage increases by 3d4 (Medium or smaller), 3d6 (Large), or 3d12 (Huge)", + "duration": null, + "parent": "srd-2024_animate-objects", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10024 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "damage increases by 4d4 (Medium or smaller), 4d6 (Large), or 4d12 (Huge)", + "duration": null, + "parent": "srd-2024_animate-objects", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10025 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "damage increases by 5d4 (Medium or smaller), 5d6 (Large), or 5d12 (Huge)", + "duration": null, + "parent": "srd-2024_animate-objects", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10026 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10598, + "fields": { + "parent": "srd-2024_arcane-hand", + "type": "slot_level_6", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Clenched Fist deals 6d8 Force damage. Grasping Hand deals 4d6 Bludgeoning damage." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10599, + "fields": { + "parent": "srd-2024_arcane-hand", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Clenched Fist deals 8d8 Force damage. Grasping Hand deals 6d6 Bludgeoning damage." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10600, + "fields": { + "parent": "srd-2024_arcane-hand", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Clenched Fist deals 10d8 Force damage. Grasping Hand deals 8d6 Bludgeoning damage." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10601, + "fields": { + "parent": "srd-2024_arcane-hand", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Clenched Fist deals 12d8 Force damage. Grasping Hand deals 10d6 Bludgeoning damage." + } + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10027 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10028 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10029 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10030 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10031 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10032 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10033 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bane", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10034 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_banishment", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10035 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_banishment", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10036 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_banishment", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10037 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_banishment", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10038 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_banishment", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10039 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10668, + "fields": { + "parent": "srd-2024_bestow-curse", + "type": "slot_level_4", + "damage_roll": null, + "target_count": null, + "duration": "10 minutes", + "range": null, + "concentration": true, + "shape_size": null, + "desc": "You can maintain Concentration for up to 10 minutes." + } + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "srd-2024_bestow-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10040 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "srd-2024_bestow-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10041 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "srd-2024_bestow-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10042 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "24 hours", + "parent": "srd-2024_bestow-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10043 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "until dispelled", + "parent": "srd-2024_bestow-curse", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10044 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10045 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10046 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10047 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10048 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10049 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10050 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10051 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_bless", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10052 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_blight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10053 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_blight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10054 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d8", + "desc": null, + "duration": null, + "parent": "srd-2024_blight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10055 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d8", + "desc": null, + "duration": null, + "parent": "srd-2024_blight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10056 + }, + { + "fields": { + "concentration": null, + "damage_roll": "13d8", + "desc": null, + "duration": null, + "parent": "srd-2024_blight", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10057 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_blindnessdeafness", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10058 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_blindnessdeafness", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10059 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_blindnessdeafness", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10060 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_blindnessdeafness", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10061 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_blindnessdeafness", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10062 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_blindnessdeafness", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10063 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_blindnessdeafness", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10064 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10065 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10066 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10067 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10068 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10069 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10070 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10071 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d6", + "desc": null, + "duration": null, + "parent": "srd-2024_burning-hands", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10072 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "srd-2024_call-lightning", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10073 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_call-lightning", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10074 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_call-lightning", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10075 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_call-lightning", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10076 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_call-lightning", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10077 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "srd-2024_call-lightning", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10078 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-monster", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10079 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-monster", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10080 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-monster", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10081 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-monster", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10082 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-monster", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10083 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10084 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10085 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10086 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10087 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10088 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10089 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10090 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_charm-person", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10091 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10631, + "fields": { + "parent": "srd-2024_chill-touch", + "type": "player_level_11", + "damage_roll": "3d10", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10632, + "fields": { + "parent": "srd-2024_chill-touch", + "type": "player_level_17", + "damage_roll": "4d10", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "srd-2024_chill-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10092 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10093 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10094 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10095 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10096 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10097 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10098 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10099 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d8", + "desc": null, + "duration": null, + "parent": "srd-2024_chromatic-orb", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10100 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_circle-of-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10101 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d8", + "desc": null, + "duration": null, + "parent": "srd-2024_circle-of-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10102 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d8", + "desc": null, + "duration": null, + "parent": "srd-2024_circle-of-death", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10103 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cloudkill", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10104 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cloudkill", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10105 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cloudkill", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10106 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cloudkill", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10107 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10108 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10109 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10110 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10111 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10112 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10113 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10114 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_command", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10115 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cone-of-cold", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10116 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cone-of-cold", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10117 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cone-of-cold", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10118 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cone-of-cold", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10119 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_confusion", + "range": null, + "shape_size": 15.0, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10120 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_confusion", + "range": null, + "shape_size": 20.0, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10121 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_confusion", + "range": null, + "shape_size": 25.0, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10122 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_confusion", + "range": null, + "shape_size": 30.0, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10123 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_confusion", + "range": null, + "shape_size": 35.0, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10124 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-animals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10125 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-animals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10126 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-animals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10127 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-animals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10128 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-animals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10129 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-animals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10130 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10602, + "fields": { + "parent": "srd-2024_conjure-celestial", + "type": "slot_level_8", + "damage_roll": "2d12", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Healing and damage increase by 1d12." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10603, + "fields": { + "parent": "srd-2024_conjure-celestial", + "type": "slot_level_9", + "damage_roll": "3d12", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Healing and damage increase by 2d12." + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-elemental", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10131 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-elemental", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10132 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-elemental", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10133 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-elemental", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10134 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d12", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-fey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10135 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d12", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-fey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10136 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d12", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-fey", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10137 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-minor-elementals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10138 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-minor-elementals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10139 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-minor-elementals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10140 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-minor-elementals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10141 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-minor-elementals", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10142 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-woodland-beings", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10143 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-woodland-beings", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10144 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-woodland-beings", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10145 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-woodland-beings", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10146 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_conjure-woodland-beings", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10147 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 20 gallons of water, or affect 35-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 35.0, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10148 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 30 gallons of water, or affect 40-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 40.0, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10149 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 40 gallons of water, or affect 45-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 45.0, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10150 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 50 gallons of water, or affect 50-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 50.0, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10151 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 60 gallons of water, or affect 55-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 55.0, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10152 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 70 gallons of water, or affect 60-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 60.0, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10153 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 80 gallons of water, or affect 65-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 65.0, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10154 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "create or destroy 90 gallons of water, or affect 70-foot cube", + "duration": null, + "parent": "srd-2024_create-or-destroy-water", + "range": null, + "shape_size": 70.0, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10155 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "animate or reassert control over four Ghouls", + "duration": null, + "parent": "srd-2024_create-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10156 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "animate or reassert control over five Ghouls or two Ghasts or Wights", + "duration": null, + "parent": "srd-2024_create-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10157 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "animate or reassert control over six Ghouls, three Ghasts or Wights, or two Mummies", + "duration": null, + "parent": "srd-2024_create-undead", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10158 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_creation", + "range": null, + "shape_size": 10.0, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10159 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_creation", + "range": null, + "shape_size": 15.0, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10160 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_creation", + "range": null, + "shape_size": 20.0, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10161 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_creation", + "range": null, + "shape_size": 25.0, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10162 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10163 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10164 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10165 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10166 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10167 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10168 + }, + { + "fields": { + "concentration": null, + "damage_roll": "16d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10169 + }, + { + "fields": { + "concentration": null, + "damage_roll": "18d8", + "desc": null, + "duration": null, + "parent": "srd-2024_cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10170 + }, + { + "fields": { + "concentration": null, + "damage_roll": "13d6", + "desc": null, + "duration": null, + "parent": "srd-2024_delayed-blast-fireball", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10171 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d6", + "desc": null, + "duration": null, + "parent": "srd-2024_delayed-blast-fireball", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10172 + }, + { + "fields": { + "concentration": null, + "damage_roll": "13d6", + "desc": null, + "duration": null, + "parent": "srd-2024_disintegrate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10173 + }, + { + "fields": { + "concentration": null, + "damage_roll": "16d6", + "desc": null, + "duration": null, + "parent": "srd-2024_disintegrate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10174 + }, + { + "fields": { + "concentration": null, + "damage_roll": "19d6", + "desc": null, + "duration": null, + "parent": "srd-2024_disintegrate", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10175 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "automatically dispels spells of 3rd level or lower", + "duration": null, + "parent": "srd-2024_dispel-magic", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10176 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "automatically dispels spells of 4th level or lower", + "duration": null, + "parent": "srd-2024_dispel-magic", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10177 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "automatically dispels spells of 5th level or lower", + "duration": null, + "parent": "srd-2024_dispel-magic", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10178 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "automatically dispels spells of 6th level or lower", + "duration": null, + "parent": "srd-2024_dispel-magic", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10179 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "automatically dispels spells of 7th level or lower", + "duration": null, + "parent": "srd-2024_dispel-magic", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10180 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "automatically dispels spells of 8th level or lower", + "duration": null, + "parent": "srd-2024_dispel-magic", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10181 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "automatically dispels spells of 9th level or lower", + "duration": null, + "parent": "srd-2024_dispel-magic", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10182 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10183 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10184 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10185 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10186 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10187 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10188 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10189 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_divine-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10190 + }, + { + "fields": { + "concentration": true, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "srd-2024_dominate-beast", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10191 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10659, + "fields": { + "parent": "srd-2024_dominate-beast", + "type": "slot_level_6", + "damage_roll": null, + "target_count": null, + "duration": "1 hour", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10660, + "fields": { + "parent": "srd-2024_dominate-beast", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": "8 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10661, + "fields": { + "parent": "srd-2024_dominate-beast", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": "8 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10662, + "fields": { + "parent": "srd-2024_dominate-beast", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": "8 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": true, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "srd-2024_dominate-monster", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10192 + }, + { + "fields": { + "concentration": true, + "damage_roll": null, + "desc": null, + "duration": "10 minutes", + "parent": "srd-2024_dominate-person", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10193 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10656, + "fields": { + "parent": "srd-2024_dominate-person", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": "1 hour", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10657, + "fields": { + "parent": "srd-2024_dominate-person", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": "8 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10658, + "fields": { + "parent": "srd-2024_dominate-person", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": "8 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_dragons-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10194 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_dragons-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10195 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_dragons-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10196 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_dragons-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10197 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_dragons-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10198 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_dragons-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10199 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "srd-2024_dragons-breath", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10200 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_eldritch-blast", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 10202 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_eldritch-blast", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 10203 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_eldritch-blast", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10201 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_enhance-ability", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10204 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_enhance-ability", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10205 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_enhance-ability", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10206 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_enhance-ability", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10207 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_enhance-ability", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10208 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_enhance-ability", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10209 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_enhance-ability", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10210 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10211 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10212 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10213 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10214 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10215 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10216 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10217 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_ensnaring-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10218 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_etherealness", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10219 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_etherealness", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10220 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 5 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10221 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 10 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10222 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 15 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10223 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 20 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10224 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 25 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10225 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 30 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10226 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 35 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10227 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "grants 40 additional temporary hit points", + "duration": null, + "parent": "srd-2024_false-life", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10228 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 3 stat block", + "duration": null, + "parent": "srd-2024_find-steed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10229 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 4 stat block", + "duration": null, + "parent": "srd-2024_find-steed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10230 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 5 stat block", + "duration": null, + "parent": "srd-2024_find-steed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10231 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 6 stat block", + "duration": null, + "parent": "srd-2024_find-steed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10232 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 7 stat block", + "duration": null, + "parent": "srd-2024_find-steed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10233 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 8 stat block", + "duration": null, + "parent": "srd-2024_find-steed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10234 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 9 stat block", + "duration": null, + "parent": "srd-2024_find-steed", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10235 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10629, + "fields": { + "parent": "srd-2024_fire-bolt", + "type": "player_level_11", + "damage_roll": "3d10", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10630, + "fields": { + "parent": "srd-2024_fire-bolt", + "type": "player_level_17", + "damage_roll": "4d10", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "srd-2024_fire-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10236 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10621, + "fields": { + "parent": "srd-2024_fireball", + "type": "slot_level_4", + "damage_roll": "9d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10622, + "fields": { + "parent": "srd-2024_fireball", + "type": "slot_level_5", + "damage_roll": "10d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10623, + "fields": { + "parent": "srd-2024_fireball", + "type": "slot_level_6", + "damage_roll": "11d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10624, + "fields": { + "parent": "srd-2024_fireball", + "type": "slot_level_7", + "damage_roll": "12d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10625, + "fields": { + "parent": "srd-2024_fireball", + "type": "slot_level_8", + "damage_roll": "13d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10626, + "fields": { + "parent": "srd-2024_fireball", + "type": "slot_level_9", + "damage_roll": "14d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10237 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10238 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10239 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10240 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10241 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10242 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-blade", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10243 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10244 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10245 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10246 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flame-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10247 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flaming-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10248 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flaming-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10249 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flaming-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10250 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flaming-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10251 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flaming-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10252 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flaming-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10253 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_flaming-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10254 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fly", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10255 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fly", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10256 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fly", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10257 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fly", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10258 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fly", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10259 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fly", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10260 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 40.0, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10261 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 60.0, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10262 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 80.0, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10263 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 100.0, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10264 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 120.0, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10265 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 140.0, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10266 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 160.0, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10267 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_fog-cloud", + "range": null, + "shape_size": 180.0, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10268 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_freedom-of-movement", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10269 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_freedom-of-movement", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10270 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_freedom-of-movement", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10271 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_freedom-of-movement", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10272 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_freedom-of-movement", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10273 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10669, + "fields": { + "parent": "srd-2024_freezing-sphere", + "type": "slot_level_7", + "damage_roll": "11d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "The damage increases to 11d6." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10670, + "fields": { + "parent": "srd-2024_freezing-sphere", + "type": "slot_level_8", + "damage_roll": "12d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "The damage increases to 12d6." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10671, + "fields": { + "parent": "srd-2024_freezing-sphere", + "type": "slot_level_9", + "damage_roll": "13d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "The damage increases to 13d6." + } + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_gaseous-form", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10274 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_gaseous-form", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10275 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_gaseous-form", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10276 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_gaseous-form", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10277 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_gaseous-form", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10278 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_gaseous-form", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10279 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "365 days", + "parent": "srd-2024_geas", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10280 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "365 days", + "parent": "srd-2024_geas", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10281 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 5 stat block", + "duration": null, + "parent": "srd-2024_giant-insect", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10282 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 6 stat block", + "duration": null, + "parent": "srd-2024_giant-insect", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10283 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 7 stat block", + "duration": null, + "parent": "srd-2024_giant-insect", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10284 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 8 stat block", + "duration": null, + "parent": "srd-2024_giant-insect", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10285 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 9 stat block", + "duration": null, + "parent": "srd-2024_giant-insect", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10286 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "blocks spells of 5th level or lower", + "duration": null, + "parent": "srd-2024_globe-of-invulnerability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10287 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "blocks spells of 6th level or lower", + "duration": null, + "parent": "srd-2024_globe-of-invulnerability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10288 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "blocks spells of 7th level or lower", + "duration": null, + "parent": "srd-2024_globe-of-invulnerability", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10289 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10604, + "fields": { + "parent": "srd-2024_glyph-of-warding", + "type": "slot_level_4", + "damage_roll": "6d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Explosive rune deals 6d8 damage. Spell glyph can store up to level 4 spell." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10605, + "fields": { + "parent": "srd-2024_glyph-of-warding", + "type": "slot_level_5", + "damage_roll": "7d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Explosive rune deals 7d8 damage. Spell glyph can store up to level 5 spell." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10606, + "fields": { + "parent": "srd-2024_glyph-of-warding", + "type": "slot_level_6", + "damage_roll": "8d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Explosive rune deals 8d8 damage. Spell glyph can store up to level 6 spell." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10607, + "fields": { + "parent": "srd-2024_glyph-of-warding", + "type": "slot_level_7", + "damage_roll": "9d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Explosive rune deals 9d8 damage. Spell glyph can store up to level 7 spell." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10608, + "fields": { + "parent": "srd-2024_glyph-of-warding", + "type": "slot_level_8", + "damage_roll": "10d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Explosive rune deals 10d8 damage. Spell glyph can store up to level 8 spell." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10609, + "fields": { + "parent": "srd-2024_glyph-of-warding", + "type": "slot_level_9", + "damage_roll": "11d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "Explosive rune deals 11d8 damage. Spell glyph can store up to level 9 spell." + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10290 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10291 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10292 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10293 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10294 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10295 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10296 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d6", + "desc": null, + "duration": null, + "parent": "srd-2024_guiding-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10297 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10610, + "fields": { + "parent": "srd-2024_heal", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "The target regains 80 Hit Points." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10611, + "fields": { + "parent": "srd-2024_heal", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "The target regains 90 Hit Points." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10612, + "fields": { + "parent": "srd-2024_heal", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": "The target regains 100 Hit Points." + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10298 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10299 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10300 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10301 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10302 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10303 + }, + { + "fields": { + "concentration": null, + "damage_roll": "16d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10304 + }, + { + "fields": { + "concentration": null, + "damage_roll": "18d4", + "desc": null, + "duration": null, + "parent": "srd-2024_healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10305 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "srd-2024_heat-metal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10306 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_heat-metal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10307 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_heat-metal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10308 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_heat-metal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10309 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_heat-metal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10310 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_heat-metal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10311 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_heat-metal", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10312 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10313 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10314 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10315 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10316 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10317 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10318 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10319 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d10", + "desc": null, + "duration": null, + "parent": "srd-2024_hellish-rebuke", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10320 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10321 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10322 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10323 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10324 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10325 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10326 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10327 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_heroism", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10328 + }, + { + "fields": { + "concentration": true, + "damage_roll": null, + "desc": null, + "duration": "4 hours", + "parent": "srd-2024_hex", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10329 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10649, + "fields": { + "parent": "srd-2024_hex", + "type": "slot_level_3", + "damage_roll": null, + "target_count": null, + "duration": "8 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10650, + "fields": { + "parent": "srd-2024_hex", + "type": "slot_level_4", + "damage_roll": null, + "target_count": null, + "duration": "8 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10651, + "fields": { + "parent": "srd-2024_hex", + "type": "slot_level_5", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10652, + "fields": { + "parent": "srd-2024_hex", + "type": "slot_level_6", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10653, + "fields": { + "parent": "srd-2024_hex", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10654, + "fields": { + "parent": "srd-2024_hex", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10655, + "fields": { + "parent": "srd-2024_hex", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10330 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10331 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10332 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10333 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10334 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10335 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10336 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hideous-laughter", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10337 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-monster", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10338 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-monster", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10339 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-monster", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10340 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-monster", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10341 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-person", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10342 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-person", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10343 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-person", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10344 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-person", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10345 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-person", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10346 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-person", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10347 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_hold-person", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10348 + }, + { + "fields": { + "concentration": true, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "srd-2024_hunters-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10349 + }, + { + "fields": { + "concentration": true, + "damage_roll": null, + "desc": null, + "duration": "8 hours", + "parent": "srd-2024_hunters-mark", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10350 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10663, + "fields": { + "parent": "srd-2024_hunters-mark", + "type": "slot_level_5", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10664, + "fields": { + "parent": "srd-2024_hunters-mark", + "type": "slot_level_6", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10665, + "fields": { + "parent": "srd-2024_hunters-mark", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10666, + "fields": { + "parent": "srd-2024_hunters-mark", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10667, + "fields": { + "parent": "srd-2024_hunters-mark", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": "24 hours", + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10351 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10352 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10353 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10354 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10355 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10356 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10357 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-knife", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10358 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10359 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10360 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10361 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10362 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_ice-storm", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10363 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10364 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10365 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10366 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10367 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10368 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10369 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10370 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d10", + "desc": null, + "duration": null, + "parent": "srd-2024_inflict-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10371 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_insect-plague", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10372 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_insect-plague", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10373 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_insect-plague", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10374 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_insect-plague", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10375 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_invisibility", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10376 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_invisibility", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10377 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_invisibility", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10378 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_invisibility", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10379 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_invisibility", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10380 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_invisibility", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10381 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_invisibility", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10382 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10383 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10384 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10385 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10386 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10387 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10388 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10389 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_jump", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10390 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_lightning-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10391 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d6", + "desc": null, + "duration": null, + "parent": "srd-2024_lightning-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10392 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d6", + "desc": null, + "duration": null, + "parent": "srd-2024_lightning-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10393 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d6", + "desc": null, + "duration": null, + "parent": "srd-2024_lightning-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10394 + }, + { + "fields": { + "concentration": null, + "damage_roll": "13d6", + "desc": null, + "duration": null, + "parent": "srd-2024_lightning-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10395 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d6", + "desc": null, + "duration": null, + "parent": "srd-2024_lightning-bolt", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10396 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10397 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10398 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10399 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10400 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10401 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10402 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10403 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_longstrider", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10404 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "2 hours", + "parent": "srd-2024_magic-circle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10405 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "3 hours", + "parent": "srd-2024_magic-circle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10406 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "4 hours", + "parent": "srd-2024_magic-circle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10407 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "5 hours", + "parent": "srd-2024_magic-circle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10408 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "6 hours", + "parent": "srd-2024_magic-circle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10409 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "7 hours", + "parent": "srd-2024_magic-circle", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10410 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10411 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10412 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10413 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10414 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10415 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10416 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 10, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10417 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_magic-missile", + "range": null, + "shape_size": null, + "target_count": 11, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10418 + }, + { + "fields": { + "concentration": null, + "damage_roll": "+2", + "desc": null, + "duration": null, + "parent": "srd-2024_magic-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10419 + }, + { + "fields": { + "concentration": null, + "damage_roll": "+2", + "desc": null, + "duration": null, + "parent": "srd-2024_magic-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10420 + }, + { + "fields": { + "concentration": null, + "damage_roll": "+2", + "desc": null, + "duration": null, + "parent": "srd-2024_magic-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10421 + }, + { + "fields": { + "concentration": null, + "damage_roll": "+3", + "desc": null, + "duration": null, + "parent": "srd-2024_magic-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10422 + }, + { + "fields": { + "concentration": null, + "damage_roll": "+3", + "desc": null, + "duration": null, + "parent": "srd-2024_magic-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10423 + }, + { + "fields": { + "concentration": null, + "damage_roll": "+3", + "desc": null, + "duration": null, + "parent": "srd-2024_magic-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10424 + }, + { + "fields": { + "concentration": null, + "damage_roll": "+3", + "desc": null, + "duration": null, + "parent": "srd-2024_magic-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10425 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "until dispelled", + "parent": "srd-2024_major-image", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10426 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "until dispelled", + "parent": "srd-2024_major-image", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10427 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "until dispelled", + "parent": "srd-2024_major-image", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10428 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "until dispelled", + "parent": "srd-2024_major-image", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10429 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "until dispelled", + "parent": "srd-2024_major-image", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10430 + }, + { + "fields": { + "concentration": false, + "damage_roll": null, + "desc": null, + "duration": "until dispelled", + "parent": "srd-2024_major-image", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10431 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10432 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10433 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10434 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-cure-wounds", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10435 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d4", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10436 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d4", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10437 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d4", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10438 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d4", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10439 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d4", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10440 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d4", + "desc": null, + "duration": null, + "parent": "srd-2024_mass-healing-word", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10441 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 days", + "parent": "srd-2024_mass-suggestion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10442 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "30 days", + "parent": "srd-2024_mass-suggestion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10443 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "366 days", + "parent": "srd-2024_mass-suggestion", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10444 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mind-spike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10445 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mind-spike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10446 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mind-spike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10447 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mind-spike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10448 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mind-spike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10449 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mind-spike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10450 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_mind-spike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10451 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "can alter memories from up to 7 days ago", + "duration": null, + "parent": "srd-2024_modify-memory", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10452 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "can alter memories from up to 30 days ago", + "duration": null, + "parent": "srd-2024_modify-memory", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10453 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "can alter memories from up to 1 year ago", + "duration": null, + "parent": "srd-2024_modify-memory", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10454 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "can alter memories from any time in the creature's past", + "duration": null, + "parent": "srd-2024_modify-memory", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10455 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d10", + "desc": null, + "duration": null, + "parent": "srd-2024_moonbeam", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10456 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d10", + "desc": null, + "duration": null, + "parent": "srd-2024_moonbeam", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10457 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_moonbeam", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10458 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_moonbeam", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10459 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_moonbeam", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10460 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_moonbeam", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10461 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "srd-2024_moonbeam", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10462 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d10", + "desc": null, + "duration": null, + "parent": "srd-2024_phantasmal-killer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10463 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d10", + "desc": null, + "duration": null, + "parent": "srd-2024_phantasmal-killer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10464 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d10", + "desc": null, + "duration": null, + "parent": "srd-2024_phantasmal-killer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10465 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d10", + "desc": null, + "duration": null, + "parent": "srd-2024_phantasmal-killer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10466 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d10", + "desc": null, + "duration": null, + "parent": "srd-2024_phantasmal-killer", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10467 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "10 days", + "parent": "srd-2024_planar-binding", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10468 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "30 days", + "parent": "srd-2024_planar-binding", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10469 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "180 days", + "parent": "srd-2024_planar-binding", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10470 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": "366 days", + "parent": "srd-2024_planar-binding", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10471 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10633, + "fields": { + "parent": "srd-2024_poison-spray", + "type": "player_level_11", + "damage_roll": "3d12", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10634, + "fields": { + "parent": "srd-2024_poison-spray", + "type": "player_level_17", + "damage_roll": "4d12", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d12", + "desc": null, + "duration": null, + "parent": "srd-2024_poison-spray", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10472 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "srd-2024_prayer-of-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10473 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_prayer-of-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10474 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_prayer-of-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10475 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_prayer-of-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10476 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_prayer-of-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10477 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_prayer-of-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10478 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_prayer-of-healing", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10479 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10613, + "fields": { + "parent": "srd-2024_private-sanctum", + "type": "slot_level_5", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": 200.0, + "desc": "Cube can be up to 200 feet on a side." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10614, + "fields": { + "parent": "srd-2024_private-sanctum", + "type": "slot_level_6", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": 300.0, + "desc": "Cube can be up to 300 feet on a side." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10615, + "fields": { + "parent": "srd-2024_private-sanctum", + "type": "slot_level_7", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": 400.0, + "desc": "Cube can be up to 400 feet on a side." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10616, + "fields": { + "parent": "srd-2024_private-sanctum", + "type": "slot_level_8", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": 500.0, + "desc": "Cube can be up to 500 feet on a side." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10617, + "fields": { + "parent": "srd-2024_private-sanctum", + "type": "slot_level_9", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": 600.0, + "desc": "Cube can be up to 600 feet on a side." + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10639, + "fields": { + "parent": "srd-2024_produce-flame", + "type": "player_level_11", + "damage_roll": "3d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10640, + "fields": { + "parent": "srd-2024_produce-flame", + "type": "player_level_17", + "damage_roll": "4d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "srd-2024_produce-flame", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10480 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10635, + "fields": { + "parent": "srd-2024_ray-of-frost", + "type": "player_level_11", + "damage_roll": "3d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10636, + "fields": { + "parent": "srd-2024_ray-of-frost", + "type": "player_level_17", + "damage_roll": "4d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-frost", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10481 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10482 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10483 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10484 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10485 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10486 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10487 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10488 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_ray-of-sickness", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10489 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10637, + "fields": { + "parent": "srd-2024_sacred-flame", + "type": "player_level_11", + "damage_roll": "3d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10638, + "fields": { + "parent": "srd-2024_sacred-flame", + "type": "player_level_17", + "damage_roll": "4d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "srd-2024_sacred-flame", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10490 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_scorching-ray", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10491 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_scorching-ray", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10492 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_scorching-ray", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10493 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_scorching-ray", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10494 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_scorching-ray", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10495 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_scorching-ray", + "range": null, + "shape_size": null, + "target_count": 9, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10496 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_scorching-ray", + "range": null, + "shape_size": null, + "target_count": 10, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10497 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10498 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10499 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10500 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10501 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10502 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10503 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10504 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_searing-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10505 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shatter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10506 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shatter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10507 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shatter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10508 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shatter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10509 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shatter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10510 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shatter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10511 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shatter", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10512 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d12", + "desc": null, + "duration": null, + "parent": "srd-2024_shillelagh", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 10514 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shillelagh", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 10515 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d10", + "desc": null, + "duration": null, + "parent": "srd-2024_shillelagh", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10513 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shining-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10516 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shining-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10517 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shining-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10518 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shining-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10519 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shining-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10520 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shining-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10521 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_shining-smite", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10522 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10641, + "fields": { + "parent": "srd-2024_shocking-grasp", + "type": "player_level_11", + "damage_roll": "3d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10642, + "fields": { + "parent": "srd-2024_shocking-grasp", + "type": "player_level_17", + "damage_roll": "4d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "srd-2024_shocking-grasp", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10523 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10643, + "fields": { + "parent": "srd-2024_sorcerous-burst", + "type": "player_level_11", + "damage_roll": "3d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10644, + "fields": { + "parent": "srd-2024_sorcerous-burst", + "type": "player_level_17", + "damage_roll": "4d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "srd-2024_sorcerous-burst", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10524 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10619, + "fields": { + "parent": "srd-2024_spare-the-dying", + "type": "player_level_11", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": "60 feet", + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10620, + "fields": { + "parent": "srd-2024_spare-the-dying", + "type": "player_level_17", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": "120 feet", + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10618, + "fields": { + "parent": "srd-2024_spare-the-dying", + "type": "player_level_5", + "damage_roll": null, + "target_count": null, + "duration": null, + "range": "30 feet", + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_spider-climb", + "range": null, + "shape_size": null, + "target_count": 2, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10525 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_spider-climb", + "range": null, + "shape_size": null, + "target_count": 3, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10526 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_spider-climb", + "range": null, + "shape_size": null, + "target_count": 4, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10527 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_spider-climb", + "range": null, + "shape_size": null, + "target_count": 5, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10528 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_spider-climb", + "range": null, + "shape_size": null, + "target_count": 6, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10529 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_spider-climb", + "range": null, + "shape_size": null, + "target_count": 7, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10530 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": null, + "duration": null, + "parent": "srd-2024_spider-climb", + "range": null, + "shape_size": null, + "target_count": 8, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10531 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spirit-guardians", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10532 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spirit-guardians", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10533 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spirit-guardians", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10534 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spirit-guardians", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10535 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spirit-guardians", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10536 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spirit-guardians", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10537 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spiritual-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10538 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spiritual-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10539 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spiritual-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10540 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spiritual-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10541 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spiritual-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10542 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spiritual-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10543 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_spiritual-weapon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10544 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10645, + "fields": { + "parent": "srd-2024_starry-wisp", + "type": "player_level_11", + "damage_roll": "3d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10646, + "fields": { + "parent": "srd-2024_starry-wisp", + "type": "player_level_17", + "damage_roll": "4d8", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d8", + "desc": null, + "duration": null, + "parent": "srd-2024_starry-wisp", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10545 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 6 stat block", + "duration": null, + "parent": "srd-2024_summon-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10546 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 7 stat block", + "duration": null, + "parent": "srd-2024_summon-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10547 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 8 stat block", + "duration": null, + "parent": "srd-2024_summon-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10548 + }, + { + "fields": { + "concentration": null, + "damage_roll": null, + "desc": "summoned creature uses level 9 stat block", + "duration": null, + "parent": "srd-2024_summon-dragon", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10549 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_2" + }, + "model": "api_v2.spellcastingoption", + "pk": 10550 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_3" + }, + "model": "api_v2.spellcastingoption", + "pk": 10551 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10552 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10553 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10554 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10555 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10556 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_thunderwavea", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10557 + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "srd-2024_true-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_11" + }, + "model": "api_v2.spellcastingoption", + "pk": 10559 + }, + { + "fields": { + "concentration": null, + "damage_roll": "3d6", + "desc": null, + "duration": null, + "parent": "srd-2024_true-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_17" + }, + "model": "api_v2.spellcastingoption", + "pk": 10560 + }, + { + "fields": { + "concentration": null, + "damage_roll": "1d6", + "desc": null, + "duration": null, + "parent": "srd-2024_true-strike", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10558 + }, + { + "fields": { + "concentration": null, + "damage_roll": "4d6", + "desc": null, + "duration": null, + "parent": "srd-2024_vampiric-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_4" + }, + "model": "api_v2.spellcastingoption", + "pk": 10562 + }, + { + "fields": { + "concentration": null, + "damage_roll": "5d6", + "desc": null, + "duration": null, + "parent": "srd-2024_vampiric-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10563 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d6", + "desc": null, + "duration": null, + "parent": "srd-2024_vampiric-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10564 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d6", + "desc": null, + "duration": null, + "parent": "srd-2024_vampiric-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10565 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d6", + "desc": null, + "duration": null, + "parent": "srd-2024_vampiric-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10566 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d6", + "desc": null, + "duration": null, + "parent": "srd-2024_vampiric-touch", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10567 + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10647, + "fields": { + "parent": "srd-2024_vicious-mockery", + "type": "player_level_11", + "damage_roll": "3d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "model": "api_v2.spellcastingoption", + "pk": 10648, + "fields": { + "parent": "srd-2024_vicious-mockery", + "type": "player_level_17", + "damage_roll": "4d6", + "target_count": null, + "duration": null, + "range": null, + "concentration": null, + "shape_size": null, + "desc": null + } + }, + { + "fields": { + "concentration": null, + "damage_roll": "2d6", + "desc": null, + "duration": null, + "parent": "srd-2024_vicious-mockery", + "range": null, + "shape_size": null, + "target_count": null, + "type": "player_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10568 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d4", + "desc": null, + "duration": null, + "parent": "srd-2024_vitriolic-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10569 + }, + { + "fields": { + "concentration": null, + "damage_roll": "14d4", + "desc": null, + "duration": null, + "parent": "srd-2024_vitriolic-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10570 + }, + { + "fields": { + "concentration": null, + "damage_roll": "16d4", + "desc": null, + "duration": null, + "parent": "srd-2024_vitriolic-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10571 + }, + { + "fields": { + "concentration": null, + "damage_roll": "18d4", + "desc": null, + "duration": null, + "parent": "srd-2024_vitriolic-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10572 + }, + { + "fields": { + "concentration": null, + "damage_roll": "20d4", + "desc": null, + "duration": null, + "parent": "srd-2024_vitriolic-sphere", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10573 + }, + { + "fields": { + "concentration": null, + "damage_roll": "6d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_5" + }, + "model": "api_v2.spellcastingoption", + "pk": 10574 + }, + { + "fields": { + "concentration": null, + "damage_roll": "7d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_6" + }, + "model": "api_v2.spellcastingoption", + "pk": 10575 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10576 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10577 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-fire", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10578 + }, + { + "fields": { + "concentration": null, + "damage_roll": "11d6", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10579 + }, + { + "fields": { + "concentration": null, + "damage_roll": "12d6", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10580 + }, + { + "fields": { + "concentration": null, + "damage_roll": "13d6", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-ice", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10581 + }, + { + "fields": { + "concentration": null, + "damage_roll": "8d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-thorns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_7" + }, + "model": "api_v2.spellcastingoption", + "pk": 10582 + }, + { + "fields": { + "concentration": null, + "damage_roll": "9d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-thorns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_8" + }, + "model": "api_v2.spellcastingoption", + "pk": 10583 + }, + { + "fields": { + "concentration": null, + "damage_roll": "10d8", + "desc": null, + "duration": null, + "parent": "srd-2024_wall-of-thorns", + "range": null, + "shape_size": null, + "target_count": null, + "type": "slot_level_9" + }, + "model": "api_v2.spellcastingoption", + "pk": 10584 + } +] \ No newline at end of file diff --git a/server/middleware.py b/server/middleware.py index 1ed590dc..8704f4b0 100644 --- a/server/middleware.py +++ b/server/middleware.py @@ -5,10 +5,10 @@ def __init__(self, get_response): self.get_response = get_response def __call__(self, request): - newrelic.agent.add_custom_parameter("referer", request.META.get('HTTP_REFERER', 'unknown')) - newrelic.agent.add_custom_parameter("userAgent", request.META.get('HTTP_USER_AGENT', 'unknown')) - newrelic.agent.add_custom_parameter("origin", request.META.get('HTTP_ORIGIN', 'unknown')) - newrelic.agent.add_custom_parameter("X-Requested-With", request.META.get('HTTP_X_REQUESTED_WITH', 'unknown')) + newrelic.agent.add_custom_attribute("referer", request.META.get('HTTP_REFERER', 'unknown')) + newrelic.agent.add_custom_attribute("userAgent", request.META.get('HTTP_USER_AGENT', 'unknown')) + newrelic.agent.add_custom_attribute("origin", request.META.get('HTTP_ORIGIN', 'unknown')) + newrelic.agent.add_custom_attribute("X-Requested-With", request.META.get('HTTP_X_REQUESTED_WITH', 'unknown')) response = self.get_response(request) diff --git a/server/vector_index.pkl b/server/vector_index.pkl index 84c3083e..e87fc063 100644 Binary files a/server/vector_index.pkl and b/server/vector_index.pkl differ