monster_museum.txt 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  1. //===== eAthena Script =======================================
  2. //= Juno Monster Museum
  3. //===== By: ==================================================
  4. //= Muad_Dib (The Prometheus Project)
  5. //= L0ne_W0lf
  6. //===== Current Version: =====================================
  7. //= 1.2
  8. //===== Compatible With: =====================================
  9. //= eAthena SVN
  10. //===== Description: =========================================
  11. //= [Aegis Conversion]
  12. //= Juno Monster Museum - Non Player Character Locations
  13. //= - Information about various monsters
  14. //===== Additional Comments: =================================
  15. // 07/06/05 : Added 1st Version. [Muad_Dib]
  16. //= Adapted to eAthena Scripting Language by [Lance]
  17. //= 1.1a Fixed typos [Haplo]
  18. //= 1.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  19. //= 1.3 Added a Missing "case 1:". [Samuray22]
  20. // -Thanks to Dr.Evil
  21. //============================================================
  22. yuno_in03,32,15,3 script Museum Guide 67,{
  23. mes "[Cenia]";
  24. mes "Welcome to the Monster Museum.";
  25. next;
  26. switch(select("Monster Museum?:Tips")) {
  27. case 1:
  28. mes "[Cenia]";
  29. mes "The Monster Museum was founded by";
  30. mes "the Sages of the Schweicherbil";
  31. mes "Magic Academy after researching";
  32. mes "every creature dwelling in the";
  33. mes "Rune-Midgard continent.";
  34. next;
  35. mes "[Cenia]";
  36. mes "In this museum, you can see every";
  37. mes "single monster in Rune-Midgard,";
  38. mes "even the ones you hardly ever encounter.";
  39. next;
  40. mes "[Cenia]";
  41. mes "The glass tubes holding monsters";
  42. mes "was developed with the latest";
  43. mes "technology as a part of the";
  44. mes "Schwartz Project. Rest assured,";
  45. mes "you'll be well protected.";
  46. next;
  47. break;
  48. case 2:
  49. mes "[Cenia]";
  50. mes "Please check on the Opaque option";
  51. mes "on your option windows by";
  52. mes "pressing ALT + O, if you want to";
  53. mes "see the monsters better.";
  54. next;
  55. break;
  56. }
  57. mes "[Cenia]";
  58. mes "Feel free to talk to me anytime.";
  59. close;
  60. }
  61. yuno_in03,36,21,3 script Deviace#yuno 1108,{
  62. end;
  63. }
  64. yuno_in03,33,21,1 script #DEVIACE 111,{
  65. mes " ";
  66. mes "Scientific name : Deviace";
  67. mes "Size : Medium";
  68. mes "Attribute : Water";
  69. next;
  70. mes "Explanation :";
  71. mes "This monster dwells under the deep";
  72. mes "sea and has a round body with a";
  73. mes "acetabulum on its dorsal side.";
  74. mes "Although its sharp teeth are";
  75. mes "intimidating, it has a very mellow";
  76. mes "character.";
  77. next;
  78. mes "Therefore, it never initiates";
  79. mes "attack on an undersea traveller";
  80. mes "unless it's attacked first.";
  81. mes "However, once it becomes upset, it";
  82. mes "uses high level magic skills. So";
  83. mes "it's better to be careful with this monster.";
  84. close;
  85. }
  86. yuno_in03,36,27,3 script Seal#yuno 1317,{
  87. end;
  88. }
  89. yuno_in03,33,27,1 script #FUR_SEAL 111,{
  90. mes " ";
  91. mes "Scientific name : Seal";
  92. mes "Size : Medium";
  93. mes "Attribute : Water";
  94. next;
  95. mes "Explanation :";
  96. mes "When you take a look at this";
  97. mes "monster carefully, you will find";
  98. mes "that it's not actually a seal but";
  99. mes "an unidentified monster hiding";
  100. mes "inside the seal-like leather";
  101. mes "clothing.";
  102. next;
  103. mes "It is rumored that the monster";
  104. mes "wears this clothing in order";
  105. mes "to protect its sensitive skin";
  106. mes "from the weather. The Seal's";
  107. mes "clothing is a very good material";
  108. mes "for people to produce winter coats.";
  109. close;
  110. }
  111. yuno_in03,36,33,3 script Sage Worm#yuno 1281,{
  112. end;
  113. }
  114. yuno_in03,33,33,1 script #SAGEWORM 111,{
  115. mes " ";
  116. mes "Scientific name : Sage Worm";
  117. mes "Size : Small";
  118. mes "Attribute : Neutral";
  119. next;
  120. mes "Explanation :";
  121. mes "A strange beast with the head of";
  122. mes "an old scholar and the tail of a";
  123. mes "worm. Although it is physically";
  124. mes "weak, it has the intelligence";
  125. mes "to support its comrades with";
  126. mes "magic skills.";
  127. next;
  128. mes "As its scholarly appearance";
  129. mes "indicates, it's usually seen near books or book shelves.";
  130. close;
  131. }
  132. yuno_in03,39,39,3 script Penomena#yuno 1216,{
  133. end;
  134. }
  135. yuno_in03,38,39,1 script #PENOMANA 111,{
  136. mes " ";
  137. mes "Scientific name : Penomena";
  138. mes "Size : Medium";
  139. mes "Attribute : Poison";
  140. next;
  141. mes "Explanation :";
  142. mes "This monster dwells inside the";
  143. mes "deepest part of caves where there";
  144. mes "is enough moisture to keep it from";
  145. mes "getting dried up.";
  146. next;
  147. mes "Unlike Hydra, a similar looking";
  148. mes "creature, it can move itself";
  149. mes "towards its enemy using many";
  150. mes "small appendixes on its acetabulum.";
  151. next;
  152. mes "The long, thin tentacles on the";
  153. mes "body shoot deadly poison which is";
  154. mes "enough to kill its enemy at once.";
  155. close;
  156. }
  157. yuno_in03,39,44,3 script Galapago#yuno 1391,{
  158. end;
  159. }
  160. yuno_in03,37,44,3 script #GALAPAGO 111,{
  161. mes " ";
  162. mes "Scientific name : Galapago";
  163. mes "Size : Small";
  164. mes "Attribute : Earth";
  165. next;
  166. mes "Explanation :";
  167. mes "It's a kind of bird, but sadly, its body is too heavy to fly.";
  168. mes "It's very sensitive to sunlight so it carries a water bottle and wears sunglasses all the time.";
  169. next;
  170. mes "Although gluttonous, it will";
  171. mes "always cooperate to attack";
  172. mes "prey, as well as predators.";
  173. mes "Otherwise, Galapago is a";
  174. mes "generally laid back monster.";
  175. close;
  176. }
  177. yuno_in03,15,21,5 script Raydric#yuno 1163,{
  178. end;
  179. }
  180. yuno_in03,19,21,1 script #RAYDRIC 111,{
  181. mes " ";
  182. mes "Scientific name : Raydric";
  183. mes "Size : Large";
  184. mes "Attribute : Shadow";
  185. next;
  186. mes "Explanation :";
  187. mes "A suit of armor animated by the";
  188. mes "spirit of a castle guard. The";
  189. mes "spirit is bound to this armor by";
  190. mes "a powerful curse.";
  191. next;
  192. mes "Since Raydric used to be a castle";
  193. mes "guard, it possesses fast movements";
  194. mes "and powerful attack strength.";
  195. close;
  196. }
  197. yuno_in03,15,27,5 script Chepet#yuno 1250,{
  198. end;
  199. }
  200. yuno_in03,19,27,1 script #CHEPET 111,{
  201. mes " ";
  202. mes " Scientific name : Chepet";
  203. mes " Size : Medium";
  204. mes " Attribute : Fire";
  205. next;
  206. mes "Explanation :";
  207. mes "An evil creature hiding in a";
  208. mes "pretty doll. It attacks passersby";
  209. mes "by striking matchsticks held in";
  210. mes "the doll's hand. A very rare";
  211. mes "monster since it dwells in";
  212. mes "only a few places.";
  213. close;
  214. }
  215. yuno_in03,15,33,5 script Violy#yuno 1390,{
  216. end;
  217. }
  218. yuno_in03,19,33,1 script #VIOLY 111,{
  219. mes " ";
  220. mes " Scientific name : Violy";
  221. mes " Size : Medium";
  222. mes " Attribute : Neutral";
  223. next;
  224. mes "Explanation :";
  225. mes "A pretty doll looking creature with beautiful golden hair.";
  226. mes "Since It plays violin all the time with a peaceful look on its face, people don't realize at first that it's a monster.";
  227. next;
  228. mes "Exercise extreme caution upon encountering a Violy. Otherwise, it will snatch your soul in no time with its charming song.";
  229. close;
  230. }
  231. yuno_in03,10,39,5 script Alice#yuno 1275,{
  232. end;
  233. }
  234. yuno_in03,12,39,1 script #ALICE 111,{
  235. mes " ";
  236. mes " Scientific name : Alice ";
  237. mes " Size : Medium";
  238. mes " Attribute : Neutral";
  239. next;
  240. mes "Explanation :";
  241. mes "Alice is a robot made to assist as";
  242. mes "a castle housemaid. They've been";
  243. mes "known to remain and automatically";
  244. mes "do their tasks long after the";
  245. mes "castle has been abandoned.";
  246. next;
  247. mes "Without any discernable power";
  248. mes "source, how it moves and operates";
  249. mes "is still a scientific mystery.";
  250. close;
  251. }
  252. yuno_in03,10,45,5 script Assulter#yuno 1315,{
  253. end;
  254. }
  255. yuno_in03,12,45,1 script #ASSULTER 111,{
  256. mes " ";
  257. mes " Scientific name : Assulter";
  258. mes " Size : Medium";
  259. mes " Attribute : Wind";
  260. next;
  261. mes "Explanation :";
  262. mes "Unlike other turtles on on Turtle";
  263. mes "Island, this turtle stands on two";
  264. mes "legs and attacks passersby with";
  265. mes "the other two legs, wielding a";
  266. mes "big shuriken from its back.";
  267. next;
  268. mes "Interestingly, it creates a clone";
  269. mes "to do more damage when it";
  270. mes "encounters dangerous enemies.";
  271. mes "It does very powerful damage using";
  272. mes "its shuriken, but its nail attack";
  273. mes "is more threatening.";
  274. close;
  275. }
  276. yuno_in03,38,50,3 script PecoPeco Egg#yuno 1047,{
  277. end;
  278. }
  279. yuno_in03,34,54,3 script Thief Bug Egg#yuno 1048,{
  280. end;
  281. }
  282. yuno_in03,12,50,3 script Ant Egg#yuno 1097,{
  283. end;
  284. }
  285. yuno_in03,18,96,5 script Wanderer#yuno 1208,{
  286. end;
  287. }
  288. yuno_in03,20,96,1 script #WANDER_MAN 111,{
  289. mes " ";
  290. mes " Scientific name : Wanderer";
  291. mes " Size : Medium";
  292. mes " Attribute : Wind";
  293. next;
  294. mes "Explanation :";
  295. mes "Undead warrior who came back to";
  296. mes "life through a curse. Considering";
  297. mes "its technical fencing skill, he";
  298. mes "must have been a very honorable";
  299. mes "warrior as a living human.";
  300. next;
  301. mes "Wanderer can move amazingly fast";
  302. mes "and can slay enemies with a single";
  303. mes "stroke of its sword.";
  304. close;
  305. }
  306. yuno_in03,16,100,5 script Caterpillar#yuno 1300,{
  307. end;
  308. }
  309. yuno_in03,18,100,1 script #CATERPILLAR 111,{
  310. mes " ";
  311. mes " Scientific name : Caterpillar";
  312. mes " Size : Small";
  313. mes " Attribute : Earth";
  314. next;
  315. mes "Explanation :";
  316. mes "Although the eyes of this creature";
  317. mes "have atrophied due to living under";
  318. mes "the earth, it uses a feeler and";
  319. mes "appendices on its body to sense";
  320. mes "objects in its dark surroundings.";
  321. next;
  322. mes "Caterpillar is rumored to be the";
  323. mes "larva of Creamy Fear, the advanced";
  324. mes "Creamy.";
  325. close;
  326. }
  327. yuno_in03,16,104,5 script Male Thiefbug#yuno 1054,{
  328. end;
  329. }
  330. yuno_in03,18,104,1 script #THIEF_BUG__ 111,{
  331. mes " ";
  332. mes " Scientific name : Thief Bug";
  333. mes " ^FFFFFFScientific name :^000000 (Male)";
  334. mes " Size : Medium";
  335. mes " Attribute : Shadow";
  336. next;
  337. mes "Explanation :";
  338. mes "Although it has a big blue body,";
  339. mes "it's also fast and voracious, just like other Thief Bugs.";
  340. next;
  341. mes "However, it is stronger than other Thief Bugs because it's designated to protect the females and babies from danger.";
  342. close;
  343. }
  344. yuno_in03,16,108,5 script Tri Joint#yuno 1279,{
  345. end;
  346. }
  347. yuno_in03,18,108,1 script #TRI_JOINT 111,{
  348. mes " ";
  349. mes " Scientific name : Tri Joint";
  350. mes " Size : Small";
  351. mes " Attribute : Earth";
  352. next;
  353. mes "Explanation :";
  354. mes "Tri Joint is a prehistoric";
  355. mes "monster that is covered with";
  356. mes "a hard shell, and uses a feeler";
  357. mes "instead of eyes so that it can";
  358. mes "live in dark places.";
  359. next;
  360. mes "Recently, since many Tri Joints have been discovered inside many caves, Sages are very excited to study them to learn more about the evolution of monsters in Rune-Midgard.";
  361. close;
  362. }
  363. yuno_in03,16,111,5 script Arclouz#yuno 1194,{
  364. end;
  365. }
  366. yuno_in03,18,111,1 script #ARCLOUSE 111,{
  367. mes " ";
  368. mes " Scientific name : Arclouz";
  369. mes " Size : Medium";
  370. mes " Attribute : Earth";
  371. next;
  372. mes "Explanation :";
  373. mes "Hard shelled monster that coils";
  374. mes "its body to attack its enemy.";
  375. mes "Arclouz tend to stay in groups";
  376. mes "and are very aggressive";
  377. mes "creatures.";
  378. next;
  379. mes "They have incredibly fast";
  380. mes "movement speed, contrary to";
  381. mes "their looks, and are often";
  382. mes "compared to PecoPecos.";
  383. close;
  384. }
  385. yuno_in03,16,117,5 script Dragon Tail#yuno 1321,{
  386. end;
  387. }
  388. yuno_in03,18,116,1 script #DRAGON_TAIL 111,{
  389. mes " ";
  390. mes " Scientific name : Dragon Tail";
  391. mes " Size : Medium";
  392. mes " Attribute : Wind";
  393. next;
  394. mes "Explanation :";
  395. mes "An insect which is considered as";
  396. mes "a Libelluidae, or Dragon Fly. It";
  397. mes "uses its strong tail to suck the";
  398. mes "blood out of an enemy, or to put";
  399. mes "the enemy to sleep by shooting";
  400. mes "a sleeping poison.";
  401. close;
  402. }
  403. yuno_in03,46,96,3 script Owl Duke#yuno 1320,{
  404. end;
  405. }
  406. yuno_in03,44,96,1 script #OWL_DUKE 111,{
  407. mes " ";
  408. mes " Scientific name : Owl Duke";
  409. mes " Size : Large";
  410. mes " Attribute : Neutral ";
  411. next;
  412. mes "Explanation:";
  413. mes "An owl that wears a count costume.";
  414. mes "It's very intimidating looking";
  415. mes "with its dark, yet suave look.";
  416. mes "Owl Duke is not actually an owl,";
  417. mes "but a devil with very sharp claws";
  418. mes "on its big feet.";
  419. next;
  420. mes "It's skillful at using many";
  421. mes "lightning magic spells. When";
  422. mes "you see it attacking an enemy,";
  423. mes "you can sense the Owl Duke's";
  424. mes "aristocratic pompousness.";
  425. close;
  426. }
  427. yuno_in03,48,100,3 script Marine Sphere#yuno 1142,{
  428. end;
  429. }
  430. yuno_in03,46,101,1 script #MARINE_SPHERE 111,{
  431. mes " ";
  432. mes " Scientific name : Marine Sphere";
  433. mes " Size : Small";
  434. mes " Attribute : Water";
  435. next;
  436. mes "Explanation :";
  437. mes "A strange creature that wanders";
  438. mes "in the deep oceans. It explodes";
  439. mes "with great power when it's";
  440. mes "touched, earning it the name";
  441. mes "'The Sea Bomb.'";
  442. next;
  443. mes "If there is a Marine Sphere";
  444. mes "caught in the explosion of";
  445. mes "another, a trigger explosion";
  446. mes "will result, and can lead to";
  447. mes "a dangerous chain reaction.";
  448. close;
  449. }
  450. yuno_in03,48,104,3 script Mandragora#yuno 1020,{
  451. end;
  452. }
  453. yuno_in03,46,105,1 script #MANDRAGORA 111,{
  454. mes " ";
  455. mes " Scientific name : Mandragora";
  456. mes " Size : Medium";
  457. mes " Attribute : Earth";
  458. next;
  459. mes "Explanation :";
  460. mes "An insectivore that swallows";
  461. mes "anything alive. When it finds";
  462. mes "its prey, it strikes it first";
  463. mes "with a long tentacle to";
  464. mes "to paralyze it.";
  465. next;
  466. mes "Once paralyzed, its prey is";
  467. mes "put in a large tube attached";
  468. mes "to its body where it is slowly";
  469. mes "digested. Although this tube";
  470. mes "has a skull mark, Mandragora";
  471. mes "does not actually contain any";
  472. mes "poison.";
  473. next;
  474. mes "This digestive tube";
  475. mes "apparatus also has a very unique,";
  476. mes "but disgusting smell that is far";
  477. mes "from useful in attracting prey.";
  478. close;
  479. }
  480. yuno_in03,48,108,3 script Geographer#yuno 1368,{
  481. end;
  482. }
  483. yuno_in03,46,108,1 script #GEOGRAPHER 111,{
  484. mes " ";
  485. mes " Scientific name : Geographer";
  486. mes " Size : Medium";
  487. mes " Attribute : Earth";
  488. next;
  489. mes "Explanation :";
  490. mes "An insectivore that looks like";
  491. mes "a sunflower. It uses the petal";
  492. mes "like tentacles around its";
  493. mes "mouth to attract and snare";
  494. mes "its prey.";
  495. next;
  496. mes "Unlike Mandragora, Geographer";
  497. mes "does not have a tube to";
  498. mes "store its prey. So it slowly";
  499. mes "eats it's prey, little by little.";
  500. next;
  501. mes "Although Geographer has small";
  502. mes "and short roots, the roots are";
  503. mes "tough and strong enough to";
  504. mes "bear the weight of the upper body.";
  505. next;
  506. mes "The namesake of this monster, a";
  507. mes "human geographer that was";
  508. mes "promptly eaten upon discovering";
  509. mes "this species of beast, will";
  510. mes "never be forgotten...";
  511. close;
  512. }
  513. yuno_in03,48,112,3 script Rafflesia#yuno 1162,{
  514. end;
  515. }
  516. yuno_in03,46,112,1 script #RAFFLESIA 111,{
  517. mes " ";
  518. mes " Scientific name : Rafflesia";
  519. mes " Size : Small";
  520. mes " Attribute : Earth";
  521. next;
  522. mes "Explanation :";
  523. mes "A puffy, leafy monster";
  524. mes "threatened with extinction.";
  525. mes "Rafflesia is the rarest";
  526. mes "monster in Rune-Midgard and";
  527. mes "is thus protected by law.";
  528. next;
  529. mes "Due to this situation, most Sages";
  530. mes "are having a hard time to";
  531. mes "research this monster.";
  532. mes "However, a few Sages are";
  533. mes "currently seeking methods to";
  534. mes "cultivate and save the Rafflesias.";
  535. close;
  536. }
  537. yuno_in03,48,116,3 script Stem Worm#yuno 1215,{
  538. end;
  539. }
  540. yuno_in03,45,116,1 script #STEM_WORM 111,{
  541. mes " ";
  542. mes " Scientific name : Stem Worm";
  543. mes " Size : Medium";
  544. mes " Attribute : Wind";
  545. next;
  546. mes "Explanation :";
  547. mes "A mutated Worm Tail that has a";
  548. mes "round, brownish grey body with";
  549. mes "a small head. It is covered";
  550. mes "with scales and has a long";
  551. mes "stem-like tail which is used";
  552. mes "as a whip in attacks.";
  553. close;
  554. }
  555. yuno_in03,24,124,3 script Blazzer#yuno 1367,{
  556. end;
  557. }
  558. yuno_in03,24,122,1 script #BLAZZER 111,{
  559. mes " ";
  560. mes " Scientific name : Blazzer";
  561. mes " Size : Medium";
  562. mes " Attribute : Fire";
  563. next;
  564. mes "Explanation :";
  565. mes "This is a fire ball that has been";
  566. mes "seen near volcanic zones.";
  567. mes "Because of this monster's sudden";
  568. mes "appearance, Sages believe that";
  569. mes "volcanic activity may occur";
  570. mes "sooner or later near Juno.";
  571. next;
  572. mes "Blazzer blows out noxious gas";
  573. mes "which harm passersby. It is";
  574. mes "unknown whether or not these";
  575. mes "are attacks or the Blazzer's";
  576. mes "form of communication.";
  577. close;
  578. }
  579. yuno_in03,28,124,5 script Ride Word#yuno 1195,{
  580. end;
  581. }
  582. yuno_in03,28,122,1 script #RIDEWORD 111,{
  583. mes " ";
  584. mes " Scientific name : Ride Word";
  585. mes " Size : Small";
  586. mes " Attribute : Neutral";
  587. next;
  588. mes "Explanation :";
  589. mes "It's a cursed magic book with";
  590. mes "sharp teeth. It exists to attack any living thing nearby.";
  591. close;
  592. }
  593. yuno_in03,31,124,3 script Megalodon#yuno 1064,{
  594. end;
  595. }
  596. yuno_in03,31,122,1 script #MEGALODON 111,{
  597. mes " ";
  598. mes " Scientific name : Megalodon";
  599. mes " Size : Medium";
  600. mes " Attribute : Undead";
  601. next;
  602. mes "Explanation :";
  603. mes "A skeleton fish that was brought";
  604. mes "back to life by a curse. Although";
  605. mes "It looks very threatening, it's";
  606. mes "benign and will not attack";
  607. mes "undersea travellers outright.";
  608. close;
  609. }
  610. yuno_in03,35,124,3 script Sleeper#yuno 1386,{
  611. end;
  612. }
  613. yuno_in03,35,122,1 script #SLEEPER 111,{
  614. mes " ";
  615. mes " Scientific name : Sleeper";
  616. mes " Size : Medium";
  617. mes " Attribute : Earth";
  618. next;
  619. mes "Explanation :";
  620. mes "Unidentified sand creature.";
  621. mes "Usually it stays under the earth,";
  622. mes "but when travellers step on the";
  623. mes "sand, it may abruptly";
  624. mes "appear to attack them.";
  625. next;
  626. mes "It's smaller than Sandman and can";
  627. mes "cause indirect attacks by causing a sand storm.";
  628. close;
  629. }
  630. yuno_in03,39,124,3 script Ancient Mummy#yuno 1297,{
  631. end;
  632. }
  633. yuno_in03,39,122,1 script #ANCIENT_MUMMY 111,{
  634. mes " ";
  635. mes " Scientific name : Ancient Mummy";
  636. mes " Size : Medium";
  637. mes " Attribute : Undead";
  638. next;
  639. mes "Explanation :";
  640. mes "A mummy cursed with eternal life.";
  641. mes "Although wrapped in decaying";
  642. mes "bandages, Ancient Mummy also";
  643. mes "wears a splendid hair ornament";
  644. mes "adorned with a snake.";
  645. next;
  646. mes "This kind of head ornament";
  647. mes "indicates that the Ancient";
  648. mes "Mummy was a person of high rank";
  649. mes "while he was still alive.";
  650. next;
  651. mes "Since Ancient Mummy has";
  652. mes "been wandering the underworld";
  653. mes "for a long time, it does not have";
  654. mes "any consciousness and will";
  655. mes "attack any living thing nearby.";
  656. close;
  657. }
  658. yuno_in03,18,122,5 script Incubus#yuno 1374,{
  659. end;
  660. }
  661. yuno_in03,19,120,1 script #INCUBUS 111,{
  662. mes " ";
  663. mes " Scientific name : Incubus";
  664. mes " Size : Medium";
  665. mes " Attribute : Shadow";
  666. next;
  667. mes "Explanation :";
  668. mes "This demon attracts humans";
  669. mes "with its stunningly beautiful";
  670. mes "appearance. When it poses as a";
  671. mes "male human, we call it Incubus.";
  672. mes "As a female, we call it Succubus.";
  673. next;
  674. mes "This devil targets people with";
  675. mes "mental vulnerabilities so that";
  676. mes "it can eventually take them to hell.";
  677. close;
  678. }
  679. yuno_in03,44,120,3 script Succubus#yuno 1370,{
  680. end;
  681. }
  682. yuno_in03,42,120,1 script #SUCCUBUS 111,{
  683. mes " ";
  684. mes " Scientific name : Succubus";
  685. mes " Size : Medium";
  686. mes " Attribute : Shadow";
  687. next;
  688. mes "Explanation :";
  689. mes "This demon attracts humans";
  690. mes "with its stunningly beautiful";
  691. mes "appearance. When it poses as a";
  692. mes "female human, we call it Succubus.";
  693. mes "As a male, we call it Incubus.";
  694. next;
  695. mes "This devil targets people with";
  696. mes "mental vulnerabilities so that";
  697. mes "it can eventually take them to hell.";
  698. close;
  699. }