first commit
This commit is contained in:
16
api/app/data/abilities/basic_attack.yaml
Normal file
16
api/app/data/abilities/basic_attack.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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: []
|
||||
Reference in New Issue
Block a user