ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/sockpuppet.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:29 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# Content
1 object generate_sockpuppet
2 name old sock dryer
3 race earth_elemental
4 other_arch sockpuppet
5 face sockpuppet_gen.x11
6 hp 600
7 maxhp 600
8 maxsp 1
9 exp 2000
10 ac -10
11 speed -0.5
12 level 1
13 weight 1000
14 alive 1
15 no_pick 1
16 generator 1
17 end
18
19 object sockpuppet
20 name Sock Puppet
21 race earth_elemental
22 face sockpuppet.x11
23 str 1
24 dex 1
25 con 1
26 wis 1
27 pow 1
28 int 1
29 hp 1
30 maxhp 1
31 exp -1
32 dam 0
33 wc 25
34 ac 120
35 speed 4
36 level 1
37 attacktype 0
38 resist_fire 100
39 resist_cold 100
40 resist_acid 100
41 resist_poison 100
42 resist_slow 100
43 resist_paralyze 100
44 weight 300
45 alive 1
46 no_pick 1
47 monster 1
48 end
49