26 lines
541 B
YAML
26 lines
541 B
YAML
# Raise Ghoul - Necromancer Raise Dead ability
|
|
# Summon stronger ghoul
|
|
|
|
ability_id: "raise_ghoul"
|
|
name: "Raise Ghoul"
|
|
description: "Raise a powerful ghoul from the dead to serve you"
|
|
ability_type: "spell"
|
|
base_power: 0
|
|
damage_type: null
|
|
scaling_stat: "charisma"
|
|
scaling_factor: 0.55
|
|
mana_cost: 22
|
|
cooldown: 0
|
|
is_aoe: false
|
|
target_count: 1
|
|
effects_applied:
|
|
- effect_id: "ghoul_minion"
|
|
name: "Ghoul"
|
|
effect_type: "buff"
|
|
duration: 99
|
|
power: 35
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 1
|
|
source: "raise_ghoul"
|