adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
25
api/app/data/abilities/raise_ghoul.yaml
Normal file
25
api/app/data/abilities/raise_ghoul.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Raise Ghoul - Necromancer Raise Dead ability
|
||||
# Summon stronger ghoul
|
||||
|
||||
ability_id: "raise_ghoul"
|
||||
name: "Raise Ghoul"
|
||||
description: "Raise a powerful ghoul from the dead to serve you"
|
||||
ability_type: "spell"
|
||||
base_power: 0
|
||||
damage_type: null
|
||||
scaling_stat: "charisma"
|
||||
scaling_factor: 0.55
|
||||
mana_cost: 22
|
||||
cooldown: 0
|
||||
is_aoe: false
|
||||
target_count: 1
|
||||
effects_applied:
|
||||
- effect_id: "ghoul_minion"
|
||||
name: "Ghoul"
|
||||
effect_type: "buff"
|
||||
duration: 99
|
||||
power: 35
|
||||
stat_affected: null
|
||||
stacks: 1
|
||||
max_stacks: 1
|
||||
source: "raise_ghoul"
|
||||
Reference in New Issue
Block a user