Extract monsters from Warrior's Tower, level 4.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@17948 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
571aa3cb02
commit
1734cb08fb
|
|
@ -0,0 +1,84 @@
|
|||
Object cave_byakie
|
||||
Str 90
|
||||
Dex 65
|
||||
name cave byakie
|
||||
Con 90
|
||||
Wis 20
|
||||
Pow 75
|
||||
Int 30
|
||||
hp 10000
|
||||
maxhp 8000
|
||||
sp 200
|
||||
maxsp 200
|
||||
exp 500000
|
||||
dam 60
|
||||
wc -50
|
||||
ac -17
|
||||
speed -0.700000
|
||||
level 50
|
||||
resist_confusion 100
|
||||
resist_paralyze 100
|
||||
carrying 25000
|
||||
randomitems cave_byakie
|
||||
face byakie.x11
|
||||
animation byakie
|
||||
race chaos
|
||||
monster 1
|
||||
move_type walk
|
||||
sleep 1
|
||||
resist_physical 100
|
||||
resist_magic 100
|
||||
resist_poison 100
|
||||
resist_fear 100
|
||||
resist_chaos 100
|
||||
resist_fire 50
|
||||
resist_electricity 50
|
||||
resist_cold 50
|
||||
resist_acid 50
|
||||
resist_drain 50
|
||||
resist_slow 50
|
||||
see_invisible 1
|
||||
alive 1
|
||||
no_pick 1
|
||||
can_cast_spell 1
|
||||
will_apply 12
|
||||
weight 30000000
|
||||
run_away 2
|
||||
end
|
||||
More
|
||||
Object cave_byakie_2
|
||||
name cave byakie
|
||||
face byakie.x11
|
||||
animation byakie
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
no_pick 1
|
||||
x 1
|
||||
weight 30000000
|
||||
end
|
||||
More
|
||||
Object cave_byakie_3
|
||||
name cave byakie
|
||||
face byakie.x11
|
||||
animation byakie
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
no_pick 1
|
||||
y 1
|
||||
weight 30000000
|
||||
end
|
||||
More
|
||||
Object cave_byakie_4
|
||||
name cave byakie
|
||||
face byakie.x11
|
||||
animation byakie
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
no_pick 1
|
||||
x 1
|
||||
y 1
|
||||
weight 30000000
|
||||
end
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
treasure cave_byakie
|
||||
arch gem
|
||||
nrof 500
|
||||
more
|
||||
arch spell_magic_missile
|
||||
more
|
||||
arch abil_slow
|
||||
more
|
||||
arch spell_dragonbreath
|
||||
more
|
||||
arch abil_icestorm
|
||||
more
|
||||
list byakie
|
||||
end
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
Object creeping_chaos
|
||||
name creeping chaos
|
||||
Con 20
|
||||
Wis 15
|
||||
Pow 50
|
||||
hp 8000
|
||||
maxhp 8000
|
||||
sp 200
|
||||
maxsp 200
|
||||
exp 300000
|
||||
dam 40
|
||||
wc -35
|
||||
ac -15
|
||||
speed -0.400000
|
||||
level 40
|
||||
attacktype 283648
|
||||
randomitems creeping_chaos
|
||||
resist_confusion 100
|
||||
resist_paralyze 100
|
||||
see_invisible 1
|
||||
can_cast_spell 1
|
||||
face crawling_chaos.111
|
||||
animation crawling_chaos
|
||||
alive 1
|
||||
resist_poison 100
|
||||
resist_fear 100
|
||||
resist_chaos 100
|
||||
resist_blind 100
|
||||
resist_electricity -100
|
||||
weight 750000
|
||||
monster 1
|
||||
move_type walk
|
||||
no_pick 1
|
||||
end
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
treasure creeping_chaos
|
||||
arch abil_fear
|
||||
more
|
||||
arch abil_fear
|
||||
more
|
||||
arch spell_create_pool_of_chaos
|
||||
end
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
Object likanth
|
||||
Str 35
|
||||
Dex 0
|
||||
name likanth
|
||||
Con 20
|
||||
Wis 15
|
||||
Pow 80
|
||||
hp 5000
|
||||
maxhp 5000
|
||||
sp 300
|
||||
maxsp 300
|
||||
exp 200000
|
||||
dam 25
|
||||
wc -20
|
||||
ac -7
|
||||
speed -0.400000
|
||||
level 35
|
||||
resist_physical 70
|
||||
resist_confusion 100
|
||||
resist_weaponmagic -50
|
||||
resist_paralyze 100
|
||||
see_invisible 1
|
||||
randomitems likanth
|
||||
face lokanth.131
|
||||
race chaos
|
||||
animation lokanth
|
||||
monster 1
|
||||
move_type walk
|
||||
Int 12
|
||||
no_pick 1
|
||||
alive 1
|
||||
resist_magic 50
|
||||
resist_godpower -100
|
||||
resist_fear 100
|
||||
resist_chaos 100
|
||||
resist_acid 100
|
||||
resist_poison 100
|
||||
weight 85000
|
||||
attacktype 1025
|
||||
can_cast_spell 1
|
||||
can_use_skill 1
|
||||
body_skill 1
|
||||
end
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
treasure likanth
|
||||
arch abil_fear
|
||||
more
|
||||
arch abil_poison_cloud
|
||||
more
|
||||
arch spell_paralyze
|
||||
more
|
||||
arch abil_poison_cloud
|
||||
more
|
||||
list lokanth
|
||||
end
|
||||
Loading…
Reference in New Issue