Fixed dark assassin hit sounds...
...and a few other WML bugs with aggression= settings.
This commit is contained in:
parent
f80078716f
commit
55f2a23c1b
6 changed files with 11 additions and 11 deletions
|
@ -69,7 +69,7 @@
|
|||
canrecruit=1
|
||||
[ai]
|
||||
recruitment_pattern=fighter,scout,archer,scout
|
||||
aggression={0.55 0.75 0.85}
|
||||
{QUANTITY aggression 0.55 0.75 0.85}
|
||||
{ATTACK_DEPTH 3 4 5}
|
||||
[target]
|
||||
description=Deoran
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
canrecruit=1
|
||||
[ai]
|
||||
recruitment_pattern=fighter,archer
|
||||
aggression={0.5 0.6 0.7}
|
||||
{QUANTITY aggression 0.5 0.6 0.7}
|
||||
{ATTACK_DEPTH 3 4 5}
|
||||
[target]
|
||||
description=Ethiliel
|
||||
|
@ -114,7 +114,7 @@
|
|||
canrecruit=1
|
||||
[ai]
|
||||
recruitment_pattern=fighter,scout,archer
|
||||
aggression={0.2 0.3 0.4}
|
||||
{QUANTITY aggression 0.2 0.3 0.4}
|
||||
[target]
|
||||
description=Ethiliel
|
||||
value=2.0
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
canrecruit=1
|
||||
[ai]
|
||||
recruitment_pattern= fighter, scout, scout
|
||||
aggression={0.3 0.4 0.5}
|
||||
{QUANTITY aggression 0.3 0.4 0.5}
|
||||
{ATTACK_DEPTH 3 4 5}
|
||||
[/ai]
|
||||
#ifdef EASY
|
||||
|
@ -145,7 +145,7 @@
|
|||
canrecruit=1
|
||||
[ai]
|
||||
recruitment_pattern=fighter,archer
|
||||
aggression={0.2 0.4 0.6}
|
||||
{QUANTITY aggression 0.2 0.4 0.6}
|
||||
{NO_SCOUTS}
|
||||
{ATTACK_DEPTH 3 4 5}
|
||||
[/ai]
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
name= _ "Dark Assassin"
|
||||
race=orc
|
||||
image=orcish-nightstalker.png
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-melee.png" orcish-nightstalker.png {SOUND_LIST_ORC_SMALL_HIT} melee}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-ranged.png" orcish-nightstalker.png {SOUND_LIST_ORC_SMALL_HIT} ranged}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-melee.png" orcish-nightstalker.png {SOUND_LIST:ORC_SMALL_HIT} melee}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-ranged.png" orcish-nightstalker.png {SOUND_LIST:ORC_SMALL_HIT} ranged}
|
||||
profile=portraits/cloaked.png
|
||||
hitpoints=52
|
||||
movement_type=elusivefoot
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
name= _ "Dark Assassin"
|
||||
race=orc
|
||||
image=orcish-nightstalker.png
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-melee.png" orcish-nightstalker.png {SOUND_LIST_ORC_SMALL_HIT} melee}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-ranged.png" orcish-nightstalker.png {SOUND_LIST_ORC_SMALL_HIT} ranged}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-melee.png" orcish-nightstalker.png {SOUND_LIST:ORC_SMALL_HIT} melee}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-ranged.png" orcish-nightstalker.png {SOUND_LIST:ORC_SMALL_HIT} ranged}
|
||||
profile=portraits/cloaked.png
|
||||
hitpoints=60
|
||||
movement_type=elusivefoot
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
name= _ "Dark Assassin"
|
||||
race=orc
|
||||
image=orcish-nightstalker.png
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-melee.png" orcish-nightstalker.png {SOUND_LIST_ORC_SMALL_HIT} melee}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-ranged.png" orcish-nightstalker.png {SOUND_LIST_ORC_SMALL_HIT} ranged}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-melee.png" orcish-nightstalker.png {SOUND_LIST:ORC_SMALL_HIT} melee}
|
||||
{DEFENSE_ANIM_RANGE "orcish-nightstalker-defend-ranged.png" orcish-nightstalker.png {SOUND_LIST:ORC_SMALL_HIT} ranged}
|
||||
profile=portraits/cloaked.png
|
||||
hitpoints=68
|
||||
movement_type=elusivefoot
|
||||
|
|
Loading…
Add table
Reference in a new issue