New artifact weapon type, 'the Brute'.
Allows for more damage dealt at the expense of more damage taken. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@22043 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
110ae002d7
commit
06b51ee191
|
|
@ -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,
|
Amend book message to use the prepare weapon scroll's face,
|
||||||
per Nicholas Weeger's suggestion.
|
per Nicholas Weeger's suggestion.
|
||||||
messages
|
messages
|
||||||
|
|
|
||||||
14
artifacts
14
artifacts
|
|
@ -406,6 +406,20 @@ endmsg
|
||||||
item_power 2
|
item_power 2
|
||||||
end
|
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
|
Allowed all
|
||||||
chance 5
|
chance 5
|
||||||
Object Ixalovh
|
Object Ixalovh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue