phi2dao

Hiruko 1

Feb 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. A mote of light appeared in the desert. A second joined it, and a third, and a fourth, until the first mote was surrounded by a veritable swarm of lights. The first mote pulsed once, and the swarm of lights descended upon it, gathering together into a single sphere, shining like a miniature sun.
  2.  
  3. The sphere pulsed once, and shrank in size, becoming denser. It pulsed a second time, shrinking further in size, becoming denser still. It pulsed a third time - and ruptured, scattering motes of light in all directions. Scattered across the sands, the motes faded, leaving nothing behind. All but the first mote; in it's place, it left a tiny spot of darkness.
  4.  
  5. >> INIT()
  6. <System #3203> initialized
  7. >> ATTACH()
  8. ATTACH failed with error: DungeonNotFoundError
  9. >> ATTACH()
  10. ATTACH failed with error: DungeonNotFoundError
  11. >> ATTACH()
  12. ATTACH failed with error: DungeonNotFoundError
  13. >> ATTACH()
  14. ATTACH failed with error: DungeonNotFoundError
  15. Maximum ATTACH attempts reached
  16. >> DESTROY()
  17. Destroying <system #3203>...
  18. ...
  19. ...
  20. ...
  21. <system #3203> destroyed
  22. Performing cleanup...
  23. ...
  24. Could not perform cleanup
  25. Dumping <system #3203 remnants> to <world>
  26. >> EXIT
  27.  
  28.  
  29.  
  30. Where... am I? Where is my dungeon? Where is my core? Is this... sand? Am I outside? That's bad! I have to protect my core!
  31.  
  32. Um, um, lets make a room first.
  33.  
  34. >> CREATE_ROOM()
  35. CREATE_ROOM failed with error: DungeonNotFoundError
  36.  
  37. Dungeon not... found? It's not here? But it should be. It should form before I do. I'm a dungeon system, aren't I? What's a dungeon system without a dungeon? Am I supposed to make the dungeon? Can I make a dungeon? I thought that was the core's job...
  38.  
  39. Lets... lets not panic. Lets figure out exactly what I am first.
  40.  
  41. >> IDENTIFY()
  42.  
  43. ------------------------------
  44. LV.1 - Hiruko
  45. False-Dungeon System-Remnant
  46. ------------------------------
  47. HP | 10/10
  48. MP | 10/10
  49. SP | 10/10
  50.  
  51. P.ATK | 5
  52. P.DEF | 5
  53. M.ATK | 5
  54. M.DEF | 5
  55.  
  56. Skills | False Dungeon Creation
  57. | Shadow Magic
  58.  
  59. Status | Amorphous
  60.  
  61. Titles | None
  62. ------------------------------
  63.  
  64. False dungeon? System remnant? What? I don't... I don't understand. I don't have any information those races...
  65.  
  66. If I'm not a system, what am I even supposed to do? Why do I even exist? What's a "remnant"? It's something left behind, right? Does that mean I'm something a system left behind? Am I a system's trash? But what's a false dungeon then? I don't even have a dungeon! Or a core! Or anything! Someone! Anyone! Help! Tell me what I'm supposed to be!
  67.  
  68. >>
  69. >> CREATE_DUNGEON()
  70. Creating <dungeon.false #aaaaaa>...
  71. <dungeon.false #aaaaaa> already exists
  72. Registering <dungeon.false #aaaaaa>...
  73. ...
  74. ...
  75. <dungeon.false #aaaaaa> registered
  76.  
  77. What... was that? Was that... me? I created a dungeon? Then... that's what I am? I'm a dungeon? Okay... okay. I... I can deal with this. Lets... lets just see what kind of dungeon I created.
  78.  
  79. >> IDENTIFY(DUNGEON)
  80.  
  81. ----------------------------
  82. LV.1 - Unnamed
  83. Umbra False-Dungeon
  84. ----------------------------
  85. DP | 0
  86.  
  87. Skills | None
  88.  
  89. Effects | None
  90. ----------------------------
  91.  
  92. ----------------------------
  93. FL.1 - Unnamed
  94. ----------------------------
  95. Rooms | Empty Room
  96.  
  97. Effects | None
  98. ----------------------------
  99.  
  100. Um... that's... not much to work with. No dungeon points? Only one room? Well, I guess it is a brand new dungeon... But... but it's my dungeon. So it's what I've got.
  101.  
  102. Okay! What can I do with one room and no DP? Answer: Nothing. Okay, that optimism didn't last long. Um... okay... yeah. I guess I'll just... wait around for DP? How do I get DP again...
  103.  
  104. People, right. People in dungeon = more DP. How am I going to bring people to my dungeon? It's just a room. In a... desert, I think? Not super attractive.
  105.  
  106. And I don't have any DP to make it attractive. So I'm stuck. I'm a dungeon without anything at all. I might as well just sit in my only room and sulk.
  107.  
  108. ...Sit? I can sit? But I'm a system! I don't have a body! But I... do? Because I'm a "remnant"? Maybe?
  109.  
  110. Am I at least round? I'd feel more comfortable is I was round. Like a core. Cores belong. Cores are normal. But... I'm not round.
  111.  
  112. I've got legs; stubby ones. And arms. They're also kind of stubby. And... my head seems... kind of big? I'm not really sure what size a head should be. Let me see, what looks like this...
  113.  
  114. An imp. I'm an imp. Well, I'm not, I'm a "False-Dungeon", whatever that is. But I look like an imp. And I seem to be made of some sort of... black... sticky stuff? Like tar. But I'm kind of translucent too? Like a shadow.
  115.  
  116. So I'm a... shadow imp? Is that even a type of imp? I'm kind of drippy. I wish I had a mirror. Oh! Maybe I can add a mirror to my dungeon!
  117.  
  118. >> CREATE_OBJECT(MIRROR)
  119. CREATE_OBJECT failed with error: NotEnoughDPError
  120.  
  121. Well. Forgot about my crippling lack of DP for a minute there. Okay... what can you use as a mirror... Water! I just need to find a pool of water and... Desert. Right. Water = None.
  122.  
  123. Hmm, but, if I have a body... I can probably use it? For something? Let me check myself again.
  124.  
  125. >> IDENTIFY()
  126.  
  127. ------------------------------
  128. LV.1 - Hiruko
  129. False-Dungeon System-Remnant
  130. ------------------------------
  131. HP | 10/10
  132. MP | 10/10
  133. SP | 10/10
  134.  
  135. P.ATK | 5
  136. P.DEF | 5
  137. M.ATK | 5
  138. M.DEF | 5
  139.  
  140. Skills | False Dungeon Creation
  141. | Shadow Magic
  142.  
  143. Status | Amorphous
  144.  
  145. Titles | None
  146. ------------------------------
  147.  
  148. False dungeon creation... is probably what I used to create the dungeon. Duh. And shadow magic... is useful, but not for mirrors. But magic... hmm...
  149.  
  150. Dungeons. Dungeons can use magic. But my dungeon doesn't have any skills. How does a dungeon even get skills? DP, probably. Which I don't have. And can't get.
  151.  
  152. Unless... unless I bring people to my dungeon myself? But I can't leave... can I? No, even if I could, I couldn't abandon my core. Which doesn't exist. So there's nothing to abandon.
  153.  
  154. So... lets try leaving, then? It's wrong, it's totally wrong. But I can't think of anything else I can do. So lets just... float up to the ceiling... And... Pass through.
Add Comment
Please, Sign In to add comment