test scenario: used [filter] status= instead of [filter_wml]
This commit is contained in:
parent
f6b445f026
commit
1f6603e73b
1 changed files with 4 additions and 20 deletions
|
@ -145,11 +145,7 @@ Xu, Xu, Qxu, Qxu, Ql, Ql, Ql, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Gg, Gg, Gg, Gg, Gg
|
|||
description="Each successful strike in a battle involving this attack causes the attacker to lose 4 HP. This has no effect against nonliving targets."
|
||||
[filter_opponent]
|
||||
[not]
|
||||
[filter_wml]
|
||||
[status]
|
||||
not_living="yes"
|
||||
[/status]
|
||||
[/filter_wml]
|
||||
status=not_living
|
||||
[/not]
|
||||
[/filter_opponent]
|
||||
sub=4
|
||||
|
@ -225,11 +221,7 @@ Xu, Xu, Qxu, Qxu, Ql, Ql, Ql, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Gg, Gg, Gg, Gg, Gg
|
|||
description="When this attack hits a living unit, the user is healed for 20 HP."
|
||||
[filter_opponent]
|
||||
[not]
|
||||
[filter_wml]
|
||||
[status]
|
||||
not_living="yes"
|
||||
[/status]
|
||||
[/filter_wml]
|
||||
status=not_living
|
||||
[/not]
|
||||
[/filter_opponent]
|
||||
value=20
|
||||
|
@ -440,11 +432,7 @@ Xu, Xu, Qxu, Qxu, Ql, Ql, Ql, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Gg, Gg, Gg, Gg, Gg
|
|||
description="Each successful strike in a battle involving this attack causes the attacker to lose 4 HP. This has no effect against nonliving targets."
|
||||
[filter_opponent]
|
||||
[not]
|
||||
[filter_wml]
|
||||
[status]
|
||||
not_living="yes"
|
||||
[/status]
|
||||
[/filter_wml]
|
||||
status=not_living
|
||||
[/not]
|
||||
[/filter_opponent]
|
||||
sub=4
|
||||
|
@ -520,11 +508,7 @@ Xu, Xu, Qxu, Qxu, Ql, Ql, Ql, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Xu, Gg, Gg, Gg, Gg, Gg
|
|||
description="When this attack hits a living unit, the user is healed for 20 HP."
|
||||
[filter_opponent]
|
||||
[not]
|
||||
[filter_wml]
|
||||
[status]
|
||||
not_living="yes"
|
||||
[/status]
|
||||
[/filter_wml]
|
||||
status=not_living
|
||||
[/not]
|
||||
[/filter_opponent]
|
||||
value=20
|
||||
|
|
Loading…
Add table
Reference in a new issue