ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/Kobold/h_kobold.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:04 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object h_kobold
2 root 1.4 anim
3     h_kobold.x11
4     h_kobold.x12
5     mina
6 root 1.1 name hyper kobold
7     race goblin
8 pippijn 1.2 face h_kobold.x11
9 root 1.3 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.3 color_fg green
30 root 1.1 editable 1
31     end
32 root 1.3