48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
[
|
|
{
|
|
"id": "manatouched_crystal",
|
|
"type": "SPELL",
|
|
"name": "Crystallize Mana",
|
|
"description": "Crystallizes mana into solid form. Your physiological changes have made this spell much more efficient and easier to cast.",
|
|
"valid_targets": [ "self" ],
|
|
"spell_class": "MANA_CRYST_MANA",
|
|
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE", "NO_HANDS" ],
|
|
"max_level": 5,
|
|
"difficulty": 3,
|
|
"min_damage": 4,
|
|
"max_damage": 4,
|
|
"duration_increment": 1,
|
|
"effect": "spawn_item",
|
|
"effect_str": "crystallized_mana",
|
|
"energy_source": "MANA",
|
|
"base_energy_cost": 1000,
|
|
"final_energy_cost": 1000,
|
|
"base_casting_time": 600000,
|
|
"final_casting_time": 600000,
|
|
"extra_effects": [ { "id": "mana_fatigue" } ]
|
|
},
|
|
{
|
|
"id": "manatouched_seeker_bolts",
|
|
"type": "SPELL",
|
|
"name": "Seeker Bolts",
|
|
"effect": "projectile_attack",
|
|
"description": "Fires bolts of mana from your fingertips that home in on randomly selected targets in range.",
|
|
"valid_targets": [ "hostile" ],
|
|
"spell_class": "MANA_SEEKER_BOLTS",
|
|
"min_damage": 6,
|
|
"max_damage": 18,
|
|
"damage_increment": 1,
|
|
"max_level": 12,
|
|
"min_range": 6,
|
|
"max_range": 12,
|
|
"range_increment": 0.5,
|
|
"energy_source": "MANA",
|
|
"base_energy_cost": 250,
|
|
"base_casting_time": 85,
|
|
"final_casting_time": 85,
|
|
"sound_description": "a zing",
|
|
"flags": [ "RANDOM_TARGET", "SOMATIC", "NO_LEGS" ],
|
|
"extra_effects": [ { "id": "magic_missile" }, { "id": "magic_missile" }, { "id": "magic_missile" }, { "id": "magic_missile" } ]
|
|
}
|
|
]
|