adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
25
api/app/data/abilities/time_warp.yaml
Normal file
25
api/app/data/abilities/time_warp.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user