mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
moved some items out of items.cfg
This commit is contained in:
parent
6d6e50afdb
commit
db4acd5a5a
@ -690,94 +690,6 @@ What would you like to wish for?"
|
||||
[/event]
|
||||
#enddef
|
||||
|
||||
#define OBJ_SWORD_FIRE X Y ID
|
||||
[item]
|
||||
x={X}
|
||||
y={Y}
|
||||
image=items/flame-sword.png
|
||||
[/item]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
first_time_only=no
|
||||
[filter]
|
||||
side=1
|
||||
x={X}
|
||||
y={Y}
|
||||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name= _ "Flaming Sword"
|
||||
image=attacks/sword-flaming.png
|
||||
duration=forever
|
||||
description= _ "This massive blade was created centuries ago by long-forgotten elvish forgemasters, who managed to imbue the bluish steel with an inner magical fire. Tongues of flame dance on the surface, giving the bluish steel a flawless mirrored finish. As you place your hand around the glittering leather hilt, the sword roars to life! Strangely, you feel no heat once you pick it up, yet the grass at your feet bursts into flame as you test the heft of this mighty weapon."
|
||||
cannot_use_message= _ "Only the leader of an army can wield this sword!"
|
||||
[filter]
|
||||
description=Konrad
|
||||
x,y={X},{Y}
|
||||
[/filter]
|
||||
[then]
|
||||
[removeitem]
|
||||
x,y={X},{Y}
|
||||
[/removeitem]
|
||||
[/then]
|
||||
[effect]
|
||||
apply_to=new_attack
|
||||
name= _ "flaming sword"
|
||||
icon=attacks/sword-flaming.png
|
||||
type=fire
|
||||
range=melee
|
||||
special=magical
|
||||
damage=15
|
||||
number=4
|
||||
[sound]
|
||||
time=-200
|
||||
sound=fire.wav
|
||||
[/sound]
|
||||
[/effect]
|
||||
[/object]
|
||||
[/event]
|
||||
#enddef
|
||||
|
||||
#define OBJ_SCEPTER_FIRE X Y ID
|
||||
[item]
|
||||
x={X}
|
||||
y={Y}
|
||||
image=items/sceptre-of-fire.png
|
||||
[/item]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
first_time_only=no
|
||||
[filter]
|
||||
side=1
|
||||
x={X}
|
||||
y={Y}
|
||||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name= _ "Scepter of Fire"
|
||||
image=items/sceptre-of-fire.png
|
||||
duration=forever
|
||||
description= _ "This ancient Scepter was forged by the Dwarves. A symbol of the kingship of Wesnoth, the Scepter has the power to shoot fireballs at enemies of the bearer!"
|
||||
cannot_use_message= _ "This is the Scepter of Fire. Only a true successor to the throne can possibly dare to take this!"
|
||||
[filter]
|
||||
type=Princess,Battle Princess,Commander,Lord
|
||||
x,y={X},{Y}
|
||||
[/filter]
|
||||
[then]
|
||||
[removeitem]
|
||||
x,y={X},{Y}
|
||||
[/removeitem]
|
||||
[/then]
|
||||
[effect]
|
||||
apply_to=variation
|
||||
name=scepter
|
||||
[/effect]
|
||||
[/object]
|
||||
[/event]
|
||||
#enddef
|
||||
|
||||
#define ACT_TELEPORT X1 Y1 X2 Y2
|
||||
[item]
|
||||
x={X1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user