first commit
This commit is contained in:
26
api/app/data/abilities/heal.yaml
Normal file
26
api/app/data/abilities/heal.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# Heal - Luminary class ability
|
||||
# Restores health to target ally
|
||||
|
||||
ability_id: "heal"
|
||||
name: "Heal"
|
||||
description: "Channel divine energy to restore an ally's health"
|
||||
ability_type: "spell"
|
||||
base_power: 25
|
||||
damage_type: "holy"
|
||||
scaling_stat: "intelligence"
|
||||
scaling_factor: 0.5
|
||||
mana_cost: 10
|
||||
cooldown: 0
|
||||
is_aoe: false
|
||||
target_count: 1
|
||||
effects_applied:
|
||||
# Healing is represented as negative DOT (HOT)
|
||||
- effect_id: "regeneration"
|
||||
name: "Regeneration"
|
||||
effect_type: "hot"
|
||||
duration: 2
|
||||
power: 5
|
||||
stat_affected: null
|
||||
stacks: 1
|
||||
max_stacks: 3
|
||||
source: "heal"
|
||||
Reference in New Issue
Block a user