mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-28 22:41:44 +01:00
Updated World (thanks Parna) and other text files for release. --Rumble
This commit is contained in:
@@ -1,15 +1,26 @@
|
||||
#1600
|
||||
Unused portal~
|
||||
2 c 100
|
||||
en~
|
||||
if %cmd.mudcommand% == enter && portal /= %arg%
|
||||
%send% %actor% You step through the mysterious portal.
|
||||
%echoaround% %actor% %actor.name% steps through the mysterious portal.
|
||||
%teleport% %actor% 3191
|
||||
%force% %actor% look
|
||||
%echoaround% %actor% %actor.name% enters through the portal.
|
||||
else
|
||||
%send% %actor% %cmd% what?!
|
||||
end
|
||||
~
|
||||
$~
|
||||
#1600
|
||||
Pentagram Entry Half Damage~
|
||||
2 g 100
|
||||
~
|
||||
* By Rumble of The Builder Academy tbamud.com 9091
|
||||
* Damage the actor by 1/2 of their hitpoints on entry.
|
||||
wait 1 s
|
||||
eval num_hitp %actor.hitp%/2
|
||||
%damage% %actor% %num_hitp%
|
||||
%send% %actor% The searing heat is causing your skin to blister and burn.
|
||||
%echoaround% %actor% %actor.name% screams in pain as his skin begins to blister.
|
||||
%asound% You hear someone screaming in pain close by
|
||||
~
|
||||
#1601
|
||||
new trigger~
|
||||
2 q 100
|
||||
~
|
||||
* By Rumble of The Builder Academy tbamud.com 9091
|
||||
* Damage the actor by 1/2 of their hitpoints on exit.
|
||||
eval num_hitp %actor.hitp%/2
|
||||
%damage% %actor% %num_hitp%
|
||||
%send% %actor% As you pass through the pentagram the pain intensifies almost to the point of unconsciounsness. Then you are through.
|
||||
%echoaround% %actor% %actor.name% screams in agony as he steps out of the pentagram.
|
||||
%asound% You hear someone screaming in pain close by.
|
||||
~
|
||||
$~
|
||||
|
||||
Reference in New Issue
Block a user