ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/Neko/neko.arc
Revision: 1.19
Committed: Sat Mar 3 00:50:11 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.18: +48 -49 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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