Advertisement
Guest User

Custom Rifts

a guest
Sep 20th, 2019
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.61 KB | None | 0 0
  1. {
  2. "wiki": "//looking to customize your own invasions? see http://coros.us/wiki/index.php?title=Hostile_Worlds_-_Invasions_-_Customizing for helpfull info",
  3. "format": "custom_rifts",
  4. "templates": [
  5. {
  6. "name": "invasion_stage_1",
  7. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! Zombie Miners!",
  8. "conditions": [
  9. {
  10. "condition": "invasion_number",
  11. "min": 1,
  12. "max": 1
  13. }
  14. ],
  15. "spawns": [
  16. {
  17. "entities": [
  18. "minecraft:zombie"
  19. ],
  20. "count": 5,
  21. "count_max": 10,
  22. "count_difficulty_multiplier": 0.5,
  23. "spawn_type": "ground",
  24. "cmods": [
  25. {
  26. "cmod": "template",
  27. "template": "invader_miner"
  28. },
  29. {
  30. "cmod": "template",
  31. "template": "inventory_all_scales"
  32. }
  33. ]
  34. },
  35. {
  36. "entities": [
  37. "minecraft:zombie"
  38. ],
  39. "count": 5,
  40. "count_max": 10,
  41. "count_difficulty_multiplier": 0.5,
  42. "spawn_type": "ground",
  43. "cmods": [
  44. {
  45. "cmod": "template",
  46. "template": "invader_soldier"
  47. },
  48. {
  49. "cmod": "template",
  50. "template": "inventory_all_scales"
  51. }
  52. ]
  53. }
  54. ]
  55. },
  56. {
  57. "name": "invasion_stage_2",
  58. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! Miners and Skeletons!",
  59. "conditions": [
  60. {
  61. "condition": "invasion_number",
  62. "min": 2,
  63. "max": 2
  64. }
  65. ],
  66. "spawns": [
  67. {
  68. "entities": [
  69. "minecraft:zombie"
  70. ],
  71. "count": 6,
  72. "count_max": 10,
  73. "count_difficulty_multiplier": 1,
  74. "cmods": [
  75. {
  76. "cmod": "template",
  77. "template": "invader_miner"
  78. },
  79. {
  80. "cmod": "template",
  81. "template": "inventory_all_scales"
  82. }
  83. ]
  84. },
  85. {
  86. "entities": [
  87. "minecraft:skeleton"
  88. ],
  89. "count": 6,
  90. "count_max": 10,
  91. "count_difficulty_multiplier": 0.5,
  92. "cmods": [
  93. {
  94. "cmod": "template",
  95. "template": "invader_soldier"
  96. },
  97. {
  98. "cmod": "template",
  99. "template": "inventory_all_scales_no_weapon"
  100. }
  101. ]
  102. }
  103. ]
  104. },
  105. {
  106. "name": "invasion_stage_3",
  107. "wave_message": "§c Akashic: The Rift has opened! Oh its just some Baby Mobs this cant be too bad.",
  108. "conditions": [
  109. {
  110. "condition": "invasion_number",
  111. "min": 3,
  112. "max": 3
  113. }
  114. ],
  115. "spawns": [
  116. {
  117. "entities": [
  118. "minecraft:zombie"
  119. ],
  120. "count": 6,
  121. "count_max": 10,
  122. "count_difficulty_multiplier": 1,
  123. "cmods": [
  124. {
  125. "cmod": "template",
  126. "template": "invader_miner"
  127. },
  128. {
  129. "cmod": "template",
  130. "template": "inventory_all_scales"
  131. }
  132. ]
  133. },
  134. {
  135. "entities": [
  136. "babymobs:babyspider", "babymobs:babyskeleton", "babymobs:babycreeper", "babymobs:babyenderman", "babymobs:babywitch", "babymobs:babyblaze", "babymobs:babywitherskeleton", "babymobs:babycavespider"
  137. ],
  138. "count": 20,
  139. "count_max": 50,
  140. "count_difficulty_multiplier": 0.5,
  141. "cmods": [
  142. {
  143. "cmod": "template",
  144. "template": "invader_Mobs"
  145. },
  146. {
  147. "cmod": "template",
  148. "template": "buffed_attributes"
  149. }
  150. ]
  151. }
  152. ]
  153. },
  154. {
  155. "name": "invasion_stage_4_opt_1_zombies",
  156. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! A Zombie Horde is approaching!",
  157. "conditions": [
  158. {
  159. "condition": "invasion_number",
  160. "min": 4
  161. },
  162. {
  163. "condition": "random",
  164. "weight": 10
  165. }
  166. ],
  167. "spawns": [
  168. {
  169. "entities": [
  170. "minecraft:zombie"
  171. ],
  172. "count": 15,
  173. "count_max": 30,
  174. "count_difficulty_multiplier": 0.5,
  175. "cmods": [
  176. {
  177. "cmod": "template",
  178. "template": "invader_miner"
  179. },
  180. {
  181. "cmod": "template",
  182. "template": "inventory_all_scales"
  183. },
  184. {
  185. "cmod": "template",
  186. "template": "buffed_attributes"
  187. }
  188. ]
  189. },
  190. {
  191. "entities": [
  192. "minecraft:zombie"
  193. ],
  194. "count": 15,
  195. "count_max": 40,
  196. "count_difficulty_multiplier": 0.5,
  197. "cmods": [
  198. {
  199. "cmod": "template",
  200. "template": "invader_soldier"
  201. },
  202. {
  203. "cmod": "template",
  204. "template": "inventory_all_scales"
  205. },
  206. {
  207. "cmod": "template",
  208. "template": "buffed_attributes"
  209. }
  210. ]
  211. }
  212. ]
  213. },
  214. {
  215. "name": "invasion_stage_4_opt_2_Vanilla",
  216. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! A lot of Monsters will appear!",
  217. "conditions": [
  218. {
  219. "condition": "invasion_number",
  220. "min": 4
  221. },
  222. {
  223. "condition": "random",
  224. "weight": 10
  225. }
  226. ],
  227. "spawns": [
  228. {
  229. "entities": [
  230. "minecraft:zombie"
  231. ],
  232. "count": 10,
  233. "count_max": 15,
  234. "count_difficulty_multiplier": 0.5,
  235. "cmods": [
  236. {
  237. "cmod": "template",
  238. "template": "invader_miner"
  239. },
  240. {
  241. "cmod": "template",
  242. "template": "inventory_all_scales"
  243. },
  244. {
  245. "cmod": "template",
  246. "template": "buffed_attributes"
  247. }
  248. ]
  249. },
  250. {
  251. "entities": [
  252. "minecraft:skeleton"
  253. ],
  254. "count": 4,
  255. "count_max": 8,
  256. "count_difficulty_multiplier": 0.5,
  257. "cmods": [
  258. {
  259. "cmod": "ai_mining"
  260. },
  261. {
  262. "cmod": "template",
  263. "template": "invader_soldier"
  264. },
  265. {
  266. "cmod": "template",
  267. "template": "inventory_all_scales_no_weapon"
  268. },
  269. {
  270. "cmod": "template",
  271. "template": "buffed_attributes"
  272. }
  273. ]
  274. },
  275. {
  276. "entities": [
  277. "minecraft:enderman", "minecraft:creeper", "minecraft:spider", "minecraft:witch", "minecraft:husk", "minecraft:stray"
  278. ],
  279. "count": 12,
  280. "count_max": 30,
  281. "count_difficulty_multiplier": 0.5,
  282. "cmods": [
  283. {
  284. "cmod": "template",
  285. "template": "invader_soldier"
  286. },
  287. {
  288. "cmod": "template",
  289. "template": "buffed_attributes"
  290. }
  291. ]
  292. }
  293. ]
  294. },
  295. {
  296. "name": "invasion_stage_4_opt_3_bats",
  297. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! A group of Bat Tamers is coming your way!",
  298. "conditions": [
  299. {
  300. "condition": "invasion_number",
  301. "min": 4
  302. },
  303. {
  304. "condition": "random",
  305. "weight": 10
  306. }
  307. ],
  308. "spawns": [
  309. {
  310. "entities": [
  311. "minecraft:zombie"
  312. ],
  313. "count": 15,
  314. "count_max": 25,
  315. "count_difficulty_multiplier": 0.5,
  316. "cmods": [
  317. {
  318. "cmod": "template",
  319. "template": "invader_miner"
  320. },
  321. {
  322. "cmod": "template",
  323. "template": "inventory_all_scales"
  324. },
  325. {
  326. "cmod": "template",
  327. "template": "buffed_attributes"
  328. }
  329. ]
  330. },
  331. {
  332. "entities": [
  333. "minecraft:bat"
  334. ],
  335. "count": 15,
  336. "count_max": 35,
  337. "count_difficulty_multiplier": 0.5,
  338. "cmods": [
  339. {
  340. "cmod": "template",
  341. "template": "invader_Mobs"
  342. },
  343. {
  344. "cmod": "template",
  345. "template": "buffed_attributes"
  346. },
  347. {
  348. "cmod": "ai_attack_melee"
  349. }
  350. ]
  351. }
  352. ]
  353. },
  354. {
  355. "name": "invasion_stage_4_opt_4_zombie_players",
  356. "wave_message": "§c Akashic: The Rift has opened! And something strange is approaching!",
  357. "conditions": [
  358. {
  359. "condition": "invasion_number",
  360. "min": 4
  361. },
  362. {
  363. "condition": "random",
  364. "weight": 10
  365. },
  366. {
  367. "condition": "mod_loaded",
  368. "mod_id": "zombie_players"
  369. }
  370. ],
  371. "spawns": [
  372. {
  373. "entities": [
  374. "zombie_players:zombie_player"
  375. ],
  376. "count": 15,
  377. "count_max": 50,
  378. "count_difficulty_multiplier": 0.5,
  379. "cmods": [
  380. {
  381. "cmod": "template",
  382. "template": "invader_palyer"
  383. },
  384. {
  385. "cmod": "template",
  386. "template": "buffed_attributes"
  387. }
  388. ]
  389. }
  390. ]
  391. },
  392. {
  393. "name": "invasion_stage_4_opt_5_crazy_animals",
  394. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! Animals have gone crazy!",
  395. "conditions": [
  396. {
  397. "condition": "invasion_number",
  398. "min": 4
  399. },
  400. {
  401. "condition": "random",
  402. "weight": 10
  403. }
  404. ],
  405. "spawns": [
  406. {
  407. "entities": [
  408. "minecraft:zombie"
  409. ],
  410. "count": 15,
  411. "count_max": 20,
  412. "count_difficulty_multiplier": 0.5,
  413. "cmods": [
  414. {
  415. "cmod": "template",
  416. "template": "invader_miner"
  417. },
  418. {
  419. "cmod": "template",
  420. "template": "inventory_all_scales"
  421. },
  422. {
  423. "cmod": "template",
  424. "template": "buffed_attributes"
  425. }
  426. ]
  427. },
  428. {
  429. "entities": [
  430. "cow", "pig", "sheep", "chicken", "wolf", "ocelot", "parrot", "polar_bear", "rabbit", "horse", "donkey", "mule", "llama"
  431. ],
  432. "count": 18,
  433. "count_max": 35,
  434. "count_difficulty_multiplier": 0.5,
  435. "cmods": [
  436. {
  437. "cmod": "ai_omniscience"
  438. },
  439. {
  440. "cmod": "ai_attack_melee"
  441. },
  442. {
  443. "cmod": "ai_lunge"
  444. },
  445. {
  446. "cmod": "template",
  447. "template": "buffed_attributes"
  448. }
  449. ]
  450. }
  451. ]
  452. },
  453. {
  454. "name": "invasion_stage_4_opt_6_infected_survivors",
  455. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! These People are infected and want to turn you into a Zombie!",
  456. "conditions": [
  457. {
  458. "condition": "invasion_number",
  459. "min": 4
  460. },
  461. {
  462. "condition": "random",
  463. "weight": 10
  464. }
  465. ],
  466. "spawns": [
  467. {
  468. "entities": [
  469. "playerskins:playermob"
  470. ],
  471. "count": 15,
  472. "count_max": 50,
  473. "count_difficulty_multiplier": 0.5,
  474. "cmods": [
  475. {
  476. "cmod": "template",
  477. "template": "invader_player"
  478. },
  479. {
  480. "cmod": "template",
  481. "template": "buffed_attributes"
  482. }
  483. ]
  484. }
  485. ]
  486. },
  487. {
  488. "name": "invasion_stage_4_opt_7_baby_mobs",
  489. "wave_message": "§c Akashic: The Rift has opened! Oh its just some Baby Mobs this cant be too bad.",
  490. "conditions": [
  491. {
  492. "condition": "invasion_number",
  493. "min": 4
  494. },
  495. {
  496. "condition": "random",
  497. "weight": 10
  498. }
  499. ],
  500. "spawns": [
  501. {
  502. "entities": [
  503. "babymobs:babyspider", "babymobs:babyskeleton", "babymobs:babycreeper", "babymobs:babyenderman", "babymobs:babywitch", "babymobs:babyblaze", "babymobs:babywitherskeleton", "babymobs:babycavespider"
  504. ],
  505. "count": 20,
  506. "count_max": 50,
  507. "count_difficulty_multiplier": 0.5,
  508. "cmods": [
  509. {
  510. "cmod": "template",
  511. "template": "invader_Mobs"
  512. },
  513. {
  514. "cmod": "template",
  515. "template": "buffed_attributes"
  516. }
  517. ]
  518. }
  519. ]
  520. },
  521. {
  522. "name": "invasion_stage_4_opt_8_tools_and_armors",
  523. "wave_message": "§c Akashic: The Rift has opened! Cursed Spirits are haunting these Tools and Armors. Be Prepared!",
  524. "conditions": [
  525. {
  526. "condition": "invasion_number",
  527. "min": 4
  528. },
  529. {
  530. "condition": "random",
  531. "weight": 10
  532. }
  533. ],
  534. "spawns": [
  535. {
  536. "entities": [
  537. "eerieentities:cursed_armor"
  538. ],
  539. "count": 15,
  540. "count_max": 25,
  541. "count_difficulty_multiplier": 0.5,
  542. "cmods": [
  543. {
  544. "cmod": "template",
  545. "template": "invader_player"
  546. },
  547. {
  548. "cmod": "template",
  549. "template": "buffed_attributes"
  550. }
  551. ]
  552. },
  553. {
  554. "entities": [
  555. "primitivemobs:haunted_tool"
  556. ],
  557. "count": 15,
  558. "count_max": 25,
  559. "count_difficulty_multiplier": 0.5,
  560. "cmods": [
  561. {
  562. "cmod": "template",
  563. "template": "invader_player"
  564. },
  565. {
  566. "cmod": "template",
  567. "template": "buffed_attributes"
  568. }
  569. ]
  570. }
  571. ]
  572. },
  573. {
  574. "name": "invasion_stage_5_opt_1_goblins",
  575. "wave_message": "§c Akashic: The Rift has opened! A Goblin Horde approaches kill them and let not even one escape!",
  576. "conditions": [
  577. {
  578. "condition": "invasion_number",
  579. "min": 5
  580. },
  581. {
  582. "condition": "random",
  583. "weight": 10
  584. }
  585. ],
  586. "spawns": [
  587. {
  588. "entities": [
  589. "grimoireofgaia:goblin"
  590. ],
  591. "count": 20,
  592. "count_max": 40,
  593. "count_difficulty_multiplier": 0.5,
  594. "cmods": [
  595. {
  596. "cmod": "template",
  597. "template": "invader_player"
  598. },
  599. {
  600. "cmod": "template",
  601. "template": "buffed_attributes"
  602. }
  603. ]
  604. },
  605. {
  606. "entities": [
  607. "primitivemobs:goblin"
  608. ],
  609. "count": 6,
  610. "count_max": 14,
  611. "count_difficulty_multiplier": 0.5,
  612. "cmods": [
  613. {
  614. "cmod": "template",
  615. "template": "invader_player"
  616. },
  617. {
  618. "cmod": "template",
  619. "template": "buffed_attributes"
  620. }
  621. ]
  622. },
  623. {
  624. "entities": [
  625. "grimoireofgaia:orc"
  626. ],
  627. "count": 8,
  628. "count_max": 16,
  629. "count_difficulty_multiplier": 0.5,
  630. "cmods": [
  631. {
  632. "cmod": "template",
  633. "template": "invader_Mobs"
  634. },
  635. {
  636. "cmod": "template",
  637. "template": "buffed_attributes"
  638. }
  639. ]
  640. }
  641. ]
  642. },
  643. {
  644. "name": "invasion_stage_5_opt_2_nether",
  645. "wave_message": "§c Akashic: The Rift has opened! The Gates to Hell are open. Beings of the Nether are approaching!",
  646. "conditions": [
  647. {
  648. "condition": "invasion_number",
  649. "min": 5
  650. },
  651. {
  652. "condition": "random",
  653. "weight": 10
  654. }
  655. ],
  656. "spawns": [
  657. {
  658. "entities": [
  659. "minecraft:zombie_pigman"
  660. ],
  661. "count": 15,
  662. "count_max": 25,
  663. "count_difficulty_multiplier": 0.5,
  664. "cmods": [
  665. {
  666. "cmod": "template",
  667. "template": "invader_player"
  668. },
  669. {
  670. "cmod": "template",
  671. "template": "inventory_all_scales"
  672. },
  673. {
  674. "cmod": "template",
  675. "template": "buffed_attributes"
  676. }
  677. ]
  678. },
  679. {
  680. "entities": [
  681. "minecraft:wither_skeleton"
  682. ],
  683. "count": 2,
  684. "count_max": 4,
  685. "count_difficulty_multiplier": 0.5,
  686. "cmods": [
  687. {
  688. "cmod": "template",
  689. "template": "invader_player"
  690. },
  691. {
  692. "cmod": "template",
  693. "template": "inventory_all_scales_no_weapon"
  694. },
  695. {
  696. "cmod": "template",
  697. "template": "buffed_attributes"
  698. }
  699. ]
  700. },
  701. {
  702. "entities": [
  703. "eerieentities:nether_knight"
  704. ],
  705. "count": 1,
  706. "count_max": 3,
  707. "count_difficulty_multiplier": 0.5,
  708. "cmods": [
  709. {
  710. "cmod": "template",
  711. "template": "invader_soldier"
  712. },
  713. {
  714. "cmod": "template",
  715. "template": "buffed_attributes"
  716. }
  717. ]
  718. },
  719. {
  720. "entities": [
  721. "minecraft:blaze", "quark:wraith", "thermalfoundation:blizz", "thermalfoundation:blitz", "thermalfoundation:basalz", "primitivemobs:blazing_juggernaut"
  722. ],
  723. "count": 12,
  724. "count_max": 18,
  725. "count_difficulty_multiplier": 0.5,
  726. "cmods": [
  727. {
  728. "cmod": "template",
  729. "template": "invader_soldier"
  730. },
  731. {
  732. "cmod": "template",
  733. "template": "buffed_attributes"
  734. }
  735. ]
  736. }
  737. ]
  738. },
  739. {
  740. "name": "invasion_stage_5_opt_3_twilight_forest",
  741. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! Twilight is flooding the Night Sky!",
  742. "conditions": [
  743. {
  744. "condition": "invasion_number",
  745. "min": 5
  746. },
  747. {
  748. "condition": "random",
  749. "weight": 10
  750. }
  751. ],
  752. "spawns": [
  753. {
  754. "entities": [
  755. "twilightforest:helmet_crab", "twilightforest:death_tome", "twilightforest:minotaur", "twilightforest:slime_beetle", "twilightforest:snow_guardian", "twilightforest:unstable_ice_core", "twilightforest:yeti", "twilightforest:hedge_spider"
  756. ],
  757. "count": 15,
  758. "count_max": 28,
  759. "count_difficulty_multiplier": 0.5,
  760. "cmods": [
  761. {
  762. "cmod": "template",
  763. "template": "invader_player"
  764. },
  765. {
  766. "cmod": "template",
  767. "template": "buffed_attributes"
  768. }
  769. ]
  770. },
  771. {
  772. "entities": [
  773. "twilightforest:mist_wolf", "twilightforest:winter_wolf"
  774. ],
  775. "count": 1,
  776. "count_max": 2,
  777. "count_difficulty_multiplier": 0.5,
  778. "cmods": [
  779. {
  780. "cmod": "template",
  781. "template": "invader_soldier"
  782. },
  783. {
  784. "cmod": "template",
  785. "template": "buffed_attributes"
  786. }
  787. ]
  788. },
  789. {
  790. "entities": [
  791. "twilightforest:tower_golem"
  792. ],
  793. "count": 2,
  794. "count_max": 3,
  795. "count_difficulty_multiplier": 0.5,
  796. "cmods": [
  797. {
  798. "cmod": "template",
  799. "template": "invader_Mobs"
  800. },
  801. {
  802. "cmod": "template",
  803. "template": "buffed_attributes"
  804. }
  805. ]
  806. },
  807. {
  808. "entities": [
  809. "mowziesmobs:naga"
  810. ],
  811. "count": 1,
  812. "count_max": 3,
  813. "count_difficulty_multiplier": 0.5,
  814. "cmods": [
  815. {
  816. "cmod": "template",
  817. "template": "invader_Mobs"
  818. },
  819. {
  820. "cmod": "attribute_attackdamage",
  821. "base_value": 6,
  822. "max_value": 16,
  823. "difficulty_multiplier": 0.5
  824. }
  825. ]
  826. },
  827. {
  828. "entities": [
  829. "mowziesmobs:frostmaw"
  830. ],
  831. "count": 1,
  832. "count_max": 1,
  833. "count_difficulty_multiplier": 0.5,
  834. "cmods": [
  835. {
  836. "cmod": "template",
  837. "template": "invader_Mobs"
  838. },
  839. {
  840. "cmod": "template",
  841. "template": "buffed_attributes"
  842. }
  843. ]
  844. }
  845. ]
  846. },
  847. {
  848. "name": "invasion_stage_5_opt_4_illagers",
  849. "wave_message": "§c Akashic: The Rift has opened! Be Prepared! The Illagers are coming!",
  850. "conditions": [
  851. {
  852. "condition": "invasion_number",
  853. "min": 5
  854. },
  855. {
  856. "condition": "random",
  857. "weight": 10
  858. }
  859. ],
  860. "spawns": [
  861. {
  862. "entities": [
  863. "minecraft:zombie"
  864. ],
  865. "count": 10,
  866. "count_max": 20,
  867. "count_difficulty_multiplier": 0.5,
  868. "cmods": [
  869. {
  870. "cmod": "template",
  871. "template": "invader_miner"
  872. },
  873. {
  874. "cmod": "template",
  875. "template": "inventory_all_scales"
  876. },
  877. {
  878. "cmod": "template",
  879. "template": "buffed_attributes"
  880. }
  881. ]
  882. },
  883. {
  884. "entities": [
  885. "evocation_illager", "vindication_illager", "illusion_illager"
  886. ],
  887. "count": 6,
  888. "count_max": 22,
  889. "count_difficulty_multiplier": 0.5,
  890. "cmods": [
  891. {
  892. "cmod": "template",
  893. "template": "invader_soldier"
  894. },
  895. {
  896. "cmod": "template",
  897. "template": "buffed_attributes"
  898. }
  899. ]
  900. }
  901. ]
  902. },
  903. {
  904. "name": "invasion_stage_6_opt_1_grimoir_of_gaia",
  905. "wave_message": "§c Akashic: The Rift has opened! Oh no this Rift leads to Gaia be prepared!",
  906. "conditions": [
  907. {
  908. "condition": "invasion_number",
  909. "min": 6
  910. },
  911. {
  912. "condition": "random",
  913. "weight": 10
  914. }
  915. ],
  916. "spawns": [
  917. {
  918. "entities": [
  919. "grimoireofgaia:dwarf", "grimoireofgaia:dhampir", "grimoireofgaia:dullahan", "grimoireofgaia:anubis", "grimoireofgaia:flesh_lich", "grimoireofgaia:hunter", "grimoireofgaia:kobold", "grimoireofgaia:minotaurus", "grimoireofgaia:nine_tails", "grimoireofgaia:oni", "grimoireofgaia:shaman", "grimoireofgaia:werecat", "grimoireofgaia:witch", "grimoireofgaia:mermaid", "grimoireofgaia:creep", "grimoireofgaia:mandragora", "grimoireofgaia:harpy", "grimoireofgaia:succubus", "grimoireofgaia:yuki-onna", "grimoireofgaia:bee"
  920. ],
  921. "count": 20,
  922. "count_max": 40,
  923. "count_difficulty_multiplier": 0.5,
  924. "cmods": [
  925. {
  926. "cmod": "template",
  927. "template": "invader_player"
  928. },
  929. {
  930. "cmod": "template",
  931. "template": "buffed_attributes"
  932. }
  933. ]
  934. },
  935. {
  936. "entities": [
  937. "grimoireofgaia:minotaur", "grimoireofgaia:valkyrie", "grimoireofgaia:vampire"
  938. ],
  939. "count": 4,
  940. "count_max": 10,
  941. "count_difficulty_multiplier": 0.5,
  942. "cmods": [
  943. {
  944. "cmod": "template",
  945. "template": "invader_player"
  946. },
  947. {
  948. "cmod": "template",
  949. "template": "buffed_attributes"
  950. }
  951. ]
  952. }
  953. ]
  954. },
  955. {
  956. "name": "invasion_stage_6_opt_2_betweenlands",
  957. "wave_message": "§c Akashic: How could this happen? This Rift only ripped partially through the Dimensions It opened a hole in the Betweenlands.",
  958. "conditions": [
  959. {
  960. "condition": "invasion_number",
  961. "min": 6
  962. },
  963. {
  964. "condition": "random",
  965. "weight": 10
  966. }
  967. ],
  968. "spawns": [
  969. {
  970. "entities": [
  971. "thebetweenlands:dark_druid"
  972. ],
  973. "count": 3,
  974. "count_max": 6,
  975. "count_difficulty_multiplier": 0.5,
  976. "cmods": [
  977. {
  978. "cmod": "template",
  979. "template": "invader_Mobs"
  980. }
  981. ]
  982. },
  983. {
  984. "entities": [
  985. "thebetweenlands:gas_cloud"
  986. ],
  987. "count": 5,
  988. "count_max": 10,
  989. "count_difficulty_multiplier": 0.5,
  990. "cmods": [
  991. {
  992. "cmod": "template",
  993. "template": "invader_Mobs"
  994. }
  995. ]
  996. },
  997. {
  998. "entities": [
  999. "thebetweenlands:swamp_hag", "thebetweenlands:wight", "thebetweenlands:blood_snail", "thebetweenlands:lurker", "thebetweenlands:chiromaw", "thebetweenlands:boulder_sprite", "thebetweenlands:smoll_sludge"
  1000. ],
  1001. "count": 18,
  1002. "count_max": 35,
  1003. "count_difficulty_multiplier": 0.5,
  1004. "cmods": [
  1005. {
  1006. "cmod": "template",
  1007. "template": "invader_player"
  1008. },
  1009. {
  1010. "cmod": "template",
  1011. "template": "buffed_attributes"
  1012. }
  1013. ]
  1014. },
  1015. {
  1016. "entities": [
  1017. "thebetweenlands:peat_mummy"
  1018. ],
  1019. "count": 2,
  1020. "count_max": 4,
  1021. "count_difficulty_multiplier": 0.5,
  1022. "cmods": [
  1023. {
  1024. "cmod": "template",
  1025. "template": "invader_player"
  1026. },
  1027. {
  1028. "cmod": "template",
  1029. "template": "buffed_attributes"
  1030. }
  1031. ]
  1032. },
  1033. {
  1034. "entities": [
  1035. "thebetweenlands:tar_beast"
  1036. ],
  1037. "count": 1,
  1038. "count_max": 2,
  1039. "count_difficulty_multiplier": 0.5,
  1040. "cmods": [
  1041. {
  1042. "cmod": "template",
  1043. "template": "invader_player"
  1044. },
  1045. {
  1046. "cmod": "template",
  1047. "template": "buffed_attributes"
  1048. }
  1049. ]
  1050. }
  1051. ]
  1052. },
  1053. {
  1054. "name": "invasion_stage_6_opt_3_insects",
  1055. "wave_message": "§c Akashic: Insects are about to appear! Big deadly Insects!!",
  1056. "conditions": [
  1057. {
  1058. "condition": "invasion_number",
  1059. "min": 6
  1060. },
  1061. {
  1062. "condition": "random",
  1063. "weight": 10
  1064. }
  1065. ],
  1066. "spawns": [
  1067. {
  1068. "entities": [
  1069. "minecraft:zombie"
  1070. ],
  1071. "count": 10,
  1072. "count_max": 20,
  1073. "count_difficulty_multiplier": 0.5,
  1074. "cmods": [
  1075. {
  1076. "cmod": "template",
  1077. "template": "invader_miner"
  1078. },
  1079. {
  1080. "cmod": "template",
  1081. "template": "inventory_all_scales"
  1082. },
  1083. {
  1084. "cmod": "template",
  1085. "template": "buffed_attributes"
  1086. }
  1087. ]
  1088. },
  1089. {
  1090. "entities": [
  1091. "erebus:erebus.scytodes", "erebus:erebus.velvet_worm", "erebus:erebus.jumping_spider", "erebus:erebus.scorpion", "erebus:erebus.tarantula", "erebus:erebus.centipede", "erebus:erebus.wasp", "erebus:erebus.praying_mantis", "erebus:erebus.midge_swarm"
  1092. ],
  1093. "count": 20,
  1094. "count_max": 30,
  1095. "count_difficulty_multiplier": 0.5,
  1096. "cmods": [
  1097. {
  1098. "cmod": "template",
  1099. "template": "invader_Mobs"
  1100. },
  1101. {
  1102. "cmod": "template",
  1103. "template": "buffed_attributes"
  1104. }
  1105. ]
  1106. },
  1107. {
  1108. "entities": [
  1109. "erebus:erebus.locust"
  1110. ],
  1111. "count": 10,
  1112. "count_max": 20,
  1113. "count_difficulty_multiplier": 0.5,
  1114. "cmods": [
  1115. {
  1116. "cmod": "template",
  1117. "template": "invader_Mobs"
  1118. },
  1119. {
  1120. "cmod": "template",
  1121. "template": "buffed_attributes"
  1122. }
  1123. ]
  1124. },
  1125. {
  1126. "entities": [
  1127. "erebus:erebus.solifuge"
  1128. ],
  1129. "count": 3,
  1130. "count_max": 6,
  1131. "count_difficulty_multiplier": 0.5,
  1132. "cmods": [
  1133. {
  1134. "cmod": "template",
  1135. "template": "invader_Mobs"
  1136. },
  1137. {
  1138. "cmod": "template",
  1139. "template": "buffed_attributes"
  1140. }
  1141. ]
  1142. },
  1143. {
  1144. "entities": [
  1145. "erebus:erebus.bombardier_beetle"
  1146. ],
  1147. "count": 1,
  1148. "count_max": 2,
  1149. "count_difficulty_multiplier": 0.5,
  1150. "cmods": [
  1151. {
  1152. "cmod": "template",
  1153. "template": "invader_Mobs"
  1154. }
  1155. ]
  1156. }
  1157. ]
  1158. }
  1159. ]
  1160.  
  1161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement