Skip to content

Commit

Permalink
Add spells related to the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SariusSkelrets committed Jul 24, 2024
1 parent 6dd6fed commit ba086e3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/mods/Xedra_Evolved/monsters/monster_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,5 +318,37 @@
"max_duration": 1000,
"max_level": 5,
"energy_source": "NONE"
},
{
"type": "SPELL",
"id": "mucus_spawn",
"name": { "str": "Summon Mucus" },
"description": "Spew mucus monsters at the target.",
"flags": [ "HOSTILE_SUMMON", "RANDOM_DAMAGE", "PERMANENT", "NO_EXPLOSION_SFX" ],
"valid_targets": [ "hostile" ],
"min_damage": 8,
"max_damage": 8,
"min_range": 24,
"max_range": 24,
"min_aoe": 4,
"max_aoe": 4,
"shape": "blast",
"effect": "summon",
"effect_str": "mon_mucus"
},
{
"type": "SPELL",
"id": "small_globule_spawn",
"name": { "str": "Summon small globule" },
"description": "Summons a small globule.",
"flags": [ "HOSTILE_SUMMON", "RANDOM_DAMAGE", "PERMANENT", "NO_EXPLOSION_SFX" ],
"valid_targets": [ "ground", "self" ],
"min_damage": 1,
"max_damage": 1,
"min_aoe": 4,
"max_aoe": 4,
"shape": "blast",
"effect": "summon",
"effect_str": "mon_small_globule"
}
]

0 comments on commit ba086e3

Please sign in to comment.