ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/mercury.arc
Revision: 1.5
Committed: Fri Feb 9 01:51:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object fix_mercury
2 root 1.5 anim
3     fix_mercury.x11
4     fix_mercury.x12
5     mina
6 root 1.3 name block
7     name_pl blocks
8     title of fixed mercury
9     face fix_mercury.x11
10     speed 0.5
11     nrof 1
12     type 73
13 root 1.1 resist_electricity 100
14     resist_acid 100
15     materialname mercury
16 root 1.3 value 400
17     weight 8000
18     client_type 642
19 root 1.1 editable 2048
20     magicmap grey
21 root 1.3 end
22    
23     object mercury
24     name_pl mercuries
25     face mercury.x11
26     nrof 1
27     type 73
28     resist_electricity 100
29     resist_acid 100
30 root 1.1 materialname mercury
31 root 1.3 value 210
32     weight 3000
33     client_type 642
34     identified 1
35 root 1.1 editable 2048
36     magicmap grey
37     end
38 root 1.3