1[
2  {
3    "type": "SPELL",
4    "id": "AO_FRIENDLY_VORTEX",
5    "name": { "str": "Artifact Vortex" },
6    "description": "Summon Vortexes",
7    "valid_targets": [ "ground" ],
8    "effect": "summon",
9    "effect_str": "mon_vortex",
10    "shape": "blast",
11    "base_casting_time": 100,
12    "message": "Space twists and deforms around you.",
13    "min_damage": 1,
14    "max_damage": 3,
15    "min_aoe": 5,
16    "max_aoe": 5,
17    "flags": [ "RANDOM_DAMAGE", "HOSTILE_50" ],
18    "min_duration": 40000,
19    "max_duration": 40000
20  },
21  {
22    "type": "SPELL",
23    "id": "AO_CALL_OF_TINDALOS",
24    "name": { "str": "Artifact Call of Tindalos" },
25    "description": "Summon hostile hounds of tindalos",
26    "valid_targets": [ "ground" ],
27    "effect": "summon",
28    "effect_str": "mon_hound_tindalos",
29    "shape": "blast",
30    "base_casting_time": 100,
31    "message": "The world unravels into geometric shapes, and between the chaos you spot a horrid prowling beast.",
32    "min_damage": 1,
33    "max_damage": 1,
34    "min_aoe": 15,
35    "max_aoe": 15,
36    "min_duration": 40000,
37    "max_duration": 40000,
38    "flags": [ "HOSTILE_SUMMON" ]
39  },
40  {
41    "id": "AO_FORCE_PULL",
42    "type": "SPELL",
43    "name": { "str": "Artifact Force Pull" },
44    "description": "Pull objects.",
45    "effect": "area_pull",
46    "shape": "blast",
47    "valid_targets": [ "self", "ally", "hostile", "ground", "item", "field" ],
48    "message": "An unnatural implosion sends objects flying.",
49    "min_range": 15,
50    "max_range": 15,
51    "min_aoe": 7,
52    "max_aoe": 7,
53    "base_casting_time": 100
54  },
55  {
56    "id": "AO_TELEPORTITIS",
57    "type": "SPELL",
58    "name": { "str": "Artifact Teleportitis" },
59    "description": "Causes you to teleport uncontrollably.",
60    "message": "The world loses coherence, with images of nearby places forming and disappearing around you.",
61    "valid_targets": [ "self" ],
62    "effect": "spawn_item",
63    "effect_str": "artifact_teleportitis_aura",
64    "shape": "blast",
65    "base_casting_time": 100,
66    "min_duration": 4000,
67    "max_duration": 4000
68  },
69  {
70    "id": "AO_SLOW",
71    "type": "SPELL",
72    "name": { "str": "Artifact Slow" },
73    "description": "Slows you for a few turns.",
74    "message": "The world shifts blue, and reality accelerates around you.",
75    "valid_targets": [ "self" ],
76    "effect": "spawn_item",
77    "effect_str": "artifact_slow_aura",
78    "shape": "blast",
79    "base_casting_time": 100,
80    "min_duration": 900,
81    "max_duration": 900
82  },
83  {
84    "id": "AO_TIME_STOP",
85    "type": "SPELL",
86    "name": { "str": "Artifact Time Stop" },
87    "description": "Grants you a few turns of super speed.",
88    "message": "Stale golden light floods the world, and reality stands still.",
89    "valid_targets": [ "self" ],
90    "effect": "mod_moves",
91    "shape": "blast",
92    "min_damage": 500,
93    "max_damage": 500,
94    "base_casting_time": 100
95  },
96  {
97    "type": "SPELL",
98    "id": "AO_DARKNESS_EFFECT",
99    "name": { "str": "Artifact Darkness" },
100    "description": "Grants you the Darkness effect",
101    "message": "Persistent shadows invade your field of view.",
102    "valid_targets": [ "self" ],
103    "flags": [ "NO_PROJECTILE" ],
104    "effect": "attack",
105    "effect_str": "darkness",
106    "shape": "blast",
107    "min_duration": 2400,
108    "max_duration": 2400
109  },
110  {
111    "type": "SPELL",
112    "id": "AO_LIFE_DRAIN",
113    "name": { "str": "Artifact Hurtall" },
114    "description": "Hurts you for random damage",
115    "message": "You feel hollow inside.",
116    "min_damage": 0,
117    "max_damage": 10,
118    "valid_targets": [ "self" ],
119    "flags": [ "RANDOM_DAMAGE", "NO_PROJECTILE" ],
120    "shape": "blast",
121    "effect": "attack"
122  }
123]
124