26 lines
586 B
YAML
26 lines
586 B
YAML
# Explosive Shot - Wildstrider Marksmanship ability
|
|
# Impact AoE damage
|
|
|
|
ability_id: "explosive_shot"
|
|
name: "Explosive Shot"
|
|
description: "Fire an explosive arrow that detonates on impact, dealing AoE damage"
|
|
ability_type: "attack"
|
|
base_power: 55
|
|
damage_type: "fire"
|
|
scaling_stat: "dexterity"
|
|
scaling_factor: 0.55
|
|
mana_cost: 38
|
|
cooldown: 3
|
|
is_aoe: true
|
|
target_count: 0
|
|
effects_applied:
|
|
- effect_id: "burning_shrapnel"
|
|
name: "Burning Shrapnel"
|
|
effect_type: "dot"
|
|
duration: 2
|
|
power: 8
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 1
|
|
source: "explosive_shot"
|