Add Rune of Sparking to the set of runes available in the game. It releases a spark shower when triggered.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21269 282e977c-c81d-0410-88c4-b93c2d0d6712
master
silvernexus 2020-08-14 13:53:56 +00:00
parent cac5b1979e
commit df56b8ff7b
4 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Add a new rune -- rune of sparking. It's spark shower in a rune.
spell/Rune/rune_sparking.arc
spell/Rune/rune_sparking.face
spell/Rune/rune_spark.base.111.png
Daniel Hawkins 2020-08-14
Add a new artifact: (weapon) of Souls. Requires server and maps (python scripts) updates to function.
artifacts
Daniel Hawkins 2020-08-07

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

View File

@ -0,0 +1,20 @@
Object rune_spark_shower
name Rune of Sparking
type 154
speed 1
hp 1
other_arch spell_spark_shower
face rune_spark.111
msg
You set off a shower of sparks!
endmsg
animation rune_spark
level 1
is_animated 0
invisible 1
no_pick 1
move_on walk
attacktype 10
dam 90
Cha 20
end

View File

@ -0,0 +1,7 @@
animation rune_spark
rune_spark.111
rune_spark.111
mina
face rune_spark.111
magicmap yellow
end