ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/Kobold/h_kobold.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:07 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +9 -8 lines
Log Message:
second normaliser run - dude

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 root 1.7 color_fg green
30 root 1.1 editable 1
31     end
32 root 1.7