EI: "survivor" trait no longer grants "terror" immunity (#7914)
* Survivor trait no longer grants Terror immunity
This commit is contained in:
parent
5294bbf3cd
commit
ffeb758eda
1 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@ Any units adjacent to this unit will fight as if it were dusk when it is day, an
|
|||
[dummy]
|
||||
id=terror
|
||||
name= _ "terror"
|
||||
description= _ "This unit can frighten enemies in a 2 hex radius, making them fight worse. Units with the fearless or survivor traits are unaffected.
|
||||
description= _ "This unit can frighten enemies in a 2 hex radius, making them fight worse. Units with the fearless trait are unaffected.
|
||||
|
||||
When an enemy unit of lower level within a 2 hex radius engages in combat, its attacks do 25% less damage times the difference in their levels."
|
||||
[/dummy]
|
||||
|
@ -293,7 +293,7 @@ When an enemy unit of lower level within a 2 hex radius engages in combat, its a
|
|||
{FILT}
|
||||
|
||||
[not]
|
||||
trait=fearless,arrogant,survivor
|
||||
trait=fearless,audacious
|
||||
[/not]
|
||||
[/filter]
|
||||
apply_to=new_ability
|
||||
|
|
Loading…
Add table
Reference in a new issue