ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/giant/giant.arc
Revision: 1.7
Committed: Sun Mar 11 00:15:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +2 -2 lines
Log Message:
normalise color_fg to magicmap

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.4 editable 1
36 root 1.7 magicmap brown
37 root 1.4 end
38 root 1.5 more
39     object giant_2
40 root 1.2 anim
41     giant.x11
42     giant.x12
43     mina
44 root 1.6 name hill giant
45     face giant.x11
46     y 1
47     weight 300000
48 root 1.4 alive 1
49     no_pick 1
50 root 1.6 monster 1
51 root 1.7 magicmap brown
52 root 1.1 end
53 root 1.6