skills/karate.arc, punching.arc, flame_touch.arc, one_handed_weapons.arc,
missile_weap.arc, throwing.arc, clawing.arc, two_handed_weapons.arc, wraith_feed.arc: Related to server change 11576 - add wc_increase_rate to these skills - for non weapon using skills, make that a lower value so that it should be better balanced, and also give it a starting bonus. MSW 2009-02-22 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11577 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
529f67bfe9
commit
1fdf1d92c5
7
CHANGES
7
CHANGES
|
@ -1,5 +1,12 @@
|
|||
Changes for SVN top of tree:
|
||||
|
||||
skills/karate.arc, punching.arc, flame_touch.arc, one_handed_weapons.arc,
|
||||
missile_weap.arc, throwing.arc, clawing.arc, two_handed_weapons.arc,
|
||||
wraith_feed.arc: Related to server change 11576 - add wc_increase_rate
|
||||
to these skills - for non weapon using skills, make that a lower value so
|
||||
that it should be better balanced, and also give it a starting bonus.
|
||||
MSW 2009-02-22
|
||||
|
||||
connect/Garden_gate/ggate_closed.face
|
||||
Fix a typo introduced in revision 11294 (part of change to using .face files)
|
||||
that caused closed garden gates to disappear when opened.
|
||||
|
|
|
@ -10,5 +10,7 @@ subtype 31
|
|||
body_skill -1
|
||||
exp 0
|
||||
level 100
|
||||
wc_increase_rate 4
|
||||
wc 1
|
||||
end
|
||||
|
||||
|
|
|
@ -12,5 +12,7 @@ subtype 18
|
|||
body_skill -1
|
||||
exp 0
|
||||
level 100
|
||||
wc_increase_rate 4
|
||||
wc 1
|
||||
end
|
||||
|
||||
|
|
|
@ -11,5 +11,7 @@ body_skill -1
|
|||
exp 0
|
||||
level 100
|
||||
attacktype 1
|
||||
wc_increase_rate 4
|
||||
wc 1
|
||||
end
|
||||
|
||||
|
|
|
@ -8,5 +8,6 @@ subtype 24
|
|||
body_skill -1
|
||||
exp 0
|
||||
level 100
|
||||
wc_increase_rate 5
|
||||
end
|
||||
|
||||
|
|
|
@ -9,5 +9,6 @@ body_skill -1
|
|||
exp 0
|
||||
level 100
|
||||
dam 1
|
||||
wc_increase_rate 5
|
||||
end
|
||||
|
||||
|
|
|
@ -9,5 +9,7 @@ body_skill -1
|
|||
exp 0
|
||||
level 100
|
||||
attacktype 1
|
||||
wc_increase_rate 4
|
||||
wc 1
|
||||
end
|
||||
|
||||
|
|
|
@ -8,5 +8,7 @@ subtype 25
|
|||
body_skill -1
|
||||
exp 0
|
||||
level 100
|
||||
wc_increase_rate 4
|
||||
wc 1
|
||||
end
|
||||
|
||||
|
|
|
@ -8,5 +8,6 @@ subtype 37
|
|||
body_skill -1
|
||||
exp 0
|
||||
level 100
|
||||
wc_increase_rate 5
|
||||
end
|
||||
|
||||
|
|
|
@ -10,4 +10,6 @@ subtype 38
|
|||
body_skill -1
|
||||
exp 0
|
||||
level 100
|
||||
wc_increase_rate 4
|
||||
wc 1
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue