ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/Kobold/h_kobold.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:36 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.6 object h_kobold
2 root 1.4 anim
3     h_kobold.x11
4     h_kobold.x12
5     mina
6 root 1.7 name hyper kobold
7     race goblin
8     face h_kobold.x11
9     str 30
10     dex 30
11     con 30
12     wis 50
13 root 1.1 hp 2000
14     maxhp 2000
15     exp 50000
16     dam 70
17     wc -30
18     ac -30
19     speed 1.200000
20     attack_movement 3
21     level 50
22     resist_cold -100
23     carrying 6000
24     weight 30000
25     alive 1
26     no_pick 1
27     monster 1
28     sleep 1
29     editable 1
30 root 1.8 magicmap green
31 root 1.1 end
32 root 1.7