26 lines
569 B
YAML
26 lines
569 B
YAML
# Fireball - Offensive spell for Arcanist class
|
|
# Deals fire damage and applies burning DoT
|
|
|
|
ability_id: "fireball"
|
|
name: "Fireball"
|
|
description: "Hurl a ball of fire at your enemies, dealing damage and burning them"
|
|
ability_type: "spell"
|
|
base_power: 30
|
|
damage_type: "fire"
|
|
scaling_stat: "intelligence"
|
|
scaling_factor: 0.5
|
|
mana_cost: 15
|
|
cooldown: 0
|
|
is_aoe: false
|
|
target_count: 1
|
|
effects_applied:
|
|
- effect_id: "burn"
|
|
name: "Burning"
|
|
effect_type: "dot"
|
|
duration: 3
|
|
power: 5
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 3
|
|
source: "fireball"
|