ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/door/odoor_1.arc
Revision: 1.11
Committed: Sat Oct 16 09:16:56 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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.1 hp 400
6     exp 1
7     ac 10
8 root 1.7 level 1
9     materialname wood
10     randomitems door
11     move_block all
12     alive 1
13 root 1.5 no_pick 1
14 root 1.7 blocksview 1
15 root 1.1 end
16 root 1.7