adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
16
api/app/data/abilities/resurrection.yaml
Normal file
16
api/app/data/abilities/resurrection.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Resurrection - Luminary Divine Protection ultimate
|
||||
# Revive fallen ally
|
||||
|
||||
ability_id: "resurrection"
|
||||
name: "Resurrection"
|
||||
description: "Call upon the divine to bring a fallen ally back to life with 50% HP and mana"
|
||||
ability_type: "spell"
|
||||
base_power: 50
|
||||
damage_type: "holy"
|
||||
scaling_stat: "wisdom"
|
||||
scaling_factor: 0.5
|
||||
mana_cost: 60
|
||||
cooldown: 8
|
||||
is_aoe: false
|
||||
target_count: 1
|
||||
effects_applied: []
|
||||
Reference in New Issue
Block a user