Advertisement
Guest User

MapType

a guest
Jun 20th, 2021
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.12 KB | None | 0 0
  1. {
  2. "id": "map_type_mountain",
  3. "flatHeight": 3,
  4. "defaultVoxelType": "Limestone",
  5. "minPlantsPercent": 105,
  6. "initialPenalty": 4000,
  7. "animals": [
  8. {
  9. "id": "Deer Spawner",
  10. "animalId": "deer",
  11. "initialCount":
  12. {
  13. "min": 3,
  14. "max": 4
  15. },
  16. "maxCount": 4,
  17. "temperature":
  18. {
  19. "min": 0,
  20. "max": 40
  21. },
  22. "optimalTemperature": 20,
  23. "spawnSpeedMultiplier": 2
  24. },
  25. {
  26. "id": "Hare Spawner",
  27. "animalId": "hare",
  28. "initialCount":
  29. {
  30. "min": 12,
  31. "max": 12
  32. },
  33. "maxCount": 12,
  34. "temperature":
  35. {
  36. "min": -10,
  37. "max": 40
  38. },
  39. "optimalTemperature": 25,
  40. "spawnSpeedMultiplier": 4
  41. },
  42. {
  43. "id": "Wolf Spawner",
  44. "animalId": "wolf",
  45. "initialCount":
  46. {
  47. "min": 3,
  48. "max": 3
  49. },
  50. "maxCount": 3,
  51. "temperature":
  52. {
  53. "min": -20,
  54. "max": 20
  55. },
  56. "optimalTemperature": -5,
  57. "spawnSpeedMultiplier": 2
  58. }
  59. ],
  60. "voxelTypeDistribution": [
  61. {
  62. "id": "Limestone",
  63. "percent": 2,
  64. "minCount": 1000
  65. },
  66. {
  67. "id": "Iron",
  68. "percent": 8,
  69. "minCount": 2000
  70. },
  71. {
  72. "id": "Gold",
  73. "percent": 2,
  74. "minCount": 2000,
  75. "awayFromEdge": true,
  76. "storeInside": [
  77. "Iron"
  78. ]
  79. },
  80. {
  81. "id": "Coal",
  82. "percent": 5,
  83. "minCount": 2000
  84. },
  85. {
  86. "id": "Rocky",
  87. "percent": 12,
  88. "minCount": 400
  89. },
  90. {
  91. "id": "Salt",
  92. "percent": 1,
  93. "minCount": 2000
  94. },
  95. {
  96. "id": "Grass",
  97. "percent": 20,
  98. "minCount": 2000
  99. }
  100. ],
  101. "mapGenerationSteps": [
  102. {
  103. "id": "base_mountain",
  104. "brushIDs": [
  105. "height_map_mountain_01"
  106. ],
  107. "operation": "Add",
  108. "height": 4,
  109. "repeatCountMax": 1,
  110. "position": {
  111. "x": 0,
  112. "y": 0
  113. },
  114. "randomPosition": {
  115. "x": 0,
  116. "y": 0
  117. },
  118. "size": {
  119. "x": 1.4,
  120. "y": 1.4
  121. },
  122. "rotation" : 0,
  123. "randomRotation": 360,
  124. "scaleXRange": {
  125. "x": 1,
  126. "y": 1.01
  127. },
  128. "scaleYRange": {
  129. "x": 1,
  130. "y": 1.01
  131. }
  132. },
  133. {
  134. "id": "base_mountain_2",
  135. "brushIDs": [
  136. "height_map_mountain_01"
  137. ],
  138. "operation": "Add",
  139. "height": 4,
  140. "repeatCountMax": 1,
  141. "position": {
  142. "x": 1,
  143. "y": 1
  144. },
  145. "randomPosition": {
  146. "x": 0,
  147. "y": 0
  148. },
  149. "size": {
  150. "x": 1.4,
  151. "y": 1.4
  152. },
  153. "rotation" : 0,
  154. "randomRotation": 360,
  155. "scaleXRange": {
  156. "x": 1,
  157. "y": 1.01
  158. },
  159. "scaleYRange": {
  160. "x": 1,
  161. "y": 1.01
  162. }
  163. },
  164. {
  165. "id": "base_mountain_3",
  166. "brushIDs": [
  167. "height_map_mountain_01"
  168. ],
  169. "operation": "Add",
  170. "height": 4,
  171. "repeatCountMax": 1,
  172. "position": {
  173. "x": 1,
  174. "y": 1
  175. },
  176. "randomPosition": {
  177. "x": 0.5,
  178. "y": 0.5
  179. },
  180. "size": {
  181. "x": 1.4,
  182. "y": 1.4
  183. },
  184. "rotation" : 0,
  185. "randomRotation": 360,
  186. "scaleXRange": {
  187. "x": 1,
  188. "y": 1.01
  189. },
  190. "scaleYRange": {
  191. "x": 1,
  192. "y": 1.01
  193. }
  194. },
  195. {
  196. "id": "detail_01_mountain",
  197. "brushIDs": [
  198. "height_map_circular_01"
  199. ],
  200. "operation": "Add",
  201. "height": 2,
  202. "repeatCountMax": 30,
  203. "position": {
  204. "x": 0.5,
  205. "y": 0.5
  206. },
  207. "randomPosition": {
  208. "x": 0,
  209. "y": 0
  210. },
  211. "size": {
  212. "x": 2,
  213. "y": 2
  214. },
  215. "rotation" : 0,
  216. "randomRotation": 360,
  217. "scaleXRange": {
  218. "x": 0.95,
  219. "y": 1.05
  220. },
  221. "scaleYRange": {
  222. "x": 0.95,
  223. "y": 1.05
  224. }
  225. },
  226. {
  227. "id": "detail_02_mountain",
  228. "brushIDs": [
  229. "height_map_circular_02"
  230. ],
  231. "operation": "Add",
  232. "height": 2,
  233. "repeatCountMax": 10,
  234. "position": {
  235. "x": 0.5,
  236. "y": 0.5
  237. },
  238. "randomPosition": {
  239. "x": 0,
  240. "y": 0
  241. },
  242. "size": {
  243. "x": 1,
  244. "y": 1
  245. },
  246. "rotation" : 0,
  247. "randomRotation": 360,
  248. "scaleXRange": {
  249. "x": 0.95,
  250. "y": 1.05
  251. },
  252. "scaleYRange": {
  253. "x": 0.95,
  254. "y": 1.05
  255. }
  256. },
  257. {
  258. "id": "detail_03_mountain",
  259. "brushIDs": [
  260. "height_map_circular_03"
  261. ],
  262. "operation": "Add",
  263. "height": 5,
  264. "repeatCountMax": 5,
  265. "position": {
  266. "x": 0.5,
  267. "y": 0.5
  268. },
  269. "randomPosition": {
  270. "x": 0,
  271. "y": 0
  272. },
  273. "size": {
  274. "x": 2,
  275. "y": 2
  276. },
  277. "rotation" : 0,
  278. "randomRotation": 360,
  279. "scaleXRange": {
  280. "x": 0.95,
  281. "y": 1.05
  282. },
  283. "scaleYRange": {
  284. "x": 0.95,
  285. "y": 1.05
  286. }
  287. },
  288. {
  289. "id": "Iron_vein",
  290. "brushIDs": [
  291. "detail_vain_01"
  292. ],
  293. "brushIDsLarge": [
  294. "detail_vain_large_map_01"
  295. ],
  296. "operation": "SetGroundData",
  297. "plotData": "Iron",
  298. "plotHeightOffsetDown": 0,
  299. "plotHeightAbove": 10,
  300. "plotHeightCenter": 6,
  301. "plotHeightBelow": 10,
  302. "repeatCount": 1,
  303. "repeatCountMax": 1,
  304. "repeatCountMin": 1,
  305. "height": 16,
  306. "position": {
  307. "x": 0.5,
  308. "y": 0.5
  309. },
  310. "randomPosition": {
  311. "x": 0.05,
  312. "y": 0.05
  313. },
  314. "size": {
  315. "x": 1.4,
  316. "y": 1.4
  317. },
  318. "scaleXRange": {
  319. "x": 0.98,
  320. "y": 1.02
  321. },
  322. "scaleYRange": {
  323. "x": 0.98,
  324. "y": 1.02
  325. },
  326. "rotation": 0,
  327. "randomRotation": 360,
  328. "props": {
  329. "id": "IronPiles",
  330. "propsToPlace": ["IronPiles"],
  331. "placeOnlyOnVoxels": ["Iron"],
  332. "terrainPercent": 0.05,
  333. "brushControlsDensity": false,
  334. "invertBrushDensity": false,
  335. "resourcePileAmount": {
  336. "min": 2,
  337. "max": 20
  338. }
  339. }
  340. },
  341. {
  342. "id": "Salt_vein",
  343. "brushIDs": [
  344. "detail_circular_small_01",
  345. "detail_circular_small_02",
  346. "detail_circular_small_03",
  347. "detail_circular_small_04"
  348. ],
  349. "brushIDsLarge": [
  350. "detail_circular_small_large_map_01",
  351. "detail_circular_small_large_map_02",
  352. "detail_circular_small_large_map_03",
  353. "detail_circular_small_large_map_04"
  354. ],
  355. "operation": "SetGroundData",
  356. "plotData": "Salt",
  357. "plotHeightOffsetDown": 0,
  358. "plotHeightAbove": 5,
  359. "plotHeightCenter": 6,
  360. "plotHeightBelow": 5,
  361. "repeatCount": 3,
  362. "repeatCountMax": 3,
  363. "repeatCountMin": 3,
  364. "height": 16,
  365. "position": {
  366. "x": 0.5,
  367. "y": 0.5
  368. },
  369. "randomPosition": {
  370. "x": 0.05,
  371. "y": 0.05
  372. },
  373. "size": {
  374. "x": 0.9,
  375. "y": 0.9
  376. },
  377. "scaleXRange": {
  378. "x": 1.05,
  379. "y": 1.3
  380. },
  381. "scaleYRange": {
  382. "x": 1.05,
  383. "y": 1.3
  384. },
  385. "rotation": 0,
  386. "randomRotation": 360
  387. },
  388. {
  389. "id": "Coal_deposit",
  390. "brushIDs": [
  391. "circular_vain_01"
  392. ],
  393. "brushIDsLarge": [
  394. "circular_vain_large_map_01"
  395. ],
  396. "operation": "SetGroundData",
  397. "plotData": "Coal",
  398. "plotHeightOffsetDown": 0,
  399. "plotHeightAbove": 10,
  400. "plotHeightCenter": 6,
  401. "plotHeightBelow": 7,
  402. "repeatCount": 2,
  403. "repeatCountMax": 2,
  404. "repeatCountMin": 2,
  405. "height": 16,
  406. "position": {
  407. "x": 0.5,
  408. "y": 0.5
  409. },
  410. "randomPosition": {
  411. "x": 0.05,
  412. "y": 0.05
  413. },
  414. "size": {
  415. "x": 1,
  416. "y": 1
  417. },
  418. "scaleXRange": {
  419. "x": 0.98,
  420. "y": 1.02
  421. },
  422. "scaleYRange": {
  423. "x": 0.98,
  424. "y": 1.02
  425. },
  426. "rotation": 0,
  427. "randomRotation": 360
  428. },
  429. {
  430. "id": "rocky_terrain_mountain",
  431. "brushIDs": [
  432. "detail_chunk_01"
  433. ],
  434. "brushIDsLarge": [
  435. "detail_chunk_large_map_01"
  436. ],
  437. "operation": "SetGroundData",
  438. "plotData": "Rocky",
  439. "plotHeightOffsetDown": 0,
  440. "plotHeightAbove": 5,
  441. "plotHeightCenter": 4,
  442. "plotHeightBelow": 3,
  443. "repeatCount": 1,
  444. "repeatCountMax": 1,
  445. "repeatCountMin": 1,
  446. "height": 16,
  447. "position": {
  448. "x": 0.5,
  449. "y": 0.5
  450. },
  451. "randomPosition": {
  452. "x": 0.08,
  453. "y": 0.08
  454. },
  455. "size": {
  456. "x": 1,
  457. "y": 1
  458. },
  459. "scaleXRange": {
  460. "x": 0.95,
  461. "y": 1.05
  462. },
  463. "scaleYRange": {
  464. "x": 0.95,
  465. "y": 1.05
  466. },
  467. "rotation": 0,
  468. "randomRotation": 360
  469. },
  470. {
  471. "id": "grass_chunk",
  472. "brushIDs": [
  473. "detail_chunk_03"
  474. ],
  475. "brushIDsLarge": [
  476. "detail_chunk_large_map_03"
  477. ],
  478. "operation": "SetGroundData",
  479. "plotData": "Grass",
  480. "plotHeightOffsetDown": 0,
  481. "plotOnlyOnTopLayers": 1,
  482. "repeatCount": 1,
  483. "repeatCountMax": 1,
  484. "repeatCountMin": 1,
  485. "height": 16,
  486. "position": {
  487. "x": 0.5,
  488. "y": 0.5
  489. },
  490. "randomPosition": {
  491. "x": 0.0,
  492. "y": 0.0
  493. },
  494. "size": {
  495. "x": 1.4,
  496. "y": 1.4
  497. },
  498. "scaleXRange": {
  499. "x": 1,
  500. "y": 1
  501. },
  502. "scaleYRange": {
  503. "x": 1,
  504. "y": 1
  505. },
  506. "rotation": 0,
  507. "randomRotation": 360
  508. },
  509. {
  510. "id": "limestone_vein",
  511. "brushIDs": [
  512. "detail_circular_small_01",
  513. "detail_circular_small_02",
  514. "detail_circular_small_03",
  515. "detail_circular_small_04"
  516. ],
  517. "brushIDsLarge": [
  518. "detail_circular_small_large_map_01",
  519. "detail_circular_small_large_map_02",
  520. "detail_circular_small_large_map_03",
  521. "detail_circular_small_large_map_04"
  522. ],
  523. "operation": "SetGroundData",
  524. "plotData": "Limestone",
  525. "plotHeightOffsetDown": 0,
  526. "plotHeightAbove": 20,
  527. "plotHeightCenter": 4,
  528. "plotHeightBelow": 20,
  529. "repeatCount": 4,
  530. "repeatCountMax": 4,
  531. "repeatCountMin": 4,
  532. "height": 16,
  533. "position": {
  534. "x": 0.5,
  535. "y": 0.5
  536. },
  537. "randomPosition": {
  538. "x": 0.05,
  539. "y": 0.05
  540. },
  541. "size": {
  542. "x": 1,
  543. "y": 1
  544. },
  545. "scaleXRange": {
  546. "x": 0.95,
  547. "y": 1.05
  548. },
  549. "scaleYRange": {
  550. "x": 0.95,
  551. "y": 1.05
  552. },
  553. "rotation": 0,
  554. "randomRotation": 360,
  555. "props": {
  556. "id": "LimestonePiles",
  557. "propsToPlace": ["LimestonePiles"],
  558. "placeOnlyOnVoxels": ["Limestone"],
  559. "terrainPercent": 0.1,
  560. "brushControlsDensity": false,
  561. "invertBrushDensity": false,
  562. "resourcePileAmount": {
  563. "min": 15,
  564. "max": 50
  565. }
  566. }
  567. },
  568. {
  569. "id": "srubsRandomStep",
  570. "brushIDs": [
  571. "height_map_detail_01",
  572. "height_map_detail_02",
  573. "height_map_detail_03",
  574. "height_map_detail_04",
  575. "height_map_detail_05",
  576. "height_map_detail_06",
  577. "height_map_detail_07",
  578. "height_map_detail_08",
  579. "height_map_detail_09",
  580. "height_map_detail_10"
  581. ],
  582. "operation": "PropsOnly",
  583. "height": 16,
  584. "repeatCount": 20,
  585. "repeatCountMax": 20,
  586. "repeatCountMin": 20,
  587. "position": {
  588. "x": 0.5,
  589. "y": 0.5
  590. },
  591. "randomPosition": {
  592. "x": 0.3,
  593. "y": 0.3
  594. },
  595. "size": {
  596. "x": 1,
  597. "y": 1
  598. },
  599. "rotation" : 0,
  600. "randomRotation": 360,
  601. "scaleXRange": {
  602. "x": 0.5,
  603. "y": 1.2
  604. },
  605. "scaleYRange": {
  606. "x": 0.5,
  607. "y": 1.2
  608. },
  609. "props": {
  610. "id": "random_shrubs",
  611. "propsToPlace": ["ShrubGenericRandom", "ShrubIvyRandom"],
  612. "terrainPercent": 3.9,
  613. "placeOnlyOnVoxels": ["Grass", "Dirt", "Limestone", "Rocky"],
  614. "brushControlsDensity": false,
  615. "invertBrushDensity": false
  616. }
  617. },
  618. {
  619. "id": "sticksRandomStep",
  620. "brushIDs": [
  621. "height_map_detail_01",
  622. "height_map_detail_02",
  623. "height_map_detail_03",
  624. "height_map_detail_04",
  625. "height_map_detail_05",
  626. "height_map_detail_06",
  627. "height_map_detail_07",
  628. "height_map_detail_08",
  629. "height_map_detail_09",
  630. "height_map_detail_10"
  631. ],
  632. "brushIDsLarge": [
  633. "height_map_detail_large_map_01",
  634. "height_map_detail_large_map_02",
  635. "height_map_detail_large_map_03",
  636. "height_map_detail_large_map_04",
  637. "height_map_detail_large_map_05",
  638. "height_map_detail_large_map_06",
  639. "height_map_detail_large_map_07",
  640. "height_map_detail_large_map_08",
  641. "height_map_detail_large_map_09",
  642. "height_map_detail_large_map_10"
  643. ],
  644. "operation": "PropsOnly",
  645. "height": 16,
  646. "repeatCount": 20,
  647. "repeatCountMax": 20,
  648. "repeatCountMin": 20,
  649. "position": {
  650. "x": 0.5,
  651. "y": 0.5
  652. },
  653. "randomPosition": {
  654. "x": 0.3,
  655. "y": 0.3
  656. },
  657. "size": {
  658. "x": 1,
  659. "y": 1
  660. },
  661. "rotation" : 0,
  662. "randomRotation": 360,
  663. "scaleXRange": {
  664. "x": 0.5,
  665. "y": 1.2
  666. },
  667. "scaleYRange": {
  668. "x": 0.5,
  669. "y": 1.2
  670. },
  671. "props": {
  672. "id": "random_shrubs",
  673. "propsToPlace": ["StickPiles"],
  674. "terrainPercent": 0.05,
  675. "placeOnlyOnVoxels": ["Grass", "Dirt", "Limestone", "Rocky"],
  676. "brushControlsDensity": false,
  677. "invertBrushDensity": false,
  678. "resourcePileAmount": {
  679. "min": 1,
  680. "max": 5
  681. }
  682. }
  683. },
  684. {
  685. "id": "ForestPineStep",
  686. "brushIDs": [
  687. "detail_circular_small_01",
  688. "detail_circular_small_02",
  689. "detail_circular_small_03",
  690. "detail_circular_small_04"
  691. ],
  692. "brushIDsLarge": [
  693. "detail_circular_small_large_map_01",
  694. "detail_circular_small_large_map_02",
  695. "detail_circular_small_large_map_03",
  696. "detail_circular_small_large_map_04"
  697. ],
  698. "operation": "PropsOnly",
  699. "height": 16,
  700. "repeatCount": 5,
  701. "repeatCountMax": 5,
  702. "repeatCountMin": 5,
  703. "position": {
  704. "x": 0.5,
  705. "y": 0.5
  706. },
  707. "randomPosition": {
  708. "x": 0.05,
  709. "y": 0.05
  710. },
  711. "size": {
  712. "x": 1,
  713. "y": 1
  714. },
  715. "rotation" : 0,
  716. "randomRotation": 360,
  717. "scaleXRange": {
  718. "x": 0.5,
  719. "y": 1.3
  720. },
  721. "scaleYRange": {
  722. "x": 0.5,
  723. "y": 1.3
  724. },
  725. "props": {
  726. "id": "ForestPine",
  727. "propsToPlace": ["TreePineRandom"],
  728. "terrainPercent": 0.2,
  729. "placeOnlyOnVoxels": ["Grass","Dirt","Limestone"],
  730. "brushControlsDensity": false,
  731. "invertBrushDensity": false
  732. }
  733. },
  734. {
  735. "id": "RedcurrantRandomStep",
  736. "brushIDs": [
  737. "height_map_detail_01",
  738. "height_map_detail_02",
  739. "height_map_detail_03",
  740. "height_map_detail_04",
  741. "height_map_detail_05",
  742. "height_map_detail_06",
  743. "height_map_detail_07",
  744. "height_map_detail_08",
  745. "height_map_detail_09",
  746. "height_map_detail_10"
  747. ],
  748. "brushIDsLarge": [
  749. "height_map_detail_large_map_01",
  750. "height_map_detail_large_map_02",
  751. "height_map_detail_large_map_03",
  752. "height_map_detail_large_map_04",
  753. "height_map_detail_large_map_05",
  754. "height_map_detail_large_map_06",
  755. "height_map_detail_large_map_07",
  756. "height_map_detail_large_map_08",
  757. "height_map_detail_large_map_09",
  758. "height_map_detail_large_map_10"
  759. ],
  760. "operation": "PropsOnly",
  761. "height": 16,
  762. "repeatCount": 22,
  763. "repeatCountMax": 22,
  764. "repeatCountMin": 22,
  765. "position": {
  766. "x": 0.5,
  767. "y": 0.5
  768. },
  769. "randomPosition": {
  770. "x": 0.9,
  771. "y": 0.9
  772. },
  773. "size": {
  774. "x": 0.03,
  775. "y": 0.03
  776. },
  777. "rotation" : 0,
  778. "randomRotation": 360,
  779. "scaleXRange": {
  780. "x": 0.5,
  781. "y": 1.1
  782. },
  783. "scaleYRange": {
  784. "x": 0.5,
  785. "y": 1.1
  786. },
  787. "props": {
  788. "id": "random_reducrent",
  789. "propsToPlace": ["ShrubRedcurrantRandom"],
  790. "terrainPercent": 0.05,
  791. "placeOnlyOnVoxels": ["Grass", "Dirt"],
  792. "brushControlsDensity": false,
  793. "invertBrushDensity": false
  794. }
  795. },
  796. {
  797. "id": "HayPatchRandomStep",
  798. "brushIDs": [
  799. "height_map_detail_01",
  800. "height_map_detail_02",
  801. "height_map_detail_03",
  802. "height_map_detail_04",
  803. "height_map_detail_05",
  804. "height_map_detail_06",
  805. "height_map_detail_07",
  806. "height_map_detail_08",
  807. "height_map_detail_09",
  808. "height_map_detail_10"
  809. ],
  810. "brushIDsLarge": [
  811. "height_map_detail_large_map_01",
  812. "height_map_detail_large_map_02",
  813. "height_map_detail_large_map_03",
  814. "height_map_detail_large_map_04",
  815. "height_map_detail_large_map_05",
  816. "height_map_detail_large_map_06",
  817. "height_map_detail_large_map_07",
  818. "height_map_detail_large_map_08",
  819. "height_map_detail_large_map_09",
  820. "height_map_detail_large_map_10"
  821. ],
  822. "operation": "PropsOnly",
  823. "height": 16,
  824. "repeatCount": 17,
  825. "repeatCountMax": 17,
  826. "repeatCountMin": 12,
  827. "position": {
  828. "x": 0.5,
  829. "y": 0.5
  830. },
  831. "randomPosition": {
  832. "x": 0.6,
  833. "y": 0.6
  834. },
  835. "size": {
  836. "x": 0.07,
  837. "y": 0.07
  838. },
  839. "rotation" : 0,
  840. "randomRotation": 360,
  841. "scaleXRange": {
  842. "x": 0.8,
  843. "y": 1
  844. },
  845. "scaleYRange": {
  846. "x": 0.8,
  847. "y": 1
  848. },
  849. "props": {
  850. "id": "HayPatch_Random",
  851. "propsToPlace": ["HayPatchRandom"],
  852. "terrainPercent": 2,
  853. "placeOnlyOnVoxels": ["Grass", "Dirt"],
  854. "brushControlsDensity": false,
  855. "invertBrushDensity": false
  856. }
  857. },
  858. {
  859. "id": "HerbsPatchRandomStep",
  860. "brushIDs": [
  861. "height_map_detail_01",
  862. "height_map_detail_02",
  863. "height_map_detail_03",
  864. "height_map_detail_04",
  865. "height_map_detail_05",
  866. "height_map_detail_06",
  867. "height_map_detail_07",
  868. "height_map_detail_08",
  869. "height_map_detail_09",
  870. "height_map_detail_10"
  871. ],
  872. "brushIDsLarge": [
  873. "height_map_detail_large_map_01",
  874. "height_map_detail_large_map_02",
  875. "height_map_detail_large_map_03",
  876. "height_map_detail_large_map_04",
  877. "height_map_detail_large_map_05",
  878. "height_map_detail_large_map_06",
  879. "height_map_detail_large_map_07",
  880. "height_map_detail_large_map_08",
  881. "height_map_detail_large_map_09",
  882. "height_map_detail_large_map_10"
  883. ],
  884. "operation": "PropsOnly",
  885. "height": 16,
  886. "repeatCount": 40,
  887. "repeatCountMax": 40,
  888. "repeatCountMin": 40,
  889. "position": {
  890. "x": 0.5,
  891. "y": 0.5
  892. },
  893. "randomPosition": {
  894. "x": 0.6,
  895. "y": 0.6
  896. },
  897. "size": {
  898. "x": 0.02,
  899. "y": 0.02
  900. },
  901. "rotation" : 0,
  902. "randomRotation": 360,
  903. "scaleXRange": {
  904. "x": 0.8,
  905. "y": 1
  906. },
  907. "scaleYRange": {
  908. "x": 0.8,
  909. "y": 1
  910. },
  911. "props": {
  912. "id": "HerbsPatch_Random",
  913. "propsToPlace": ["HerbPatchRandom"],
  914. "terrainPercent": 5,
  915. "placeOnlyOnVoxels": ["Grass", "Dirt"],
  916. "brushControlsDensity": false,
  917. "invertBrushDensity": false
  918. }
  919. },
  920. {
  921. "id": "ForestMixedStep",
  922. "brushIDs": [
  923. "detail_circular_forest_01",
  924. "detail_circular_forest_02",
  925. "detail_circular_forest_03",
  926. "detail_circular_forest_04"
  927. ],
  928. "brushIDsLarge": [
  929. "detail_circular_forest_large_map_01",
  930. "detail_circular_forest_large_map_02",
  931. "detail_circular_forest_large_map_03",
  932. "detail_circular_forest_large_map_04"
  933. ],
  934. "operation": "PropsOnly",
  935. "height": 16,
  936. "repeatCount": 2,
  937. "repeatCountMax": 2,
  938. "repeatCountMin": 2,
  939. "position": {
  940. "x": 0.5,
  941. "y": 0.5
  942. },
  943. "randomPosition": {
  944. "x": 0,
  945. "y": 0
  946. },
  947. "size": {
  948. "x": 1.4,
  949. "y": 1.4
  950. },
  951. "rotation" : 0,
  952. "randomRotation": 360,
  953. "scaleXRange": {
  954. "x": 1,
  955. "y": 1
  956. },
  957. "scaleYRange": {
  958. "x": 1,
  959. "y": 1
  960. },
  961. "props": {
  962. "id": "ForestMixed",
  963. "propsToPlace": [
  964. "TreeBirchRandom",
  965. "TreePlaneRandom",
  966. "TreeOakRandom",
  967. "ShrubGenericRandom",
  968. "ShrubIvyRandom",
  969. "ShrubGenericRandom",
  970. "ShrubIvyRandom",
  971. "TreeBirchRandom",
  972. "TreePlaneRandom",
  973. "TreeOakRandom",
  974. "TreeBirchRandom",
  975. "TreePlaneRandom",
  976. "TreeOakRandom",
  977. "TreeBirchRandom",
  978. "TreePlaneRandom",
  979. "TreeOakRandom",
  980. "TreePlaneDead",
  981. "TreeOakDead",
  982. "TreebirchDead",
  983. "TreePineRandom2"
  984. ],
  985. "terrainPercent": 1,
  986. "placeOnlyOnVoxels": ["Grass","Dirt","Rocky"],
  987. "brushControlsDensity": false,
  988. "invertBrushDensity": false
  989. }
  990. }
  991. ]
  992. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement