ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/Neko/neko.arc
Revision: 1.17
Committed: Tue Feb 6 22:40:34 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.16: +59 -58 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.17 object neko
2     name neko chan
3 root 1.1 race animal
4 pippijn 1.16 face neko.x11
5 root 1.17 wis 8
6     hp 2
7     maxhp 2
8 root 1.1 exp 1000
9 root 1.17 dam 2
10     wc 27
11 root 1.1 ac 18
12 root 1.17 speed 0.3
13 root 1.1 level 1
14     weight 30000
15 root 1.17 randomitems neko
16 root 1.1 run_away 90
17 root 1.17 alive 1
18     no_pick 1
19     monster 1
20     sleep 1
21 root 1.1 editable 1
22     magicmap brown
23 root 1.2 anim
24     facings 2
25 pippijn 1.16 neko.x11
26     neko.x12
27     neko.x13
28     neko.x14
29     neko.x15
30     neko.x16
31     neko.x17
32     neko.x18
33 root 1.2 mina
34 root 1.17 end
35    
36     object nekosan
37     name neko san
38     attach [["Nekosan"]]
39     race animal
40     face neko.x11
41     str 100
42     dex 100
43     con 100
44     wis 100
45     pow 100
46     cha 100
47     int 100
48 root 1.4 hp 30000
49     maxhp 30000
50 root 1.2 exp 1
51 root 1.17 dam 1
52 root 1.3 wc 120
53     ac -120
54 root 1.17 speed 0.07
55     attack_movement 54
56     level 1
57 root 1.4 resist_physical 99
58 root 1.2 resist_magic 100
59     resist_fire 100
60     resist_electricity 100
61     resist_cold 100
62     resist_confusion 100
63     resist_acid 100
64     resist_drain 100
65     resist_weaponmagic 100
66     resist_ghosthit 100
67     resist_poison 100
68     resist_slow 100
69     resist_paralyze 100
70 root 1.17 resist_turn_undead 100
71 root 1.2 resist_fear 100
72     resist_deplete 100
73     resist_death 100
74     resist_chaos 100
75 root 1.17 resist_godpower 100
76     resist_holyword 100
77 root 1.2 resist_blind 100
78 root 1.8 resist_disease 100
79 root 1.17 weight 30000
80     run_away 90
81     alive 1
82     no_pick 1
83     monster 1
84     identified 1
85     hitback 0
86     unaggressive 1
87     reflect_missile 1
88     reflect_spell 1
89     no_strength 1
90 root 1.2 sleep 0
91 root 1.17 editable 1
92     magicmap brown
93     anim
94     facings 2
95     neko.x11
96     neko.x12
97     neko.x13
98     neko.x14
99     neko.x15
100     neko.x16
101     neko.x17
102     neko.x18
103     mina
104 root 1.10 end
105 root 1.17