27 lines
573 B
YAML
27 lines
573 B
YAML
# Heal - Luminary class ability
|
|
# Restores health to target ally
|
|
|
|
ability_id: "heal"
|
|
name: "Heal"
|
|
description: "Channel divine energy to restore an ally's health"
|
|
ability_type: "spell"
|
|
base_power: 25
|
|
damage_type: "holy"
|
|
scaling_stat: "intelligence"
|
|
scaling_factor: 0.5
|
|
mana_cost: 10
|
|
cooldown: 0
|
|
is_aoe: false
|
|
target_count: 1
|
|
effects_applied:
|
|
# Healing is represented as negative DOT (HOT)
|
|
- effect_id: "regeneration"
|
|
name: "Regeneration"
|
|
effect_type: "hot"
|
|
duration: 2
|
|
power: 5
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 3
|
|
source: "heal"
|