ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/flesh/blood/blood_red.arc
Revision: 1.11
Committed: Sat Mar 3 01:22:14 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.10: +39 -33 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.10 object blood_red
2 elmex 1.1 name puddle of red blood
3 pippijn 1.6 face blood_red.x11
4 elmex 1.1 food 3
5 elmex 1.4 nrof 1
6 root 1.11 type 54
7     materialname blood
8     weight 20
9 root 1.9 no_pick 1
10 root 1.11 identified 1
11 elmex 1.1 end
12 root 1.11
13 root 1.10 object blood_red2
14 elmex 1.1 name puddle of red blood
15 pippijn 1.6 face blood_red2.x11
16 elmex 1.1 food 3
17 elmex 1.4 nrof 1
18 root 1.11 type 54
19     materialname blood
20     weight 20
21 root 1.9 no_pick 1
22 root 1.11 identified 1
23 root 1.9 end
24 root 1.11
25     object blood_red2_medium
26 root 1.9 name puddle of red blood
27 root 1.11 face blood_red2_medium.x11
28     food 2
29     nrof 1
30 root 1.7 type 54
31 root 1.11 materialname blood
32     weight 20
33     no_pick 1
34 root 1.9 identified 1
35 root 1.11 end
36    
37     object blood_red2_small
38     name small puddle of red blood
39     face blood_red2_small.x11
40     food 1
41 root 1.9 nrof 1
42 root 1.11 type 54
43     materialname blood
44     weight 20
45 root 1.9 no_pick 1
46 root 1.11 identified 1
47 elmex 1.1 end
48 root 1.11
49     object blood_red_medium
50 elmex 1.1 name puddle of red blood
51 root 1.11 face blood_red_medium.x11
52 root 1.7 food 2
53     nrof 1
54 root 1.11 type 54
55     materialname blood
56     weight 20
57 root 1.9 no_pick 1
58 root 1.11 identified 1
59 root 1.7 end
60 root 1.11
61 root 1.10 object blood_red_small
62 root 1.7 name small puddle of red blood
63 root 1.9 face blood_red_small.x11
64 root 1.7 food 1
65 elmex 1.4 nrof 1
66 root 1.11 type 54
67     materialname blood
68     weight 20
69 elmex 1.2 no_pick 1
70 root 1.9 identified 1
71 elmex 1.1 end
72 root 1.11