Replaced Crab Man with doofus-01's Monster Crab
@ -108,6 +108,10 @@
|
||||
name= "Zerovirus"
|
||||
comment = "Naga Hunter sprite"
|
||||
[/entry]
|
||||
[entry]
|
||||
name= "doofus-01"
|
||||
comment = "Monster Crab sprite"
|
||||
[/entry]
|
||||
[/about]
|
||||
[about]
|
||||
title= _ "Miscellaneous"
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 765 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 774 B |
After Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 746 B |
@ -2134,10 +2134,6 @@
|
||||
animate=yes
|
||||
)}
|
||||
|
||||
[message]
|
||||
role=Angry Crab
|
||||
message= _ "Aaaargh! Fresh meat!"
|
||||
[/message]
|
||||
[message]
|
||||
speaker=unit
|
||||
message= _ "Where did those things come from? They look dangerous."
|
||||
@ -2158,10 +2154,6 @@
|
||||
animate=yes
|
||||
)}
|
||||
|
||||
[message]
|
||||
role=Angry Crab
|
||||
message= _ "Gaaaggghhh! Kill!" # wmllint: no spellcheck
|
||||
[/message]
|
||||
[message]
|
||||
speaker=unit
|
||||
message= _ "What are those things? They looked like ticked off giant crabs."
|
||||
|
@ -1,10 +1,10 @@
|
||||
#textdomain wesnoth-utbs
|
||||
[unit_type]
|
||||
id=Crab Man
|
||||
name= _ "Crab Man"
|
||||
name= _ "Monster Crab"
|
||||
race=monster
|
||||
image="units/monsters/crab.png"
|
||||
{DEFENSE_ANIM "units/monsters/crab-defend.png" "units/monsters/crab.png" groan.wav }
|
||||
{DEFENSE_ANIM "units/monsters/crab-defend2.png" "units/monsters/crab-defend1.png" {SOUND_LIST:SKELETON_HIT} }
|
||||
hitpoints=29
|
||||
movement_type=swimmer
|
||||
movement=5
|
||||
@ -15,11 +15,12 @@
|
||||
alignment=neutral
|
||||
cost=17
|
||||
usage=fighter
|
||||
description= _ "The Crab Men are part crab, part humanoid, and are certainly one of the most twisted monsters ever recorded by the sages of Wesnoth. Probably the creation of some twisted mage, these monstrosities have spread into the wild and prefer to live around coastal waters, preying on both humans and animals."
|
||||
description= _ "The Monster Crab is a semi-sentient crab the size of a horse. It is one of many twisted monsters recorded by the sages of Wesnoth and probably the creation of some twisted mage. These monstrosities have spread into the wild and prefer to live around coastal waters, preying on both humans and animals."
|
||||
die_sound={SOUND_LIST:SKELETON_DIE}
|
||||
[attack]
|
||||
name=claws
|
||||
description= _"claws"
|
||||
icon=attacks/claws-animal.png
|
||||
icon=attacks/pincers.png
|
||||
type=blade
|
||||
range=melee
|
||||
damage=9
|
||||
@ -29,10 +30,11 @@
|
||||
[filter_attack]
|
||||
name=claws
|
||||
[/filter_attack]
|
||||
start_time=-100
|
||||
start_time=-250
|
||||
offset="0:100,0~0.6:150,0.6~0:200"
|
||||
[frame]
|
||||
image=units/monsters/crab-attack[1~2].png:[100*2]
|
||||
image=units/monsters/crab-attack[1,2,3].png:[150,70,130],units/monsters/crab.png:100
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS claws.ogg {SOUND_LIST:MISS} 0}
|
||||
{SOUND:HIT_AND_MISS pincers.ogg {SOUND_LIST:MISS} -150}
|
||||
[/attack_anim]
|
||||
[/unit_type]
|
||||
|