ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Winter/christmas_tree_5.arc
Revision: 1.5
Committed: Sat Mar 3 01:22:32 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.4: +15 -13 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object christmas_s_tree5
2     name snow covered christmas tree
3     face s_tree_5_christmas.x11
4     glow_radius 2
5     move_slow walk
6     move_slow_penalty 1
7 root 1.1 no_pick 1
8     is_wooded 1
9 root 1.5 color_fg brown
10 root 1.1 editable 8
11     visibility 100
12     end
13    
14 root 1.5 object christmas_tree5
15     name christmas tree
16     face tree_5_christmas.x11
17     glow_radius 2
18     move_slow walk
19     move_slow_penalty 1
20 root 1.1 no_pick 1
21     is_wooded 1
22 root 1.5 color_fg brown
23 root 1.1 editable 8
24     visibility 100
25     end
26 root 1.5