26 lines
542 B
YAML
26 lines
542 B
YAML
# Time Warp - Lorekeeper Arcane Weaving ability
|
|
# AoE extra actions
|
|
|
|
ability_id: "time_warp"
|
|
name: "Time Warp"
|
|
description: "Bend time itself, granting all allies increased speed"
|
|
ability_type: "spell"
|
|
base_power: 0
|
|
damage_type: null
|
|
scaling_stat: "intelligence"
|
|
scaling_factor: 0.5
|
|
mana_cost: 45
|
|
cooldown: 5
|
|
is_aoe: true
|
|
target_count: 0
|
|
effects_applied:
|
|
- effect_id: "time_warped"
|
|
name: "Time Warped"
|
|
effect_type: "buff"
|
|
duration: 3
|
|
power: 75
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 1
|
|
source: "time_warp"
|