ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/giant/giant.arc
Revision: 1.10
Committed: Sat Oct 16 09:18:13 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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