ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/flesh/blood/blood_red.arc
Revision: 1.12
Committed: Fri Aug 10 02:17:54 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41, HEAD
Changes since 1.11: +6 -0 lines
Log Message:
add plural forms

File Contents

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