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

File Contents

# User Rev Content
1 root 1.2 object giant
2 root 1.3 anim
3     giant.x11
4     giant.x12
5     mina
6 root 1.2 name hill giant
7 root 1.1 race giant
8     face giant.x11
9 root 1.2 str 30
10     con 4
11     wis 10
12     int 13
13     hp 250
14     maxhp 250
15 root 1.1 exp 1500
16 root 1.2 dam 20
17     wc 2
18 root 1.1 ac 1
19 root 1.2 speed -0.085
20 root 1.1 level 10
21 root 1.2 resist_electricity 50
22     resist_blind -30
23 root 1.1 weight 300000
24 root 1.2 randomitems giant
25 root 1.1 run_away 6
26     pick_up 1
27 root 1.2 alive 1
28     no_pick 1
29     monster 1
30 root 1.1 can_use_weapon 1
31 root 1.2 sleep 1
32 root 1.1 can_use_skill 1
33 root 1.2 body_arm 2
34     body_skill 1
35     color_fg brown
36 root 1.1 editable 1
37 root 1.3 end
38     more
39     object giant_2
40 root 1.2 anim
41     giant.x11
42     giant.x12
43     mina
44 root 1.1 name hill giant
45     face giant.x11
46 root 1.2 y 1
47     weight 300000
48     alive 1
49     no_pick 1
50     monster 1
51 root 1.1 color_fg brown
52     end
53 root 1.2