ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/giant/giant.arc
Revision: 1.2
Committed: Tue Feb 6 22:40:43 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.1: +33 -32 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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