mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 00:19:02 +00:00
Fixed some really deprecated weapon special WML.
This commit is contained in:
parent
5705665245
commit
8f70633d65
@ -64,7 +64,9 @@
|
||||
icon="attacks/mud-glob.png"
|
||||
type=impact
|
||||
range=ranged
|
||||
special=magical
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_MAGICAL}
|
||||
[/specials]
|
||||
damage=6
|
||||
number=2
|
||||
[animation]
|
||||
|
@ -59,7 +59,9 @@
|
||||
icon="attacks/dark-missile.png"
|
||||
type=cold
|
||||
range=ranged
|
||||
special=magical
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_MAGICAL}
|
||||
[/specials]
|
||||
damage=13
|
||||
number=2
|
||||
[animation]
|
||||
|
@ -67,7 +67,9 @@
|
||||
range=ranged
|
||||
damage=7
|
||||
number=2
|
||||
special=drain
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_DRAIN}
|
||||
[/specials]
|
||||
icon=attacks/curse.png
|
||||
[animation]
|
||||
[missile_frame]
|
||||
|
@ -67,7 +67,9 @@
|
||||
range=ranged
|
||||
damage=8
|
||||
number=2
|
||||
special=drain
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_DRAIN}
|
||||
[/specials]
|
||||
icon=attacks/curse.png
|
||||
[animation]
|
||||
[missile_frame]
|
||||
|
@ -68,7 +68,9 @@
|
||||
range=ranged
|
||||
damage=9
|
||||
number=2
|
||||
special=drain
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_DRAIN}
|
||||
[/specials]
|
||||
icon=attacks/curse.png
|
||||
[animation]
|
||||
[missile_frame]
|
||||
|
Loading…
x
Reference in New Issue
Block a user