ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/sockpuppet.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:55 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +39 -37 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 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 root 1.1 name Sock Puppet
23 root 1.4 attach [["sockpuppet"]]
24 root 1.1 race earth_elemental
25 pippijn 1.3 face sockpuppet.x11
26 root 1.4 str 1
27     dex 1
28     con 1
29     wis 1
30     pow 1
31     hp 1
32     maxhp 1
33 root 1.1 exp -1
34 root 1.4 dam 0
35     wc 25
36 root 1.1 ac 120
37 root 1.4 speed 4
38     level 1
39 root 1.1 attacktype 0
40 root 1.4 resist_fire 100
41     resist_cold 100
42     resist_acid 100
43 root 1.1 resist_poison 100
44     resist_slow 100
45     resist_paralyze 100
46     weight 300
47     alive 1
48     no_pick 1
49 root 1.4 monster 1
50     color_fg green
51 root 1.1 editable 1
52     end
53 root 1.4