Tweak base value of some weapons.
MSW 2010-11-26 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@14140 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
cc1ea96dc5
commit
fbb5290850
3
CHANGES
3
CHANGES
|
@ -1,6 +1,9 @@
|
|||
Changes for SVN top of tree:
|
||||
==============================================================================
|
||||
|
||||
Tweak base value of some weapons.
|
||||
MSW 2010-11-26
|
||||
|
||||
Update dragon players to provide a choice for starting focus for clients
|
||||
that support it.
|
||||
MSW 2010-11-14
|
||||
|
|
|
@ -6,7 +6,7 @@ material 16
|
|||
face bow.111
|
||||
dam 7
|
||||
weight 12000
|
||||
value 50
|
||||
value 40
|
||||
sp 50
|
||||
no_strength 0
|
||||
attacktype 1
|
||||
|
|
|
@ -7,7 +7,7 @@ material 16
|
|||
face compositebow.111
|
||||
dam 14
|
||||
weight 3000
|
||||
value 100
|
||||
value 60
|
||||
sp 35
|
||||
no_strength 0
|
||||
attacktype 1
|
||||
|
|
|
@ -8,7 +8,7 @@ dam 7
|
|||
weight 25000
|
||||
sp 40
|
||||
wc 1
|
||||
value 75
|
||||
value 40
|
||||
no_strength 1
|
||||
attacktype 1
|
||||
name_pl crossbows
|
||||
|
|
|
@ -7,7 +7,7 @@ material 16
|
|||
face huntersbow.111
|
||||
dam 10
|
||||
weight 2000
|
||||
value 50
|
||||
value 40
|
||||
sp 20
|
||||
no_strength 0
|
||||
attacktype 1
|
||||
|
|
|
@ -7,7 +7,7 @@ material 16
|
|||
face longbow.111
|
||||
dam 20
|
||||
weight 8000
|
||||
value 500
|
||||
value 200
|
||||
sp 40
|
||||
no_strength 0
|
||||
attacktype 1
|
||||
|
|
|
@ -7,7 +7,7 @@ face lspear.111
|
|||
material 18
|
||||
dam 12
|
||||
weight 26500
|
||||
value 100
|
||||
value 50
|
||||
can_impale 1
|
||||
attacktype 1
|
||||
weapontype 5
|
||||
|
|
|
@ -6,7 +6,7 @@ face poleaxe.111
|
|||
material 18
|
||||
dam 18
|
||||
weight 35500
|
||||
value 500
|
||||
value 200
|
||||
can_impale 1
|
||||
can_cut 1
|
||||
can_dam_armour 1
|
||||
|
|
|
@ -10,7 +10,7 @@ is_thrown 1
|
|||
material 2
|
||||
dam 7
|
||||
weight 8500
|
||||
value 50
|
||||
value 25
|
||||
attacktype 1
|
||||
weapontype 5
|
||||
name_pl spears
|
||||
|
|
|
@ -11,7 +11,7 @@ is_thrown 1
|
|||
material 2
|
||||
dam 1
|
||||
weight 1500
|
||||
value 35
|
||||
value 15
|
||||
attacktype 1
|
||||
weapontype 2
|
||||
name_pl throwing daggers
|
||||
|
|
Loading…
Reference in New Issue