adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
25
api/app/data/abilities/plague.yaml
Normal file
25
api/app/data/abilities/plague.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Plague - Necromancer Dark Affliction ability
|
||||
# Spreading poison DoT
|
||||
|
||||
ability_id: "plague"
|
||||
name: "Plague"
|
||||
description: "Infect your target with a virulent plague that spreads to nearby enemies"
|
||||
ability_type: "spell"
|
||||
base_power: 15
|
||||
damage_type: "poison"
|
||||
scaling_stat: "intelligence"
|
||||
scaling_factor: 0.5
|
||||
mana_cost: 20
|
||||
cooldown: 3
|
||||
is_aoe: true
|
||||
target_count: 0
|
||||
effects_applied:
|
||||
- effect_id: "plagued"
|
||||
name: "Plagued"
|
||||
effect_type: "dot"
|
||||
duration: 4
|
||||
power: 8
|
||||
stat_affected: null
|
||||
stacks: 1
|
||||
max_stacks: 3
|
||||
source: "plague"
|
||||
Reference in New Issue
Block a user