ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ologhi.arc
Revision: 1.8
Committed: Tue Nov 3 09:49:24 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object ologhi
2 root 1.4 anim
3     ologhi.x11
4     ologhi.x12
5     mina
6 root 1.7 name Olog-hi
7     race goblin
8     face ologhi.x11
9     is_animated 1
10     str 30
11     dex 20
12     con 10
13     wis 4
14     int 8
15 root 1.1 hp 5000
16     maxhp 5000
17 root 1.7 exp 1000
18     dam 100
19 root 1.5 wc -100
20 root 1.7 ac -100
21 root 1.1 speed -0.25
22     attack_movement 5
23 root 1.7 level 20
24 root 1.1 resist_physical 100
25     resist_magic -100
26     resist_electricity -100
27     carrying 20000
28     weight 140000
29     randomitems throw_stnd
30 root 1.7 alive 1
31     no_pick 1
32     monster 1
33     sleep 1
34     can_see_in_dark 1
35 root 1.1 magicmap brown
36     end
37 root 1.7