adding abilities, created skill tree template and unlock mechanics
This commit is contained in:
25
api/app/data/abilities/summon_abomination.yaml
Normal file
25
api/app/data/abilities/summon_abomination.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Summon Abomination - Necromancer Raise Dead ability
|
||||
# Summon powerful abomination
|
||||
|
||||
ability_id: "summon_abomination"
|
||||
name: "Summon Abomination"
|
||||
description: "Stitch together corpses to create a powerful abomination"
|
||||
ability_type: "spell"
|
||||
base_power: 0
|
||||
damage_type: null
|
||||
scaling_stat: "charisma"
|
||||
scaling_factor: 0.6
|
||||
mana_cost: 45
|
||||
cooldown: 0
|
||||
is_aoe: false
|
||||
target_count: 1
|
||||
effects_applied:
|
||||
- effect_id: "abomination_minion"
|
||||
name: "Abomination"
|
||||
effect_type: "buff"
|
||||
duration: 99
|
||||
power: 60
|
||||
stat_affected: null
|
||||
stacks: 1
|
||||
max_stacks: 1
|
||||
source: "summon_abomination"
|
||||
Reference in New Issue
Block a user