ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/rock.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:24 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.3 object rock
2 pippijn 1.2 face rock.x11
3 root 1.4 materialname stone
4 root 1.1 weight 1500000
5 root 1.3 move_type walk
6     move_block all
7     no_pick 1
8 root 1.1 can_roll 1
9     editable 128
10     magicmap grey
11     end
12 root 1.3