ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/quads/quad_water.arc
Revision: 1.3
Committed: Thu May 5 15:23:05 2011 UTC (13 years, 1 month ago) by root
Branch: MAIN
Changes since 1.2: +3 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 # should become nithong when removed, or maybe one water?
2     object quad_water_floor
3     inherit type_quad_floor
4     name water
5     name_pl water
6     face sea.x11
7     end
8    
9     # just a different name?
10     object quad_ocean_floor
11     inherit quad_water_floor
12     name ocean
13     name_pl ocean
14     end
15    
16     # special "endless source of water" quad?
17 root 1.3 object quad_water_source
18 root 1.1 inherit type_quad_wall
19     name water
20     name_pl water
21     face quad_water_wall.x11
22 root 1.2 type 25
23     subtype 1
24 root 1.1 end
25    
26     # water, with 7 animation faces (levels)
27 root 1.3 object quad_water_flow
28 root 1.1 inherit type_quad_wall
29     name water
30     name_pl water
31     face quad_water_wall.x11
32 root 1.2 type 25
33     subtype 2
34 root 1.3 move_block -all
35 root 1.1 end