Files
Code_of_Conquest/api/app/data/abilities/shield_bash.yaml
2025-11-24 23:10:55 -06:00

26 lines
567 B
YAML

# Shield Bash - Vanguard class ability
# Deals damage and stuns the target
ability_id: "shield_bash"
name: "Shield Bash"
description: "Bash your enemy with your shield, dealing damage and stunning them briefly"
ability_type: "skill"
base_power: 10
damage_type: "physical"
scaling_stat: "strength"
scaling_factor: 0.5
mana_cost: 5
cooldown: 2
is_aoe: false
target_count: 1
effects_applied:
- effect_id: "stun"
name: "Stunned"
effect_type: "stun"
duration: 1
power: 0
stat_affected: null
stacks: 1
max_stacks: 1
source: "shield_bash"