26 lines
593 B
YAML
26 lines
593 B
YAML
# Summon Abomination - Necromancer Raise Dead ability
|
|
# Summon powerful abomination
|
|
|
|
ability_id: "summon_abomination"
|
|
name: "Summon Abomination"
|
|
description: "Stitch together corpses to create a powerful abomination"
|
|
ability_type: "spell"
|
|
base_power: 0
|
|
damage_type: null
|
|
scaling_stat: "charisma"
|
|
scaling_factor: 0.6
|
|
mana_cost: 45
|
|
cooldown: 0
|
|
is_aoe: false
|
|
target_count: 1
|
|
effects_applied:
|
|
- effect_id: "abomination_minion"
|
|
name: "Abomination"
|
|
effect_type: "buff"
|
|
duration: 99
|
|
power: 60
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 1
|
|
source: "summon_abomination"
|