ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/giant/giant.arc
Revision: 1.4
Committed: Sat Mar 3 00:50:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +31 -32 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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