Advertisement
fr0zen09

Get Philippines Dragon Sidekicks

Jul 27th, 2017
925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. Please Subscribe to my YouTube Channel :)
  2.  
  3. FC00: Raggles, Rageon, Ragore. Normal.
  4. FC01: Mara, Maradon, Maranasur. Legendary.
  5. FC02: Cinde, Voladile, Infernus. Rare.
  6. FC04: Lacabolt, Vulcanic, Megamech. Legednary.
  7. FC05: Rex, Raxilius, Renosaur. Normal.
  8. FC07: viking, Viking, Viktron, Viktorious. Normal.
  9. FC09: Fea, Feanor and Feandroth. Rare.
  10. FC10: Cretis, Toxicus, Mordroth. Rare.
  11. FC11: Avi, Avilon, Suldal. Legendary.
  12. FC12: Xiaolong, Huolong, Jinlong. Legendary.
  13. FC13: Magnis, Magmus, Magnanimous. Legendary
  14.  
  15. LC00: Bauble, Lumen, Emprtr. Normal.
  16. LC01: Glowbean, Gloria, Glorious Rex. Rare
  17. LC03: Furlix, Furline, Furleone. Legendary.
  18. LC09: Estel, Estellis and Lysenthius. Rare.
  19.  
  20. NC00: Moss, Shrubb, Forrest. Rare.
  21. NC01: Flo, Floria, Florastyx. Norm
  22. NC02: Skout, Sage, Tuskan Legendary
  23. NC03: Kyu, Fleure, Amorice Legendary
  24. NC04: Lastro, Landaro, Landedel. Norm.
  25. NC05: Pika, Pikito, Pikadron. Normal.
  26. NC07: Raiia, Raiianus and Ray & Ian. Rare.
  27. NC09: Coqi, Coquira,Coqistar. Legendary
  28.  
  29. SC00: Moonbite, Moonchomp, Mooneater. Norrmal.
  30. SC01: Clipsy, Astreon, Eclipsis. Rare.
  31. SC02: Umbra, Umbrathyst, Umbrasaur. Legedndary.
  32. SC03: Riblets, Numbskull, Darkfrost. Legendary.
  33. SC04: Gilli, Giljan, Giljanero. Normal.
  34. SC06: Ilco, Ilcode, Ilcogena. Normal
  35. SC09: Bullet, Gladius, Silvar. Rare.
  36. SC10: Lethio, Lordos, Lordanus. Legendary.
  37. SC11: Desmo, Desmodius and Desmodontes. Rare.
  38.  
  39. WC00: Squirt, Phinn, Salimander. Normal.
  40. WC01: Nym, Ondas, Poseidyn. Rare.
  41. WC02: Unagli, Leviathan, Tempestius. Legendary.
  42. WC04: Chase, Huntsea and Tsuna. Rare.
  43. WC05: Bubbles, Seafoam, Crestacia. Normal.
  44. WC06: Blizzle, Glayche, Xero. Rare
  45. WC13: Corra, Corrado and Corradinius. Rare.
  46. =========================================
  47.  
  48.  
  49.  
  50. var _r1 = new RegExp("_maturity");
  51. var _r2 = new RegExp("_zodiac_bonus");
  52. v
  53.  
  54. ar _r3 = new RegExp("_xp");
  55. var _r4 = new RegExp("xxxx"); //sidekick1 you want to change
  56. var _r5 = new RegExp("xxxx"); //sidekick2 you want to change
  57. var _r6 = new RegExp("xxxx"); //sidekick3 you want to change
  58. var _r7 = new RegExp("xxxx"); //sidekick4 you want to change
  59. var _r8 = new RegExp("xxxx"); //sidekick5 you want to change
  60. var _r9 = new RegExp("Item");
  61. for(var i in e){
  62. if(_r4.test(e[i].schemaPrimativeID)){
  63. if (_r9.test(e[i].schemaPrimativeType)) {
  64. e[i].schemaPrimativeID="sidekick:FC23"; //Kiwig
  65. }
  66. if (_r1.test(e[i].schemaPrimativeID)) {
  67. e[i].value=3;
  68. }
  69. if (_r2.test(e[i].schemaPrimativeID)) {
  70. e[i].value=2;
  71. }
  72. if (_r3.test(e[i].schemaPrimativeID)) {
  73. e[i].maximum=200000;
  74. e[i].value=200000;
  75. }
  76. }
  77. if(_r5.test(e[i].schemaPrimativeID)){
  78. if (_r9.test(e[i].schemaPrimativeType)) {
  79. e[i].schemaPrimativeID="sidekick:LC23"; //Tikbalang
  80. }
  81. if (_r1.test(e[i].schemaPrimativeID)) {
  82. e[i].value=3;
  83. }
  84. if (_r2.test(e[i].schemaPrimativeID)) {
  85. e[i].value=2;
  86. }
  87. if (_r3.test(e[i].schemaPrimativeID)) {
  88. e[i].maximum=200000;
  89. e[i].value=200000;
  90. }
  91. }
  92. if(_r6.test(e[i].schemaPrimativeID)){
  93. if (_r9.test(e[i].schemaPrimativeType)) {
  94. e[i].schemaPrimativeID="sidekick:NC23"; //Lampong
  95. }
  96. if (_r1.test(e[i].schemaPrimativeID)) {
  97. e[i].value=3;
  98. }
  99. if (_r2.test(e[i].schemaPrimativeID)) {
  100. e[i].value=2;
  101. }
  102. if (_r3.test(e[i].schemaPrimativeID)) {
  103. e[i].maximum=200000;
  104. e[i].value=200000;
  105. }
  106. }
  107. if(_r7.test(e[i].schemaPrimativeID)){
  108. if (_r9.test(e[i].schemaPrimativeType)) {
  109. e[i].schemaPrimativeID="sidekick:SC23"; //Bakunawa
  110. }
  111. if (_r1.test(e[i].schemaPrimativeID)) {
  112. e[i].value=3;
  113. }
  114. if (_r2.test(e[i].schemaPrimativeID)) {
  115. e[i].value=2;
  116. }
  117. if (_r3.test(e[i].schemaPrimativeID)) {
  118. e[i].maximum=200000;
  119. e[i].value=200000;
  120. }
  121. }
  122. if(_r8.test(e[i].schemaPrimativeID)){
  123. if (_r9.test(e[i].schemaPrimativeType)) {
  124. e[i].schemaPrimativeID="sidekick:WC23"; //Buwaya
  125. }
  126. if (_r1.test(e[i].schemaPrimativeID)) {
  127. e[i].value=3;
  128. }
  129. if (_r2.test(e[i].schemaPrimativeID)) {
  130. e[i].value=2;
  131. }
  132. if (_r3.test(e[i].schemaPrimativeID)) {
  133. e[i].maximum=200000;
  134. e[i].value=200000;
  135. }
  136. }
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement