26 lines
592 B
YAML
26 lines
592 B
YAML
# Consecration - Luminary Radiant Judgment ability
|
|
# Ground AoE holy damage
|
|
|
|
ability_id: "consecration"
|
|
name: "Consecration"
|
|
description: "Consecrate the ground beneath your feet, dealing holy damage to all nearby enemies"
|
|
ability_type: "spell"
|
|
base_power: 40
|
|
damage_type: "holy"
|
|
scaling_stat: "wisdom"
|
|
scaling_factor: 0.55
|
|
mana_cost: 28
|
|
cooldown: 3
|
|
is_aoe: true
|
|
target_count: 0
|
|
effects_applied:
|
|
- effect_id: "consecrated_ground"
|
|
name: "Consecrated"
|
|
effect_type: "dot"
|
|
duration: 3
|
|
power: 10
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 1
|
|
source: "consecration"
|