Advertisement
Guest User

PVZ 2 LEVEK

a guest
Sep 18th, 2019
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.38 KB | None | 0 0
  1. {
  2. "#comment": "Challenge #1",
  3. "objects": [
  4. {
  5. "objclass": "LevelDefinition",
  6. "objdata": {
  7. "Description": "Can you beat this challenge?",
  8. "FirstRewardParam": "goldbloom",
  9. "FirstRewardType": "unlock_plant",
  10. "GameFeaturesToUnlock": [
  11. "feature_almanac",
  12. "feature_plantfood_purchase"
  13. ],
  14. "LevelNumber": 3,
  15. "ForceToWorldMap": true,
  16. "Loot": "RTID(DefaultLoot@LevelModules)",
  17. "Modules": [
  18. "RTID(PlantfoodTutorial@CurrentLevel)",
  19. "RTID(DefaultSunDropper@LevelModules)",
  20. "RTID(ZombiesDeadWinCon@LevelModules)",
  21. "RTID(TutorialPeashooterDeath@LevelModules)",
  22. "RTID(ModernMowers@LevelModules)",
  23. "RTID(SeedBank@CurrentLevel)",
  24. "RTID(DefaultZombieWinCondition@LevelModules)",
  25. "RTID(NewWaves@CurrentLevel)"
  26. ],
  27. "Name": "Challenge #1",
  28. "NormalPresentTable": "egypt_normal_01",
  29. "RepeatPlayForceToWorldMap": false,
  30. "ShinyPresentTable": "egypt_shiny_01",
  31. "StageModule": "RTID(ModernStage@LevelModules)",
  32. "SuppressDynamicTutorial": true
  33. }
  34. },
  35. {
  36. "aliases": [
  37. "PlantfoodTutorial"
  38. ],
  39. "objclass": "PlantfoodTutorialIntroProperties",
  40. "objdata": {}
  41. },
  42. {
  43. "aliases": [
  44. "SeedBank"
  45. ],
  46. "objclass": "SeedBankProperties",
  47. "objdata": {
  48. "PresetPlantList": [
  49. {
  50. "Level": -1,
  51. "PlantType": "twinsunflower"
  52. },
  53. {
  54. "Level": -1,
  55. "PlantType": "coldsnapdragon"
  56. },
  57. {
  58. "Level": -1,
  59. "PlantType": "threepeater"
  60. },
  61. {
  62. "Level": -1,
  63. "PlantType": "squash"
  64. }
  65. ],
  66. "SelectionMethod": "preset"
  67. }
  68. },
  69. {
  70. "aliases": [
  71. "NewWaves"
  72. ],
  73. "objclass": "WaveManagerModuleProperties",
  74. "objdata": {
  75. "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
  76. }
  77. },
  78. {
  79. "aliases": [
  80. "WaveManagerProps"
  81. ],
  82. "objclass": "WaveManagerProperties",
  83. "objdata": {
  84. "MinNextWaveHealthPercentage": 0.6,
  85. "MaxNextWaveHealthPercentage": 0.75,
  86. "FlagWaveInterval": 9,
  87. "WaveCount": 9,
  88. "WaveSpendingPointIncrement": 40,
  89. "WaveSpendingPoints": 100,
  90. "Waves": [
  91. [
  92. "RTID(Wave1@CurrentLevel)"
  93. ],
  94. [
  95. "RTID(Wave2@CurrentLevel)"
  96. ],
  97. [
  98. "RTID(Wave3@CurrentLevel)"
  99. ],
  100. [
  101. "RTID(Wave4@CurrentLevel)"
  102. ],
  103. [
  104. "RTID(Wave5@CurrentLevel)"
  105. ],
  106. [
  107. "RTID(Wave6@CurrentLevel)"
  108. ],
  109. [
  110. "RTID(Wave7@CurrentLevel)"
  111. ],
  112. [
  113. "RTID(Wave8@CurrentLevel)"
  114. ],
  115. [
  116. "RTID(Wave9@CurrentLevel)"
  117. ]
  118. ]
  119. }
  120. },
  121. {
  122. "aliases": [
  123. "Wave1"
  124. ],
  125. "objclass": "SpawnZombiesJitteredWaveActionProps",
  126. "objdata": {
  127. "Zombies": [
  128. {
  129. "Row": "1",
  130. "Type": "RTID(newspaper_veteran@ZombieTypes)"
  131. },
  132. {
  133. "Row": "2",
  134. "Type": "RTID(newspaper_veteran@ZombieTypes)"
  135. },
  136. {
  137. "Row": "3",
  138. "Type": "RTID(newspaper_veteran@ZombieTypes)"
  139. },
  140. {
  141. "Row": "4",
  142. "Type": "RTID(newspaper_veteran@ZombieTypes)"
  143. },
  144. {
  145. "Row": "5",
  146. "Type": "RTID(newspaper_veteran@ZombieTypes)"
  147. }
  148. ]
  149. }
  150. },
  151. {
  152. "aliases": [
  153. "Wave2"
  154. ],
  155. "objclass": "SpawnZombiesJitteredWaveActionProps",
  156. "objdata": {
  157. "AdditionalPlantfood": 1,
  158. "Zombies": [
  159. {
  160. "Row": "2",
  161. "Type": "RTID(modern_allstar@ZombieTypes)"
  162. },
  163. {
  164. "Row": "3",
  165. "Type": "RTID(modern_allstar@ZombieTypes)"
  166. },
  167. {
  168. "Row": "4",
  169. "Type": "RTID(modern_allstar@ZombieTypes)"
  170. }
  171. ]
  172. }
  173. },
  174. {
  175. "aliases": [
  176. "Wave3"
  177. ],
  178. "objclass": "SpawnZombiesJitteredWaveActionProps",
  179. "objdata": {
  180. "Zombies": [
  181. {
  182. "Row": "3",
  183. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  184. },
  185. {
  186. "Row": "1",
  187. "Type": "RTID(modern_balloon@ZombieTypes)"
  188. },
  189. {
  190. "Row": "2",
  191. "Type": "RTID(modern_balloon@ZombieTypes)"
  192. },
  193. {
  194. "Row": "4",
  195. "Type": "RTID(modern_balloon@ZombieTypes)"
  196. },
  197. {
  198. "Row": "5",
  199. "Type": "RTID(modern_balloon@ZombieTypes)"
  200. },
  201. {
  202. "Row": "1",
  203. "Type": "RTID(modern_balloon@ZombieTypes)"
  204. },
  205. {
  206. "Row": "2",
  207. "Type": "RTID(modern_balloon@ZombieTypes)"
  208. },
  209. {
  210. "Row": "4",
  211. "Type": "RTID(modern_balloon@ZombieTypes)"
  212. },
  213. {
  214. "Row": "5",
  215. "Type": "RTID(modern_balloon@ZombieTypes)"
  216. },
  217. {
  218. "Row": "1",
  219. "Type": "RTID(modern_balloon@ZombieTypes)"
  220. },
  221. {
  222. "Row": "2",
  223. "Type": "RTID(modern_balloon@ZombieTypes)"
  224. },
  225. {
  226. "Row": "4",
  227. "Type": "RTID(modern_balloon@ZombieTypes)"
  228. },
  229. {
  230. "Row": "5",
  231. "Type": "RTID(modern_balloon@ZombieTypes)"
  232. }
  233. ]
  234. }
  235. },
  236. {
  237. "aliases": [
  238. "Wave4"
  239. ],
  240. "objclass": "SpawnZombiesJitteredWaveActionProps",
  241. "objdata": {
  242. "Zombies": [
  243. {
  244. "Row": "1",
  245. "Type": "RTID(modern_newspaper@ZombieTypes)"
  246. },
  247. {
  248. "Row": "2",
  249. "Type": "RTID(modern_newspaper@ZombieTypes)"
  250. },
  251. {
  252. "Row": "3",
  253. "Type": "RTID(newspaper_veteran@ZombieTypes)"
  254. },
  255. {
  256. "Row": "4",
  257. "Type": "RTID(modern_newspaper@ZombieTypes)"
  258. },
  259. {
  260. "Row": "5",
  261. "Type": "RTID(modern_newspaper@ZombieTypes)"
  262. },
  263. {
  264. "Row": "5",
  265. "Type": "RTID(modern_allstar@ZombieTypes)"
  266. },
  267. {
  268. "Row": "4",
  269. "Type": "RTID(modern_allstar@ZombieTypes)"
  270. },
  271. {
  272. "Row": "3",
  273. "Type": "RTID(modern_allstar@ZombieTypes)"
  274. },
  275. {
  276. "Row": "2",
  277. "Type": "RTID(modern_allstar@ZombieTypes)"
  278. },
  279. {
  280. "Row": "1",
  281. "Type": "RTID(modern_allstar@ZombieTypes)"
  282. },
  283. {
  284. "Row": "5",
  285. "Type": "RTID(modern_allstar@ZombieTypes)"
  286. },
  287. {
  288. "Row": "4",
  289. "Type": "RTID(modern_allstar@ZombieTypes)"
  290. },
  291. {
  292. "Row": "3",
  293. "Type": "RTID(modern_allstar@ZombieTypes)"
  294. },
  295. {
  296. "Row": "2",
  297. "Type": "RTID(modern_allstar@ZombieTypes)"
  298. },
  299. {
  300. "Row": "1",
  301. "Type": "RTID(modern_allstar@ZombieTypes)"
  302. },
  303. {
  304. "Row": "5",
  305. "Type": "RTID(modern_allstar@ZombieTypes)"
  306. },
  307. {
  308. "Row": "4",
  309. "Type": "RTID(modern_allstar@ZombieTypes)"
  310. },
  311. {
  312. "Row": "3",
  313. "Type": "RTID(modern_allstar@ZombieTypes)"
  314. },
  315. {
  316. "Row": "2",
  317. "Type": "RTID(modern_allstar@ZombieTypes)"
  318. },
  319. {
  320. "Row": "1",
  321. "Type": "RTID(modern_allstar@ZombieTypes)"
  322. },
  323. {
  324. "Row": "5",
  325. "Type": "RTID(modern_allstar@ZombieTypes)"
  326. },
  327. {
  328. "Row": "4",
  329. "Type": "RTID(modern_allstar@ZombieTypes)"
  330. },
  331. {
  332. "Row": "3",
  333. "Type": "RTID(modern_allstar@ZombieTypes)"
  334. },
  335. {
  336. "Row": "2",
  337. "Type": "RTID(modern_allstar@ZombieTypes)"
  338. },
  339. {
  340. "Row": "1",
  341. "Type": "RTID(modern_allstar@ZombieTypes)"
  342. }
  343. ]
  344. }
  345. },
  346. {
  347. "aliases": [
  348. "Wave5"
  349. ],
  350. "objclass": "SpawnZombiesJitteredWaveActionProps",
  351. "objdata": {
  352. "AdditionalPlantfood": 1,
  353. "Zombies": [
  354. {
  355. "Row": "1",
  356. "Type": "RTID(modern_armor4@ZombieTypes)"
  357. },
  358. {
  359. "Row": "2",
  360. "Type": "RTID(modern_armor4@ZombieTypes)"
  361. },
  362. {
  363. "Row": "3",
  364. "Type": "RTID(modern_armor4@ZombieTypes)"
  365. },
  366. {
  367. "Row": "4",
  368. "Type": "RTID(modern_armor4@ZombieTypes)"
  369. },
  370. {
  371. "Row": "5",
  372. "Type": "RTID(modern_armor4@ZombieTypes)"
  373. },
  374. , {
  375. "Row": "1",
  376. "Type": "RTID(modern_armor4@ZombieTypes)"
  377. },
  378. {
  379. "Row": "2",
  380. "Type": "RTID(modern_armor4@ZombieTypes)"
  381. },
  382. {
  383. "Row": "3",
  384. "Type": "RTID(modern_armor4@ZombieTypes)"
  385. },
  386. {
  387. "Row": "4",
  388. "Type": "RTID(modern_armor4@ZombieTypes)"
  389. },
  390. {
  391. "Row": "5",
  392. "Type": "RTID(modern_armor4@ZombieTypes)"
  393. },
  394. {
  395. "Row": "1",
  396. "Type": "RTID(modern_armor4@ZombieTypes)"
  397. },
  398. {
  399. "Row": "2",
  400. "Type": "RTID(modern_armor4@ZombieTypes)"
  401. },
  402. {
  403. "Row": "3",
  404. "Type": "RTID(modern_armor4@ZombieTypes)"
  405. },
  406. {
  407. "Row": "4",
  408. "Type": "RTID(modern_armor4@ZombieTypes)"
  409. },
  410. {
  411. "Row": "5",
  412. "Type": "RTID(modern_armor4@ZombieTypes)"
  413. }
  414. ]
  415. }
  416. },
  417. {
  418. "aliases": [
  419. "Wave6"
  420. ],
  421. "objclass": "SpawnZombiesJitteredWaveActionProps",
  422. "objdata": {
  423. "Zombies": [
  424. {
  425. "Row": "1",
  426. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  427. },
  428. {
  429. "Row": "2",
  430. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  431. },
  432. {
  433. "Row": "3",
  434. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  435. },
  436. {
  437. "Row": "4",
  438. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  439. },
  440. {
  441. "Row": "5",
  442. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  443. }
  444. ]
  445. }
  446. },
  447. {
  448. "aliases": [
  449. "Wave7"
  450. ],
  451. "objclass": "SpawnZombiesJitteredWaveActionProps",
  452. "objdata": {
  453. "AdditionalPlantfood": 1,
  454. "Zombies": [
  455. {
  456. "Row": "1",
  457. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  458. },
  459. {
  460. "Row": "1",
  461. "Type": "RTID(tutorial_armor4@ZombieTypes)"
  462. },
  463. {
  464. "Row": "3",
  465. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  466. },
  467. {
  468. "Row": "3",
  469. "Type": "RTID(tutorial_armor4@ZombieTypes)"
  470. },
  471. {
  472. "Row": "4",
  473. "Type": "RTID(tutorial_gargantuar@ZombieTypes)"
  474. },
  475. {
  476. "Row": "4",
  477. "Type": "RTID(tutorial_armor4@ZombieTypes)"
  478. }
  479. ]
  480. }
  481. },
  482. {
  483. "aliases": [
  484. "Wave8"
  485. ],
  486. "objclass": "SpawnZombiesJitteredWaveActionProps",
  487. "objdata": {
  488. "Zombies": [
  489. {
  490. "Row": "2",
  491. "Type": "RTID(tutorial_flag@ZombieTypes)"
  492. },
  493. {
  494. "Row": "3",
  495. "Type": "RTID(tutorial_flag@ZombieTypes)"
  496. },
  497. {
  498. "Row": "4",
  499. "Type": "RTID(tutorial_flag@ZombieTypes)"
  500. }
  501. ]
  502. }
  503. },
  504. {
  505. "aliases": [
  506. "Wave9"
  507. ],
  508. "objclass": "SpawnZombiesJitteredWaveActionProps",
  509. "objdata": {
  510. "AdditionalPlantfood": 1,
  511. "Zombies": [
  512. {
  513. "Type": "RTID(tutorial_flag_veteran@ZombieTypes)"
  514. },
  515. {
  516. "Type": "RTID(tutorial_flag_veteran@ZombieTypes)"
  517. },
  518. {
  519. "Type": "RTID(tutorial_flag_veteran@ZombieTypes)"
  520. },
  521. {
  522. "Type": "RTID(tutorial_flag_veteran@ZombieTypes)"
  523. },
  524. {
  525. "Type": "RTID(tutorial_flag_veteran@ZombieTypes)"
  526. },
  527. {
  528. "Type": "RTID(tutorial_flag_veteran@ZombieTypes)"
  529. },
  530. {
  531. "Type": "RTID(tutorial_flag_veteran@ZombieTypes)"
  532. }
  533. ]
  534. }
  535. }
  536. ],
  537. "version": 1
  538. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement