17 lines
390 B
YAML
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: []
|