Sicarius - replace Deflect with Guard (#9532)
This commit is contained in:
parent
32b5570103
commit
9d9d2cd027
4 changed files with 27 additions and 27 deletions
|
@ -391,6 +391,22 @@ _"No gold carried over to the next scenario."#enddef
|
|||
#deprecated 2 1.17 This advancement is now enabled by default.
|
||||
#enddef
|
||||
|
||||
#define WEAPON_SPECIAL_DEFLECT
|
||||
#deprecated 2 1.21 This special is no longer used in any core units. On the Naga Sicarius, it has been replaced with the "Guard" special.
|
||||
# Canned definition of the Deflect ability to be included in a
|
||||
# [specials] clause.
|
||||
[chance_to_hit]
|
||||
id=deflect
|
||||
name= _ "deflect"
|
||||
description= _ "When used defensively, this attack reduces the opponent’s chance to hit by 10%."
|
||||
special_note=_"This unit’s defensive techniques reduce the chance of a successful enemy attack."
|
||||
sub=10
|
||||
cumulative=yes
|
||||
active_on=defense
|
||||
apply_to=opponent
|
||||
[/chance_to_hit]
|
||||
#enddef
|
||||
|
||||
#define WEAPON_SPECIAL_ABSORB AMT
|
||||
#deprecated 2 1.21 This special has a poor description and is no longer used in any core units. On the Naga Shield/High Guard, it has been replaced with the "Guard" special.
|
||||
# Canned definition of the Absorb ability to be included in a
|
||||
|
|
|
@ -102,21 +102,6 @@
|
|||
[/chance_to_hit]
|
||||
#enddef
|
||||
|
||||
#define WEAPON_SPECIAL_DEFLECT
|
||||
# Canned definition of the Deflect ability to be included in a
|
||||
# [specials] clause.
|
||||
[chance_to_hit]
|
||||
id=deflect
|
||||
name= _ "deflect"
|
||||
description= _ "When used defensively, this attack reduces the opponent’s chance to hit by 10%."
|
||||
special_note=_"This unit’s defensive techniques reduce the chance of a successful enemy attack."
|
||||
sub=10
|
||||
cumulative=yes
|
||||
active_on=defense
|
||||
apply_to=opponent
|
||||
[/chance_to_hit]
|
||||
#enddef
|
||||
|
||||
#define WEAPON_SPECIAL_MAGICAL
|
||||
# Canned definition of the Magical (targeting) ability to be included in a
|
||||
# [specials] clause.
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
description=_"curved blade"
|
||||
type=blade
|
||||
range=melee
|
||||
damage=6
|
||||
number=3
|
||||
damage=4
|
||||
number=4
|
||||
icon=attacks/blade-curved.png
|
||||
[/attack]
|
||||
[attack]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
gender=male,female
|
||||
image="units/nagas/mixed/sicarius.png"
|
||||
profile="portraits/nagas/naga-ophidian.webp"
|
||||
hitpoints=53
|
||||
hitpoints=49
|
||||
movement_type=naga
|
||||
movement=7
|
||||
experience=150
|
||||
|
@ -28,21 +28,20 @@
|
|||
description=_"curved blade"
|
||||
type=blade
|
||||
range=melee
|
||||
damage=6
|
||||
number=3
|
||||
damage=4
|
||||
number=4
|
||||
icon=attacks/blade-curved.png
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_DEFLECT}
|
||||
{WEAPON_SPECIAL_GUARD}
|
||||
[/specials]
|
||||
[/attack]
|
||||
[attack]
|
||||
# when out of string freeze, we can rename this to 'trishula'
|
||||
name=jarid
|
||||
description= _"jarid"
|
||||
name=trishula
|
||||
description= _"trishula"
|
||||
type=pierce
|
||||
range=ranged
|
||||
damage=13
|
||||
number=3
|
||||
damage=15
|
||||
number=2
|
||||
icon=attacks/trishula.png
|
||||
[/attack]
|
||||
|
||||
|
@ -62,7 +61,7 @@
|
|||
[/attack_anim]
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
name=jarid
|
||||
name=trishula
|
||||
[/filter_attack]
|
||||
start_time=-450
|
||||
missile_start_time=-150
|
||||
|
|
Loading…
Add table
Reference in a new issue