|
From: <cro...@li...> - 2003-08-28 01:45:33
|
Module Name: arch Committed By: temitchell Date: Thu Aug 28 01:45:27 UTC 2003 Added Files: arch/monster/animal: ape.arc ape.base.131.png ape.base.132.png ape.base.171.png ape.base.172.png Log Message: - a dancing ape - I animated the nethack/slashem ape FYI... Start of context diffs Index: arch/monster/animal/ape.arc diff -c /dev/null arch/monster/animal/ape.arc:1.1 *** /dev/null Wed Aug 27 18:45:27 2003 --- arch/monster/animal/ape.arc Wed Aug 27 18:45:27 2003 *************** *** 0 **** --- 1,37 ---- + Object ape + name ape + randomitems ape + race animal + face ape.171 + anim + facings 2 + ape.131 + ape.132 + ape.171 + ape.172 + mina + monster 1 + sleep 1 + no_pick 1 + alive 1 + exp 200 + level 7 + ac 0 + wc 5 + hp 260 + maxhp 260 + Con 2 + Wis 6 + Str 24 + Dex 25 + Int 8 + dam 30 + speed -0.2 + resist_electricity 30 + resist_physical 20 + weight 140000 + run_away 35 + can_apply 24 + editable 1 + magicmap brown + end |