Make light angels and messengers less similar in stats.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21989 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
733cb9d704
commit
31b5abca7a
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
Make messengers and light angels less similar in stats, to warrant their large difference in XP rewarded.
|
||||||
|
Swap a couple stats that were higher on the light angel, presumably from when regens were affected by speed.
|
||||||
|
Give messengers 80% blind resistance.
|
||||||
|
Move light angels down to level 17 from 20. Move messengers up to level 22 from 21.
|
||||||
|
Reduce light angels to 450 health from 500, increase messengers from 500 to 600 health.
|
||||||
|
Reduce light angel's wc to -8 from -10.
|
||||||
|
Reduce messengers to 70k XP from 80k XP.
|
||||||
|
monster/angel/liteangel.arc
|
||||||
|
monster/angel/mesangel.arc
|
||||||
|
Daniel Hawkins 2021-02-21
|
||||||
|
|
||||||
New art for kobold generator that puts it in perspective.
|
New art for kobold generator that puts it in perspective.
|
||||||
monster/goblin/kobold_gen.base.111.png
|
monster/goblin/kobold_gen.base.111.png
|
||||||
Daniel Hawkins 2021-02-20
|
Daniel Hawkins 2021-02-20
|
||||||
|
|
|
@ -15,15 +15,15 @@ unaggressive 0
|
||||||
Str 18
|
Str 18
|
||||||
exp 20000
|
exp 20000
|
||||||
ac -2
|
ac -2
|
||||||
wc -10
|
wc -8
|
||||||
dam 15
|
dam 15
|
||||||
Pow 40
|
Pow 32
|
||||||
Int 20
|
Int 20
|
||||||
maxsp 200
|
maxsp 200
|
||||||
hp 500
|
hp 450
|
||||||
maxhp 500
|
maxhp 450
|
||||||
Con 16
|
Con 12
|
||||||
level 20
|
level 17
|
||||||
resist_physical 30
|
resist_physical 30
|
||||||
resist_fire 30
|
resist_fire 30
|
||||||
resist_cold 30
|
resist_cold 30
|
||||||
|
|
|
@ -13,20 +13,21 @@ no_pick 1
|
||||||
alive 1
|
alive 1
|
||||||
unaggressive 0
|
unaggressive 0
|
||||||
Str 20
|
Str 20
|
||||||
exp 80000
|
exp 70000
|
||||||
ac -2
|
ac -2
|
||||||
wc -10
|
wc -10
|
||||||
dam 15
|
dam 15
|
||||||
Pow 32
|
Pow 40
|
||||||
Int 23
|
Int 23
|
||||||
maxsp 500
|
maxsp 500
|
||||||
hp 500
|
hp 600
|
||||||
maxhp 500
|
maxhp 600
|
||||||
Con 12
|
Con 16
|
||||||
level 21
|
level 22
|
||||||
resist_physical 30
|
resist_physical 30
|
||||||
resist_fire 30
|
resist_fire 30
|
||||||
resist_cold 30
|
resist_cold 30
|
||||||
|
resist_blind 80
|
||||||
attacktype 5
|
attacktype 5
|
||||||
speed -0.50
|
speed -0.50
|
||||||
weight 150000
|
weight 150000
|
||||||
|
|
Loading…
Reference in New Issue