simplified steadfast a bit
This commit is contained in:
parent
bc66d8b60b
commit
55659c7577
1 changed files with 3 additions and 2 deletions
|
@ -89,10 +89,11 @@ The unit will heal itself 8 HP per turn. If it is poisoned, it will remove the p
|
|||
id=steadfast
|
||||
multiply=2
|
||||
max_value=50
|
||||
apply_to=blade,pierce,impact,fire,cold,arcane
|
||||
# applies to any type if we leave it out
|
||||
#apply_to=blade,pierce,impact,fire,cold,arcane
|
||||
[filter_base_value]
|
||||
greater_than=0
|
||||
less_than_equal_to=50
|
||||
less_than=50
|
||||
[/filter_base_value]
|
||||
name= _ "steadfast"
|
||||
female_name= _ "female^steadfast"
|
||||
|
|
Loading…
Add table
Reference in a new issue