ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/jewel/uraniumbar.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +24 -26 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# Content
1 #Above composition ^^
2 #99.9% U235
3 object depleteduraniumbar
4 name depleted uranium bar
5 name_pl depleted uranium bars
6 race gold and jewels
7 face uraniumbar.x11
8 nrof 1
9 type 73
10 material 2
11 materialname depleted uranium
12 value 20
13 weight 10000
14 client_type 2005
15 identified 1
16 color_fg grey
17 editable 2048
18 end
19
20 #Above composition ^^
21 #99.5% U238
22 #0.5% U235
23 #(Note in the real world usually 0.7% U235).
24 object enricheduraniumbar
25 name enriched uranium bar
26 name_pl enriched uranium bars
27 race gold and jewels
28 face uraniumbar.x11
29 dam 5
30 speed 0.100000
31 nrof 1
32 type 73
33 attacktype 4
34 material 2
35 materialname enriched uranium
36 value 400000
37 weight 10000
38 glow_radius 1
39 client_type 2005
40 identified 1
41 # adeb0
42 color_fg grey
43 editable 2048
44 end
45
46 object uraniumbar
47 name uranium bar
48 name_pl uranium bars
49 race gold and jewels
50 face uraniumbar.x11
51 nrof 1
52 type 73
53 material 2
54 materialname uranium
55 value 50
56 weight 10000
57 client_type 2005
58 identified 1
59 color_fg grey
60 editable 2048
61 end
62