Skip to content

Commit

Permalink
Falcons: swap beak and claws attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejnewar authored and nemaara committed Mar 15, 2020
1 parent 4b4a9fb commit 0aa011f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions data/core/units/monsters/Elder_Falcon.cfg
Expand Up @@ -23,18 +23,18 @@
village=50
[/defense]
[attack]
name=claws
description= _ "claws"
icon=attacks/claws-animal.png
type=blade
name=beak
description= _ "beak"
type=pierce
range=melee
damage=4
number=3
[/attack]
[attack]
name=beak
description= _ "beak"
type=pierce
name=claws
description= _ "claws"
icon=attacks/claws-animal.png
type=blade
range=melee
damage=9
number=1
Expand Down
14 changes: 7 additions & 7 deletions data/core/units/monsters/Falcon.cfg
Expand Up @@ -22,18 +22,18 @@
village=50
[/defense]
[attack]
name=claws
description= _ "claws"
icon=attacks/claws-animal.png
type=blade
name=beak
description= _ "beak"
type=pierce
range=melee
damage=2
number=3
[/attack]
[attack]
name=beak
description= _ "beak"
type=pierce
name=claws
description= _ "claws"
icon=attacks/claws-animal.png
type=blade
range=melee
damage=5
number=1
Expand Down

0 comments on commit 0aa011f

Please sign in to comment.