ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/giant/giant.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:03 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

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