ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:37 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +47 -43 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.8 object burnt_torch
2     name burnt out torch
3     name_pl burnt out torches
4     face torch_unlit.x11
5     nrof 1
6     materialname ironwood
7     value 0
8     weight 500
9     client_type 1102
10     editable 128
11     end
12    
13     object dim_torch
14     anim
15     torch_lit1.x11
16     torch_lit2.x11
17     mina
18 root 1.6 name torch
19 root 1.8 name_pl torches
20     other_arch burnt_torch
21     face torch_lit2.x11
22     food 60
23     speed 0.15
24     materialname ironwood
25     value 0
26 root 1.6 weight 500
27 root 1.8 glow_radius 2
28     client_type 1102
29 root 1.6 changing 1
30     is_lightable 1
31     editable 128
32 root 1.3 end
33 root 1.8
34 root 1.7 object torch_1
35 root 1.5 anim
36     torch_lit1.x11
37     torch_lit2.x11
38     mina
39 root 1.8 name torch
40     name_pl torches
41     other_arch dim_torch
42     face torch_lit1.x11
43 root 1.6 food 500
44 root 1.8 speed 0.15
45     materialname ironwood
46 root 1.3 value 0
47 root 1.1 weight 500
48 root 1.6 glow_radius 3
49 root 1.8 client_type 1102
50     changing 1
51 root 1.6 editable 128
52     magicmap orange
53 root 1.5 end
54 root 1.8
55     object torch_unlit
56 root 1.6 name torch
57     name_pl torches
58 root 1.8 other_arch torch_1
59 pippijn 1.2 face torch_unlit.x11
60 root 1.8 food 1
61 root 1.3 nrof 1
62 root 1.8 materialname ironwood
63     value 15
64 root 1.1 weight 500
65 root 1.8 glow_radius 0
66     client_type 1102
67     changing 1
68     is_lightable 1
69 root 1.6 editable 128
70 root 1.8 magicmap brown
71 root 1.1 end
72 root 1.8