ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/pixie.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:13 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +9 -9 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 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.1 race faerie
12 root 1.3 face pixie.x11
13     wis 15
14     pow 1
15     hp 8
16     maxhp 8
17     sp 2
18     maxsp 2
19     exp 10
20     dam 1
21     wc 7
22     ac 6
23     speed -0.2
24     attack_movement 3
25     level 2
26     weight 10000
27 root 1.1 randomitems pixie
28 root 1.3 run_away 15
29     pick_up 1
30     move_type all
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     can_use_wand 1
39 root 1.1 color_fg orange
40 root 1.3 editable 1
41 root 1.1 end
42 root 1.3