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

17 lines
390 B
YAML

# Basic Attack - Default melee attack
# Available to all characters, no mana cost, no cooldown
ability_id: "basic_attack"
name: "Basic Attack"
description: "A standard melee attack with your equipped weapon"
ability_type: "attack"
base_power: 5
damage_type: "physical"
scaling_stat: "strength"
scaling_factor: 0.5
mana_cost: 0
cooldown: 0
is_aoe: false
target_count: 1
effects_applied: []