ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/emptybottles.arc
Revision: 1.8
Committed: Mon May 7 05:24:41 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, 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_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +7 -7 lines
Log Message:
- introduce a new naming scheme:
  type_xxx # for base classes defining a type
  class_xxx # for base classes not defining a type
- define some base classes in class/types.arc
- use them for bows, players, weapons, bows, horns, shields, wands
- preset the new body slots with their default values

File Contents

# User Rev Content
1 root 1.7 object boozebottle_empty
2     name empty bottle
3     name_pl empty bottles
4     skill one handed weapons
5     face boozebottle_empty.x11
6     dam 1
7 root 1.1 nrof 1
8 root 1.8 inherit type_weapon
9 root 1.3 attacktype 1
10 root 1.7 materialname glass
11     value 3
12     weight 1000
13     last_sp 10
14 root 1.1 weapontype 8
15     client_type 611
16     body_arm -1
17 root 1.7 editable 1024
18     magicmap brown
19 root 1.1 end
20    
21 root 1.7 object coffee_empty
22     name empty cup
23     name_pl empty cups
24     skill one handed weapons
25     face coffee_empty.x11
26     dam 1
27 root 1.1 nrof 1
28 root 1.8 inherit type_weapon
29 root 1.7 attacktype 1
30     materialname glass
31 root 1.5 value 1
32 root 1.7 weight 50
33     last_sp 10
34 root 1.1 weapontype 8
35     client_type 611
36     body_arm -1
37 root 1.7 editable 1024
38     magicmap brown
39 root 1.1 end
40    
41 root 1.7 object potion_empty
42 root 1.1 name empty bottle
43     name_pl empty bottles
44 root 1.7 skill one handed weapons
45     face potion_empty.x11
46     dam 1
47 root 1.1 nrof 1
48 root 1.8 inherit type_weapon
49 root 1.7 attacktype 1
50     materialname glass
51 root 1.5 value 3
52 root 1.7 weight 700
53     last_sp 10
54 root 1.1 weapontype 8
55     client_type 611
56     body_arm -1
57 root 1.7 editable 1024
58     magicmap brown
59 root 1.1 end
60    
61 root 1.7 object vial_empty
62     name empty vial
63     name_pl empty vials
64     skill one handed weapons
65     face vial_empty.x11
66     dam 1
67 root 1.1 nrof 1
68 root 1.8 inherit type_weapon
69 root 1.7 attacktype 1
70     materialname glass
71 root 1.5 value 3
72 root 1.7 weight 70
73     last_sp 10
74 root 1.1 weapontype 8
75     client_type 611
76     body_arm -1
77 root 1.7 editable 1024
78     magicmap brown
79 root 1.1 end
80    
81 root 1.7 object w_glass_empty
82     name empty glass
83     name_pl empty glasses
84     skill one handed weapons
85     face w_glass_empty.x11
86     dam 1
87 root 1.1 nrof 1
88 root 1.8 inherit type_weapon
89 root 1.3 attacktype 1
90 root 1.7 materialname glass
91     value 1
92     weight 500
93     last_sp 10
94 root 1.1 weapontype 8
95     client_type 611
96     body_arm -1
97 root 1.7 editable 1024
98     magicmap brown
99 root 1.1 end
100    
101 root 1.7 object wbottle_empty
102 root 1.1 name empty bottle
103     name_pl empty bottles
104 root 1.7 skill one handed weapons
105     face wbottle_empty.x11
106     dam 1
107 root 1.1 nrof 1
108 root 1.8 inherit type_weapon
109 root 1.7 attacktype 1
110     materialname glass
111     value 3
112 root 1.5 weight 700
113 root 1.7 last_sp 10
114 root 1.1 weapontype 8
115     client_type 611
116     body_arm -1
117 root 1.7 editable 1024
118     magicmap brown
119 root 1.1 end
120    
121 root 1.7 object winebottle_empty
122     name empty bottle
123     name_pl empty bottles
124     skill one handed weapons
125     face winebottle_empty.x11
126     dam 1
127 root 1.1 nrof 1
128 root 1.8 inherit type_weapon
129 root 1.7 attacktype 1
130     materialname glass
131 root 1.5 value 3
132 root 1.7 weight 600
133     last_sp 10
134 root 1.1 weapontype 8
135     client_type 611
136     body_arm -1
137 root 1.7 editable 1024
138     magicmap brown
139 root 1.1 end
140