Setting up 3.5.0 as trunk

This commit is contained in:
Rumble
2006-12-19 22:56:18 +00:00
parent 0ddbd8b56e
commit 99e3aa4d8b
1336 changed files with 514917 additions and 0 deletions

28
lib/world/trg/107.trg Normal file
View File

@@ -0,0 +1,28 @@
#10700
Vault Throw - 10737~
2 c 100
en~
if %cmd.mudcommand% == enter && vault /= %arg%
%send% %actor% As you attempt to enter the vault an unseen spirit throws you from the room.
%send% %actor% You are damaged by the fall.
%echoaround% %actor% %actor.name% tries to enter the vault and is instead thrown out of the room, by some unseen force.
%teleport% %actor% 10719
%damage% %actor% 20
%force% %actor% look
%echoaround% %actor% %actor.name% is thrown into the room.
else
%send% %actor% Enter what?!
end
~
#10701
Near Death Trap Sink Hole - 10773~
2 g 100
~
* Near Death Trap stuns actor
wait 3 sec
eval stunned %actor.hitp%
%damage% %actor% %stunned%
wait 5 sec
%send% %actor% The Gods pity you enough to allow you to survive.
~
$~