Adjusted the angels' settings a little.
Gave the biguns some resistance to holyword, so that they don't drop dead instantly. Also rose their wc a bit, since their primary attack is melee. --AV git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@970 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
751186eb27
commit
867ad46fd8
|
@ -16,6 +16,7 @@ no_pick 1
|
|||
alive 1
|
||||
exp 600
|
||||
resist_magic 50
|
||||
resist_holyword 40
|
||||
weight 75000
|
||||
flying 1
|
||||
run_away 18
|
||||
|
|
|
@ -17,7 +17,7 @@ Int 25
|
|||
Pow 60
|
||||
exp 200000
|
||||
ac -5
|
||||
wc -10
|
||||
wc -20
|
||||
dam 20
|
||||
sp 100
|
||||
maxsp 200
|
||||
|
@ -33,11 +33,10 @@ resist_poison 100
|
|||
resist_slow 100
|
||||
resist_paralyze 100
|
||||
resist_fear 100
|
||||
|
||||
resist_physical 50
|
||||
resist_fire 50
|
||||
resist_cold 50
|
||||
|
||||
resist_holyword 80
|
||||
attacktype 20745
|
||||
speed 0.400000
|
||||
weight 150000
|
||||
|
|
|
@ -14,9 +14,9 @@ level 50
|
|||
Str 29
|
||||
Int 25
|
||||
Pow 60
|
||||
exp 400000
|
||||
exp 500000
|
||||
ac -10
|
||||
wc -20
|
||||
wc -40
|
||||
dam 60
|
||||
speed 0.300000
|
||||
attacktype 20745
|
||||
|
@ -36,6 +36,7 @@ resist_fear 100
|
|||
resist_physical 75
|
||||
resist_fire 75
|
||||
resist_cold 75
|
||||
resist_holyword 50
|
||||
resist_godpower 80
|
||||
weight 150000
|
||||
flying 1
|
||||
|
|
|
@ -4,10 +4,10 @@ race angel
|
|||
face retributioner.111
|
||||
randomitems angel
|
||||
monster 1
|
||||
level 22
|
||||
level 27
|
||||
hp 4000
|
||||
ac -5
|
||||
wc -15
|
||||
wc -30
|
||||
dam 50
|
||||
speed 0.3
|
||||
attacktype 1048577
|
||||
|
@ -21,6 +21,7 @@ see_invisible 1
|
|||
no_pick 1
|
||||
alive 1
|
||||
resist_magic 80
|
||||
resist_holyword 95
|
||||
weight 75000
|
||||
flying 1
|
||||
run_away 18
|
||||
|
|
Loading…
Reference in New Issue