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

33
lib/world/trg/278.trg Normal file
View 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
~
$~