ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/pixie.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:28 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 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.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.11 int 16
16 root 1.3 hp 8
17     maxhp 8
18     sp 2
19     maxsp 2
20 root 1.7 exp 10
21     dam 1
22 root 1.5 wc 7
23 root 1.7 ac 6
24 root 1.3 speed -0.2
25 root 1.7 attack_movement 3
26     level 2
27     weight 10000
28     randomitems pixie
29 root 1.3 run_away 15
30 root 1.7 pick_up 1
31     move_type fly_low
32     alive 1
33     no_pick 1
34     monster 1
35     see_invisible 1
36     can_cast_spell 1
37     sleep 1
38     body_range 1
39 root 1.5 can_use_wand 1
40 root 1.1 end
41 root 1.7