ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/uranium.arc
Revision: 1.2
Committed: Tue Jan 2 21:50:08 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.1: +3 -3 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

# User Rev Content
1 root 1.1 Object uraniumpile
2     name pile
3     title of uranium
4 pippijn 1.2 face uranium.x11
5 root 1.1 nrof 1
6     material 2
7     materialname uranium
8     type 73
9     value 25
10     color_fg black
11     weight 5000
12     editable 2048
13     name_pl piles
14     client_type 641
15     end
16    
17     Object enricheduraniumpile
18     name pile
19     title of enriched uranium
20 pippijn 1.2 face uranium.x11
21 root 1.1 nrof 1
22     material 2
23     materialname enriched uranium
24     type 73
25     glow_radius 1
26     value 4000
27     color_fg black
28     weight 5000
29     editable 2048
30     name_pl piles
31     client_type 641
32     end
33    
34     Object depleteduraniumpile
35     name pile
36     title of depleted uranium
37 pippijn 1.2 face uranium.x11
38 root 1.1 nrof 1
39     material 2
40     materialname depleted uranium
41     type 73
42     value 10
43     color_fg black
44     weight 5000
45     editable 2048
46     name_pl piles
47     client_type 641
48     end
49    
50    
51