26 lines
524 B
YAML
26 lines
524 B
YAML
# Haste - Lorekeeper Arcane Weaving ability
|
|
# Grant extra action
|
|
|
|
ability_id: "haste"
|
|
name: "Haste"
|
|
description: "Speed up time around an ally, granting them an extra action"
|
|
ability_type: "spell"
|
|
base_power: 0
|
|
damage_type: null
|
|
scaling_stat: "intelligence"
|
|
scaling_factor: 0.4
|
|
mana_cost: 20
|
|
cooldown: 4
|
|
is_aoe: false
|
|
target_count: 1
|
|
effects_applied:
|
|
- effect_id: "hasted"
|
|
name: "Hasted"
|
|
effect_type: "buff"
|
|
duration: 2
|
|
power: 50
|
|
stat_affected: null
|
|
stacks: 1
|
|
max_stacks: 1
|
|
source: "haste"
|