ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/giant/giant.arc
Revision: 1.8
Committed: Tue Nov 3 09:49:21 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

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     str 30
10     con 4
11     wis 10
12     int 13
13     hp 250
14     maxhp 250
15 root 1.4 exp 1500
16 root 1.6 dam 20
17     wc 2
18 root 1.4 ac 1
19 root 1.6 speed -0.085
20 root 1.4 level 10
21 root 1.6 resist_electricity 50
22     resist_blind -30
23 root 1.1 weight 300000
24 root 1.6 randomitems giant
25 root 1.1 run_away 6
26     pick_up 1
27 root 1.6 alive 1
28     no_pick 1
29     monster 1
30 root 1.1 can_use_weapon 1
31 root 1.6 sleep 1
32 root 1.1 can_use_skill 1
33 root 1.6 body_arm 2
34     body_skill 1
35 root 1.7 magicmap brown
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     y 1
46     weight 300000
47 root 1.4 alive 1
48     no_pick 1
49 root 1.6 monster 1
50 root 1.7 magicmap brown
51 root 1.1 end
52 root 1.6