|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-03-18 18:55:39
|
Revision: 22043
http://sourceforge.net/p/crossfire/code/22043
Author: silvernexus
Date: 2021-03-18 18:55:29 +0000 (Thu, 18 Mar 2021)
Log Message:
-----------
New artifact weapon type, 'the Brute'.
Allows for more damage dealt at the expense of more damage taken.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/artifacts
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-03-17 17:27:45 UTC (rev 22042)
+++ arch/trunk/ChangeLog 2021-03-18 18:55:29 UTC (rev 22043)
@@ -1,3 +1,8 @@
+Add bludgeoning weapons of "the Brute", which do more damage at the expense
+of a sizable amount of AC. Do more damage, take more damage.
+artifacts
+Daniel Hawkins 2021-03-18
+
Amend book message to use the prepare weapon scroll's face,
per Nicholas Weeger's suggestion.
messages
Modified: arch/trunk/artifacts
===================================================================
--- arch/trunk/artifacts 2021-03-17 17:27:45 UTC (rev 22042)
+++ arch/trunk/artifacts 2021-03-18 18:55:29 UTC (rev 22043)
@@ -406,6 +406,20 @@
item_power 2
end
#
+Allowed club,morningstar,large_morningstar,big_club,mace,mace_2,sflail1
+chance 3
+Object the Brute
+type 15
+value 3
+dam 15
+wc 1
+ac -5
+msg
+ Bash first, ask questions never.
+endmsg
+item_power 5
+end
+#
Allowed all
chance 5
Object Ixalovh
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|