Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Fangame title="perfect bear" saveReader="Manual">
  3.  
  4. <Boss name="Miku">
  5.  
  6. <Attack name="Intro" icon="FruitWhite.dds">
  7. <Time end="6"/>
  8. </Attack>
  9. <Attack name="First Tri-Attack" icon="FruitBlue.dds">
  10. <Time end="16"/>
  11. </Attack>
  12. <Attack name="Waterfall Flower" icon="FruitPurple.dds">
  13. <Time end="21"/>
  14. </Attack>
  15. <Attack name="Purple Ceiling, Lines" icon="FruitPurple.dds">
  16. <Time end="26"/>
  17. </Attack>
  18. <Attack name="RNG Star" icon="FruitPurple.dds">
  19. <Time end="35"/>
  20. </Attack>
  21. <Attack name="Double apple line" icon="FruitRedBlue.dds">
  22. <Time end="37"/>
  23. </Attack>
  24. <Attack name="Bullshit Rays" icon="KappaPride.dds">
  25. <Time end="40"/>
  26. </Attack>
  27. <Attack name="Stream, Cell" icon="FruitGreen.dds">
  28. <Time end="44"/>
  29. </Attack>
  30. <Attack name="First Firework" icon="FruitRed.dds">
  31. <Time end="54"/>
  32. </Attack>
  33. <Attack name="Second Firework" icon="FruitBlue.dds">
  34. <Time end="64"/>
  35. </Attack>
  36. <Attack name="WTF" icon="FruitGreen.dds">
  37. <Time end="72"/>
  38. </Attack>
  39. <Attack name="Lines" icon="FruitAzure.dds">
  40. <Time end="75"/>
  41. </Attack>
  42. <Attack name="Fountain" icon="FruitOrange.dds">
  43. <Time end="79"/>
  44. </Attack>
  45. <Attack name="White circle" icon="FruitWhite.dds">
  46. <Time end="84"/>
  47. </Attack>
  48. <Attack name="Second Tri-Attack" icon="FruitYellow.dds">
  49. <Time end="92"/>
  50. </Attack>
  51. <Attack name="Pattern" icon="FruitPurple.dds">
  52. <Time end="103"/>
  53. </Attack>
  54. <Attack name="Cells" icon="FruitRed.dds">
  55. <Time end="111"/>
  56. </Attack>
  57. <Attack name="Drop down" icon="FruitViolet.dds">
  58. <Time end="116"/>
  59. </Attack>
  60. <Attack name="Big white apple" icon="FruitWhite.dds">
  61. <Time end="130"/>
  62. </Attack>
  63. <Attack name="Explosions, RNG, Explosions" icon="FruitCyan.dds">
  64. <Time end="145"/>
  65. </Attack>
  66. <Attack name="Circular Pattern" icon="FruitWhite.dds">
  67. <Time end="154"/>
  68. </Attack>
  69. <Attack name="Stream, RNG and Lines" icon="FruitWhite.dds">
  70. <Time end="164"/>
  71. </Attack>
  72. <Attack name="Last Outburst" icon="FruitAzure.dds">
  73. <Time end="169"/>
  74. </Attack>
  75. <Attack name="Final Tri and FUCKJ YOU" icon="FruitRed.dds">
  76. <Time end="185"/>
  77. </Attack>
  78.  
  79. </Boss>
  80.  
  81. </Fangame>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement