Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. <stage>
  2. <room type="0" variant="0" name="null" difficulty="1" weight="1" width="13" height="7">
  3. <door x="6" y="-1" exists="True"/>
  4. <door x="-1" y="3" exists="True"/>
  5. <door x="13" y="3" exists="True"/>
  6. <door x="6" y="7" exists="True"/>
  7. </room>
  8. <room type="1" variant="0" name="normal" difficulty="1" weight="1" width="13" height="7">
  9. <door x="6" y="7" exists="True"/>
  10. <door x="13" y="3" exists="True"/>
  11. <door x="-1" y="3" exists="True"/>
  12. <door x="6" y="-1" exists="True"/>
  13. </room>
  14. <room type="2" variant="0" name="shop" difficulty="1" weight="1" width="13" height="7">
  15. <door x="6" y="7" exists="True"/>
  16. <door x="13" y="3" exists="True"/>
  17. <door x="-1" y="3" exists="True"/>
  18. <door x="6" y="-1" exists="True"/>
  19. </room>
  20. <room type="3" variant="0" name="error" difficulty="1" weight="1" width="13" height="7">
  21. <door x="6" y="7" exists="True"/>
  22. <door x="13" y="3" exists="True"/>
  23. <door x="-1" y="3" exists="True"/>
  24. <door x="6" y="-1" exists="True"/>
  25. </room>
  26. <room type="4" variant="0" name="treasure" difficulty="1" weight="1" width="13" height="7">
  27. <door x="6" y="7" exists="True"/>
  28. <door x="13" y="3" exists="True"/>
  29. <door x="-1" y="3" exists="True"/>
  30. <door x="6" y="-1" exists="True"/>
  31. </room>
  32. <room type="5" variant="0" name="boss" difficulty="1" weight="1" width="13" height="7">
  33. <door x="6" y="7" exists="True"/>
  34. <door x="13" y="3" exists="True"/>
  35. <door x="-1" y="3" exists="True"/>
  36. <door x="6" y="-1" exists="True"/>
  37. </room>
  38. <room type="6" variant="0" name="miniboss" difficulty="1" weight="1" width="13" height="7">
  39. <door x="6" y="7" exists="True"/>
  40. <door x="13" y="3" exists="True"/>
  41. <door x="-1" y="3" exists="True"/>
  42. <door x="6" y="-1" exists="True"/>
  43. </room>
  44. <room type="7" variant="0" name="secret" difficulty="1" weight="1" width="13" height="7">
  45. <door x="6" y="7" exists="True"/>
  46. <door x="13" y="3" exists="True"/>
  47. <door x="-1" y="3" exists="True"/>
  48. <door x="6" y="-1" exists="True"/>
  49. </room>
  50. <room type="8" variant="0" name="supersecret" difficulty="1" weight="1" width="13" height="7">
  51. <door x="6" y="7" exists="True"/>
  52. <door x="13" y="3" exists="True"/>
  53. <door x="-1" y="3" exists="True"/>
  54. <door x="6" y="-1" exists="True"/>
  55. </room>
  56. <room type="9" variant="0" name="arcade" difficulty="1" weight="1" width="13" height="7">
  57. <door x="6" y="7" exists="True"/>
  58. <door x="13" y="3" exists="True"/>
  59. <door x="-1" y="3" exists="True"/>
  60. <door x="6" y="-1" exists="True"/>
  61. </room>
  62. <room type="10" variant="0" name="curse" difficulty="1" weight="1" width="13" height="7">
  63. <door x="6" y="7" exists="True"/>
  64. <door x="13" y="3" exists="True"/>
  65. <door x="-1" y="3" exists="True"/>
  66. <door x="6" y="-1" exists="True"/>
  67. </room>
  68. <room type="11" variant="0" name="challenge" difficulty="1" weight="1" width="13" height="7">
  69. <door x="6" y="7" exists="True"/>
  70. <door x="13" y="3" exists="True"/>
  71. <door x="-1" y="3" exists="True"/>
  72. <door x="6" y="-1" exists="True"/>
  73. </room>
  74. <room type="12" variant="0" name="library" difficulty="1" weight="1" width="13" height="7">
  75. <door x="6" y="7" exists="True"/>
  76. <door x="13" y="3" exists="True"/>
  77. <door x="-1" y="3" exists="True"/>
  78. <door x="6" y="-1" exists="True"/>
  79. </room>
  80. <room type="13" variant="0" name="sacrifice" difficulty="1" weight="1" width="13" height="7">
  81. <door x="6" y="7" exists="True"/>
  82. <door x="13" y="3" exists="True"/>
  83. <door x="-1" y="3" exists="True"/>
  84. <door x="6" y="-1" exists="True"/>
  85. </room>
  86. <room type="14" variant="0" name="devil" difficulty="1" weight="1" width="13" height="7">
  87. <door x="6" y="7" exists="True"/>
  88. <door x="13" y="3" exists="True"/>
  89. <door x="-1" y="3" exists="True"/>
  90. <door x="6" y="-1" exists="True"/>
  91. </room>
  92. <room type="15" variant="0" name="angel" difficulty="1" weight="1" width="13" height="7">
  93. <door x="6" y="7" exists="True"/>
  94. <door x="13" y="3" exists="True"/>
  95. <door x="-1" y="3" exists="True"/>
  96. <door x="6" y="-1" exists="True"/>
  97. </room>
  98. <room type="16" variant="0" name="dungeon" difficulty="1" weight="1" width="13" height="7">
  99. <door x="6" y="7" exists="True"/>
  100. <door x="13" y="3" exists="True"/>
  101. <door x="-1" y="3" exists="True"/>
  102. <door x="6" y="-1" exists="True"/>
  103. </room>
  104. <room type="17" variant="0" name="boss rush" difficulty="1" weight="1" width="13" height="7">
  105. <door x="6" y="7" exists="True"/>
  106. <door x="13" y="3" exists="True"/>
  107. <door x="-1" y="3" exists="True"/>
  108. <door x="6" y="-1" exists="True"/>
  109. </room>
  110. <room type="18" variant="0" name="isaac's room" difficulty="1" weight="1" width="13" height="7">
  111. <door x="6" y="7" exists="True"/>
  112. <door x="13" y="3" exists="True"/>
  113. <door x="-1" y="3" exists="True"/>
  114. <door x="6" y="-1" exists="True"/>
  115. </room>
  116. <room type="19" variant="0" name="barren room" difficulty="1" weight="1" width="13" height="7">
  117. <door x="6" y="7" exists="True"/>
  118. <door x="13" y="3" exists="True"/>
  119. <door x="-1" y="3" exists="True"/>
  120. <door x="6" y="-1" exists="True"/>
  121. </room>
  122. <room type="20" variant="0" name="chest room" difficulty="1" weight="1" width="13" height="7">
  123. <door x="6" y="7" exists="True"/>
  124. <door x="13" y="3" exists="True"/>
  125. <door x="-1" y="3" exists="True"/>
  126. <door x="6" y="-1" exists="True"/>
  127. </room>
  128. <room type="21" variant="0" name="dice room" difficulty="1" weight="1" width="13" height="7">
  129. <door x="6" y="-1" exists="True"/>
  130. <door x="-1" y="3" exists="True"/>
  131. <door x="13" y="3" exists="True"/>
  132. <door x="6" y="7" exists="True"/>
  133. </room>
  134. <room type="22" variant="0" name="black market" difficulty="1" weight="1" width="13" height="7">
  135. <door x="6" y="-1" exists="True"/>
  136. <door x="-1" y="3" exists="True"/>
  137. <door x="13" y="3" exists="True"/>
  138. <door x="6" y="7" exists="True"/>
  139. </room>
  140. </stage>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement