Add spell casting arrows as artifacts.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21601 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
8ca5bf6ed3
commit
490073bf7b
|
|
@ -1,3 +1,7 @@
|
||||||
|
Add spell casting arrows, based on patch https://sourceforge.net/p/crossfire/patches/364/
|
||||||
|
artifacts
|
||||||
|
Nicolas Weeger 2020-12-12
|
||||||
|
|
||||||
Add speech bubble by Kevin Zheng.
|
Add speech bubble by Kevin Zheng.
|
||||||
system/speech.arch
|
system/speech.arch
|
||||||
system/speech.base.111.png
|
system/speech.base.111.png
|
||||||
|
|
|
||||||
36
artifacts
36
artifacts
|
|
@ -3411,6 +3411,42 @@ materialname adamantium
|
||||||
food 10
|
food 10
|
||||||
end
|
end
|
||||||
#
|
#
|
||||||
|
Allowed arrow,bolt
|
||||||
|
chance 1
|
||||||
|
Object fire explosion
|
||||||
|
type 13
|
||||||
|
value 20
|
||||||
|
arrow_spell small fireball
|
||||||
|
arch event_attacks
|
||||||
|
title Python
|
||||||
|
slaying python/items/spell_arrow.py
|
||||||
|
end
|
||||||
|
end
|
||||||
|
#
|
||||||
|
Allowed arrow,bolt
|
||||||
|
chance 1
|
||||||
|
Object cold storm
|
||||||
|
type 13
|
||||||
|
value 20
|
||||||
|
arrow_spell small snowstorm
|
||||||
|
arch event_attacks
|
||||||
|
title Python
|
||||||
|
slaying python/items/spell_arrow.py
|
||||||
|
end
|
||||||
|
end
|
||||||
|
#
|
||||||
|
Allowed arrow,bolt
|
||||||
|
chance 1
|
||||||
|
Object noxious fumes
|
||||||
|
type 13
|
||||||
|
value 20
|
||||||
|
arrow_spell poison cloud
|
||||||
|
arch event_attacks
|
||||||
|
title Python
|
||||||
|
slaying python/items/spell_arrow.py
|
||||||
|
end
|
||||||
|
end
|
||||||
|
#
|
||||||
# Bows
|
# Bows
|
||||||
#
|
#
|
||||||
Allowed all
|
Allowed all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue