mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-26 21:41:45 +01:00
Setting up 3.5.0 as trunk
This commit is contained in:
33
lib/world/trg/278.trg
Normal file
33
lib/world/trg/278.trg
Normal file
@@ -0,0 +1,33 @@
|
||||
#27800
|
||||
Sea Serpent Fireball - 27801~
|
||||
0 k 5
|
||||
~
|
||||
if %actor.is_pc%
|
||||
emote utters the words, 'hisssssss'.
|
||||
dg_cast 'fireball' %actor%
|
||||
end
|
||||
~
|
||||
#27802
|
||||
Leviathan - 27803~
|
||||
0 k 5
|
||||
~
|
||||
if %actor.is_pc%
|
||||
switch %random.3%
|
||||
case 1
|
||||
emote utters the words, 'transvecta aqua'.
|
||||
%echo% a tidal wave smashes into %actor.name%.
|
||||
%damage% %actor% 50
|
||||
break
|
||||
case 2
|
||||
emote looks at you with the deepest sorrow.
|
||||
break
|
||||
case 3
|
||||
emote utters the words, 'transvecta talon'.
|
||||
dg_cast 'cure critic' %self%
|
||||
break
|
||||
default
|
||||
break
|
||||
done
|
||||
end
|
||||
~
|
||||
$~
|
||||
Reference in New Issue
Block a user