Give greater dwarven guards the accuracy to actually hit enemies when attacked.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21993 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
9f504b29d5
commit
615383395a
|
@ -1,3 +1,9 @@
|
|||
Give greater dwarven guards enough wc to actually hit things
|
||||
wc 20 -> 2 (this is improvement, since negative wc is better)
|
||||
dam 12-> 22
|
||||
monster/humanoid/Dwarf/greater_dwarven_guard.arc
|
||||
Daniel Hawkins 2021-02-23
|
||||
|
||||
Give a value to dice.
|
||||
misc/dice.arc
|
||||
Nicolas Weeger 2021-02-22
|
||||
|
|
|
@ -15,8 +15,8 @@ move_type walk
|
|||
attack_movement 4
|
||||
alive 1
|
||||
ac -5
|
||||
wc 20
|
||||
dam 12
|
||||
wc 2
|
||||
dam 22
|
||||
hp 600
|
||||
maxhp 600
|
||||
exp 20000
|
||||
|
|
Loading…
Reference in New Issue