magiclysm-bn/Spells/lizardfolk_shaman.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

42 lines
1.1 KiB
JSON

[
{
"type": "SPELL",
"id": "spell_summon_crocodile",
"name": "Summon Crocodile",
"description": "Summons a permanent crocodile.",
"flags": [ "HOSTILE_SUMMON", "PERMANENT" ],
"valid_targets": [ "ground" ],
"base_casting_time": 200,
"min_damage": 1,
"max_damage": 1,
"min_aoe": 2,
"max_aoe": 2,
"message": "The shaman summons a crocodile!",
"effect": "summon",
"effect_str": "mon_crocodile"
},
{
"type": "SPELL",
"id": "spell_shaman_base",
"name": "an ancient reptilian spell",
"description": "Causes one of the shaman spells to be cast.",
"valid_targets": [ "hostile", "ground" ],
"effect": "none",
"base_casting_time": 100,
"flags": [ "WONDER" ],
"min_damage": 1,
"max_damage": 1,
"message": "",
"extra_effects": [
{ "id": "druid_veggrasp" },
{ "id": "druid_veggrasp" },
{ "id": "druid_veggrasp" },
{ "id": "druid_veggrasp" },
{ "id": "light_healing", "hit_self": true },
{ "id": "light_healing", "hit_self": true },
{ "id": "light_healing", "hit_self": true },
{ "id": "spell_summon_crocodile" }
]
}
]