-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0_spells.json
202 lines (202 loc) · 7.2 KB
/
0_spells.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
[
{
"id": "self_descent",
"type": "SPELL",
"name": "Descent of the Self",
"description": "The more you induce death of the mortal self, the greater the call of the dead.",
"spell_class": "ABOMINATION",
"flags": [ "NO_HANDS", "NO_LEGS", "SILENT", "CONCENTRATE" ],
"valid_targets": [ "self" ],
"effect": "target_attack",
"effect_str": "self_descend",
"duration_increment": 2000,
"min_duration": 6000,
"max_duration": 12000
},
{
"id": "kalpa_stone",
"type": "SPELL",
"name": "Stone of the Kalpa",
"description": "Beneath the pillars that support the world, is a rock of unfathomable size. A mountain is but a grain of sand etched onto the surface of this boulder. Once every thousand years, the moon and sun shed their tears for their beloved departed, the cosmos. As these droplets of celestial sorrow trickle down unto the lowest depths of existence, they slowly grind away at this massive stone. When it has been whittled down until not even a speck of dust remains, then, we may say that a moment of eternity has gone by.",
"sprite": "fd_fatigue",
"valid_targets": [ "self" ],
"spell_class": "ABOMINATION",
"difficulty": 4,
"skill": "speech",
"max_level": 10,
"flags": [ "NO_HANDS", "NO_LEGS", "SILENT", "CONCENTRATE" ],
"min_duration": 12000,
"max_duration": 72000,
"duration_increment": 1500,
"effect": "spawn_item",
"effect_str": "kalpa_stone_armor",
"energy_source": "FATIGUE",
"base_energy_cost": 150,
"final_energy_cost": 50,
"energy_increment": -5.5,
"base_casting_time": 300,
"final_casting_time": 150,
"casting_time_increment": -25,
"extra_effects": [ { "id": "kalpa_stone_unbroken" } ]
},
{
"id": "kalpa_stone_unbroken",
"type": "SPELL",
"name": "Superimposed Mountain",
"description": "It may now be a pebble, but it was once a mountain. Grants you immunity to bleed and bite effects as well as minor strength in exchange for mobility.",
"spell_class": "ABOMINATION",
"difficulty": 2,
"skill": "speech",
"flags": [ "NO_HANDS", "NO_LEGS", "SILENT", "CONCENTRATE" ],
"min_damage": 1,
"max_damage": 1,
"valid_targets": [ "self" ],
"effect": "target_attack",
"effect_str": "kalpa_stone_effect",
"energy_source": "NONE",
"max_level": 10,
"min_duration": 12000,
"max_duration": 72000,
"duration_increment": 1500,
"extra_effects": [ { "id": "self_descent" } ]
},
{
"type": "SPELL",
"id": "abominable_awakening_spell",
"name": { "str": "Abominable Awakening" },
"effect": "mutate",
"effect_str": "ABOMINATION",
"description": "This grants the Abomination mutation.",
"message": "You feel a part of you dying from within and feel the birth of something else.",
"min_damage": 10000,
"max_damage": 10000,
"flags": [ "SILENT", "MUTATE_TRAIT" ],
"valid_targets": [ "self" ],
"extra_effects": [ { "id": "abominable_awakening_spell2", "hit_self": false } ]
},
{
"type": "SPELL",
"id": "abominable_awakening_spell2",
"name": { "str": "Abominable Awakening: Psycho" },
"effect": "mutate",
"effect_str": "PSYCHOPATH",
"description": "This grants the Psychopath mutation.",
"message": "Something else?",
"min_damage": 10000,
"max_damage": 10000,
"flags": [ "SILENT", "MUTATE_TRAIT" ],
"valid_targets": [ "self" ]
},
{
"id": "inhuman_gaze",
"type": "SPELL",
"name": "Ignorance Is Bliss",
"description": "Those that peer too deep into your eyes may witness a soul unlike any other.",
"valid_targets": [ "hostile" ],
"flags": [ "NO_HANDS", "NO_LEGS", "SILENT", "CONCENTRATE" ],
"effect": "target_attack",
"effect_str": "inhuman_gaze_effect",
"base_casting_time": 10,
"base_energy_cost": 10,
"energy_source": "HP",
"spell_class": "ABOMINATION",
"difficulty": -5,
"skill": "speech",
"max_level": 1,
"min_duration": 36000,
"max_duration": 36000,
"min_range": 20,
"max_range": 20,
"extra_effects": [ { "id": "self_descent" } ]
},
{
"id": "summon_north",
"type": "SPELL",
"name": { "str": "Summon Cardinal of the North" },
"description": "In the age of darkness, the four Heavenly Kings ruled the four corners of the world. With the advent of the Divine Armament, they altered into the Four Cardinals. This ritual summons the Cardinal of the North.",
"sprite": "fd_shadow",
"message": "You tear off a huge chunk of your flesh as sacrifice to bring forth a Cardinal.",
"valid_targets": [ "ground" ],
"flags": [ "NO_HANDS", "NO_LEGS", "SILENT", "CONCENTRATE", "HOSTILE_50" ],
"spell_class": "ABOMINATION",
"effect": "summon",
"effect_str": "mon_cardinal",
"energy_source": "HP",
"difficulty": 5,
"skill": "speech",
"max_level": 10,
"min_damage": 1,
"max_damage": 1,
"min_range": 5,
"max_range": 10,
"range_increment": 0.5,
"base_casting_time": 200,
"final_casting_time": 100,
"casting_time_increment": -15,
"base_energy_cost": 60,
"final_energy_cost": 25,
"energy_increment": -4.5,
"min_duration": 30000,
"max_duration": 90000,
"duration_increment": 8000,
"extra_effects": [ { "id": "self_descent" } ]
},
{
"id": "hannibal_select",
"type": "SPELL",
"name": "Dreams of a Cannibal",
"description": "The exquisite and delightful pleasure one feels when consuming the cadaver of one's own species is a rapture only a select few get to experience.",
"sprite": "fd_fatigue",
"valid_targets": [ "self" ],
"spell_class": "ABOMINATION",
"difficulty": 3,
"skill": "speech",
"max_level": 10,
"flags": [ "NO_HANDS", "NO_LEGS", "SILENT", "CONCENTRATE" ],
"min_duration": 12000,
"max_duration": 72000,
"duration_increment": 1500,
"effect": "spawn_item",
"effect_str": "hannibal_incarnate",
"energy_source": "HP",
"base_energy_cost": 150,
"final_energy_cost": 50,
"energy_increment": -5.5,
"base_casting_time": 200,
"final_casting_time": 50,
"casting_time_increment": -25,
"extra_effects": [ { "id": "self_descent" } ]
},
{
"id": "shadow_realm",
"type": "SPELL",
"name": "Shadow Realm",
"description": "Darkness may envelop the land as your desires foretold.",
"flags": [ "NO_HANDS", "NO_LEGS", "SILENT", "CONCENTRATE" ],
"effect": "target_attack",
"spell_class": "ABOMINATION",
"skill": "speech",
"field_id": "fd_shadow",
"field_chance": 1,
"min_field_intensity": 1,
"max_field_intensity": 1,
"valid_targets": [ "ground", "self", "hostile", "ally" ],
"min_duration": 30000,
"max_duration": 60000,
"duration_increment": 300,
"min_range": 7,
"max_range": 20,
"range_increment": 1.4,
"min_aoe": 5,
"max_aoe": 15,
"aoe_increment": 1,
"max_level": 10,
"energy_source": "FATIGUE",
"base_energy_cost": 80,
"final_energy_cost": 40,
"energy_increment": -8,
"base_casting_time": 300,
"difficulty": 6,
"extra_effects": [ { "id": "self_descent" } ]
}
]