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

File Contents

# User Rev Content
1 root 1.3 object unicorn
2 root 1.1 name unicorn
3 root 1.3 race faerie
4     face unicorn.x31
5     con 8
6     wis 18
7     pow 15
8     hp 200
9     maxhp 200
10     sp 50
11     maxsp 50
12     exp 2000
13     dam 20
14     wc 4
15     ac 4
16     speed -0.07
17     level 6
18     attacktype 1
19     resist_magic 100
20     resist_acid 100
21     resist_poison 100
22     resist_paralyze 100
23     resist_fear 100
24     weight 800000
25 root 1.1 randomitems unicorn
26 root 1.3 run_away 5
27     alive 1
28     no_pick 1
29 root 1.1 monster 1
30 root 1.3 see_invisible 1
31     unaggressive 1
32     can_cast_spell 1
33 root 1.1 sleep 1
34     color_fg white
35 root 1.3 editable 1
36 root 1.1 anim
37     facings 2
38     unicorn.x31
39     unicorn.x32
40     unicorn.x33
41     unicorn.x71
42     unicorn.x72
43     unicorn.x73
44     mina
45     end
46 root 1.3 more
47     object unicorn_2
48 root 1.1 name unicorn
49     face unicorn.x31
50 root 1.3 x 1
51     weight 800000
52     alive 1
53     no_pick 1
54     monster 1
55 root 1.1 color_fg white
56     anim
57     facings 2
58     unicorn.x31
59     unicorn.x32
60     unicorn.x33
61     unicorn.x71
62     unicorn.x72
63     unicorn.x73
64     mina
65     end
66 root 1.3