faldonboy10

Untitled

Nov 6th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.13 KB | None | 0 0
  1. {
  2. "CreateEntity": {
  3. "key": "Mewtwo",
  4. "entity": "armor_stand",
  5. "look": true,
  6. "name": [ "&b&lMewtwo" ],
  7. "location": {
  8. "world": "world",
  9. "x": -692.5,
  10. "y": 81.0,
  11. "z": 686.5,
  12. "yaw": -90,
  13. "pitch": 0
  14. },
  15. "pokemon": "Mewtwo",
  16. "skin": "halloween"
  17. },
  18. "CreateEntity": {
  19. "key": "Arceus",
  20. "entity": "armor_stand",
  21. "look": true,
  22. "name": [ "&b&lArceus" ],
  23. "location": {
  24. "world": "world",
  25. "x": -692.5,
  26. "y": 81.0,
  27. "z": 686.5,
  28. "yaw": -90,
  29. "pitch": 0
  30. },
  31. "pokemon": "Arceus",
  32. "skin": "halloween"
  33. },
  34. "CreateEntity": {
  35. "key": "Rayquaza",
  36. "entity": "armor_stand",
  37. "look": true,
  38. "name": [ "&b&lRayquaza" ],
  39. "location": {
  40. "world": "world",
  41. "x": -692.5,
  42. "y": 81.0,
  43. "z": 686.5,
  44. "yaw": -90,
  45. "pitch": 0
  46. },
  47. "pokemon": "Rayquaza",
  48. "skin": "halloween"
  49. },
  50. "CreateEntity": {
  51. "key": "Regigigas",
  52. "entity": "armor_stand",
  53. "look": true,
  54. "name": [ "&b&lRegigigas" ],
  55. "location": {
  56. "world": "world",
  57. "x": -692.5,
  58. "y": 81.0,
  59. "z": 686.5,
  60. "yaw": -90,
  61. "pitch": 0
  62. },
  63. "pokemon": "Regigigas",
  64. "skin": "halloween"
  65. },
  66. "CreateEntity": {
  67. "key": "Darkrai",
  68. "entity": "armor_stand",
  69. "look": true,
  70. "name": [ "&b&lDarkrai" ],
  71. "location": {
  72. "world": "world",
  73. "x": -692.5,
  74. "y": 81.0,
  75. "z": 686.5,
  76. "yaw": -90,
  77. "pitch": 0
  78. },
  79. "pokemon": "Darkrai",
  80. "skin": "halloween"
  81. },
  82. "CreateEntity": {
  83. "key": "Regirock",
  84. "entity": "armor_stand",
  85. "look": true,
  86. "name": [ "&b&lRegirock" ],
  87. "location": {
  88. "world": "world",
  89. "x": -692.5,
  90. "y": 81.0,
  91. "z": 686.5,
  92. "yaw": -90,
  93. "pitch": 0
  94. },
  95. "pokemon": "Regirock",
  96. "skin": "halloween"
  97. },
  98. "CreateEntity": {
  99. "key": "Mew",
  100. "entity": "armor_stand",
  101. "look": true,
  102. "name": [ "&b&lMew" ],
  103. "location": {
  104. "world": "world",
  105. "x": -692.5,
  106. "y": 81.0,
  107. "z": 686.5,
  108. "yaw": -90,
  109. "pitch": 0
  110. },
  111. "pokemon": "Mew",
  112. "skin": "halloween"
  113. },
  114. "Show": {
  115. "Mewtwo": false,
  116. "Arceus": false,
  117. "Rayquaza": false,
  118. "Darkrai": false,
  119. "Regigigas": false,
  120. "Mew": false,
  121. "Regirock": false
  122. },
  123.  
  124. "Key": "hw22_legend_encounter",
  125. "AllowRejoining": true,
  126. "RequireForceStart": true,
  127. "RegionEntry": [ -500, 0, 500, -900, 256, 900 ],
  128. "NotCompleted": [],
  129. "SendMessage": "&cYou sense a powerful Pokemon nearby...",
  130.  
  131.  
  132.  
  133. "If": [],
  134. "Equals": [ "hw22legend", "=", 1, false ],
  135. "Skip": "Mewtwo Start",
  136. "Dummy": [],
  137.  
  138. "If": [],
  139. "Equals": [ "hw22legend", "=", 2, false ],
  140. "Skip": "Arceus Start",
  141. "Dummy": [],
  142.  
  143. "If": [],
  144. "Equals": [ "hw22legend", "=", 3, false ],
  145. "Skip": "Rayquaza Start",
  146. "Dummy": [],
  147.  
  148. "If": [],
  149. "Equals": [
  150. "hw22legend",
  151. "=",
  152. 4,
  153. false
  154. ],
  155. "Skip": "Regigigas Start",
  156. "Dummy": [],
  157.  
  158. "If": [],
  159. "Equals": [ "hw22legend", "=", 5, false ],
  160. "Skip": "Darkrai Start",
  161. "Dummy": [],
  162.  
  163. "If": [],
  164. "Equals": [ "hw22legend", "=", 6, false ],
  165. "Skip": "Regirock Start",
  166. "Dummy": [],
  167.  
  168. "If": [],
  169. "Equals": [ "hw22legend", "=", 7, false ],
  170. "Skip": "Mew Start",
  171. "Dummy": [],
  172. "Leave": [],
  173.  
  174.  
  175.  
  176. "Comment": "Mewtwo Start",
  177. "Show": "Mewtwo",
  178. "ClickEntity": "Mewtwo",
  179. "LimitParty": [ 2, false ],
  180. "If": [],
  181. "HasPokemon": {
  182. "skin": [ "Anniversary", "Shadow" ]
  183. },
  184. "SendMessage": "Dark magic prevents you from using Anniversary and Shadow Pokemon...",
  185. "Skip": 1,
  186. "Leave": [],
  187. "Hide": "Mewtwo",
  188. "BattleNpc": [
  189. "Mewtwo",
  190. {
  191. "Mewtwo": "..."
  192. },
  193. {
  194. "Mewtwo": "..."
  195. },
  196. {
  197. "Mewtwo": "..."
  198. },
  199. [
  200. {
  201. "species": "mewtwo",
  202. "skin": "halloween",
  203. "level": 100,
  204. "moves": [
  205. "psychic",
  206. "recover",
  207. "hurricane",
  208. "barrier"
  209. ],
  210. "nature": "Timid",
  211. "evs": {
  212. "special_attack": 252,
  213. "speed": 252,
  214. "defense": 4
  215. }
  216. }
  217. ],
  218. {
  219. "automatically_start": true,
  220. "conditional": true
  221. }
  222. ],
  223. "Skip": "Mewtwo Win",
  224. "Skip": "Lose",
  225.  
  226. "Comment": "Mewtwo Win",
  227. "Complete": [],
  228. "SendMessage": "Mewtwo has joined your party!",
  229. "RandomOption": 4,
  230. "GivePokemon": [
  231. [
  232. {
  233. "species": "Mewtwo",
  234. "skin": "Halloween",
  235. "level": 55,
  236. "moves": [
  237. "Psychic",
  238. "Hurricane",
  239. "Barrier",
  240. "Recover"
  241. ],
  242. "nature": "Timid",
  243. "poke_ball": "Dusk Ball",
  244. "ivs": {
  245. "min_percentage": 0.80,
  246. "max_percentage": 0.99
  247. },
  248. "location": "Halloween Event 2022 METADATA Untradeable"
  249. }
  250. ]
  251. ],
  252. "GivePokemon": [
  253. [
  254. {
  255. "species": "Mewtwo",
  256. "skin": "Halloween",
  257. "level": 55,
  258. "moves": [
  259. "Psychic",
  260. "Hurricane",
  261. "Barrier",
  262. "Recover"
  263. ],
  264. "nature": "Naive",
  265. "poke_ball": "Dusk Ball",
  266. "ivs": {
  267. "min_percentage": 0.80,
  268. "max_percentage": 0.99
  269. },
  270. "location": "Halloween Event 2022 METADATA Untradeable"
  271. }
  272. ]
  273. ],
  274. "GivePokemon": [
  275. [
  276. {
  277. "species": "Mewtwo",
  278. "skin": "Halloween",
  279. "level": 55,
  280. "moves": [
  281. "Psychic",
  282. "Hurricane",
  283. "Barrier",
  284. "Recover"
  285. ],
  286. "nature": "Modest",
  287. "poke_ball": "Dusk Ball",
  288. "ivs": {
  289. "min_percentage": 0.80,
  290. "max_percentage": 0.99
  291. },
  292. "location": "Halloween Event 2022 METADATA Untradeable"
  293. }
  294. ]
  295. ],
  296. "GivePokemon": [
  297. [
  298. {
  299. "species": "Mewtwo",
  300. "skin": "Halloween",
  301. "level": 55,
  302. "moves": [
  303. "Psychic",
  304. "Hurricane",
  305. "Barrier",
  306. "Recover"
  307. ],
  308. "nature": "Hasty",
  309. "poke_ball": "Dusk Ball",
  310. "ivs": {
  311. "min_percentage": 0.80,
  312. "max_percentage": 0.99
  313. },
  314. "location": "Halloween Event 2022 METADATA Untradeable"
  315. }
  316. ]
  317. ],
  318. "Leave": [],
  319.  
  320.  
  321.  
  322. "Comment": "Arceus Start",
  323. "Show": "Arceus",
  324. "ClickEntity": "Arceus",
  325. "LimitParty": [ 2, false ],
  326. "If": [],
  327. "HasPokemon": {
  328. "skin": [ "Anniversary", "Shadow" ]
  329. },
  330. "SendMessage": "Dark magic prevents you from using Anniversary and Shadow Pokemon...",
  331. "Skip": 1,
  332. "Leave": [],
  333. "Hide": "Arceus",
  334. "BattleNpc": [
  335. "Arceus",
  336. {
  337. "Arceus": "..."
  338. },
  339. {
  340. "Arceus": "..."
  341. },
  342. {
  343. "Arceus": "..."
  344. },
  345. [
  346. {
  347. "species": "arceus",
  348. "skin": "halloween",
  349. "level": 100,
  350. "moves": [
  351. "extreme speed",
  352. "swords dance",
  353. "shadow claw",
  354. "earthquake"
  355. ],
  356. "nature": "jolly",
  357. "evs": {
  358. "attack": 252,
  359. "speed": 252,
  360. "defense": 4
  361. }
  362. }
  363. ],
  364. {
  365. "automatically_start": true,
  366. "conditional": true
  367. }
  368. ],
  369. "Skip": "Arceus Win",
  370. "Skip": "Lose",
  371.  
  372. "Comment": "Arceus Win",
  373. "Complete": [],
  374. "SendMessage": "Arceus has joined your party!",
  375. "RandomOption": 3,
  376. "GivePokemon": [
  377. [
  378. {
  379. "species": "arceus",
  380. "skin": "Halloween",
  381. "level": 55,
  382. "moves": [
  383. "judgment",
  384. "roar of time",
  385. "spacial rend",
  386. "shadow force"
  387. ],
  388. "nature": "jolly",
  389. "poke_ball": "Dusk Ball",
  390. "ivs": {
  391. "min_percentage": 0.80,
  392. "max_percentage": 0.99
  393. },
  394. "location": "Halloween Event 2022 METADATA Untradeable"
  395. }
  396. ]
  397. ],
  398. "GivePokemon": [
  399. [
  400. {
  401. "species": "arceus",
  402. "skin": "Halloween",
  403. "level": 55,
  404. "moves": [
  405. "judgment",
  406. "roar of time",
  407. "spacial rend",
  408. "shadow force"
  409. ],
  410. "nature": "adamant",
  411. "poke_ball": "Dusk Ball",
  412. "ivs": {
  413. "min_percentage": 0.80,
  414. "max_percentage": 0.99
  415. },
  416. "location": "Halloween Event 2022 METADATA Untradeable"
  417. }
  418. ]
  419. ],
  420. "GivePokemon": [
  421. [
  422. {
  423. "species": "arceus",
  424. "skin": "Halloween",
  425. "level": 55,
  426. "moves": [
  427. "judgment",
  428. "roar of time",
  429. "spacial rend",
  430. "shadow force"
  431. ],
  432. "nature": "bold",
  433. "poke_ball": "Dusk Ball",
  434. "ivs": {
  435. "min_percentage": 0.80,
  436. "max_percentage": 0.99
  437. },
  438. "location": "Halloween Event 2022 METADATA Untradeable"
  439. }
  440. ]
  441. ],
  442. "Leave": [],
  443.  
  444.  
  445.  
  446. "Comment": "Rayquaza Start",
  447. "Show": "Rayquaza",
  448. "ClickEntity": "Rayquaza",
  449. "LimitParty": [ 2, false ],
  450. "If": [],
  451. "HasPokemon": {
  452. "skin": [ "Anniversary", "Shadow" ]
  453. },
  454. "SendMessage": "Dark magic prevents you from using Anniversary and Shadow Pokemon...",
  455. "Skip": 1,
  456. "Leave": [],
  457. "Hide": "Rayquaza",
  458. "BattleNpc": [
  459. "Rayquaza",
  460. {
  461. "Rayquaza": "..."
  462. },
  463. {
  464. "Rayquaza": "..."
  465. },
  466. {
  467. "Rayquaza": "..."
  468. },
  469. [
  470. {
  471. "species": "Rayquaza",
  472. "skin": "halloween",
  473. "level": 100,
  474. "moves": [
  475. "extreme speed",
  476. "swords dance",
  477. "v-create",
  478. "earthquake"
  479. ],
  480. "nature": "jolly",
  481. "evs": {
  482. "attack": 252,
  483. "speed": 252,
  484. "defense": 4
  485. }
  486. }
  487. ],
  488. {
  489. "automatically_start": true,
  490. "conditional": true
  491. }
  492. ],
  493. "Skip": "Rayquaza Win",
  494. "Skip": "Lose",
  495.  
  496. "Comment": "Rayquaza Win",
  497. "Complete": [],
  498. "SendMessage": "Rayquaza has joined your party!",
  499. "RandomOption": 4,
  500. "GivePokemon": [
  501. [
  502. {
  503. "species": "Rayquaza",
  504. "skin": "Halloween",
  505. "level": 55,
  506. "moves": [
  507. "v-create",
  508. "extreme speed",
  509. "swords dance",
  510. "earthquake"
  511. ],
  512. "nature": "jolly",
  513. "poke_ball": "Dusk Ball",
  514. "ivs": {
  515. "min_percentage": 0.80,
  516. "max_percentage": 0.99
  517. },
  518. "location": "Halloween Event 2022 METADATA Untradeable"
  519. }
  520. ]
  521. ],
  522. "GivePokemon": [
  523. [
  524. {
  525. "species": "Rayquaza",
  526. "skin": "Halloween",
  527. "level": 55,
  528. "moves": [
  529. "v-create",
  530. "extreme speed",
  531. "swords dance",
  532. "earthquake"
  533. ],
  534. "nature": "adamant",
  535. "poke_ball": "Dusk Ball",
  536. "ivs": {
  537. "min_percentage": 0.80,
  538. "max_percentage": 0.99
  539. },
  540. "location": "Halloween Event 2022 METADATA Untradeable"
  541. }
  542. ]
  543. ],
  544. "GivePokemon": [
  545. [
  546. {
  547. "species": "Rayquaza",
  548. "skin": "Halloween",
  549. "level": 55,
  550. "moves": [
  551. "v-create",
  552. "extreme speed",
  553. "swords dance",
  554. "earthquake"
  555. ],
  556. "nature": "naive",
  557. "poke_ball": "Dusk Ball",
  558. "ivs": {
  559. "min_percentage": 0.80,
  560. "max_percentage": 0.99
  561. },
  562. "location": "Halloween Event 2022 METADATA Untradeable"
  563. }
  564. ]
  565. ],
  566. "GivePokemon": [
  567. [
  568. {
  569. "species": "Rayquaza",
  570. "skin": "Halloween",
  571. "level": 55,
  572. "moves": [
  573. "v-create",
  574. "extreme speed",
  575. "swords dance",
  576. "earthquake"
  577. ],
  578. "nature": "hasty",
  579. "poke_ball": "Dusk Ball",
  580. "ivs": {
  581. "min_percentage": 0.80,
  582. "max_percentage": 0.99
  583. },
  584. "location": "Halloween Event 2022 METADATA Untradeable"
  585. }
  586. ]
  587. ],
  588. "Leave": [],
  589.  
  590.  
  591.  
  592. "Comment": "Darkrai Start",
  593. "Show": "Darkrai",
  594. "ClickEntity": "Darkrai",
  595. "LimitParty": [ 2, false ],
  596. "If": [],
  597. "HasPokemon": {
  598. "skin": [ "Anniversary", "Shadow" ]
  599. },
  600. "SendMessage": "Dark magic prevents you from using Anniversary and Shadow Pokemon...",
  601. "Skip": 1,
  602. "Leave": [],
  603. "Hide": "Darkrai",
  604. "BattleNpc": [
  605. "Darkrai",
  606. {
  607. "Darkari": "..."
  608. },
  609. {
  610. "Darkrai": "..."
  611. },
  612. {
  613. "Darkrai": "..."
  614. },
  615. [
  616. {
  617. "species": "Darkrai",
  618. "skin": "halloween",
  619. "level": 100,
  620. "moves": [
  621. "dark void",
  622. "nasty plot",
  623. "dark pulse",
  624. "thunder"
  625. ],
  626. "nature": "timid",
  627. "evs": {
  628. "special_attack": 252,
  629. "speed": 252,
  630. "defense": 4
  631. }
  632. }
  633. ],
  634. {
  635. "automatically_start": true,
  636. "conditional": true
  637. }
  638. ],
  639. "Skip": "Darkrai Win",
  640. "Skip": "Lose",
  641.  
  642. "Comment": "Darkrai Win",
  643. "Complete": [],
  644. "SendMessage": "Darkrai has joined your party!",
  645. "RandomOption": 4,
  646. "GivePokemon": [
  647. [
  648. {
  649. "species": "Darkrai",
  650. "skin": "Halloween",
  651. "level": 55,
  652. "moves": [
  653. "spacial rend",
  654. "roar of time",
  655. "nightmare",
  656. "hypnosis"
  657. ],
  658. "nature": "timid",
  659. "poke_ball": "Dusk Ball",
  660. "ivs": {
  661. "min_percentage": 0.80,
  662. "max_percentage": 0.99
  663. },
  664. "location": "Halloween Event 2022 METADATA Untradeable"
  665. }
  666. ]
  667. ],
  668. "GivePokemon": [
  669. [
  670. {
  671. "species": "Darkrai",
  672. "skin": "Halloween",
  673. "level": 55,
  674. "moves": [
  675. "spacial rend",
  676. "roar of time",
  677. "nightmare",
  678. "hypnosis"
  679. ],
  680. "nature": "hasty",
  681. "poke_ball": "Dusk Ball",
  682. "ivs": {
  683. "min_percentage": 0.80,
  684. "max_percentage": 0.99
  685. },
  686. "location": "Halloween Event 2022 METADATA Untradeable"
  687. }
  688. ]
  689. ],
  690. "GivePokemon": [
  691. [
  692. {
  693. "species": "Darkrai",
  694. "skin": "Halloween",
  695. "level": 55,
  696. "moves": [
  697. "spacial rend",
  698. "roar of time",
  699. "nightmare",
  700. "hypnosis"
  701. ],
  702. "nature": "naive",
  703. "poke_ball": "Dusk Ball",
  704. "ivs": {
  705. "min_percentage": 0.80,
  706. "max_percentage": 0.99
  707. },
  708. "location": "Halloween Event 2022 METADATA Untradeable"
  709. }
  710. ]
  711. ],
  712. "GivePokemon": [
  713. [
  714. {
  715. "species": "Darkrai",
  716. "skin": "Halloween",
  717. "level": 55,
  718. "moves": [
  719. "spacial rend",
  720. "roar of time",
  721. "nightmare",
  722. "hypnosis"
  723. ],
  724. "nature": "modest",
  725. "poke_ball": "Dusk Ball",
  726. "ivs": {
  727. "min_percentage": 0.80,
  728. "max_percentage": 0.99
  729. },
  730. "location": "Halloween Event 2022 METADATA Untradeable"
  731. }
  732. ]
  733. ],
  734. "Leave": [],
  735.  
  736.  
  737.  
  738.  
  739. "Comment": "Regigigas Start",
  740. "Show": "Regigigas",
  741. "ClickEntity": "Regigigas",
  742. "LimitParty": [ 2, false ],
  743. "If": [],
  744. "HasPokemon": {
  745. "skin": [ "Anniversary", "Shadow" ]
  746. },
  747. "SendMessage": "Dark magic prevents you from using Anniversary and Shadow Pokemon...",
  748. "Skip": 1,
  749. "Leave": [],
  750. "Hide": "Regigigas",
  751. "BattleNpc": [
  752. "Regigigas",
  753. {
  754. "Regigigas": "..."
  755. },
  756. {
  757. "Regigigas": "..."
  758. },
  759. {
  760. "Regigigas": "..."
  761. },
  762. [
  763. {
  764. "species": "Regigigas",
  765. "skin": "halloween",
  766. "level": 100,
  767. "moves": [
  768. "dizzy punch",
  769. "knock off",
  770. "drain punch",
  771. "thunder wave"
  772. ],
  773. "nature": "adamant",
  774. "evs": {
  775. "attack": 252,
  776. "hp": 252,
  777. "defense": 4
  778. }
  779. }
  780. ],
  781. {
  782. "automatically_start": true,
  783. "conditional": true
  784. }
  785. ],
  786. "Skip": "Regigigas Win",
  787. "Skip": "Lose",
  788.  
  789. "Comment": "Regigigas Win",
  790. "Complete": [],
  791. "SendMessage": "Regigigas has joined your party!",
  792. "RandomOption": 3,
  793. "GivePokemon": [
  794. [
  795. {
  796. "species": "Regigigas",
  797. "skin": "Halloween",
  798. "level": 55,
  799. "moves": [
  800. "crush grip",
  801. "drain punch",
  802. "zen headbutt",
  803. "heavy slam"
  804. ],
  805. "nature": "adamant",
  806. "poke_ball": "Dusk Ball",
  807. "ivs": {
  808. "min_percentage": 0.80,
  809. "max_percentage": 0.99
  810. },
  811. "location": "Halloween Event 2022 METADATA Untradeable"
  812. }
  813. ]
  814. ],
  815. "GivePokemon": [
  816. [
  817. {
  818. "species": "Regigigas",
  819. "skin": "Halloween",
  820. "level": 55,
  821. "moves": [
  822. "crush grip",
  823. "drain punch",
  824. "zen headbutt",
  825. "heavy slam"
  826. ],
  827. "nature": "impish",
  828. "poke_ball": "Dusk Ball",
  829. "ivs": {
  830. "min_percentage": 0.80,
  831. "max_percentage": 0.99
  832. },
  833. "location": "Halloween Event 2022 METADATA Untradeable"
  834. }
  835. ]
  836. ],
  837. "GivePokemon": [
  838. [
  839. {
  840. "species": "Regigigas",
  841. "skin": "Halloween",
  842. "level": 55,
  843. "moves": [
  844. "crush grip",
  845. "drain punch",
  846. "zen headbutt",
  847. "heavy slam"
  848. ],
  849. "nature": "brave",
  850. "poke_ball": "Dusk Ball",
  851. "ivs": {
  852. "min_percentage": 0.80,
  853. "max_percentage": 0.99
  854. },
  855. "location": "Halloween Event 2022 METADATA Untradeable"
  856. }
  857. ]
  858. ],
  859. "Leave": [],
  860.  
  861.  
  862.  
  863.  
  864. "Comment": "Regirock Start",
  865. "Show": "Regirock",
  866. "ClickEntity": "Regirock",
  867. "LimitParty": [ 2, false ],
  868. "If": [],
  869. "HasPokemon": {
  870. "skin": [ "Anniversary", "Shadow" ]
  871. },
  872. "SendMessage": "Dark magic prevents you from using Anniversary and Shadow Pokemon...",
  873. "Skip": 1,
  874. "Leave": [],
  875. "Hide": "Regirock",
  876. "BattleNpc": [
  877. "Regirock",
  878. {
  879. "Regirock": "..."
  880. },
  881. {
  882. "Regirock": "..."
  883. },
  884. {
  885. "Regirock": "..."
  886. },
  887. [
  888. {
  889. "species": "Regirock",
  890. "skin": "halloween",
  891. "level": 100,
  892. "moves": [
  893. "rock slide",
  894. "earthquake",
  895. "drain punch",
  896. "thunder wave"
  897. ],
  898. "nature": "adamant",
  899. "evs": {
  900. "attack": 252,
  901. "hp": 252,
  902. "defense": 4
  903. }
  904. }
  905. ],
  906. {
  907. "automatically_start": true,
  908. "conditional": true
  909. }
  910. ],
  911. "Skip": "Regirock Win",
  912. "Skip": "Lose",
  913.  
  914. "Comment": "Regirock Win",
  915. "Complete": [],
  916. "SendMessage": "Regirock has joined your party!",
  917. "RandomOption": 2,
  918. "GivePokemon": [
  919. [
  920. {
  921. "species": "Regirock",
  922. "skin": "Halloween",
  923. "level": 55,
  924. "moves": [
  925. "curse",
  926. "ice punch",
  927. "hammer arm",
  928. "explosion"
  929. ],
  930. "nature": "adamant",
  931. "ability": "sturdy",
  932. "poke_ball": "Dusk Ball",
  933. "ivs": {
  934. "min_percentage": 0.80,
  935. "max_percentage": 0.99
  936. },
  937. "location": "Halloween Event 2022 METADATA Untradeable"
  938. }
  939. ]
  940. ],
  941. "GivePokemon": [
  942. [
  943. {
  944. "species": "Regirock",
  945. "skin": "Halloween",
  946. "level": 55,
  947. "moves": [
  948. "curse",
  949. "ice punch",
  950. "hammer arm",
  951. "explosion"
  952. ],
  953. "nature": "impish",
  954. "ability": "sturdy",
  955. "poke_ball": "Dusk Ball",
  956. "ivs": {
  957. "min_percentage": 0.80,
  958. "max_percentage": 0.99
  959. },
  960. "location": "Halloween Event 2022 METADATA Untradeable"
  961. }
  962. ]
  963. ],
  964. "Leave": [],
  965.  
  966.  
  967.  
  968. "Comment": "Mew Start",
  969. "Show": "Mew",
  970. "ClickEntity": "Mew",
  971. "LimitParty": [ 2, false ],
  972. "If": [],
  973. "HasPokemon": {
  974. "skin": [ "Anniversary", "Shadow" ]
  975. },
  976. "SendMessage": "Dark magic prevents you from using Anniversary and Shadow Pokemon...",
  977. "Skip": 1,
  978. "Leave": [],
  979. "Hide": "Mew",
  980. "BattleNpc": [
  981. "Mew",
  982. {
  983. "Mew": "..."
  984. },
  985. {
  986. "Mew": "..."
  987. },
  988. {
  989. "Mew": "..."
  990. },
  991. [
  992. {
  993. "species": "Mew",
  994. "skin": "halloween",
  995. "level": 100,
  996. "moves": [
  997. "psyshock",
  998. "fire blast",
  999. "giga drain",
  1000. "dark pulse"
  1001. ],
  1002. "nature": "timid",
  1003. "evs": {
  1004. "special_attack": 252,
  1005. "speed": 252,
  1006. "defense": 4
  1007. }
  1008. }
  1009. ],
  1010. {
  1011. "automatically_start": true,
  1012. "conditional": true
  1013. }
  1014. ],
  1015. "Skip": "Mew Win",
  1016. "Skip": "Lose",
  1017.  
  1018. "Comment": "Mew Win",
  1019. "Complete": [],
  1020. "SendMessage": "Mew has joined your party!",
  1021. "RandomOption": 5,
  1022. "GivePokemon": [
  1023. [
  1024. {
  1025. "species": "Mew",
  1026. "skin": "Halloween",
  1027. "level": 55,
  1028. "moves": [
  1029. "transform",
  1030. "teleport",
  1031. "metronome",
  1032. "barrier"
  1033. ],
  1034. "nature": "timid",
  1035. "poke_ball": "Dusk Ball",
  1036. "ivs": {
  1037. "min_percentage": 0.80,
  1038. "max_percentage": 0.99
  1039. },
  1040. "location": "Halloween Event 2022 METADATA Untradeable"
  1041. }
  1042. ]
  1043. ],
  1044. "GivePokemon": [
  1045. [
  1046. {
  1047. "species": "Mew",
  1048. "skin": "Halloween",
  1049. "level": 55,
  1050. "moves": [
  1051. "transform",
  1052. "teleport",
  1053. "metronome",
  1054. "barrier"
  1055. ],
  1056. "nature": "modest",
  1057. "poke_ball": "Dusk Ball",
  1058. "ivs": {
  1059. "min_percentage": 0.80,
  1060. "max_percentage": 0.99
  1061. },
  1062. "location": "Halloween Event 2022 METADATA Untradeable"
  1063. }
  1064. ]
  1065. ],
  1066. "GivePokemon": [
  1067. [
  1068. {
  1069. "species": "Mew",
  1070. "skin": "Halloween",
  1071. "level": 55,
  1072. "moves": [
  1073. "transform",
  1074. "teleport",
  1075. "metronome",
  1076. "barrier"
  1077. ],
  1078. "nature": "calm",
  1079. "poke_ball": "Dusk Ball",
  1080. "ivs": {
  1081. "min_percentage": 0.80,
  1082. "max_percentage": 0.99
  1083. },
  1084. "location": "Halloween Event 2022 METADATA Untradeable"
  1085. }
  1086. ]
  1087. ],
  1088. "GivePokemon": [
  1089. [
  1090. {
  1091. "species": "Mew",
  1092. "skin": "Halloween",
  1093. "level": 55,
  1094. "moves": [
  1095. "transform",
  1096. "teleport",
  1097. "metronome",
  1098. "barrier"
  1099. ],
  1100. "nature": "bold",
  1101. "poke_ball": "Dusk Ball",
  1102. "ivs": {
  1103. "min_percentage": 0.80,
  1104. "max_percentage": 0.99
  1105. },
  1106. "location": "Halloween Event 2022 METADATA Untradeable"
  1107. }
  1108. ]
  1109. ],
  1110. "GivePokemon": [
  1111. [
  1112. {
  1113. "species": "Mew",
  1114. "skin": "Halloween",
  1115. "level": 55,
  1116. "moves": [
  1117. "transform",
  1118. "teleport",
  1119. "metronome",
  1120. "barrier"
  1121. ],
  1122. "nature": "jolly",
  1123. "poke_ball": "Dusk Ball",
  1124. "ivs": {
  1125. "min_percentage": 0.80,
  1126. "max_percentage": 0.99
  1127. },
  1128. "location": "Halloween Event 2022 METADATA Untradeable"
  1129. }
  1130. ]
  1131. ],
  1132. "Leave": [],
  1133.  
  1134. "Comment": "Lose",
  1135. "SendMessage": "The wild Pokemon fled...",
  1136. "Leave": []
  1137.  
  1138. }
Advertisement
Add Comment
Please, Sign In to add comment