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-b93c2d0d6712master
parent
cac5b1979e
commit
df56b8ff7b
|
@ -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 |
|
@ -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
|
|
@ -0,0 +1,7 @@
|
|||
animation rune_spark
|
||||
rune_spark.111
|
||||
rune_spark.111
|
||||
mina
|
||||
face rune_spark.111
|
||||
magicmap yellow
|
||||
end
|
Loading…
Reference in New Issue