adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
25
api/app/data/abilities/miracle.yaml
Normal file
25
api/app/data/abilities/miracle.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Miracle - Oathkeeper Redemption ultimate
|
||||
# Full party heal + cleanse all
|
||||
|
||||
ability_id: "miracle"
|
||||
name: "Miracle"
|
||||
description: "Perform a divine miracle that fully heals all allies and cleanses all negative effects"
|
||||
ability_type: "spell"
|
||||
base_power: 100
|
||||
damage_type: "holy"
|
||||
scaling_stat: "wisdom"
|
||||
scaling_factor: 0.7
|
||||
mana_cost: 70
|
||||
cooldown: 8
|
||||
is_aoe: true
|
||||
target_count: 0
|
||||
effects_applied:
|
||||
- effect_id: "miraculous_healing"
|
||||
name: "Miraculous"
|
||||
effect_type: "hot"
|
||||
duration: 3
|
||||
power: 20
|
||||
stat_affected: null
|
||||
stacks: 1
|
||||
max_stacks: 1
|
||||
source: "miracle"
|
||||
Reference in New Issue
Block a user