From 490073bf7b5ced890c90412e879b3e263cfb89dd Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sat, 12 Dec 2020 16:14:20 +0000 Subject: [PATCH] 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-b93c2d0d6712 --- ChangeLog | 4 ++++ artifacts | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f5a3c96e..cafeffbcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. system/speech.arch system/speech.base.111.png diff --git a/artifacts b/artifacts index 3a7e92995..8e02335e0 100644 --- a/artifacts +++ b/artifacts @@ -3411,6 +3411,42 @@ materialname adamantium food 10 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 # Allowed all