Skip to content

Commit

Permalink
units: roc changes
Browse files Browse the repository at this point in the history
- now beloning to monsters
- removed lvl 1 variant (there is only one sprite for both)
  • Loading branch information
sevu committed Aug 17, 2019
1 parent 29349b0 commit 13626f4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 89 deletions.
File renamed without changes
12 changes: 0 additions & 12 deletions data/core/units.cfg
Expand Up @@ -135,18 +135,6 @@ Elves are the eldest race of the continent, with the possible exception of troll
{OGRE_NAMES}
[/race]

[race]
id=roc
male_name= _ "race^Roc"
female_name= _ "race+female^Roc"
plural_name= _ "race^Rocs"
description=""
num_traits=2
undead_variation=bat
markov_chain_size=2
{OGRE_NAMES}
[/race]

# wmllint: general spelling goblin goblins
[race]
id=goblin
Expand Down
13 changes: 7 additions & 6 deletions data/core/units/monsters/Roc.cfg
Expand Up @@ -2,8 +2,10 @@
[unit_type]
id=Roc
name= _ "Roc"
race=roc
image="units/monsters/young-roc.png"
race=monster
num_traits=2
undead_variation=gryphon
image="units/monsters/roc.png"
hitpoints=56
movement_type=fly
movement=10
Expand All @@ -16,7 +18,7 @@
usage=scout
description=""
die_sound={SOUND_LIST:GRYPHON_DIE}
{DEFENSE_ANIM "units/monsters/young-roc.png" "units/monsters/young-roc.png" {SOUND_LIST:GRYPHON_HIT} }
{DEFENSE_ANIM "units/monsters/roc.png" "units/monsters/roc.png" {SOUND_LIST:GRYPHON_HIT} }
[defense]
village=50
[/defense]
Expand All @@ -32,7 +34,6 @@
[attack]
name=beak
description= _ "beak"
icon=attacks/beak.png
type=pierce
range=melee
damage=12
Expand All @@ -50,7 +51,7 @@
start_time=-200

[frame]
image="units/monsters/young-roc-attack.png:300"
image="units/monsters/roc-attack.png:300"
[/frame]

{SOUND:HIT_AND_MISS claws.ogg {SOUND_LIST:MISS} -100}
Expand All @@ -63,7 +64,7 @@
start_time=-200

[frame]
image="units/monsters/young-roc-attack.png:300"
image="units/monsters/roc-attack.png:300"
[/frame]

{SOUND:HIT_AND_MISS spear.ogg {SOUND_LIST:MISS} -100}
Expand Down
71 changes: 0 additions & 71 deletions data/core/units/monsters/Young_Roc.cfg

This file was deleted.

0 comments on commit 13626f4

Please sign in to comment.