|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-12-02 15:14:29
|
Revision: 21583
http://sourceforge.net/p/crossfire/code/21583
Author: silvernexus
Date: 2020-12-02 15:14:26 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
Add horn of Mysteries as a new horn type. Casts wonder.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/artifacts
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-02 14:43:19 UTC (rev 21582)
+++ arch/trunk/ChangeLog 2020-12-02 15:14:26 UTC (rev 21583)
@@ -1,3 +1,7 @@
+Add horn of Mysteries as a horn artifact. It casts wonder.
+artifacts
+Daniel Hawkins 2020-12-02
+
Fiddle with the big tomato image so that it doesn't have the insufficient-transparency outline.
food/produce/tomato_big.base.111.png
Daniel Hawkins 2020-12-02
Modified: arch/trunk/artifacts
===================================================================
--- arch/trunk/artifacts 2020-12-02 14:43:19 UTC (rev 21582)
+++ arch/trunk/artifacts 2020-12-02 15:14:26 UTC (rev 21583)
@@ -2238,6 +2238,19 @@
animation_suffix frost
end
#
+# Because rod of wonder wasn't enough >:)
+Allowed horn,shell_horn
+chance 1
+Object Mysteries
+type 3
+other_arch spell_wonder
+level 5
+hp -35
+maxhp -35
+value 25
+animation_suffix mystery
+end
+#
Allowed horn,shell horn
chance 33
Object Aggravation
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|