diff --git a/monster/elemental/elem_dust.arc b/monster/elemental/elem_dust.arc new file mode 100644 index 000000000..3c4cf9952 --- /dev/null +++ b/monster/elemental/elem_dust.arc @@ -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 diff --git a/monster/elemental/elem_dust.face b/monster/elemental/elem_dust.face new file mode 100644 index 000000000..d2777ac61 --- /dev/null +++ b/monster/elemental/elem_dust.face @@ -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 + diff --git a/monster/elemental/elem_earth.arc b/monster/elemental/elem_earth.arc index 9c68b32eb..3844a216e 100644 --- a/monster/elemental/elem_earth.arc +++ b/monster/elemental/elem_earth.arc @@ -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 diff --git a/monster/elemental/elem_fire_black.arc b/monster/elemental/elem_fire_black.arc new file mode 100644 index 000000000..6fd19ea96 --- /dev/null +++ b/monster/elemental/elem_fire_black.arc @@ -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 diff --git a/monster/elemental/elem.face b/monster/elemental/elem_fire_black.face similarity index 54% rename from monster/elemental/elem.face rename to monster/elemental/elem_fire_black.face index 30daa0ec9..08aca0816 100644 --- a/monster/elemental/elem.face +++ b/monster/elemental/elem_fire_black.face @@ -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 -# diff --git a/monster/elemental/lava_man.arc b/monster/elemental/lava_man.arc new file mode 100644 index 000000000..f871dff08 --- /dev/null +++ b/monster/elemental/lava_man.arc @@ -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 diff --git a/monster/elemental/tsunami.arc b/monster/elemental/tsunami.arc new file mode 100644 index 000000000..8033534ff --- /dev/null +++ b/monster/elemental/tsunami.arc @@ -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