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

File Contents

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