ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/pixie.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +22 -21 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object pixie
2 root 1.4 anim
3     pixie.x11
4     pixie.x12
5     pixie.x11
6     pixie.x12
7     pixie.x11
8     pixie.x13
9     pixie.x13
10     mina
11 root 1.7 race faerie
12     face pixie.x11
13     wis 15
14     pow 1
15 root 1.3 hp 8
16     maxhp 8
17     sp 2
18     maxsp 2
19 root 1.7 exp 10
20     dam 1
21 root 1.5 wc 7
22 root 1.7 ac 6
23 root 1.3 speed -0.2
24 root 1.7 attack_movement 3
25     level 2
26     weight 10000
27     randomitems pixie
28 root 1.3 run_away 15
29 root 1.7 pick_up 1
30     move_type fly_low
31     alive 1
32     no_pick 1
33     monster 1
34     see_invisible 1
35     can_cast_spell 1
36     sleep 1
37     body_range 1
38 root 1.5 can_use_wand 1
39 root 1.7 color_fg orange
40 root 1.5 editable 1
41 root 1.1 end
42 root 1.7