ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/door/odoor_1.arc
Revision: 1.10
Committed: Tue Nov 3 09:58:36 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object door_1
2 root 1.8 inherit type_door
3 root 1.1 name door
4 pippijn 1.2 face odoor_1.x11
5 root 1.10 magicmap orange
6 root 1.1 hp 400
7     exp 1
8     ac 10
9 root 1.7 level 1
10     materialname wood
11     randomitems door
12     move_block all
13     alive 1
14 root 1.5 no_pick 1
15 root 1.7 blocksview 1
16 root 1.1 end
17 root 1.7