Extract monsters from map /wolfsburg/tt/tta2. Fix experience to be more than the base elementals (hp is way higher).
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13502 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
cb5cf6e14b
commit
9c7eb7d5ab
|
|
@ -0,0 +1,22 @@
|
|||
Object elem_dust
|
||||
animation elem_dust
|
||||
name dust devil
|
||||
race air_elemental
|
||||
face elem_dust.111
|
||||
monster 1
|
||||
move_type walk fly_low
|
||||
alive 1
|
||||
resist_electricity 100
|
||||
resist_blind 100
|
||||
attacktype 8
|
||||
resist_physical -100
|
||||
ac 4
|
||||
wc 10
|
||||
dam 10
|
||||
hp 500
|
||||
maxhp 500
|
||||
speed -0.3
|
||||
exp 4500
|
||||
weight 200
|
||||
level 11
|
||||
end
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
animation elem_dust
|
||||
elem_dust.111
|
||||
elem_dust.112
|
||||
mina
|
||||
face elem_dust.111
|
||||
magicmap brown
|
||||
end
|
||||
face elem_dust.112
|
||||
magicmap brown
|
||||
end
|
||||
|
||||
|
|
@ -21,3 +21,26 @@ resist_blind 100
|
|||
attacktype 1
|
||||
resist_fire -60
|
||||
end
|
||||
Object greater_earth_elemental
|
||||
name greater earth elemental
|
||||
hp 500
|
||||
maxhp 500
|
||||
exp 6000
|
||||
race earth_elemental
|
||||
face elem_earth.111
|
||||
animation earth_elemental
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
ac 6
|
||||
wc 10
|
||||
dam 50
|
||||
speed -0.08
|
||||
weight 100000
|
||||
level 10
|
||||
resist_physical 70
|
||||
resist_cold 50
|
||||
resist_blind 100
|
||||
attacktype 1
|
||||
resist_fire -60
|
||||
end
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
Object elem_fire_black
|
||||
animation elem_fire_black
|
||||
name black fire
|
||||
hp 1000
|
||||
maxhp 1000
|
||||
exp 5000
|
||||
race fire_elemental
|
||||
face elem_fire_black.111
|
||||
monster 1
|
||||
move_type walk fly_low
|
||||
alive 1
|
||||
resist_fire 100
|
||||
attacktype 4
|
||||
resist_confusion -100
|
||||
resist_blind 100
|
||||
glow_radius 1
|
||||
ac 4
|
||||
wc 13
|
||||
dam 20
|
||||
level 10
|
||||
speed -0.25
|
||||
weight 200
|
||||
end
|
||||
|
|
@ -1,14 +1,3 @@
|
|||
animation elem_dust
|
||||
elem_dust.111
|
||||
elem_dust.112
|
||||
mina
|
||||
face elem_dust.111
|
||||
magicmap brown
|
||||
end
|
||||
face elem_dust.112
|
||||
magicmap brown
|
||||
end
|
||||
#
|
||||
animation elem_fire_black
|
||||
elem_fire_black.111
|
||||
elem_fire_black.112
|
||||
|
|
@ -19,4 +8,3 @@ end
|
|||
face elem_fire_black.112
|
||||
magicmap black
|
||||
end
|
||||
#
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
Object golem_red
|
||||
animation golem_red
|
||||
hp 750
|
||||
maxhp 750
|
||||
exp 6000
|
||||
name lava man
|
||||
type 46
|
||||
face golem_red.111
|
||||
monster 1
|
||||
alive 1
|
||||
ac 5
|
||||
wc 12
|
||||
dam 8
|
||||
attacktype 1
|
||||
level 8
|
||||
speed 0.1
|
||||
weight 200000
|
||||
end
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
Object tsunami
|
||||
name tsunami
|
||||
hp 400
|
||||
maxhp 400
|
||||
exp 5000
|
||||
race water_elemental
|
||||
face elem_water.111
|
||||
animation water_elemental
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
ac 4
|
||||
wc 8
|
||||
dam 40
|
||||
speed -0.1
|
||||
weight 50000
|
||||
level 11
|
||||
resist_confusion 100
|
||||
resist_blind 100
|
||||
attacktype 17
|
||||
resist_cold 50
|
||||
resist_fire -50
|
||||
end
|
||||
Loading…
Reference in New Issue