Replace steadfast with resistance abilities special for Garak (#6075)
if Garak have 0% or -10% resistance only then steadfeast don't usable here.
This commit is contained in:
parent
bd793bd6e8
commit
304b7d15e9
1 changed files with 15 additions and 1 deletions
|
@ -689,7 +689,21 @@
|
|||
[effect]
|
||||
apply_to=new_ability
|
||||
[abilities]
|
||||
{ABILITY_STEADFAST}
|
||||
[resistance]
|
||||
id=garak_steadfast
|
||||
add=20
|
||||
max_value=50
|
||||
[filter_base_value]
|
||||
greater_than=0
|
||||
less_than=50
|
||||
[/filter_base_value]
|
||||
name= _ "steadfast"
|
||||
female_name= _ "female^steadfast"
|
||||
description= _ "This unit's resistances are increased by 20%, up to a maximum of 50%, when defending. Vulnerabilities are not affected."
|
||||
special_note={INTERNAL:SPECIAL_NOTES_STEADFAST}
|
||||
affect_self=yes
|
||||
active_on=defense
|
||||
[/resistance]
|
||||
[/abilities]
|
||||
[/effect]
|
||||
[effect]
|
||||
|
|
Loading…
Add table
Reference in a new issue