adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
25
api/app/data/abilities/drain_life.yaml
Normal file
25
api/app/data/abilities/drain_life.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Drain Life - Necromancer Dark Affliction ability
|
||||
# Shadow damage + self-heal
|
||||
|
||||
ability_id: "drain_life"
|
||||
name: "Drain Life"
|
||||
description: "Drain the life force from your enemy, dealing shadow damage and healing yourself"
|
||||
ability_type: "spell"
|
||||
base_power: 18
|
||||
damage_type: "shadow"
|
||||
scaling_stat: "intelligence"
|
||||
scaling_factor: 0.5
|
||||
mana_cost: 12
|
||||
cooldown: 1
|
||||
is_aoe: false
|
||||
target_count: 1
|
||||
effects_applied:
|
||||
- effect_id: "life_drain"
|
||||
name: "Life Drained"
|
||||
effect_type: "hot"
|
||||
duration: 1
|
||||
power: 9
|
||||
stat_affected: null
|
||||
stacks: 1
|
||||
max_stacks: 1
|
||||
source: "drain_life"
|
||||
Reference in New Issue
Block a user