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

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