|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-12-12 16:14:22
|
Revision: 21601
http://sourceforge.net/p/crossfire/code/21601
Author: ryo_saeba
Date: 2020-12-12 16:14:20 +0000 (Sat, 12 Dec 2020)
Log Message:
-----------
Add spell casting arrows as artifacts.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/artifacts
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-12 16:13:28 UTC (rev 21600)
+++ arch/trunk/ChangeLog 2020-12-12 16:14:20 UTC (rev 21601)
@@ -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
Modified: arch/trunk/artifacts
===================================================================
--- arch/trunk/artifacts 2020-12-12 16:13:28 UTC (rev 21600)
+++ arch/trunk/artifacts 2020-12-12 16:14:20 UTC (rev 21601)
@@ -3411,6 +3411,42 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|