ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/sockpuppet.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: +38 -36 lines
Log Message:
second normaliser run - dude

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 color_fg white
18 editable 1
19 end
20
21 object sockpuppet
22 name Sock Puppet
23 attach [["sockpuppet"]]
24 race earth_elemental
25 face sockpuppet.x11
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 color_fg green
51 editable 1
52 end
53