adding abilities, created skill tree template and unlock mechanics

This commit is contained in:
2025-11-28 21:41:46 -06:00
parent d9bc46adc1
commit a8767b34e2
96 changed files with 3331 additions and 13 deletions

View File

@@ -0,0 +1,34 @@
# Soul Rot - Necromancer Dark Affliction ability
# DoT + reduced healing on target
ability_id: "soul_rot"
name: "Soul Rot"
description: "Rot your target's soul, dealing shadow damage over time and reducing their healing received"
ability_type: "spell"
base_power: 45
damage_type: "shadow"
scaling_stat: "intelligence"
scaling_factor: 0.6
mana_cost: 38
cooldown: 4
is_aoe: false
target_count: 1
effects_applied:
- effect_id: "rotting_soul"
name: "Soul Rot"
effect_type: "dot"
duration: 4
power: 15
stat_affected: null
stacks: 1
max_stacks: 1
source: "soul_rot"
- effect_id: "healing_reduction"
name: "Corrupted"
effect_type: "debuff"
duration: 4
power: 50
stat_affected: null
stacks: 1
max_stacks: 1
source: "soul_rot"