ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/sockpuppet.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:09 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +2 -2 lines
Log Message:
big cfarch-normalize run

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 magicmap white
7 hp 600
8 maxhp 600
9 maxsp 1
10 exp 2000
11 ac -10
12 speed -0.5
13 level 1
14 weight 1000
15 alive 1
16 no_pick 1
17 generator 1
18 end
19
20 object sockpuppet
21 name Sock Puppet
22 attach [["sockpuppet"]]
23 race earth_elemental
24 face sockpuppet.x11
25 magicmap green
26 str 1
27 dex 1
28 con 1
29 wis 1
30 pow 1
31 hp 1
32 maxhp 1
33 exp -1
34 dam 0
35 wc 25
36 ac 120
37 speed 4
38 level 1
39 attacktype 0
40 resist_fire 100
41 resist_cold 100
42 resist_acid 100
43 resist_poison 100
44 resist_slow 100
45 resist_paralyze 100
46 weight 300
47 alive 1
48 no_pick 1
49 monster 1
50 end
51