ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/connect/Hole/trapdoor_4.arc
Revision: 1.5
Committed: Sun Feb 18 20:36:46 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +1 -1 lines
Log Message:
- cfarch-normalise used move_all as default value, which is not what the
  server uses, but seemed to be the right thing for maps.
- well, you can't substitute move_on etc. for walk_on in any easy way.
- so I kept the wrongly changed archetypes and hand-edited the ones
  in connect/ only.
- i tried to change them in a way that make smost sense, instead of
  keeping the old interpretation (Which was wrong abotu as often as the new
  one).

File Contents

# User Rev Content
1 root 1.3 object trapdoor_4
2 root 1.4 anim
3     trapdoor_4.x11
4     hole.x11
5     mina
6 root 1.1 name trapdoor
7 root 1.3 face trapdoor_4.x11
8 root 1.1 type 95
9 root 1.3 weight 120000
10 root 1.5 move_on walk
11 root 1.3 no_pick 1
12     editable 2
13     magicmap black
14     visibility 50
15 root 1.1 end
16 root 1.3