ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/light_bulb.arc
Revision: 1.7
Committed: Tue Dec 23 18:14:19 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.6: +45 -0 lines
Log Message:
new lights, tweak old scorn

File Contents

# User Rev Content
1 root 1.5 object light1
2 root 1.1 name light
3 pippijn 1.2 face light_bulb_1.x11
4 root 1.6 invisible 1
5 root 1.4 glow_radius 1
6 root 1.1 editable 32
7     magicmap yellow
8     end
9 root 1.6
10 root 1.5 object light2
11 root 1.1 name light
12 pippijn 1.2 face light_bulb_2.x11
13 root 1.6 invisible 1
14 root 1.4 glow_radius 2
15 root 1.1 editable 32
16     magicmap yellow
17     end
18 root 1.6
19 root 1.5 object light3
20 root 1.1 name light
21 pippijn 1.2 face light_bulb_3.x11
22 root 1.6 invisible 1
23 root 1.4 glow_radius 3
24 root 1.1 editable 32
25     magicmap yellow
26     end
27 root 1.6
28 root 1.5 object light4
29 root 1.1 name light
30 pippijn 1.2 face light_bulb_4.x11
31 root 1.6 invisible 1
32 root 1.4 glow_radius 4
33 root 1.1 editable 32
34     magicmap yellow
35     end
36 root 1.6
37 root 1.7 object light5
38     name light
39     face light_bulb_x.x11
40     invisible 1
41     glow_radius 5
42     editable 32
43     magicmap yellow
44     end
45    
46     object light6
47     name light
48     face light_bulb_x.x11
49     invisible 1
50     glow_radius 6
51     editable 32
52     magicmap yellow
53     end
54    
55     object light7
56     name light
57     face light_bulb_x.x11
58     invisible 1
59     glow_radius 7
60     editable 32
61     magicmap yellow
62     end
63    
64     object light8
65     name light
66     face light_bulb_x.x11
67     invisible 1
68     glow_radius 8
69     editable 32
70     magicmap yellow
71     end
72    
73     object light9
74     name light
75     face light_bulb_x.x11
76     invisible 1
77     glow_radius 9
78     editable 32
79     magicmap yellow
80     end
81