Commit patch #2954039: New Monster - Shadow Dragon - FIXED, by Kayoto.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13741 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
5823ab864b
commit
0581631eef
|
@ -1,18 +1,19 @@
|
|||
Object shadow_dragon
|
||||
name shadow dragon
|
||||
race dragon
|
||||
randomitems dragon
|
||||
randomitems shadow_dragon
|
||||
monster 1
|
||||
move_type walk
|
||||
sleep 1
|
||||
Wis 20
|
||||
face shadow_dragon.x31
|
||||
animation shadow_dragon
|
||||
level 35
|
||||
Con 11
|
||||
Pow 26
|
||||
can_cast_spell 1
|
||||
sp 200
|
||||
maxsp 200
|
||||
sp 800
|
||||
maxsp 800
|
||||
hp 5500
|
||||
maxhp 5500
|
||||
resist_fire 100
|
||||
|
@ -36,6 +37,7 @@ More
|
|||
Object shadow_dragon_2
|
||||
name shadow dragon
|
||||
face shadow_dragon.x31
|
||||
animation shadow_dragon
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
|
@ -46,6 +48,7 @@ More
|
|||
Object shadow_dragon_3
|
||||
name shadow dragon
|
||||
face shadow_dragon.x31
|
||||
animation shadow_dragon
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
|
@ -56,6 +59,7 @@ More
|
|||
Object shadow_dragon_4
|
||||
name shadow dragon
|
||||
face shadow_dragon.x31
|
||||
animation shadow_dragon
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
|
@ -66,6 +70,7 @@ More
|
|||
Object shadow_dragon_5
|
||||
name shadow dragon
|
||||
face shadow_dragon.x31
|
||||
animation shadow_dragon
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
|
@ -77,6 +82,7 @@ More
|
|||
Object shadow_dragon_6
|
||||
name shadow dragon
|
||||
face shadow_dragon.x31
|
||||
animation shadow_dragon
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
face shadow_dragon.x31
|
||||
magicmap red
|
||||
animation shadow_dragon
|
||||
facings 2
|
||||
shadow_dragon.x31
|
||||
shadow_dragon.x61
|
||||
mina
|
||||
end
|
||||
|
|
|
@ -0,0 +1,68 @@
|
|||
treasure shadow_dragon
|
||||
arch dragon_steak
|
||||
nrof 3
|
||||
chance 45
|
||||
more
|
||||
arch dragonclaw
|
||||
chance 15
|
||||
nrof 20
|
||||
more
|
||||
arch dragon_wing
|
||||
chance 20
|
||||
nrof 2
|
||||
more
|
||||
arch dragon_eye
|
||||
chance 20
|
||||
more
|
||||
arch heart
|
||||
chance 15
|
||||
more
|
||||
arch brain
|
||||
chance 4
|
||||
more
|
||||
arch abil_slow
|
||||
nrof 3
|
||||
more
|
||||
arch spell_nightfall
|
||||
nrof 1
|
||||
more
|
||||
arch spell_negabolt
|
||||
nrof 2
|
||||
more
|
||||
arch abil_fear
|
||||
more
|
||||
arch abil_poison_cloud
|
||||
nrof 2
|
||||
more
|
||||
arch gem
|
||||
chance 30
|
||||
nrof 1
|
||||
no
|
||||
arch ruby
|
||||
nrof 3
|
||||
chance 30
|
||||
no
|
||||
arch sapphire
|
||||
nrof 3
|
||||
chance 30
|
||||
no
|
||||
arch emerald
|
||||
nrof 3
|
||||
chance 30
|
||||
end
|
||||
end
|
||||
end
|
||||
more
|
||||
arch platinacoin
|
||||
nrof 12
|
||||
chance 15
|
||||
no
|
||||
arch goldcoin
|
||||
nrof 7
|
||||
chance 50
|
||||
no
|
||||
arch silvercoin
|
||||
nrof 80
|
||||
end
|
||||
end
|
||||
end
|
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue