adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
16
api/app/data/abilities/cleanse.yaml
Normal file
16
api/app/data/abilities/cleanse.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Cleanse - Oathkeeper Redemption ability
|
||||
# Remove all debuffs
|
||||
|
||||
ability_id: "cleanse"
|
||||
name: "Cleanse"
|
||||
description: "Purify an ally, removing all negative effects"
|
||||
ability_type: "spell"
|
||||
base_power: 0
|
||||
damage_type: null
|
||||
scaling_stat: "wisdom"
|
||||
scaling_factor: 0.3
|
||||
mana_cost: 18
|
||||
cooldown: 3
|
||||
is_aoe: false
|
||||
target_count: 1
|
||||
effects_applied: []
|
||||
Reference in New Issue
Block a user