Attrubute change swing= ->second_value= requested by boucman.

This commit is contained in:
Eric S. Raymond 2009-08-01 15:47:41 +00:00
parent 64eec2b20f
commit 67e599f2b0
3 changed files with 6 additions and 5 deletions

View file

@ -147,7 +147,7 @@
[if]
[filter_second_attack]
[/filter_second_attack]
swing=1
second_value=1
### all units with any melee attack (because the dwarf's attack is melee) will pass the above filter, and execute this block instead of the following block
start_time=-240
@ -159,7 +159,7 @@
start_time=-3640
offset=0.0~0.0:3400,0.0~-0.15:20,-0.15~0.1:30,0.1~0.5:190,0.5~0.6:30,0.6~0.6:30,0.6~0.15:100,0.15~0.0:30
swing=1
second_value=1
[frame]
duration=200
image="units/dwarves/berserker.png"

View file

@ -112,7 +112,7 @@
[if]
[filter_second_attack]
[/filter_second_attack]
swing=1
second_value=1
### all units with any melee attack (because the dwarf's attack is melee) will pass the above filter, and execute this block instead of the following block
start_time=-240
@ -124,7 +124,7 @@
start_time=-3640
offset=0.0~0.0:3400,0.0~-0.15:20,-0.15~0.1:30,0.1~0.5:190,0.5~0.6:30,0.6~0.6:30,0.6~0.15:100,0.15~0.0:30
swing=1
second_value=1
[frame]
duration=200
image="units/dwarves/ulfserker.png"

View file

@ -456,7 +456,8 @@ linechanges = (
("WEAPON_SPECIAL_STONE", "WEAPON_SPECIAL_PETRIFY"),
("SPECIAL_NOTE_STONE", "SPECIAL_NOTE_PETRIFY"),
(".stoned", ".petrified"),
# Changed just before 1.7.3
# Changed at rev 37390
("swing=", "second_value="),
)
def validate_stack(stack, filename, lineno):