Guest User

EcoSim.eco

a guest
Jul 18th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 397.39 KB | None | 0 0
  1. {
  2. "$id": "1",
  3. "Species": {
  4. "$id": "2",
  5. "Eco.Simulation.Types.Species": {
  6. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  7. "$values": [
  8. {
  9. "$id": "3",
  10. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  11. "CaloriesPerVoxelColumnPerDensity": 10.0,
  12. "ResourceConstraintsByLayer": {
  13. "$id": "4"
  14. },
  15. "CapacityConstraintsByLayer": {
  16. "$id": "5"
  17. },
  18. "Decorative": false,
  19. "PlantType": {
  20. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  21. },
  22. "Water": false,
  23. "SeedDropChance": 0.0,
  24. "SeedsAtGrowth": 0.6,
  25. "SeedsBonusAtGrowth": 0.9,
  26. "SeedRange": {
  27. "min": 0.0,
  28. "max": 0.0
  29. },
  30. "SeedItem": {
  31. "Type": "Eco.Mods.TechTree.CamasBulbItem, Eco.Mods"
  32. },
  33. "PostHarvestingGrowth": 0.0,
  34. "ScythingKills": true,
  35. "PickableAtPercent": 0.0,
  36. "BlockType": {
  37. "Type": "Eco.Gameplay.Plants.CamasBlock, Eco.Gameplay"
  38. },
  39. "MaxGrowthRate": 0.01,
  40. "MaxDeathRate": 0.005,
  41. "SpreadRate": 0.001,
  42. "ResourceConstraints": {
  43. "$id": "6",
  44. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  45. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  46. "$values": [
  47. {
  48. "$id": "7",
  49. "LayerName": "Nitrogen",
  50. "HalfSpeedConcentration": 0.2,
  51. "MaxResourceContent": 0.2
  52. },
  53. {
  54. "$id": "8",
  55. "LayerName": "Phosphorus",
  56. "HalfSpeedConcentration": 0.1,
  57. "MaxResourceContent": 0.1
  58. },
  59. {
  60. "$id": "9",
  61. "LayerName": "Potassium",
  62. "HalfSpeedConcentration": 0.4,
  63. "MaxResourceContent": 0.4
  64. },
  65. {
  66. "$id": "10",
  67. "LayerName": "SoilMoisture",
  68. "HalfSpeedConcentration": 0.15,
  69. "MaxResourceContent": 0.05
  70. }
  71. ]
  72. }
  73. },
  74. "CapacityConstraints": {
  75. "$id": "11",
  76. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  77. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  78. "$values": [
  79. {
  80. "$id": "12",
  81. "CapacityLayerName": "FertileGround",
  82. "ConsumedCapacityPerPop": 1.0
  83. },
  84. {
  85. "$id": "13",
  86. "CapacityLayerName": "ShrubSpace",
  87. "ConsumedCapacityPerPop": 25
  88. }
  89. ]
  90. }
  91. },
  92. "IdealTemperatureRange": {
  93. "min": 13.0,
  94. "max": 13.2
  95. },
  96. "IdealMoistureRange": {
  97. "min": 0.33,
  98. "max": 0.35
  99. },
  100. "TemperatureExtremes": {
  101. "min": 10.0,
  102. "max": 15.5
  103. },
  104. "MoistureExtremes": {
  105. "min": 0.18,
  106. "max": 0.5
  107. },
  108. "MaxPollutionDensity": 0.7,
  109. "PollutionDensityTolerance": 0.1,
  110. "VoxelsPerEntry": 5,
  111. "Name": "Camas",
  112. "DisplayName": "Camas",
  113. "MaturityAgeDays": 0.8,
  114. "CalorieValue": 5.0,
  115. "ResourceItem": {
  116. "Type": "Eco.Mods.TechTree.CamasBulbItem, Eco.Mods"
  117. },
  118. "ResourceRange": {
  119. "min": 2.0,
  120. "max": 7.0
  121. },
  122. "ResourceBonusAtGrowth": 0.9,
  123. "ReleasesCO2ppmPerDay": -0.001
  124. },
  125. {
  126. "$id": "14",
  127. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  128. "CaloriesPerVoxelColumnPerDensity": 10.0,
  129. "ResourceConstraintsByLayer": {
  130. "$id": "15"
  131. },
  132. "CapacityConstraintsByLayer": {
  133. "$id": "16"
  134. },
  135. "Decorative": false,
  136. "PlantType": {
  137. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  138. },
  139. "Water": false,
  140. "SeedDropChance": 0.4,
  141. "SeedsAtGrowth": 0.6,
  142. "SeedsBonusAtGrowth": 0.9,
  143. "SeedRange": {
  144. "min": 2.0,
  145. "max": 4.0
  146. },
  147. "SeedItem": {
  148. "Type": "Eco.Mods.TechTree.WheatSeedItem, Eco.Mods"
  149. },
  150. "PostHarvestingGrowth": 0.0,
  151. "ScythingKills": true,
  152. "PickableAtPercent": 0.0,
  153. "BlockType": {
  154. "Type": "Eco.Gameplay.Plants.WheatBlock, Eco.Gameplay"
  155. },
  156. "MaxGrowthRate": 0.01,
  157. "MaxDeathRate": 0.005,
  158. "SpreadRate": 0.001,
  159. "ResourceConstraints": {
  160. "$id": "17",
  161. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  162. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  163. "$values": [
  164. {
  165. "$id": "18",
  166. "LayerName": "Nitrogen",
  167. "HalfSpeedConcentration": 0.3,
  168. "MaxResourceContent": 0.3
  169. },
  170. {
  171. "$id": "19",
  172. "LayerName": "Phosphorus",
  173. "HalfSpeedConcentration": 0.2,
  174. "MaxResourceContent": 0.1
  175. },
  176. {
  177. "$id": "20",
  178. "LayerName": "Potassium",
  179. "HalfSpeedConcentration": 0.1,
  180. "MaxResourceContent": 0.1
  181. },
  182. {
  183. "$id": "21",
  184. "LayerName": "SoilMoisture",
  185. "HalfSpeedConcentration": 0.15,
  186. "MaxResourceContent": 0.05
  187. }
  188. ]
  189. }
  190. },
  191. "CapacityConstraints": {
  192. "$id": "22",
  193. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  194. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  195. "$values": [
  196. {
  197. "$id": "23",
  198. "CapacityLayerName": "FertileGround",
  199. "ConsumedCapacityPerPop": 1.0
  200. },
  201. {
  202. "$id": "24",
  203. "CapacityLayerName": "ShrubSpace",
  204. "ConsumedCapacityPerPop": 25
  205. }
  206. ]
  207. }
  208. },
  209. "IdealTemperatureRange": {
  210. "min": 13.4,
  211. "max": 14.0
  212. },
  213. "IdealMoistureRange": {
  214. "min": 0.22,
  215. "max": 0.29
  216. },
  217. "TemperatureExtremes": {
  218. "min": 11.0,
  219. "max": 16.0
  220. },
  221. "MoistureExtremes": {
  222. "min": 0.1,
  223. "max": 0.45
  224. },
  225. "MaxPollutionDensity": 0.7,
  226. "PollutionDensityTolerance": 0.1,
  227. "VoxelsPerEntry": 5,
  228. "Name": "Wheat",
  229. "DisplayName": "Wheat",
  230. "MaturityAgeDays": 0.7,
  231. "CalorieValue": 3.0,
  232. "ResourceItem": {
  233. "Type": "Eco.Mods.TechTree.WheatItem, Eco.Mods"
  234. },
  235. "ResourceRange": {
  236. "min": 1.0,
  237. "max": 8.0
  238. },
  239. "ResourceBonusAtGrowth": 0.9,
  240. "ReleasesCO2ppmPerDay": -0.001
  241. },
  242. {
  243. "$id": "25",
  244. "$type": "Eco.Simulation.Types.TreeSpecies, Eco.Simulation",
  245. "CaloriesPerVoxelColumnPerDensity": 10.0,
  246. "ResourceConstraintsByLayer": {
  247. "$id": "26"
  248. },
  249. "CapacityConstraintsByLayer": {
  250. "$id": "27"
  251. },
  252. "TreeHealth": 10.0,
  253. "LogHealth": 2.0,
  254. "PlantType": {
  255. "Type": "TreeEntity, Eco.Mods"
  256. },
  257. "BranchingDef": [
  258. {
  259. "Name": "Branch0",
  260. "Health": 3.0,
  261. "GrowthStartTime": {
  262. "min": 0.1,
  263. "max": 0.15
  264. },
  265. "GrowthEndTime": {
  266. "min": 0.8,
  267. "max": 1.0
  268. },
  269. "LeafPoints": 1
  270. },
  271. {
  272. "Name": "Branch1",
  273. "Health": 3.0,
  274. "GrowthStartTime": {
  275. "min": 0.15,
  276. "max": 0.2
  277. },
  278. "GrowthEndTime": {
  279. "min": 0.8,
  280. "max": 1.0
  281. },
  282. "LeafPoints": 1
  283. },
  284. {
  285. "Name": "Branch2",
  286. "Health": 3.0,
  287. "GrowthStartTime": {
  288. "min": 0.2,
  289. "max": 0.25
  290. },
  291. "GrowthEndTime": {
  292. "min": 0.8,
  293. "max": 1.0
  294. },
  295. "LeafPoints": 1
  296. },
  297. {
  298. "Name": "Branch3",
  299. "Health": 3.0,
  300. "GrowthStartTime": {
  301. "min": 0.25,
  302. "max": 0.3
  303. },
  304. "GrowthEndTime": {
  305. "min": 0.8,
  306. "max": 1.0
  307. },
  308. "LeafPoints": 1
  309. },
  310. {
  311. "Name": "Branch4",
  312. "Health": 3.0,
  313. "GrowthStartTime": {
  314. "min": 0.3,
  315. "max": 0.35
  316. },
  317. "GrowthEndTime": {
  318. "min": 0.8,
  319. "max": 1.0
  320. },
  321. "LeafPoints": 1
  322. },
  323. {
  324. "Name": "Branch5",
  325. "Health": 3.0,
  326. "GrowthStartTime": {
  327. "min": 0.35,
  328. "max": 0.4
  329. },
  330. "GrowthEndTime": {
  331. "min": 0.8,
  332. "max": 1.0
  333. },
  334. "LeafPoints": 1
  335. },
  336. {
  337. "Name": "Branch6",
  338. "Health": 3.0,
  339. "GrowthStartTime": {
  340. "min": 0.4,
  341. "max": 0.45
  342. },
  343. "GrowthEndTime": {
  344. "min": 0.8,
  345. "max": 1.0
  346. },
  347. "LeafPoints": 1
  348. },
  349. {
  350. "Name": "Branch7",
  351. "Health": 3.0,
  352. "GrowthStartTime": {
  353. "min": 0.45,
  354. "max": 0.5
  355. },
  356. "GrowthEndTime": {
  357. "min": 0.8,
  358. "max": 1.0
  359. },
  360. "LeafPoints": 1
  361. },
  362. {
  363. "Name": "Branch8",
  364. "Health": 3.0,
  365. "GrowthStartTime": {
  366. "min": 0.5,
  367. "max": 0.55
  368. },
  369. "GrowthEndTime": {
  370. "min": 0.8,
  371. "max": 1.0
  372. },
  373. "LeafPoints": 1
  374. },
  375. {
  376. "Name": "Branch9",
  377. "Health": 3.0,
  378. "GrowthStartTime": {
  379. "min": 0.55,
  380. "max": 0.6
  381. },
  382. "GrowthEndTime": {
  383. "min": 0.8,
  384. "max": 1.0
  385. },
  386. "LeafPoints": 1
  387. }
  388. ],
  389. "TopBranchLeafPoints": 1,
  390. "TopBranchHealth": 3,
  391. "BranchRotations": [
  392. 0.0,
  393. 90.0,
  394. 180.0,
  395. 270.0
  396. ],
  397. "RandomYRotation": false,
  398. "BranchCount": {
  399. "min": 2.0,
  400. "max": 4.0
  401. },
  402. "ChanceToSpawnDebris": 0.3,
  403. "Decorative": false,
  404. "Water": false,
  405. "SeedDropChance": 0.3,
  406. "SeedsAtGrowth": 0.6,
  407. "SeedsBonusAtGrowth": 0.9,
  408. "SeedRange": {
  409. "min": 1.0,
  410. "max": 1.0
  411. },
  412. "SeedItem": {
  413. "Type": "Eco.Mods.TechTree.BirchSeedItem, Eco.Mods"
  414. },
  415. "PostHarvestingGrowth": 0.0,
  416. "ScythingKills": true,
  417. "PickableAtPercent": 0.0,
  418. "BlockType": {
  419. "Type": "Eco.World.Blocks.TreeBlock, Eco.World"
  420. },
  421. "MaxGrowthRate": 0.01,
  422. "MaxDeathRate": 0.005,
  423. "SpreadRate": 0.001,
  424. "ResourceConstraints": {
  425. "$id": "28",
  426. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  427. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  428. "$values": [
  429. {
  430. "$id": "29",
  431. "LayerName": "SoilMoisture",
  432. "HalfSpeedConcentration": 0.1,
  433. "MaxResourceContent": 0.1
  434. }
  435. ]
  436. }
  437. },
  438. "CapacityConstraints": {
  439. "$id": "30",
  440. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  441. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  442. "$values": [
  443. {
  444. "$id": "31",
  445. "CapacityLayerName": "FertileGround",
  446. "ConsumedCapacityPerPop": 1.0
  447. },
  448. {
  449. "$id": "32",
  450. "CapacityLayerName": "CanopySpace",
  451. "ConsumedCapacityPerPop": 30.0
  452. }
  453. ]
  454. }
  455. },
  456. "IdealTemperatureRange": {
  457. "min": 0,
  458. "max": 0
  459. },
  460. "IdealMoistureRange": {
  461. "min": 0.7,
  462. "max": 0.9
  463. },
  464. "TemperatureExtremes": {
  465. "min": 0,
  466. "max": 0
  467. },
  468. "MoistureExtremes": {
  469. "min": 0.5,
  470. "max": 1.2
  471. },
  472. "MaxPollutionDensity": 0.7,
  473. "PollutionDensityTolerance": 0.1,
  474. "VoxelsPerEntry": 20,
  475. "Name": "Birch",
  476. "DisplayName": "Birch",
  477. "MaturityAgeDays": 4.0,
  478. "CalorieValue": 12.0,
  479. "ResourceItem": {
  480. "Type": "Eco.Mods.TechTree.LogItem, Eco.Mods"
  481. },
  482. "ResourceRange": {
  483. "min": 0.0,
  484. "max": 50.0
  485. },
  486. "ResourceBonusAtGrowth": 0.9,
  487. "ReleasesCO2ppmPerDay": -0.005
  488. },
  489. {
  490. "$id": "33",
  491. "$type": "Eco.Simulation.Types.TreeSpecies, Eco.Simulation",
  492. "CaloriesPerVoxelColumnPerDensity": 10.0,
  493. "ResourceConstraintsByLayer": {
  494. "$id": "34"
  495. },
  496. "CapacityConstraintsByLayer": {
  497. "$id": "35"
  498. },
  499. "TreeHealth": 10.0,
  500. "LogHealth": 2.0,
  501. "PlantType": {
  502. "Type": "TreeEntity, Eco.Mods"
  503. },
  504. "BranchingDef": [
  505. {
  506. "Name": "Branch0",
  507. "Health": 3.0,
  508. "GrowthStartTime": {
  509. "min": 0.1,
  510. "max": 0.15
  511. },
  512. "GrowthEndTime": {
  513. "min": 0.8,
  514. "max": 1.0
  515. },
  516. "LeafPoints": 1
  517. },
  518. {
  519. "Name": "Branch1",
  520. "Health": 3.0,
  521. "GrowthStartTime": {
  522. "min": 0.15,
  523. "max": 0.2
  524. },
  525. "GrowthEndTime": {
  526. "min": 0.8,
  527. "max": 1.0
  528. },
  529. "LeafPoints": 1
  530. },
  531. {
  532. "Name": "Branch2",
  533. "Health": 3.0,
  534. "GrowthStartTime": {
  535. "min": 0.2,
  536. "max": 0.25
  537. },
  538. "GrowthEndTime": {
  539. "min": 0.8,
  540. "max": 1.0
  541. },
  542. "LeafPoints": 1
  543. },
  544. {
  545. "Name": "Branch3",
  546. "Health": 3.0,
  547. "GrowthStartTime": {
  548. "min": 0.25,
  549. "max": 0.3
  550. },
  551. "GrowthEndTime": {
  552. "min": 0.8,
  553. "max": 1.0
  554. },
  555. "LeafPoints": 1
  556. },
  557. {
  558. "Name": "Branch4",
  559. "Health": 3.0,
  560. "GrowthStartTime": {
  561. "min": 0.3,
  562. "max": 0.35
  563. },
  564. "GrowthEndTime": {
  565. "min": 0.8,
  566. "max": 1.0
  567. },
  568. "LeafPoints": 1
  569. },
  570. {
  571. "Name": "Branch5",
  572. "Health": 3.0,
  573. "GrowthStartTime": {
  574. "min": 0.35,
  575. "max": 0.4
  576. },
  577. "GrowthEndTime": {
  578. "min": 0.8,
  579. "max": 1.0
  580. },
  581. "LeafPoints": 1
  582. },
  583. {
  584. "Name": "Branch6",
  585. "Health": 3.0,
  586. "GrowthStartTime": {
  587. "min": 0.4,
  588. "max": 0.45
  589. },
  590. "GrowthEndTime": {
  591. "min": 0.8,
  592. "max": 1.0
  593. },
  594. "LeafPoints": 1
  595. },
  596. {
  597. "Name": "Branch7",
  598. "Health": 3.0,
  599. "GrowthStartTime": {
  600. "min": 0.45,
  601. "max": 0.5
  602. },
  603. "GrowthEndTime": {
  604. "min": 0.8,
  605. "max": 1.0
  606. },
  607. "LeafPoints": 1
  608. },
  609. {
  610. "Name": "Branch8",
  611. "Health": 3.0,
  612. "GrowthStartTime": {
  613. "min": 0.5,
  614. "max": 0.55
  615. },
  616. "GrowthEndTime": {
  617. "min": 0.8,
  618. "max": 1.0
  619. },
  620. "LeafPoints": 1
  621. },
  622. {
  623. "Name": "Branch9",
  624. "Health": 3.0,
  625. "GrowthStartTime": {
  626. "min": 0.55,
  627. "max": 0.6
  628. },
  629. "GrowthEndTime": {
  630. "min": 0.8,
  631. "max": 1.0
  632. },
  633. "LeafPoints": 1
  634. }
  635. ],
  636. "TopBranchLeafPoints": 1,
  637. "TopBranchHealth": 3,
  638. "BranchRotations": [
  639. 0.0,
  640. 90.0,
  641. 180.0,
  642. 270.0
  643. ],
  644. "RandomYRotation": false,
  645. "BranchCount": {
  646. "min": 2.0,
  647. "max": 4.0
  648. },
  649. "ChanceToSpawnDebris": 0.3,
  650. "Decorative": false,
  651. "Water": false,
  652. "SeedDropChance": 0.3,
  653. "SeedsAtGrowth": 0.6,
  654. "SeedsBonusAtGrowth": 0.9,
  655. "SeedRange": {
  656. "min": 1.0,
  657. "max": 1.0
  658. },
  659. "SeedItem": {
  660. "Type": "Eco.Mods.TechTree.CedarSeedItem, Eco.Mods"
  661. },
  662. "PostHarvestingGrowth": 0.0,
  663. "ScythingKills": true,
  664. "PickableAtPercent": 0.0,
  665. "BlockType": {
  666. "Type": "Eco.World.Blocks.TreeBlock, Eco.World"
  667. },
  668. "MaxGrowthRate": 0.01,
  669. "MaxDeathRate": 0.005,
  670. "SpreadRate": 0.001,
  671. "ResourceConstraints": {
  672. "$id": "36",
  673. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  674. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  675. "$values": [
  676. {
  677. "$id": "37",
  678. "LayerName": "SoilMoisture",
  679. "HalfSpeedConcentration": 0.1,
  680. "MaxResourceContent": 0.1
  681. }
  682. ]
  683. }
  684. },
  685. "CapacityConstraints": {
  686. "$id": "38",
  687. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  688. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  689. "$values": [
  690. {
  691. "$id": "39",
  692. "CapacityLayerName": "FertileGround",
  693. "ConsumedCapacityPerPop": 1.0
  694. },
  695. {
  696. "$id": "40",
  697. "CapacityLayerName": "CanopySpace",
  698. "ConsumedCapacityPerPop": 30.0
  699. }
  700. ]
  701. }
  702. },
  703. "IdealTemperatureRange": {
  704. "min": 8.0,
  705. "max": 13.0
  706. },
  707. "IdealMoistureRange": {
  708. "min": 0.65,
  709. "max": 0.85
  710. },
  711. "TemperatureExtremes": {
  712. "min": 3.0,
  713. "max": 22.0
  714. },
  715. "MoistureExtremes": {
  716. "min": 0.2,
  717. "max": 1.0
  718. },
  719. "MaxPollutionDensity": 0.7,
  720. "PollutionDensityTolerance": 0.1,
  721. "VoxelsPerEntry": 20,
  722. "Name": "Cedar",
  723. "DisplayName": "Cedar",
  724. "MaturityAgeDays": 4.0,
  725. "CalorieValue": 12.0,
  726. "ResourceItem": {
  727. "Type": "Eco.Mods.TechTree.LogItem, Eco.Mods"
  728. },
  729. "ResourceRange": {
  730. "min": 0.0,
  731. "max": 50.0
  732. },
  733. "ResourceBonusAtGrowth": 0.9,
  734. "ReleasesCO2ppmPerDay": -0.005
  735. },
  736. {
  737. "$id": "41",
  738. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  739. "CaloriesPerVoxelColumnPerDensity": 10.0,
  740. "ResourceConstraintsByLayer": {
  741. "$id": "42"
  742. },
  743. "CapacityConstraintsByLayer": {
  744. "$id": "43"
  745. },
  746. "Decorative": false,
  747. "PlantType": {
  748. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  749. },
  750. "Water": false,
  751. "SeedDropChance": 0.75,
  752. "SeedsAtGrowth": 0.6,
  753. "SeedsBonusAtGrowth": 0.9,
  754. "SeedRange": {
  755. "min": 1.0,
  756. "max": 2.0
  757. },
  758. "SeedItem": {
  759. "Type": "Eco.Mods.TechTree.BunchgrassSeedItem, Eco.Mods"
  760. },
  761. "PostHarvestingGrowth": 0.2,
  762. "ScythingKills": false,
  763. "PickableAtPercent": 0.0,
  764. "BlockType": {
  765. "Type": "Eco.Gameplay.Plants.BunchgrassBlock, Eco.Gameplay"
  766. },
  767. "MaxGrowthRate": 0.01,
  768. "MaxDeathRate": 0.005,
  769. "SpreadRate": 0.001,
  770. "ResourceConstraints": {
  771. "$id": "44",
  772. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  773. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  774. "$values": [
  775. {
  776. "$id": "45",
  777. "LayerName": "Nitrogen",
  778. "HalfSpeedConcentration": 0.1,
  779. "MaxResourceContent": 0.1
  780. },
  781. {
  782. "$id": "46",
  783. "LayerName": "Phosphorus",
  784. "HalfSpeedConcentration": 0.2,
  785. "MaxResourceContent": 0.1
  786. },
  787. {
  788. "$id": "47",
  789. "LayerName": "Potassium",
  790. "HalfSpeedConcentration": 0.1,
  791. "MaxResourceContent": 0.1
  792. },
  793. {
  794. "$id": "48",
  795. "LayerName": "SoilMoisture",
  796. "HalfSpeedConcentration": 0.1,
  797. "MaxResourceContent": 0.02
  798. }
  799. ]
  800. }
  801. },
  802. "CapacityConstraints": {
  803. "$id": "49",
  804. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  805. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  806. "$values": [
  807. {
  808. "$id": "50",
  809. "CapacityLayerName": "FertileGround",
  810. "ConsumedCapacityPerPop": 1.0
  811. },
  812. {
  813. "$id": "51",
  814. "CapacityLayerName": "ShrubSpace",
  815. "ConsumedCapacityPerPop": 3.0
  816. }
  817. ]
  818. }
  819. },
  820. "IdealTemperatureRange": {
  821. "min": 14.0,
  822. "max": 17.0
  823. },
  824. "IdealMoistureRange": {
  825. "min": 0.5,
  826. "max": 0.6
  827. },
  828. "TemperatureExtremes": {
  829. "min": 13.0,
  830. "max": 19.0
  831. },
  832. "MoistureExtremes": {
  833. "min": 0.4,
  834. "max": 0.9
  835. },
  836. "MaxPollutionDensity": 0.7,
  837. "PollutionDensityTolerance": 0.1,
  838. "VoxelsPerEntry": 5,
  839. "Name": "Bunchgrass",
  840. "DisplayName": "Bunchgrass",
  841. "MaturityAgeDays": 0.4,
  842. "CalorieValue": 2.0,
  843. "ResourceItem": {
  844. "Type": "Eco.Mods.TechTree.PlantFibersItem, Eco.Mods"
  845. },
  846. "ResourceRange": {
  847. "min": 1.0,
  848. "max": 2.0
  849. },
  850. "ResourceBonusAtGrowth": 0.9,
  851. "ReleasesCO2ppmPerDay": -0.001
  852. },
  853. {
  854. "$id": "52",
  855. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  856. "CaloriesPerVoxelColumnPerDensity": 10.0,
  857. "ResourceConstraintsByLayer": {
  858. "$id": "53"
  859. },
  860. "CapacityConstraintsByLayer": {
  861. "$id": "54"
  862. },
  863. "Decorative": false,
  864. "PlantType": {
  865. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  866. },
  867. "Water": false,
  868. "SeedDropChance": 0.5,
  869. "SeedsAtGrowth": 0.6,
  870. "SeedsBonusAtGrowth": 0.9,
  871. "SeedRange": {
  872. "min": 1.0,
  873. "max": 2.0
  874. },
  875. "SeedItem": {
  876. "Type": "Eco.Mods.TechTree.FernSporeItem, Eco.Mods"
  877. },
  878. "PostHarvestingGrowth": 0.0,
  879. "ScythingKills": true,
  880. "PickableAtPercent": 0.0,
  881. "BlockType": {
  882. "Type": "Eco.Gameplay.Plants.FernBlock, Eco.Gameplay"
  883. },
  884. "MaxGrowthRate": 0.01,
  885. "MaxDeathRate": 0.005,
  886. "SpreadRate": 0.001,
  887. "ResourceConstraints": {
  888. "$id": "55",
  889. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  890. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  891. "$values": [
  892. {
  893. "$id": "56",
  894. "LayerName": "Nitrogen",
  895. "HalfSpeedConcentration": 0.2,
  896. "MaxResourceContent": 0.1
  897. },
  898. {
  899. "$id": "57",
  900. "LayerName": "Phosphorus",
  901. "HalfSpeedConcentration": 0.1,
  902. "MaxResourceContent": 0.02
  903. },
  904. {
  905. "$id": "58",
  906. "LayerName": "Potassium",
  907. "HalfSpeedConcentration": 0.2,
  908. "MaxResourceContent": 0.04
  909. },
  910. {
  911. "$id": "59",
  912. "LayerName": "SoilMoisture",
  913. "HalfSpeedConcentration": 0.3,
  914. "MaxResourceContent": 0.2
  915. }
  916. ]
  917. }
  918. },
  919. "CapacityConstraints": {
  920. "$id": "60",
  921. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  922. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  923. "$values": [
  924. {
  925. "$id": "61",
  926. "CapacityLayerName": "FertileGround",
  927. "ConsumedCapacityPerPop": 1.0
  928. },
  929. {
  930. "$id": "62",
  931. "CapacityLayerName": "ShrubSpace",
  932. "ConsumedCapacityPerPop": 25
  933. }
  934. ]
  935. }
  936. },
  937. "IdealTemperatureRange": {
  938. "min": 10.0,
  939. "max": 16.0
  940. },
  941. "IdealMoistureRange": {
  942. "min": 0.65,
  943. "max": 0.75
  944. },
  945. "TemperatureExtremes": {
  946. "min": 7.0,
  947. "max": 20.0
  948. },
  949. "MoistureExtremes": {
  950. "min": 0.5,
  951. "max": 1.2
  952. },
  953. "MaxPollutionDensity": 0.7,
  954. "PollutionDensityTolerance": 0.1,
  955. "VoxelsPerEntry": 5,
  956. "Name": "Fern",
  957. "DisplayName": "Fern",
  958. "MaturityAgeDays": 0.6,
  959. "CalorieValue": 2.0,
  960. "ResourceItem": {
  961. "Type": "Eco.Mods.TechTree.FiddleheadsItem, Eco.Mods"
  962. },
  963. "ResourceRange": {
  964. "min": 1.0,
  965. "max": 5.0
  966. },
  967. "ResourceBonusAtGrowth": 0.9,
  968. "ReleasesCO2ppmPerDay": -0.001
  969. },
  970. {
  971. "$id": "63",
  972. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  973. "CaloriesPerVoxelColumnPerDensity": 10.0,
  974. "ResourceConstraintsByLayer": {
  975. "$id": "64"
  976. },
  977. "CapacityConstraintsByLayer": {
  978. "$id": "65"
  979. },
  980. "Decorative": false,
  981. "PlantType": {
  982. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  983. },
  984. "Water": false,
  985. "SeedDropChance": 0.6,
  986. "SeedsAtGrowth": 0.6,
  987. "SeedsBonusAtGrowth": 0.9,
  988. "SeedRange": {
  989. "min": 1.0,
  990. "max": 1.0
  991. },
  992. "SeedItem": {
  993. "Type": "Eco.Mods.TechTree.HuckleberrySeedItem, Eco.Mods"
  994. },
  995. "PostHarvestingGrowth": 0.5,
  996. "ScythingKills": true,
  997. "PickableAtPercent": 0.8,
  998. "BlockType": {
  999. "Type": "Eco.Gameplay.Plants.HuckleberryBlock, Eco.Gameplay"
  1000. },
  1001. "MaxGrowthRate": 0.01,
  1002. "MaxDeathRate": 0.005,
  1003. "SpreadRate": 0.001,
  1004. "ResourceConstraints": {
  1005. "$id": "66",
  1006. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1007. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1008. "$values": [
  1009. {
  1010. "$id": "67",
  1011. "LayerName": "Nitrogen",
  1012. "HalfSpeedConcentration": 0.1,
  1013. "MaxResourceContent": 0.1
  1014. },
  1015. {
  1016. "$id": "68",
  1017. "LayerName": "Phosphorus",
  1018. "HalfSpeedConcentration": 0.1,
  1019. "MaxResourceContent": 0.15
  1020. },
  1021. {
  1022. "$id": "69",
  1023. "LayerName": "Potassium",
  1024. "HalfSpeedConcentration": 0.2,
  1025. "MaxResourceContent": 0.2
  1026. },
  1027. {
  1028. "$id": "70",
  1029. "LayerName": "SoilMoisture",
  1030. "HalfSpeedConcentration": 0.2,
  1031. "MaxResourceContent": 0.05
  1032. }
  1033. ]
  1034. }
  1035. },
  1036. "CapacityConstraints": {
  1037. "$id": "71",
  1038. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  1039. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  1040. "$values": [
  1041. {
  1042. "$id": "72",
  1043. "CapacityLayerName": "FertileGround",
  1044. "ConsumedCapacityPerPop": 1.0
  1045. },
  1046. {
  1047. "$id": "73",
  1048. "CapacityLayerName": "ShrubSpace",
  1049. "ConsumedCapacityPerPop": 25
  1050. }
  1051. ]
  1052. }
  1053. },
  1054. "IdealTemperatureRange": {
  1055. "min": 11.0,
  1056. "max": 11.2
  1057. },
  1058. "IdealMoistureRange": {
  1059. "min": 0.75,
  1060. "max": 0.78
  1061. },
  1062. "TemperatureExtremes": {
  1063. "min": 6.0,
  1064. "max": 17.0
  1065. },
  1066. "MoistureExtremes": {
  1067. "min": 0.5,
  1068. "max": 1.1
  1069. },
  1070. "MaxPollutionDensity": 0.7,
  1071. "PollutionDensityTolerance": 0.1,
  1072. "VoxelsPerEntry": 5,
  1073. "Name": "Huckleberry",
  1074. "DisplayName": "Huckleberry",
  1075. "MaturityAgeDays": 0.8,
  1076. "CalorieValue": 4.0,
  1077. "ResourceItem": {
  1078. "Type": "Eco.Mods.TechTree.HuckleberriesItem, Eco.Mods"
  1079. },
  1080. "ResourceRange": {
  1081. "min": 2.0,
  1082. "max": 9.0
  1083. },
  1084. "ResourceBonusAtGrowth": 0.9,
  1085. "ReleasesCO2ppmPerDay": -0.001
  1086. },
  1087. {
  1088. "$id": "74",
  1089. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  1090. "CaloriesPerVoxelColumnPerDensity": 10.0,
  1091. "ResourceConstraintsByLayer": {
  1092. "$id": "75"
  1093. },
  1094. "CapacityConstraintsByLayer": {
  1095. "$id": "76"
  1096. },
  1097. "Decorative": true,
  1098. "PlantType": {
  1099. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  1100. },
  1101. "Water": false,
  1102. "SeedDropChance": 0.0,
  1103. "SeedsAtGrowth": 0.6,
  1104. "SeedsBonusAtGrowth": 0.9,
  1105. "SeedRange": {
  1106. "min": 0.0,
  1107. "max": 0.0
  1108. },
  1109. "SeedItem": {},
  1110. "PostHarvestingGrowth": 0.2,
  1111. "ScythingKills": false,
  1112. "PickableAtPercent": 0.0,
  1113. "BlockType": {
  1114. "Type": "Eco.Gameplay.Plants.CommonGrassBlock, Eco.Gameplay"
  1115. },
  1116. "MaxGrowthRate": 0.01,
  1117. "MaxDeathRate": 0.005,
  1118. "SpreadRate": 0.001,
  1119. "ResourceConstraints": {
  1120. "$id": "77",
  1121. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1122. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1123. "$values": [
  1124. {
  1125. "$id": "78",
  1126. "LayerName": "Nitrogen",
  1127. "HalfSpeedConcentration": 0.01,
  1128. "MaxResourceContent": 0.01
  1129. },
  1130. {
  1131. "$id": "79",
  1132. "LayerName": "Phosphorus",
  1133. "HalfSpeedConcentration": 0.01,
  1134. "MaxResourceContent": 0.01
  1135. },
  1136. {
  1137. "$id": "80",
  1138. "LayerName": "Potassium",
  1139. "HalfSpeedConcentration": 0.01,
  1140. "MaxResourceContent": 0.01
  1141. },
  1142. {
  1143. "$id": "81",
  1144. "LayerName": "SoilMoisture",
  1145. "HalfSpeedConcentration": 0.01,
  1146. "MaxResourceContent": 0.02
  1147. }
  1148. ]
  1149. }
  1150. },
  1151. "CapacityConstraints": {
  1152. "$id": "82",
  1153. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  1154. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  1155. "$values": [
  1156. {
  1157. "$id": "83",
  1158. "CapacityLayerName": "FertileGround",
  1159. "ConsumedCapacityPerPop": 1.0
  1160. }
  1161. ]
  1162. }
  1163. },
  1164. "IdealTemperatureRange": {
  1165. "min": 7.0,
  1166. "max": 13.5
  1167. },
  1168. "IdealMoistureRange": {
  1169. "min": 0.2,
  1170. "max": 0.45
  1171. },
  1172. "TemperatureExtremes": {
  1173. "min": 5.5,
  1174. "max": 18.5
  1175. },
  1176. "MoistureExtremes": {
  1177. "min": 0.05,
  1178. "max": 0.58
  1179. },
  1180. "MaxPollutionDensity": 1.0,
  1181. "PollutionDensityTolerance": 0.1,
  1182. "VoxelsPerEntry": 5,
  1183. "Name": "CommonGrass",
  1184. "DisplayName": "Grass",
  1185. "MaturityAgeDays": 0.5,
  1186. "CalorieValue": 0.8,
  1187. "ResourceItem": {
  1188. "Type": "Eco.Mods.TechTree.PlantFibersItem, Eco.Mods"
  1189. },
  1190. "ResourceRange": {
  1191. "min": 1.0,
  1192. "max": 3.0
  1193. },
  1194. "ResourceBonusAtGrowth": 0.9,
  1195. "ReleasesCO2ppmPerDay": -0.0001
  1196. },
  1197. {
  1198. "$id": "84",
  1199. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  1200. "AnimalType": {
  1201. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  1202. },
  1203. "FoodSources": {
  1204. "$id": "85",
  1205. "Eco.Simulation.Types.Species": {
  1206. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  1207. "$values": [
  1208. {
  1209. "$ref": "63"
  1210. },
  1211. {
  1212. "$ref": "41"
  1213. },
  1214. {
  1215. "$ref": "3"
  1216. }
  1217. ]
  1218. },
  1219. "masterList": {
  1220. "$id": "86",
  1221. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  1222. "Master": {
  1223. "$ref": "1"
  1224. }
  1225. }
  1226. },
  1227. "Flying": false,
  1228. "Swimming": false,
  1229. "WanderingSpeed": 1.0,
  1230. "Speed": 5.0,
  1231. "CorpseTime_Min": 1440.0,
  1232. "Health": 1.0,
  1233. "Damage": 1.0,
  1234. "DelayBetweenAttacksRangeSec": {
  1235. "min": 0.8,
  1236. "max": 2.5
  1237. },
  1238. "FearFactor": 0.8,
  1239. "FleePlayers": true,
  1240. "AttackRange": 1.0,
  1241. "Name": "Hare",
  1242. "DisplayName": "Hare",
  1243. "MaturityAgeDays": 1.0,
  1244. "CalorieValue": 50.0,
  1245. "ResourceItem": {
  1246. "Type": "Eco.Mods.TechTree.HareCarcassItem, Eco.Mods"
  1247. },
  1248. "ResourceRange": {
  1249. "min": 1.0,
  1250. "max": 1.0
  1251. },
  1252. "ResourceBonusAtGrowth": 0.9,
  1253. "ReleasesCO2ppmPerDay": 0.001
  1254. },
  1255. {
  1256. "$id": "87",
  1257. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  1258. "AnimalType": {
  1259. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  1260. },
  1261. "FoodSources": {
  1262. "$id": "88",
  1263. "Eco.Simulation.Types.Species": {
  1264. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  1265. "$values": [
  1266. {
  1267. "$ref": "63"
  1268. },
  1269. {
  1270. "$ref": "41"
  1271. },
  1272. {
  1273. "$ref": "3"
  1274. },
  1275. {
  1276. "$ref": "74"
  1277. }
  1278. ]
  1279. },
  1280. "masterList": {
  1281. "$id": "89",
  1282. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  1283. "Master": {
  1284. "$ref": "1"
  1285. }
  1286. }
  1287. },
  1288. "Flying": false,
  1289. "Swimming": false,
  1290. "WanderingSpeed": 1.0,
  1291. "Speed": 5.5,
  1292. "CorpseTime_Min": 1440.0,
  1293. "Health": 3.2,
  1294. "Damage": 1.0,
  1295. "DelayBetweenAttacksRangeSec": {
  1296. "min": 0.8,
  1297. "max": 2.5
  1298. },
  1299. "FearFactor": 1.0,
  1300. "FleePlayers": true,
  1301. "AttackRange": 1.0,
  1302. "Name": "Elk",
  1303. "DisplayName": "Elk",
  1304. "MaturityAgeDays": 1.0,
  1305. "CalorieValue": 200.0,
  1306. "ResourceItem": {
  1307. "Type": "Eco.Mods.TechTree.ElkCarcassItem, Eco.Mods"
  1308. },
  1309. "ResourceRange": {
  1310. "min": 1.0,
  1311. "max": 1.0
  1312. },
  1313. "ResourceBonusAtGrowth": 0.9,
  1314. "ReleasesCO2ppmPerDay": 0.001
  1315. },
  1316. {
  1317. "$id": "90",
  1318. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  1319. "AnimalType": {
  1320. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  1321. },
  1322. "FoodSources": {
  1323. "$id": "91",
  1324. "Eco.Simulation.Types.Species": {
  1325. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  1326. "$values": [
  1327. {
  1328. "$ref": "84"
  1329. },
  1330. {
  1331. "$ref": "87"
  1332. }
  1333. ]
  1334. },
  1335. "masterList": {
  1336. "$id": "92",
  1337. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  1338. "Master": {
  1339. "$ref": "1"
  1340. }
  1341. }
  1342. },
  1343. "Flying": false,
  1344. "Swimming": false,
  1345. "WanderingSpeed": 1.0,
  1346. "Speed": 8.5,
  1347. "CorpseTime_Min": 1440.0,
  1348. "Health": 1.5,
  1349. "Damage": 1.0,
  1350. "DelayBetweenAttacksRangeSec": {
  1351. "min": 0.8,
  1352. "max": 2.5
  1353. },
  1354. "FearFactor": 0.5,
  1355. "FleePlayers": true,
  1356. "AttackRange": 1.0,
  1357. "Name": "Wolf",
  1358. "DisplayName": "Wolf",
  1359. "MaturityAgeDays": 1.0,
  1360. "CalorieValue": 100.0,
  1361. "ResourceItem": {
  1362. "Type": "Eco.Mods.TechTree.WolfCarcassItem, Eco.Mods"
  1363. },
  1364. "ResourceRange": {
  1365. "min": 1.0,
  1366. "max": 1.0
  1367. },
  1368. "ResourceBonusAtGrowth": 0.9,
  1369. "ReleasesCO2ppmPerDay": 0.001
  1370. },
  1371. {
  1372. "$id": "93",
  1373. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  1374. "CaloriesPerVoxelColumnPerDensity": 10.0,
  1375. "ResourceConstraintsByLayer": {
  1376. "$id": "94"
  1377. },
  1378. "CapacityConstraintsByLayer": {
  1379. "$id": "95"
  1380. },
  1381. "Decorative": false,
  1382. "PlantType": {
  1383. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  1384. },
  1385. "Water": false,
  1386. "SeedDropChance": 0.5,
  1387. "SeedsAtGrowth": 0.6,
  1388. "SeedsBonusAtGrowth": 0.9,
  1389. "SeedRange": {
  1390. "min": 1.0,
  1391. "max": 3.0
  1392. },
  1393. "SeedItem": {
  1394. "Type": "Eco.Mods.TechTree.BeetSeedItem, Eco.Mods"
  1395. },
  1396. "PostHarvestingGrowth": 0.0,
  1397. "ScythingKills": true,
  1398. "PickableAtPercent": 0.0,
  1399. "BlockType": {
  1400. "Type": "Eco.Gameplay.Plants.BeetsBlock, Eco.Gameplay"
  1401. },
  1402. "MaxGrowthRate": 0.01,
  1403. "MaxDeathRate": 0.005,
  1404. "SpreadRate": 0.001,
  1405. "ResourceConstraints": {
  1406. "$id": "96",
  1407. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1408. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1409. "$values": [
  1410. {
  1411. "$id": "97",
  1412. "LayerName": "Nitrogen",
  1413. "HalfSpeedConcentration": 0.2,
  1414. "MaxResourceContent": 0.2
  1415. },
  1416. {
  1417. "$id": "98",
  1418. "LayerName": "Phosphorus",
  1419. "HalfSpeedConcentration": 0.2,
  1420. "MaxResourceContent": 0.3
  1421. },
  1422. {
  1423. "$id": "99",
  1424. "LayerName": "Potassium",
  1425. "HalfSpeedConcentration": 0.3,
  1426. "MaxResourceContent": 0.4
  1427. },
  1428. {
  1429. "$id": "100",
  1430. "LayerName": "SoilMoisture",
  1431. "HalfSpeedConcentration": 0.2,
  1432. "MaxResourceContent": 0.1
  1433. }
  1434. ]
  1435. }
  1436. },
  1437. "CapacityConstraints": {
  1438. "$id": "101",
  1439. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  1440. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  1441. "$values": [
  1442. {
  1443. "$id": "102",
  1444. "CapacityLayerName": "FertileGround",
  1445. "ConsumedCapacityPerPop": 1.0
  1446. },
  1447. {
  1448. "$id": "103",
  1449. "CapacityLayerName": "ShrubSpace",
  1450. "ConsumedCapacityPerPop": 25
  1451. }
  1452. ]
  1453. }
  1454. },
  1455. "IdealTemperatureRange": {
  1456. "min": 11.0,
  1457. "max": 11.3
  1458. },
  1459. "IdealMoistureRange": {
  1460. "min": 0.32,
  1461. "max": 0.35
  1462. },
  1463. "TemperatureExtremes": {
  1464. "min": 9.0,
  1465. "max": 13.0
  1466. },
  1467. "MoistureExtremes": {
  1468. "min": 0.3,
  1469. "max": 0.6
  1470. },
  1471. "MaxPollutionDensity": 0.7,
  1472. "PollutionDensityTolerance": 0.1,
  1473. "VoxelsPerEntry": 5,
  1474. "Name": "Beets",
  1475. "DisplayName": "Beets",
  1476. "MaturityAgeDays": 0.8,
  1477. "CalorieValue": 4.0,
  1478. "ResourceItem": {
  1479. "Type": "Eco.Mods.TechTree.BeetItem, Eco.Mods"
  1480. },
  1481. "ResourceRange": {
  1482. "min": 1.0,
  1483. "max": 6.0
  1484. },
  1485. "ResourceBonusAtGrowth": 0.9,
  1486. "ReleasesCO2ppmPerDay": -0.001
  1487. },
  1488. {
  1489. "$id": "104",
  1490. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  1491. "CaloriesPerVoxelColumnPerDensity": 10.0,
  1492. "ResourceConstraintsByLayer": {
  1493. "$id": "105"
  1494. },
  1495. "CapacityConstraintsByLayer": {
  1496. "$id": "106"
  1497. },
  1498. "Decorative": false,
  1499. "PlantType": {
  1500. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  1501. },
  1502. "Water": false,
  1503. "SeedDropChance": 0.5,
  1504. "SeedsAtGrowth": 0.6,
  1505. "SeedsBonusAtGrowth": 0.9,
  1506. "SeedRange": {
  1507. "min": 1.0,
  1508. "max": 3.0
  1509. },
  1510. "SeedItem": {
  1511. "Type": "Eco.Mods.TechTree.CornSeedItem, Eco.Mods"
  1512. },
  1513. "PostHarvestingGrowth": 0.0,
  1514. "ScythingKills": true,
  1515. "PickableAtPercent": 0.0,
  1516. "BlockType": {
  1517. "Type": "Eco.Gameplay.Plants.CornBlock, Eco.Gameplay"
  1518. },
  1519. "MaxGrowthRate": 0.01,
  1520. "MaxDeathRate": 0.005,
  1521. "SpreadRate": 0.001,
  1522. "ResourceConstraints": {
  1523. "$id": "107",
  1524. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1525. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1526. "$values": [
  1527. {
  1528. "$id": "108",
  1529. "LayerName": "Nitrogen",
  1530. "HalfSpeedConcentration": 0.4,
  1531. "MaxResourceContent": 0.4
  1532. },
  1533. {
  1534. "$id": "109",
  1535. "LayerName": "Phosphorus",
  1536. "HalfSpeedConcentration": 0.4,
  1537. "MaxResourceContent": 0.4
  1538. },
  1539. {
  1540. "$id": "110",
  1541. "LayerName": "Potassium",
  1542. "HalfSpeedConcentration": 0.1,
  1543. "MaxResourceContent": 0.1
  1544. },
  1545. {
  1546. "$id": "111",
  1547. "LayerName": "SoilMoisture",
  1548. "HalfSpeedConcentration": 0.1,
  1549. "MaxResourceContent": 0.1
  1550. }
  1551. ]
  1552. }
  1553. },
  1554. "CapacityConstraints": {
  1555. "$id": "112",
  1556. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  1557. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  1558. "$values": [
  1559. {
  1560. "$id": "113",
  1561. "CapacityLayerName": "FertileGround",
  1562. "ConsumedCapacityPerPop": 1.0
  1563. },
  1564. {
  1565. "$id": "114",
  1566. "CapacityLayerName": "ShrubSpace",
  1567. "ConsumedCapacityPerPop": 25
  1568. }
  1569. ]
  1570. }
  1571. },
  1572. "IdealTemperatureRange": {
  1573. "min": 14.7,
  1574. "max": 15.0
  1575. },
  1576. "IdealMoistureRange": {
  1577. "min": 0.29,
  1578. "max": 0.33
  1579. },
  1580. "TemperatureExtremes": {
  1581. "min": 12.5,
  1582. "max": 16.9
  1583. },
  1584. "MoistureExtremes": {
  1585. "min": 0.2,
  1586. "max": 0.49
  1587. },
  1588. "MaxPollutionDensity": 0.7,
  1589. "PollutionDensityTolerance": 0.1,
  1590. "VoxelsPerEntry": 5,
  1591. "Name": "Corn",
  1592. "DisplayName": "Corn",
  1593. "MaturityAgeDays": 0.8,
  1594. "CalorieValue": 4.0,
  1595. "ResourceItem": {
  1596. "Type": "Eco.Mods.TechTree.CornItem, Eco.Mods"
  1597. },
  1598. "ResourceRange": {
  1599. "min": 1.0,
  1600. "max": 6.0
  1601. },
  1602. "ResourceBonusAtGrowth": 0.9,
  1603. "ReleasesCO2ppmPerDay": -0.001
  1604. },
  1605. {
  1606. "$id": "115",
  1607. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  1608. "CaloriesPerVoxelColumnPerDensity": 10.0,
  1609. "ResourceConstraintsByLayer": {
  1610. "$id": "116"
  1611. },
  1612. "CapacityConstraintsByLayer": {
  1613. "$id": "117"
  1614. },
  1615. "Decorative": false,
  1616. "PlantType": {
  1617. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  1618. },
  1619. "Water": true,
  1620. "SeedDropChance": 0.25,
  1621. "SeedsAtGrowth": 0.6,
  1622. "SeedsBonusAtGrowth": 0.9,
  1623. "SeedRange": {
  1624. "min": 0.0,
  1625. "max": 0.0
  1626. },
  1627. "SeedItem": {
  1628. "Type": "Eco.Mods.TechTree.WaterweedSeedItem, Eco.Mods"
  1629. },
  1630. "PostHarvestingGrowth": 0.0,
  1631. "ScythingKills": true,
  1632. "PickableAtPercent": 0.0,
  1633. "BlockType": {
  1634. "Type": "Eco.Gameplay.Plants.WaterweedBlock, Eco.Gameplay"
  1635. },
  1636. "MaxGrowthRate": 0.01,
  1637. "MaxDeathRate": 0.005,
  1638. "SpreadRate": 0.001,
  1639. "ResourceConstraints": {
  1640. "$id": "118",
  1641. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1642. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1643. "$values": [
  1644. {
  1645. "$id": "119",
  1646. "LayerName": "Nitrogen",
  1647. "HalfSpeedConcentration": 0.1,
  1648. "MaxResourceContent": 0.1
  1649. },
  1650. {
  1651. "$id": "120",
  1652. "LayerName": "Phosphorus",
  1653. "HalfSpeedConcentration": 0.1,
  1654. "MaxResourceContent": 0.1
  1655. },
  1656. {
  1657. "$id": "121",
  1658. "LayerName": "Potassium",
  1659. "HalfSpeedConcentration": 0.1,
  1660. "MaxResourceContent": 0.1
  1661. },
  1662. {
  1663. "$id": "122",
  1664. "LayerName": "SoilMoisture",
  1665. "HalfSpeedConcentration": 0.01,
  1666. "MaxResourceContent": 0.01
  1667. }
  1668. ]
  1669. }
  1670. },
  1671. "CapacityConstraints": {
  1672. "$id": "123",
  1673. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  1674. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  1675. "$values": [
  1676. {
  1677. "$id": "124",
  1678. "CapacityLayerName": "UnderwaterFertileGround",
  1679. "ConsumedCapacityPerPop": 6.0
  1680. }
  1681. ]
  1682. }
  1683. },
  1684. "IdealTemperatureRange": {
  1685. "min": 10.0,
  1686. "max": 20.0
  1687. },
  1688. "IdealMoistureRange": {
  1689. "min": 0.3,
  1690. "max": 0.6
  1691. },
  1692. "TemperatureExtremes": {
  1693. "min": 0.0,
  1694. "max": 24.0
  1695. },
  1696. "MoistureExtremes": {
  1697. "min": 0.0,
  1698. "max": 1.0
  1699. },
  1700. "MaxPollutionDensity": 0.7,
  1701. "PollutionDensityTolerance": 0.1,
  1702. "VoxelsPerEntry": 5,
  1703. "Name": "Waterweed",
  1704. "DisplayName": "Waterweed",
  1705. "MaturityAgeDays": 1.0,
  1706. "CalorieValue": 2.0,
  1707. "ResourceItem": {},
  1708. "ResourceRange": {
  1709. "min": 0.0,
  1710. "max": 0.0
  1711. },
  1712. "ResourceBonusAtGrowth": 0.9,
  1713. "ReleasesCO2ppmPerDay": -0.0001
  1714. },
  1715. {
  1716. "$id": "125",
  1717. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  1718. "CaloriesPerVoxelColumnPerDensity": 10.0,
  1719. "ResourceConstraintsByLayer": {
  1720. "$id": "126"
  1721. },
  1722. "CapacityConstraintsByLayer": {
  1723. "$id": "127"
  1724. },
  1725. "Decorative": false,
  1726. "PlantType": {
  1727. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  1728. },
  1729. "Water": false,
  1730. "SeedDropChance": 0.25,
  1731. "SeedsAtGrowth": 0.6,
  1732. "SeedsBonusAtGrowth": 0.9,
  1733. "SeedRange": {
  1734. "min": 1.0,
  1735. "max": 3.0
  1736. },
  1737. "SeedItem": {
  1738. "Type": "Eco.Mods.TechTree.FireweedSeedItem, Eco.Mods"
  1739. },
  1740. "PostHarvestingGrowth": 0.0,
  1741. "ScythingKills": true,
  1742. "PickableAtPercent": 0.0,
  1743. "BlockType": {
  1744. "Type": "Eco.Gameplay.Plants.FireweedBlock, Eco.Gameplay"
  1745. },
  1746. "MaxGrowthRate": 0.01,
  1747. "MaxDeathRate": 0.005,
  1748. "SpreadRate": 0.001,
  1749. "ResourceConstraints": {
  1750. "$id": "128",
  1751. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1752. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1753. "$values": [
  1754. {
  1755. "$id": "129",
  1756. "LayerName": "Nitrogen",
  1757. "HalfSpeedConcentration": 0.1,
  1758. "MaxResourceContent": 0.2
  1759. },
  1760. {
  1761. "$id": "130",
  1762. "LayerName": "Phosphorus",
  1763. "HalfSpeedConcentration": 0.15,
  1764. "MaxResourceContent": 0.3
  1765. },
  1766. {
  1767. "$id": "131",
  1768. "LayerName": "Potassium",
  1769. "HalfSpeedConcentration": 0.1,
  1770. "MaxResourceContent": 0.2
  1771. },
  1772. {
  1773. "$id": "132",
  1774. "LayerName": "SoilMoisture",
  1775. "HalfSpeedConcentration": 0.05,
  1776. "MaxResourceContent": 0.1
  1777. }
  1778. ]
  1779. }
  1780. },
  1781. "CapacityConstraints": {
  1782. "$id": "133",
  1783. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  1784. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  1785. "$values": [
  1786. {
  1787. "$id": "134",
  1788. "CapacityLayerName": "FertileGround",
  1789. "ConsumedCapacityPerPop": 1.0
  1790. },
  1791. {
  1792. "$id": "135",
  1793. "CapacityLayerName": "ShrubSpace",
  1794. "ConsumedCapacityPerPop": 25
  1795. }
  1796. ]
  1797. }
  1798. },
  1799. "IdealTemperatureRange": {
  1800. "min": 5.5,
  1801. "max": 6.0
  1802. },
  1803. "IdealMoistureRange": {
  1804. "min": 0.49,
  1805. "max": 0.5
  1806. },
  1807. "TemperatureExtremes": {
  1808. "min": 4.0,
  1809. "max": 8.0
  1810. },
  1811. "MoistureExtremes": {
  1812. "min": 0.0,
  1813. "max": 1.0
  1814. },
  1815. "MaxPollutionDensity": 0.7,
  1816. "PollutionDensityTolerance": 0.1,
  1817. "VoxelsPerEntry": 5,
  1818. "Name": "Fireweed",
  1819. "DisplayName": "Fireweed",
  1820. "MaturityAgeDays": 0.6,
  1821. "CalorieValue": 1.0,
  1822. "ResourceItem": {
  1823. "Type": "Eco.Mods.TechTree.FireweedShootsItem, Eco.Mods"
  1824. },
  1825. "ResourceRange": {
  1826. "min": 1.0,
  1827. "max": 4.0
  1828. },
  1829. "ResourceBonusAtGrowth": 0.9,
  1830. "ReleasesCO2ppmPerDay": -0.001
  1831. },
  1832. {
  1833. "$id": "136",
  1834. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  1835. "CaloriesPerVoxelColumnPerDensity": 10.0,
  1836. "ResourceConstraintsByLayer": {
  1837. "$id": "137"
  1838. },
  1839. "CapacityConstraintsByLayer": {
  1840. "$id": "138"
  1841. },
  1842. "Decorative": false,
  1843. "PlantType": {
  1844. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  1845. },
  1846. "Water": false,
  1847. "SeedDropChance": 0.5,
  1848. "SeedsAtGrowth": 0.6,
  1849. "SeedsBonusAtGrowth": 0.9,
  1850. "SeedRange": {
  1851. "min": 1.0,
  1852. "max": 3.0
  1853. },
  1854. "SeedItem": {
  1855. "Type": "Eco.Mods.TechTree.CreosoteBushSeedItem, Eco.Mods"
  1856. },
  1857. "PostHarvestingGrowth": 0.0,
  1858. "ScythingKills": true,
  1859. "PickableAtPercent": 0.0,
  1860. "BlockType": {
  1861. "Type": "Eco.Gameplay.Plants.CreosoteBushBlock, Eco.Gameplay"
  1862. },
  1863. "MaxGrowthRate": 0.01,
  1864. "MaxDeathRate": 0.005,
  1865. "SpreadRate": 0.001,
  1866. "ResourceConstraints": {
  1867. "$id": "139",
  1868. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1869. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1870. "$values": [
  1871. {
  1872. "$id": "140",
  1873. "LayerName": "Nitrogen",
  1874. "HalfSpeedConcentration": 0.4,
  1875. "MaxResourceContent": 0.5
  1876. },
  1877. {
  1878. "$id": "141",
  1879. "LayerName": "Phosphorus",
  1880. "HalfSpeedConcentration": 0.1,
  1881. "MaxResourceContent": 0.2
  1882. },
  1883. {
  1884. "$id": "142",
  1885. "LayerName": "Potassium",
  1886. "HalfSpeedConcentration": 0.2,
  1887. "MaxResourceContent": 0.3
  1888. },
  1889. {
  1890. "$id": "143",
  1891. "LayerName": "SoilMoisture",
  1892. "HalfSpeedConcentration": 0.3,
  1893. "MaxResourceContent": 0.2
  1894. }
  1895. ]
  1896. }
  1897. },
  1898. "CapacityConstraints": {
  1899. "$id": "144",
  1900. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  1901. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  1902. "$values": [
  1903. {
  1904. "$id": "145",
  1905. "CapacityLayerName": "FertileGround",
  1906. "ConsumedCapacityPerPop": 1.0
  1907. },
  1908. {
  1909. "$id": "146",
  1910. "CapacityLayerName": "ShrubSpace",
  1911. "ConsumedCapacityPerPop": 5.0
  1912. }
  1913. ]
  1914. }
  1915. },
  1916. "IdealTemperatureRange": {
  1917. "min": 15.0,
  1918. "max": 15.5
  1919. },
  1920. "IdealMoistureRange": {
  1921. "min": 0.1,
  1922. "max": 0.15
  1923. },
  1924. "TemperatureExtremes": {
  1925. "min": 14.0,
  1926. "max": 24.0
  1927. },
  1928. "MoistureExtremes": {
  1929. "min": 0.0,
  1930. "max": 0.5
  1931. },
  1932. "MaxPollutionDensity": 0.7,
  1933. "PollutionDensityTolerance": 0.1,
  1934. "VoxelsPerEntry": 5,
  1935. "Name": "CreosoteBush",
  1936. "DisplayName": "Creosote Bush",
  1937. "MaturityAgeDays": 0.6,
  1938. "CalorieValue": 1.0,
  1939. "ResourceItem": {},
  1940. "ResourceRange": {
  1941. "min": 0.0,
  1942. "max": 0.0
  1943. },
  1944. "ResourceBonusAtGrowth": 0.9,
  1945. "ReleasesCO2ppmPerDay": -0.001
  1946. },
  1947. {
  1948. "$id": "147",
  1949. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  1950. "CaloriesPerVoxelColumnPerDensity": 10.0,
  1951. "ResourceConstraintsByLayer": {
  1952. "$id": "148"
  1953. },
  1954. "CapacityConstraintsByLayer": {
  1955. "$id": "149"
  1956. },
  1957. "Decorative": false,
  1958. "PlantType": {
  1959. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  1960. },
  1961. "Water": false,
  1962. "SeedDropChance": 0.25,
  1963. "SeedsAtGrowth": 0.6,
  1964. "SeedsBonusAtGrowth": 0.9,
  1965. "SeedRange": {
  1966. "min": 1.0,
  1967. "max": 2.0
  1968. },
  1969. "SeedItem": {
  1970. "Type": "Eco.Mods.TechTree.SagebrushSeedItem, Eco.Mods"
  1971. },
  1972. "PostHarvestingGrowth": 0.0,
  1973. "ScythingKills": true,
  1974. "PickableAtPercent": 0.0,
  1975. "BlockType": {
  1976. "Type": "Eco.Gameplay.Plants.SagebrushBlock, Eco.Gameplay"
  1977. },
  1978. "MaxGrowthRate": 0.01,
  1979. "MaxDeathRate": 0.005,
  1980. "SpreadRate": 0.001,
  1981. "ResourceConstraints": {
  1982. "$id": "150",
  1983. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  1984. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  1985. "$values": [
  1986. {
  1987. "$id": "151",
  1988. "LayerName": "Nitrogen",
  1989. "HalfSpeedConcentration": 0.1,
  1990. "MaxResourceContent": 0.2
  1991. },
  1992. {
  1993. "$id": "152",
  1994. "LayerName": "Phosphorus",
  1995. "HalfSpeedConcentration": 0.3,
  1996. "MaxResourceContent": 0.15
  1997. },
  1998. {
  1999. "$id": "153",
  2000. "LayerName": "Potassium",
  2001. "HalfSpeedConcentration": 0.3,
  2002. "MaxResourceContent": 0.4
  2003. },
  2004. {
  2005. "$id": "154",
  2006. "LayerName": "SoilMoisture",
  2007. "HalfSpeedConcentration": 0.1,
  2008. "MaxResourceContent": 0.05
  2009. }
  2010. ]
  2011. }
  2012. },
  2013. "CapacityConstraints": {
  2014. "$id": "155",
  2015. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  2016. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  2017. "$values": [
  2018. {
  2019. "$id": "156",
  2020. "CapacityLayerName": "FertileGround",
  2021. "ConsumedCapacityPerPop": 1.0
  2022. },
  2023. {
  2024. "$id": "157",
  2025. "CapacityLayerName": "ShrubSpace",
  2026. "ConsumedCapacityPerPop": 25
  2027. }
  2028. ]
  2029. }
  2030. },
  2031. "IdealTemperatureRange": {
  2032. "min": 18.0,
  2033. "max": 22.0
  2034. },
  2035. "IdealMoistureRange": {
  2036. "min": 0.25,
  2037. "max": 0.3
  2038. },
  2039. "TemperatureExtremes": {
  2040. "min": 16.0,
  2041. "max": 25.0
  2042. },
  2043. "MoistureExtremes": {
  2044. "min": 0.1,
  2045. "max": 0.45
  2046. },
  2047. "MaxPollutionDensity": 0.7,
  2048. "PollutionDensityTolerance": 0.1,
  2049. "VoxelsPerEntry": 5,
  2050. "Name": "Sagebrush",
  2051. "DisplayName": "Sagebrush",
  2052. "MaturityAgeDays": 0.6,
  2053. "CalorieValue": 2.5,
  2054. "ResourceItem": {
  2055. "Type": "Eco.Mods.TechTree.PlantFibersItem, Eco.Mods"
  2056. },
  2057. "ResourceRange": {
  2058. "min": 2.0,
  2059. "max": 6.0
  2060. },
  2061. "ResourceBonusAtGrowth": 0.9,
  2062. "ReleasesCO2ppmPerDay": -0.001
  2063. },
  2064. {
  2065. "$id": "158",
  2066. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  2067. "CaloriesPerVoxelColumnPerDensity": 10.0,
  2068. "ResourceConstraintsByLayer": {
  2069. "$id": "159"
  2070. },
  2071. "CapacityConstraintsByLayer": {
  2072. "$id": "160"
  2073. },
  2074. "Decorative": false,
  2075. "PlantType": {
  2076. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  2077. },
  2078. "Water": false,
  2079. "SeedDropChance": 0.5,
  2080. "SeedsAtGrowth": 0.6,
  2081. "SeedsBonusAtGrowth": 0.9,
  2082. "SeedRange": {
  2083. "min": 1.0,
  2084. "max": 2.0
  2085. },
  2086. "SeedItem": {
  2087. "Type": "Eco.Mods.TechTree.PricklyPearSeedItem, Eco.Mods"
  2088. },
  2089. "PostHarvestingGrowth": 0.5,
  2090. "ScythingKills": true,
  2091. "PickableAtPercent": 0.8,
  2092. "BlockType": {
  2093. "Type": "Eco.Gameplay.Plants.PricklyPearBlock, Eco.Gameplay"
  2094. },
  2095. "MaxGrowthRate": 0.01,
  2096. "MaxDeathRate": 0.005,
  2097. "SpreadRate": 0.001,
  2098. "ResourceConstraints": {
  2099. "$id": "161",
  2100. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  2101. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  2102. "$values": [
  2103. {
  2104. "$id": "162",
  2105. "LayerName": "Nitrogen",
  2106. "HalfSpeedConcentration": 0.3,
  2107. "MaxResourceContent": 0.5
  2108. },
  2109. {
  2110. "$id": "163",
  2111. "LayerName": "Phosphorus",
  2112. "HalfSpeedConcentration": 0.1,
  2113. "MaxResourceContent": 0.2
  2114. },
  2115. {
  2116. "$id": "164",
  2117. "LayerName": "Potassium",
  2118. "HalfSpeedConcentration": 0.2,
  2119. "MaxResourceContent": 0.3
  2120. },
  2121. {
  2122. "$id": "165",
  2123. "LayerName": "SoilMoisture",
  2124. "HalfSpeedConcentration": 0.2,
  2125. "MaxResourceContent": 0.1
  2126. }
  2127. ]
  2128. }
  2129. },
  2130. "CapacityConstraints": {
  2131. "$id": "166",
  2132. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  2133. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  2134. "$values": [
  2135. {
  2136. "$id": "167",
  2137. "CapacityLayerName": "FertileGround",
  2138. "ConsumedCapacityPerPop": 1.0
  2139. },
  2140. {
  2141. "$id": "168",
  2142. "CapacityLayerName": "ShrubSpace",
  2143. "ConsumedCapacityPerPop": 4.5
  2144. }
  2145. ]
  2146. }
  2147. },
  2148. "IdealTemperatureRange": {
  2149. "min": 22.0,
  2150. "max": 25.0
  2151. },
  2152. "IdealMoistureRange": {
  2153. "min": 0.25,
  2154. "max": 0.35
  2155. },
  2156. "TemperatureExtremes": {
  2157. "min": 16.0,
  2158. "max": 28.0
  2159. },
  2160. "MoistureExtremes": {
  2161. "min": 0.1,
  2162. "max": 0.45
  2163. },
  2164. "MaxPollutionDensity": 0.7,
  2165. "PollutionDensityTolerance": 0.1,
  2166. "VoxelsPerEntry": 5,
  2167. "Name": "PricklyPear",
  2168. "DisplayName": "Prickly Pear",
  2169. "MaturityAgeDays": 0.7,
  2170. "CalorieValue": 1.0,
  2171. "ResourceItem": {
  2172. "Type": "Eco.Mods.TechTree.PricklyPearFruitItem, Eco.Mods"
  2173. },
  2174. "ResourceRange": {
  2175. "min": 1.0,
  2176. "max": 5.0
  2177. },
  2178. "ResourceBonusAtGrowth": 0.9,
  2179. "ReleasesCO2ppmPerDay": -0.001
  2180. },
  2181. {
  2182. "$id": "169",
  2183. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  2184. "CaloriesPerVoxelColumnPerDensity": 10.0,
  2185. "ResourceConstraintsByLayer": {
  2186. "$id": "170"
  2187. },
  2188. "CapacityConstraintsByLayer": {
  2189. "$id": "171"
  2190. },
  2191. "Decorative": false,
  2192. "PlantType": {
  2193. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  2194. },
  2195. "Water": false,
  2196. "SeedDropChance": 0.75,
  2197. "SeedsAtGrowth": 0.6,
  2198. "SeedsBonusAtGrowth": 0.9,
  2199. "SeedRange": {
  2200. "min": 1.0,
  2201. "max": 2.0
  2202. },
  2203. "SeedItem": {
  2204. "Type": "Eco.Mods.TechTree.BeansItem, Eco.Mods"
  2205. },
  2206. "PostHarvestingGrowth": 0.0,
  2207. "ScythingKills": true,
  2208. "PickableAtPercent": 0.0,
  2209. "BlockType": {
  2210. "Type": "Eco.Gameplay.Plants.BeansBlock, Eco.Gameplay"
  2211. },
  2212. "MaxGrowthRate": 0.01,
  2213. "MaxDeathRate": 0.005,
  2214. "SpreadRate": 0.001,
  2215. "ResourceConstraints": {
  2216. "$id": "172",
  2217. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  2218. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  2219. "$values": [
  2220. {
  2221. "$id": "173",
  2222. "LayerName": "Nitrogen",
  2223. "HalfSpeedConcentration": 0.2,
  2224. "MaxResourceContent": 0.1
  2225. },
  2226. {
  2227. "$id": "174",
  2228. "LayerName": "Phosphorus",
  2229. "HalfSpeedConcentration": 0.2,
  2230. "MaxResourceContent": 0.2
  2231. },
  2232. {
  2233. "$id": "175",
  2234. "LayerName": "Potassium",
  2235. "HalfSpeedConcentration": 0.2,
  2236. "MaxResourceContent": 0.2
  2237. },
  2238. {
  2239. "$id": "176",
  2240. "LayerName": "SoilMoisture",
  2241. "HalfSpeedConcentration": 0.1,
  2242. "MaxResourceContent": 0.1
  2243. }
  2244. ]
  2245. }
  2246. },
  2247. "CapacityConstraints": {
  2248. "$id": "177",
  2249. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  2250. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  2251. "$values": [
  2252. {
  2253. "$id": "178",
  2254. "CapacityLayerName": "FertileGround",
  2255. "ConsumedCapacityPerPop": 1.0
  2256. },
  2257. {
  2258. "$id": "179",
  2259. "CapacityLayerName": "ShrubSpace",
  2260. "ConsumedCapacityPerPop": 13.0
  2261. }
  2262. ]
  2263. }
  2264. },
  2265. "IdealTemperatureRange": {
  2266. "min": 9.0,
  2267. "max": 11.0
  2268. },
  2269. "IdealMoistureRange": {
  2270. "min": 0.69,
  2271. "max": 0.75
  2272. },
  2273. "TemperatureExtremes": {
  2274. "min": 7.0,
  2275. "max": 16.0
  2276. },
  2277. "MoistureExtremes": {
  2278. "min": 0.55,
  2279. "max": 0.9
  2280. },
  2281. "MaxPollutionDensity": 0.7,
  2282. "PollutionDensityTolerance": 0.1,
  2283. "VoxelsPerEntry": 5,
  2284. "Name": "Beans",
  2285. "DisplayName": "Beans",
  2286. "MaturityAgeDays": 0.8,
  2287. "CalorieValue": 4.0,
  2288. "ResourceItem": {
  2289. "Type": "Eco.Mods.TechTree.BeansItem, Eco.Mods"
  2290. },
  2291. "ResourceRange": {
  2292. "min": 2.0,
  2293. "max": 10.0
  2294. },
  2295. "ResourceBonusAtGrowth": 0.9,
  2296. "ReleasesCO2ppmPerDay": -0.001
  2297. },
  2298. {
  2299. "$id": "180",
  2300. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  2301. "CaloriesPerVoxelColumnPerDensity": 10.0,
  2302. "ResourceConstraintsByLayer": {
  2303. "$id": "181"
  2304. },
  2305. "CapacityConstraintsByLayer": {
  2306. "$id": "182"
  2307. },
  2308. "Decorative": false,
  2309. "PlantType": {
  2310. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  2311. },
  2312. "Water": false,
  2313. "SeedDropChance": 0.25,
  2314. "SeedsAtGrowth": 0.6,
  2315. "SeedsBonusAtGrowth": 0.9,
  2316. "SeedRange": {
  2317. "min": 1.0,
  2318. "max": 3.0
  2319. },
  2320. "SeedItem": {
  2321. "Type": "Eco.Mods.TechTree.BullrushSeedItem, Eco.Mods"
  2322. },
  2323. "PostHarvestingGrowth": 0.0,
  2324. "ScythingKills": true,
  2325. "PickableAtPercent": 0.0,
  2326. "BlockType": {
  2327. "Type": "Eco.Gameplay.Plants.BullrushBlock, Eco.Gameplay"
  2328. },
  2329. "MaxGrowthRate": 0.01,
  2330. "MaxDeathRate": 0.005,
  2331. "SpreadRate": 0.001,
  2332. "ResourceConstraints": {
  2333. "$id": "183",
  2334. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  2335. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  2336. "$values": [
  2337. {
  2338. "$id": "184",
  2339. "LayerName": "Nitrogen",
  2340. "HalfSpeedConcentration": 0.25,
  2341. "MaxResourceContent": 0.4
  2342. },
  2343. {
  2344. "$id": "185",
  2345. "LayerName": "Potassium",
  2346. "HalfSpeedConcentration": 0.1,
  2347. "MaxResourceContent": 0.2
  2348. },
  2349. {
  2350. "$id": "186",
  2351. "LayerName": "SoilMoisture",
  2352. "HalfSpeedConcentration": 0.4,
  2353. "MaxResourceContent": 0.2
  2354. }
  2355. ]
  2356. }
  2357. },
  2358. "CapacityConstraints": {
  2359. "$id": "187",
  2360. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  2361. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  2362. "$values": [
  2363. {
  2364. "$id": "188",
  2365. "CapacityLayerName": "FertileGround",
  2366. "ConsumedCapacityPerPop": 1.0
  2367. },
  2368. {
  2369. "$id": "189",
  2370. "CapacityLayerName": "ShrubSpace",
  2371. "ConsumedCapacityPerPop": 12.0
  2372. }
  2373. ]
  2374. }
  2375. },
  2376. "IdealTemperatureRange": {
  2377. "min": 21.0,
  2378. "max": 25.0
  2379. },
  2380. "IdealMoistureRange": {
  2381. "min": 1.0,
  2382. "max": 0.9
  2383. },
  2384. "TemperatureExtremes": {
  2385. "min": 15.0,
  2386. "max": 32.0
  2387. },
  2388. "MoistureExtremes": {
  2389. "min": 0.6,
  2390. "max": 1.1
  2391. },
  2392. "MaxPollutionDensity": 0.7,
  2393. "PollutionDensityTolerance": 0.1,
  2394. "VoxelsPerEntry": 5,
  2395. "Name": "Bullrush",
  2396. "DisplayName": "Bullrush",
  2397. "MaturityAgeDays": 0.3,
  2398. "CalorieValue": 1.0,
  2399. "ResourceItem": {
  2400. "Type": "Eco.Mods.TechTree.PlantFibersItem, Eco.Mods"
  2401. },
  2402. "ResourceRange": {
  2403. "min": 1.0,
  2404. "max": 3.0
  2405. },
  2406. "ResourceBonusAtGrowth": 0.9,
  2407. "ReleasesCO2ppmPerDay": -0.001
  2408. },
  2409. {
  2410. "$id": "190",
  2411. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  2412. "AnimalType": {
  2413. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  2414. },
  2415. "FoodSources": {
  2416. "$id": "191",
  2417. "Eco.Simulation.Types.Species": {
  2418. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  2419. "$values": []
  2420. },
  2421. "masterList": {
  2422. "$id": "192",
  2423. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  2424. "Master": {
  2425. "$ref": "1"
  2426. }
  2427. }
  2428. },
  2429. "Flying": false,
  2430. "Swimming": false,
  2431. "WanderingSpeed": 0.8,
  2432. "Speed": 4.0,
  2433. "CorpseTime_Min": 10.0,
  2434. "Health": 7.0,
  2435. "Damage": 1.0,
  2436. "DelayBetweenAttacksRangeSec": {
  2437. "min": 0.8,
  2438. "max": 2.5
  2439. },
  2440. "FearFactor": 0.6,
  2441. "FleePlayers": true,
  2442. "AttackRange": 1.0,
  2443. "Name": "Bison",
  2444. "DisplayName": "Bison",
  2445. "MaturityAgeDays": 1.0,
  2446. "CalorieValue": 500.0,
  2447. "ResourceItem": {
  2448. "Type": "Eco.Mods.TechTree.BisonCarcassItem, Eco.Mods"
  2449. },
  2450. "ResourceRange": {
  2451. "min": 1.0,
  2452. "max": 1.0
  2453. },
  2454. "ResourceBonusAtGrowth": 0.9,
  2455. "ReleasesCO2ppmPerDay": 0.001
  2456. },
  2457. {
  2458. "$id": "193",
  2459. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  2460. "AnimalType": {
  2461. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  2462. },
  2463. "FoodSources": {
  2464. "$id": "194",
  2465. "Eco.Simulation.Types.Species": {
  2466. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  2467. "$values": []
  2468. },
  2469. "masterList": {
  2470. "$id": "195",
  2471. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  2472. "Master": {
  2473. "$ref": "1"
  2474. }
  2475. }
  2476. },
  2477. "Flying": false,
  2478. "Swimming": false,
  2479. "WanderingSpeed": 1.0,
  2480. "Speed": 3.5,
  2481. "CorpseTime_Min": 10.0,
  2482. "Health": 1.8,
  2483. "Damage": 1.0,
  2484. "DelayBetweenAttacksRangeSec": {
  2485. "min": 0.8,
  2486. "max": 2.5
  2487. },
  2488. "FearFactor": 0.5,
  2489. "FleePlayers": true,
  2490. "AttackRange": 1.0,
  2491. "Name": "Turkey",
  2492. "DisplayName": "Turkey",
  2493. "MaturityAgeDays": 1.0,
  2494. "CalorieValue": 75.0,
  2495. "ResourceItem": {
  2496. "Type": "Eco.Mods.TechTree.TurkeyCarcassItem, Eco.Mods"
  2497. },
  2498. "ResourceRange": {
  2499. "min": 1.0,
  2500. "max": 1.0
  2501. },
  2502. "ResourceBonusAtGrowth": 0.9,
  2503. "ReleasesCO2ppmPerDay": 0.001
  2504. },
  2505. {
  2506. "$id": "196",
  2507. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  2508. "AnimalType": {
  2509. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  2510. },
  2511. "FoodSources": {
  2512. "$id": "197",
  2513. "Eco.Simulation.Types.Species": {
  2514. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  2515. "$values": []
  2516. },
  2517. "masterList": {
  2518. "$id": "198",
  2519. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  2520. "Master": {
  2521. "$ref": "1"
  2522. }
  2523. }
  2524. },
  2525. "Flying": false,
  2526. "Swimming": false,
  2527. "WanderingSpeed": 1.5,
  2528. "Speed": 5.0,
  2529. "CorpseTime_Min": 10.0,
  2530. "Health": 2.0,
  2531. "Damage": 1.0,
  2532. "DelayBetweenAttacksRangeSec": {
  2533. "min": 0.8,
  2534. "max": 2.5
  2535. },
  2536. "FearFactor": 0.9,
  2537. "FleePlayers": true,
  2538. "AttackRange": 1.0,
  2539. "Name": "Fox",
  2540. "DisplayName": "Fox",
  2541. "MaturityAgeDays": 1.0,
  2542. "CalorieValue": 100.0,
  2543. "ResourceItem": {
  2544. "Type": "Eco.Mods.TechTree.FoxCarcassItem, Eco.Mods"
  2545. },
  2546. "ResourceRange": {
  2547. "min": 1.0,
  2548. "max": 1.0
  2549. },
  2550. "ResourceBonusAtGrowth": 0.9,
  2551. "ReleasesCO2ppmPerDay": 0.001
  2552. },
  2553. {
  2554. "$id": "199",
  2555. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  2556. "AnimalType": {
  2557. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  2558. },
  2559. "FoodSources": {
  2560. "$id": "200",
  2561. "Eco.Simulation.Types.Species": {
  2562. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  2563. "$values": [
  2564. {
  2565. "$ref": "115"
  2566. }
  2567. ]
  2568. },
  2569. "masterList": {
  2570. "$id": "201",
  2571. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  2572. "Master": {
  2573. "$ref": "1"
  2574. }
  2575. }
  2576. },
  2577. "Flying": false,
  2578. "Swimming": true,
  2579. "WanderingSpeed": 1.0,
  2580. "Speed": 2.0,
  2581. "CorpseTime_Min": 10.0,
  2582. "Health": 1.0,
  2583. "Damage": 1.0,
  2584. "DelayBetweenAttacksRangeSec": {
  2585. "min": 0.8,
  2586. "max": 2.5
  2587. },
  2588. "FearFactor": 1.0,
  2589. "FleePlayers": true,
  2590. "AttackRange": 1.0,
  2591. "Name": "Tuna",
  2592. "DisplayName": "Tuna",
  2593. "MaturityAgeDays": 1.0,
  2594. "CalorieValue": 100.0,
  2595. "ResourceItem": {
  2596. "Type": "Eco.Mods.TechTree.TunaItem, Eco.Mods"
  2597. },
  2598. "ResourceRange": {
  2599. "min": 1.0,
  2600. "max": 1.0
  2601. },
  2602. "ResourceBonusAtGrowth": 0.9,
  2603. "ReleasesCO2ppmPerDay": 0.0
  2604. },
  2605. {
  2606. "$id": "202",
  2607. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  2608. "AnimalType": {
  2609. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  2610. },
  2611. "FoodSources": {
  2612. "$id": "203",
  2613. "Eco.Simulation.Types.Species": {
  2614. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  2615. "$values": [
  2616. {
  2617. "$ref": "115"
  2618. }
  2619. ]
  2620. },
  2621. "masterList": {
  2622. "$id": "204",
  2623. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  2624. "Master": {
  2625. "$ref": "1"
  2626. }
  2627. }
  2628. },
  2629. "Flying": false,
  2630. "Swimming": true,
  2631. "WanderingSpeed": 1.0,
  2632. "Speed": 2.0,
  2633. "CorpseTime_Min": 10.0,
  2634. "Health": 1.0,
  2635. "Damage": 1.0,
  2636. "DelayBetweenAttacksRangeSec": {
  2637. "min": 0.8,
  2638. "max": 2.5
  2639. },
  2640. "FearFactor": 1.0,
  2641. "FleePlayers": true,
  2642. "AttackRange": 1.0,
  2643. "Name": "Salmon",
  2644. "DisplayName": "Salmon",
  2645. "MaturityAgeDays": 1.0,
  2646. "CalorieValue": 50.0,
  2647. "ResourceItem": {
  2648. "Type": "Eco.Mods.TechTree.SalmonItem, Eco.Mods"
  2649. },
  2650. "ResourceRange": {
  2651. "min": 1.0,
  2652. "max": 1.0
  2653. },
  2654. "ResourceBonusAtGrowth": 0.9,
  2655. "ReleasesCO2ppmPerDay": 0.0
  2656. },
  2657. {
  2658. "$id": "205",
  2659. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  2660. "AnimalType": {
  2661. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  2662. },
  2663. "FoodSources": {
  2664. "$id": "206",
  2665. "Eco.Simulation.Types.Species": {
  2666. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  2667. "$values": [
  2668. {
  2669. "$ref": "115"
  2670. }
  2671. ]
  2672. },
  2673. "masterList": {
  2674. "$id": "207",
  2675. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  2676. "Master": {
  2677. "$ref": "1"
  2678. }
  2679. }
  2680. },
  2681. "Flying": false,
  2682. "Swimming": true,
  2683. "WanderingSpeed": 1.0,
  2684. "Speed": 2.0,
  2685. "CorpseTime_Min": 10.0,
  2686. "Health": 1.0,
  2687. "Damage": 1.0,
  2688. "DelayBetweenAttacksRangeSec": {
  2689. "min": 0.8,
  2690. "max": 2.5
  2691. },
  2692. "FearFactor": 1.0,
  2693. "FleePlayers": true,
  2694. "AttackRange": 1.0,
  2695. "Name": "Trout",
  2696. "DisplayName": "Trout",
  2697. "MaturityAgeDays": 1.0,
  2698. "CalorieValue": 25.0,
  2699. "ResourceItem": {
  2700. "Type": "Eco.Mods.TechTree.TroutItem, Eco.Mods"
  2701. },
  2702. "ResourceRange": {
  2703. "min": 1.0,
  2704. "max": 1.0
  2705. },
  2706. "ResourceBonusAtGrowth": 0.9,
  2707. "ReleasesCO2ppmPerDay": 0.0
  2708. },
  2709. {
  2710. "$id": "208",
  2711. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  2712. "AnimalType": {
  2713. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  2714. },
  2715. "FoodSources": {
  2716. "$id": "209",
  2717. "Eco.Simulation.Types.Species": {
  2718. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  2719. "$values": [
  2720. {
  2721. "$ref": "199"
  2722. },
  2723. {
  2724. "$ref": "202"
  2725. },
  2726. {
  2727. "$ref": "205"
  2728. }
  2729. ]
  2730. },
  2731. "masterList": {
  2732. "$id": "210",
  2733. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  2734. "Master": {
  2735. "$ref": "1"
  2736. }
  2737. }
  2738. },
  2739. "Flying": false,
  2740. "Swimming": true,
  2741. "WanderingSpeed": 1.0,
  2742. "Speed": 2.0,
  2743. "CorpseTime_Min": 10.0,
  2744. "Health": 1.0,
  2745. "Damage": 1.0,
  2746. "DelayBetweenAttacksRangeSec": {
  2747. "min": 0.8,
  2748. "max": 2.5
  2749. },
  2750. "FearFactor": 1.0,
  2751. "FleePlayers": true,
  2752. "AttackRange": 1.0,
  2753. "Name": "Otter",
  2754. "DisplayName": "Otter",
  2755. "MaturityAgeDays": 1.0,
  2756. "CalorieValue": 50.0,
  2757. "ResourceItem": {},
  2758. "ResourceRange": {
  2759. "min": 0.0,
  2760. "max": 0.0
  2761. },
  2762. "ResourceBonusAtGrowth": 0.9,
  2763. "ReleasesCO2ppmPerDay": 0.001
  2764. },
  2765. {
  2766. "$id": "211",
  2767. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  2768. "CaloriesPerVoxelColumnPerDensity": 10.0,
  2769. "ResourceConstraintsByLayer": {
  2770. "$id": "212"
  2771. },
  2772. "CapacityConstraintsByLayer": {
  2773. "$id": "213"
  2774. },
  2775. "Decorative": false,
  2776. "PlantType": {
  2777. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  2778. },
  2779. "Water": true,
  2780. "SeedDropChance": 0.25,
  2781. "SeedsAtGrowth": 0.6,
  2782. "SeedsBonusAtGrowth": 0.9,
  2783. "SeedRange": {
  2784. "min": 0.0,
  2785. "max": 0.0
  2786. },
  2787. "SeedItem": {},
  2788. "PostHarvestingGrowth": 0.0,
  2789. "ScythingKills": true,
  2790. "PickableAtPercent": 0.0,
  2791. "BlockType": {
  2792. "Type": "Eco.Gameplay.Plants.ClamBlock, Eco.Gameplay"
  2793. },
  2794. "MaxGrowthRate": 0.01,
  2795. "MaxDeathRate": 0.005,
  2796. "SpreadRate": 0.001,
  2797. "ResourceConstraints": {
  2798. "$id": "214",
  2799. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  2800. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  2801. "$values": [
  2802. {
  2803. "$id": "215",
  2804. "LayerName": "Nitrogen",
  2805. "HalfSpeedConcentration": 0.01,
  2806. "MaxResourceContent": 0.02
  2807. },
  2808. {
  2809. "$id": "216",
  2810. "LayerName": "Phosphorus",
  2811. "HalfSpeedConcentration": 0.01,
  2812. "MaxResourceContent": 0.02
  2813. },
  2814. {
  2815. "$id": "217",
  2816. "LayerName": "Potassium",
  2817. "HalfSpeedConcentration": 0.01,
  2818. "MaxResourceContent": 0.02
  2819. },
  2820. {
  2821. "$id": "218",
  2822. "LayerName": "SoilMoisture",
  2823. "HalfSpeedConcentration": 0.01,
  2824. "MaxResourceContent": 0.02
  2825. }
  2826. ]
  2827. }
  2828. },
  2829. "CapacityConstraints": {
  2830. "$id": "219",
  2831. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  2832. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  2833. "$values": [
  2834. {
  2835. "$id": "220",
  2836. "CapacityLayerName": "UnderwaterFertileGround",
  2837. "ConsumedCapacityPerPop": 6.0
  2838. }
  2839. ]
  2840. }
  2841. },
  2842. "IdealTemperatureRange": {
  2843. "min": 12.0,
  2844. "max": 16.0
  2845. },
  2846. "IdealMoistureRange": {
  2847. "min": 0.3,
  2848. "max": 0.7
  2849. },
  2850. "TemperatureExtremes": {
  2851. "min": 7.0,
  2852. "max": 25.0
  2853. },
  2854. "MoistureExtremes": {
  2855. "min": 0.0,
  2856. "max": 1.0
  2857. },
  2858. "MaxPollutionDensity": 0.7,
  2859. "PollutionDensityTolerance": 0.1,
  2860. "VoxelsPerEntry": 5,
  2861. "Name": "Clam",
  2862. "DisplayName": "Clam",
  2863. "MaturityAgeDays": 1.0,
  2864. "CalorieValue": 5.0,
  2865. "ResourceItem": {
  2866. "Type": "Eco.Mods.TechTree.ClamItem, Eco.Mods"
  2867. },
  2868. "ResourceRange": {
  2869. "min": 1.0,
  2870. "max": 2.0
  2871. },
  2872. "ResourceBonusAtGrowth": 0.9,
  2873. "ReleasesCO2ppmPerDay": -0.001
  2874. },
  2875. {
  2876. "$id": "221",
  2877. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  2878. "CaloriesPerVoxelColumnPerDensity": 10.0,
  2879. "ResourceConstraintsByLayer": {
  2880. "$id": "222"
  2881. },
  2882. "CapacityConstraintsByLayer": {
  2883. "$id": "223"
  2884. },
  2885. "Decorative": false,
  2886. "PlantType": {
  2887. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  2888. },
  2889. "Water": true,
  2890. "SeedDropChance": 0.25,
  2891. "SeedsAtGrowth": 0.6,
  2892. "SeedsBonusAtGrowth": 0.9,
  2893. "SeedRange": {
  2894. "min": 0.0,
  2895. "max": 0.0
  2896. },
  2897. "SeedItem": {},
  2898. "PostHarvestingGrowth": 0.0,
  2899. "ScythingKills": true,
  2900. "PickableAtPercent": 0.0,
  2901. "BlockType": {
  2902. "Type": "Eco.Gameplay.Plants.UrchinBlock, Eco.Gameplay"
  2903. },
  2904. "MaxGrowthRate": 0.01,
  2905. "MaxDeathRate": 0.005,
  2906. "SpreadRate": 0.001,
  2907. "ResourceConstraints": {
  2908. "$id": "224",
  2909. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  2910. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  2911. "$values": [
  2912. {
  2913. "$id": "225",
  2914. "LayerName": "Nitrogen",
  2915. "HalfSpeedConcentration": 0.1,
  2916. "MaxResourceContent": 0.2
  2917. }
  2918. ]
  2919. }
  2920. },
  2921. "CapacityConstraints": {
  2922. "$id": "226",
  2923. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  2924. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  2925. "$values": [
  2926. {
  2927. "$id": "227",
  2928. "CapacityLayerName": "UnderwaterFertileGround",
  2929. "ConsumedCapacityPerPop": 6.0
  2930. }
  2931. ]
  2932. }
  2933. },
  2934. "IdealTemperatureRange": {
  2935. "min": 12.0,
  2936. "max": 20.0
  2937. },
  2938. "IdealMoistureRange": {
  2939. "min": 0.3,
  2940. "max": 0.7
  2941. },
  2942. "TemperatureExtremes": {
  2943. "min": 6.0,
  2944. "max": 26.0
  2945. },
  2946. "MoistureExtremes": {
  2947. "min": 0.0,
  2948. "max": 1.0
  2949. },
  2950. "MaxPollutionDensity": 0.7,
  2951. "PollutionDensityTolerance": 0.1,
  2952. "VoxelsPerEntry": 5,
  2953. "Name": "Urchin",
  2954. "DisplayName": "Urchin",
  2955. "MaturityAgeDays": 1.0,
  2956. "CalorieValue": 5.0,
  2957. "ResourceItem": {
  2958. "Type": "Eco.Mods.TechTree.UrchinItem, Eco.Mods"
  2959. },
  2960. "ResourceRange": {
  2961. "min": 1.0,
  2962. "max": 2.0
  2963. },
  2964. "ResourceBonusAtGrowth": 0.9,
  2965. "ReleasesCO2ppmPerDay": -0.001
  2966. },
  2967. {
  2968. "$id": "228",
  2969. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  2970. "CaloriesPerVoxelColumnPerDensity": 10.0,
  2971. "ResourceConstraintsByLayer": {
  2972. "$id": "229"
  2973. },
  2974. "CapacityConstraintsByLayer": {
  2975. "$id": "230"
  2976. },
  2977. "Decorative": false,
  2978. "PlantType": {
  2979. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  2980. },
  2981. "Water": true,
  2982. "SeedDropChance": 0.25,
  2983. "SeedsAtGrowth": 0.6,
  2984. "SeedsBonusAtGrowth": 0.9,
  2985. "SeedRange": {
  2986. "min": 0.0,
  2987. "max": 0.0
  2988. },
  2989. "SeedItem": {
  2990. "Type": "Eco.Mods.TechTree.KelpSeedItem, Eco.Mods"
  2991. },
  2992. "PostHarvestingGrowth": 0.0,
  2993. "ScythingKills": true,
  2994. "PickableAtPercent": 0.0,
  2995. "BlockType": {
  2996. "Type": "Eco.Gameplay.Plants.KelpBlock, Eco.Gameplay"
  2997. },
  2998. "MaxGrowthRate": 0.01,
  2999. "MaxDeathRate": 0.005,
  3000. "SpreadRate": 0.001,
  3001. "ResourceConstraints": {
  3002. "$id": "231",
  3003. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3004. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3005. "$values": [
  3006. {
  3007. "$id": "232",
  3008. "LayerName": "Nitrogen",
  3009. "HalfSpeedConcentration": 0.1,
  3010. "MaxResourceContent": 0.05
  3011. },
  3012. {
  3013. "$id": "233",
  3014. "LayerName": "Phosphorus",
  3015. "HalfSpeedConcentration": 0.1,
  3016. "MaxResourceContent": 0.05
  3017. },
  3018. {
  3019. "$id": "234",
  3020. "LayerName": "Potassium",
  3021. "HalfSpeedConcentration": 0.1,
  3022. "MaxResourceContent": 0.05
  3023. },
  3024. {
  3025. "$id": "235",
  3026. "LayerName": "SoilMoisture",
  3027. "HalfSpeedConcentration": 0.1,
  3028. "MaxResourceContent": 0.1
  3029. }
  3030. ]
  3031. }
  3032. },
  3033. "CapacityConstraints": {
  3034. "$id": "236",
  3035. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3036. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3037. "$values": [
  3038. {
  3039. "$id": "237",
  3040. "CapacityLayerName": "UnderwaterFertileGround",
  3041. "ConsumedCapacityPerPop": 4.0
  3042. }
  3043. ]
  3044. }
  3045. },
  3046. "IdealTemperatureRange": {
  3047. "min": 16.0,
  3048. "max": 24.0
  3049. },
  3050. "IdealMoistureRange": {
  3051. "min": 0.3,
  3052. "max": 0.6
  3053. },
  3054. "TemperatureExtremes": {
  3055. "min": 10.0,
  3056. "max": 30.0
  3057. },
  3058. "MoistureExtremes": {
  3059. "min": 0.0,
  3060. "max": 1.0
  3061. },
  3062. "MaxPollutionDensity": 0.7,
  3063. "PollutionDensityTolerance": 0.1,
  3064. "VoxelsPerEntry": 5,
  3065. "Name": "Kelp",
  3066. "DisplayName": "Kelp",
  3067. "MaturityAgeDays": 1.0,
  3068. "CalorieValue": 1.0,
  3069. "ResourceItem": {
  3070. "Type": "Eco.Mods.TechTree.KelpItem, Eco.Mods"
  3071. },
  3072. "ResourceRange": {
  3073. "min": 1.0,
  3074. "max": 2.0
  3075. },
  3076. "ResourceBonusAtGrowth": 0.9,
  3077. "ReleasesCO2ppmPerDay": -0.0001
  3078. },
  3079. {
  3080. "$id": "238",
  3081. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  3082. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3083. "ResourceConstraintsByLayer": {
  3084. "$id": "239"
  3085. },
  3086. "CapacityConstraintsByLayer": {
  3087. "$id": "240"
  3088. },
  3089. "Decorative": false,
  3090. "PlantType": {
  3091. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  3092. },
  3093. "Water": false,
  3094. "SeedDropChance": 0.25,
  3095. "SeedsAtGrowth": 0.6,
  3096. "SeedsBonusAtGrowth": 0.9,
  3097. "SeedRange": {
  3098. "min": 0.0,
  3099. "max": 0.0
  3100. },
  3101. "SeedItem": {},
  3102. "PostHarvestingGrowth": 0.0,
  3103. "ScythingKills": true,
  3104. "PickableAtPercent": 0.0,
  3105. "BlockType": {
  3106. "Type": "Eco.Gameplay.Plants.PitcherPlantBlock, Eco.Gameplay"
  3107. },
  3108. "MaxGrowthRate": 0.01,
  3109. "MaxDeathRate": 0.005,
  3110. "SpreadRate": 0.001,
  3111. "ResourceConstraints": {
  3112. "$id": "241",
  3113. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3114. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3115. "$values": [
  3116. {
  3117. "$id": "242",
  3118. "LayerName": "Nitrogen",
  3119. "HalfSpeedConcentration": 0.1,
  3120. "MaxResourceContent": 0.1
  3121. },
  3122. {
  3123. "$id": "243",
  3124. "LayerName": "Phosphorus",
  3125. "HalfSpeedConcentration": 0.1,
  3126. "MaxResourceContent": 0.1
  3127. },
  3128. {
  3129. "$id": "244",
  3130. "LayerName": "Potassium",
  3131. "HalfSpeedConcentration": 0.1,
  3132. "MaxResourceContent": 0.1
  3133. },
  3134. {
  3135. "$id": "245",
  3136. "LayerName": "SoilMoisture",
  3137. "HalfSpeedConcentration": 0.2,
  3138. "MaxResourceContent": 0.2
  3139. }
  3140. ]
  3141. }
  3142. },
  3143. "CapacityConstraints": {
  3144. "$id": "246",
  3145. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3146. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3147. "$values": [
  3148. {
  3149. "$id": "247",
  3150. "CapacityLayerName": "FertileGround",
  3151. "ConsumedCapacityPerPop": 1.0
  3152. },
  3153. {
  3154. "$id": "248",
  3155. "CapacityLayerName": "ShrubSpace",
  3156. "ConsumedCapacityPerPop": 25.0
  3157. }
  3158. ]
  3159. }
  3160. },
  3161. "IdealTemperatureRange": {
  3162. "min": 21.0,
  3163. "max": 24.0
  3164. },
  3165. "IdealMoistureRange": {
  3166. "min": 0.75,
  3167. "max": 0.85
  3168. },
  3169. "TemperatureExtremes": {
  3170. "min": 14.0,
  3171. "max": 30.0
  3172. },
  3173. "MoistureExtremes": {
  3174. "min": 0.55,
  3175. "max": 1.1
  3176. },
  3177. "MaxPollutionDensity": 0.7,
  3178. "PollutionDensityTolerance": 0.1,
  3179. "VoxelsPerEntry": 5,
  3180. "Name": "PitcherPlant",
  3181. "DisplayName": "Pitcher Plant",
  3182. "MaturityAgeDays": 1.0,
  3183. "CalorieValue": 1.0,
  3184. "ResourceItem": {},
  3185. "ResourceRange": {
  3186. "min": 0.0,
  3187. "max": 0.0
  3188. },
  3189. "ResourceBonusAtGrowth": 0.9,
  3190. "ReleasesCO2ppmPerDay": -0.001
  3191. },
  3192. {
  3193. "$id": "249",
  3194. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  3195. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3196. "ResourceConstraintsByLayer": {
  3197. "$id": "250"
  3198. },
  3199. "CapacityConstraintsByLayer": {
  3200. "$id": "251"
  3201. },
  3202. "Decorative": false,
  3203. "PlantType": {
  3204. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  3205. },
  3206. "Water": false,
  3207. "SeedDropChance": 0.25,
  3208. "SeedsAtGrowth": 0.6,
  3209. "SeedsBonusAtGrowth": 0.9,
  3210. "SeedRange": {
  3211. "min": 0.0,
  3212. "max": 0.0
  3213. },
  3214. "SeedItem": {},
  3215. "PostHarvestingGrowth": 0.0,
  3216. "ScythingKills": true,
  3217. "PickableAtPercent": 0.0,
  3218. "BlockType": {
  3219. "Type": "Eco.Gameplay.Plants.ButtonbushBlock, Eco.Gameplay"
  3220. },
  3221. "MaxGrowthRate": 0.01,
  3222. "MaxDeathRate": 0.005,
  3223. "SpreadRate": 0.001,
  3224. "ResourceConstraints": {
  3225. "$id": "252",
  3226. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3227. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3228. "$values": [
  3229. {
  3230. "$id": "253",
  3231. "LayerName": "Nitrogen",
  3232. "HalfSpeedConcentration": 0.1,
  3233. "MaxResourceContent": 0.2
  3234. },
  3235. {
  3236. "$id": "254",
  3237. "LayerName": "Phosphorus",
  3238. "HalfSpeedConcentration": 0.1,
  3239. "MaxResourceContent": 0.2
  3240. },
  3241. {
  3242. "$id": "255",
  3243. "LayerName": "Potassium",
  3244. "HalfSpeedConcentration": 0.1,
  3245. "MaxResourceContent": 0.2
  3246. }
  3247. ]
  3248. }
  3249. },
  3250. "CapacityConstraints": {
  3251. "$id": "256",
  3252. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3253. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3254. "$values": [
  3255. {
  3256. "$id": "257",
  3257. "CapacityLayerName": "FertileGround",
  3258. "ConsumedCapacityPerPop": 1.0
  3259. },
  3260. {
  3261. "$id": "258",
  3262. "CapacityLayerName": "ShrubSpace",
  3263. "ConsumedCapacityPerPop": 20.0
  3264. }
  3265. ]
  3266. }
  3267. },
  3268. "IdealTemperatureRange": {
  3269. "min": 20.0,
  3270. "max": 26.0
  3271. },
  3272. "IdealMoistureRange": {
  3273. "min": 0.75,
  3274. "max": 0.9
  3275. },
  3276. "TemperatureExtremes": {
  3277. "min": 14.0,
  3278. "max": 32.0
  3279. },
  3280. "MoistureExtremes": {
  3281. "min": 0.4,
  3282. "max": 1.2
  3283. },
  3284. "MaxPollutionDensity": 0.7,
  3285. "PollutionDensityTolerance": 0.1,
  3286. "VoxelsPerEntry": 5,
  3287. "Name": "Buttonbush",
  3288. "DisplayName": "Buttonbush",
  3289. "MaturityAgeDays": 1.0,
  3290. "CalorieValue": 0.5,
  3291. "ResourceItem": {},
  3292. "ResourceRange": {
  3293. "min": 0.0,
  3294. "max": 0.0
  3295. },
  3296. "ResourceBonusAtGrowth": 0.9,
  3297. "ReleasesCO2ppmPerDay": -0.001
  3298. },
  3299. {
  3300. "$id": "259",
  3301. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  3302. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3303. "ResourceConstraintsByLayer": {
  3304. "$id": "260"
  3305. },
  3306. "CapacityConstraintsByLayer": {
  3307. "$id": "261"
  3308. },
  3309. "Decorative": false,
  3310. "PlantType": {
  3311. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  3312. },
  3313. "Water": false,
  3314. "SeedDropChance": 0.25,
  3315. "SeedsAtGrowth": 0.6,
  3316. "SeedsBonusAtGrowth": 0.9,
  3317. "SeedRange": {
  3318. "min": 0.0,
  3319. "max": 0.0
  3320. },
  3321. "SeedItem": {},
  3322. "PostHarvestingGrowth": 0.0,
  3323. "ScythingKills": true,
  3324. "PickableAtPercent": 0.0,
  3325. "BlockType": {
  3326. "Type": "Eco.Gameplay.Plants.SalalBlock, Eco.Gameplay"
  3327. },
  3328. "MaxGrowthRate": 0.01,
  3329. "MaxDeathRate": 0.005,
  3330. "SpreadRate": 0.001,
  3331. "ResourceConstraints": {
  3332. "$id": "262",
  3333. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3334. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3335. "$values": [
  3336. {
  3337. "$id": "263",
  3338. "LayerName": "Nitrogen",
  3339. "HalfSpeedConcentration": 0.08,
  3340. "MaxResourceContent": 0.1
  3341. },
  3342. {
  3343. "$id": "264",
  3344. "LayerName": "Phosphorus",
  3345. "HalfSpeedConcentration": 0.05,
  3346. "MaxResourceContent": 0.1
  3347. },
  3348. {
  3349. "$id": "265",
  3350. "LayerName": "Potassium",
  3351. "HalfSpeedConcentration": 0.05,
  3352. "MaxResourceContent": 0.1
  3353. },
  3354. {
  3355. "$id": "266",
  3356. "LayerName": "SoilMoisture",
  3357. "HalfSpeedConcentration": 0.05,
  3358. "MaxResourceContent": 0.05
  3359. }
  3360. ]
  3361. }
  3362. },
  3363. "CapacityConstraints": {
  3364. "$id": "267",
  3365. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3366. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3367. "$values": [
  3368. {
  3369. "$id": "268",
  3370. "CapacityLayerName": "FertileGround",
  3371. "ConsumedCapacityPerPop": 1.0
  3372. }
  3373. ]
  3374. }
  3375. },
  3376. "IdealTemperatureRange": {
  3377. "min": 10.0,
  3378. "max": 14.0
  3379. },
  3380. "IdealMoistureRange": {
  3381. "min": 0.68,
  3382. "max": 0.82
  3383. },
  3384. "TemperatureExtremes": {
  3385. "min": 7.0,
  3386. "max": 21.0
  3387. },
  3388. "MoistureExtremes": {
  3389. "min": 0.48,
  3390. "max": 1.1
  3391. },
  3392. "MaxPollutionDensity": 0.7,
  3393. "PollutionDensityTolerance": 0.1,
  3394. "VoxelsPerEntry": 5,
  3395. "Name": "Salal",
  3396. "DisplayName": "Salal",
  3397. "MaturityAgeDays": 1.0,
  3398. "CalorieValue": 0.5,
  3399. "ResourceItem": {},
  3400. "ResourceRange": {
  3401. "min": 0.0,
  3402. "max": 0.0
  3403. },
  3404. "ResourceBonusAtGrowth": 0.9,
  3405. "ReleasesCO2ppmPerDay": -0.0001
  3406. },
  3407. {
  3408. "$id": "269",
  3409. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  3410. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3411. "ResourceConstraintsByLayer": {
  3412. "$id": "270"
  3413. },
  3414. "CapacityConstraintsByLayer": {
  3415. "$id": "271"
  3416. },
  3417. "Decorative": false,
  3418. "PlantType": {
  3419. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  3420. },
  3421. "Water": false,
  3422. "SeedDropChance": 0.6,
  3423. "SeedsAtGrowth": 0.6,
  3424. "SeedsBonusAtGrowth": 0.9,
  3425. "SeedRange": {
  3426. "min": 0.0,
  3427. "max": 2.0
  3428. },
  3429. "SeedItem": {
  3430. "Type": "Eco.Mods.TechTree.TomatoSeedItem, Eco.Mods"
  3431. },
  3432. "PostHarvestingGrowth": 0.0,
  3433. "ScythingKills": true,
  3434. "PickableAtPercent": 0.0,
  3435. "BlockType": {
  3436. "Type": "Eco.Gameplay.Plants.TomatoesBlock, Eco.Gameplay"
  3437. },
  3438. "MaxGrowthRate": 0.01,
  3439. "MaxDeathRate": 0.005,
  3440. "SpreadRate": 0.001,
  3441. "ResourceConstraints": {
  3442. "$id": "272",
  3443. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3444. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3445. "$values": [
  3446. {
  3447. "$id": "273",
  3448. "LayerName": "Nitrogen",
  3449. "HalfSpeedConcentration": 0.1,
  3450. "MaxResourceContent": 0.2
  3451. },
  3452. {
  3453. "$id": "274",
  3454. "LayerName": "Phosphorus",
  3455. "HalfSpeedConcentration": 0.1,
  3456. "MaxResourceContent": 0.2
  3457. },
  3458. {
  3459. "$id": "275",
  3460. "LayerName": "Potassium",
  3461. "HalfSpeedConcentration": 0.1,
  3462. "MaxResourceContent": 0.2
  3463. },
  3464. {
  3465. "$id": "276",
  3466. "LayerName": "SoilMoisture",
  3467. "HalfSpeedConcentration": 0.1,
  3468. "MaxResourceContent": 0.2
  3469. }
  3470. ]
  3471. }
  3472. },
  3473. "CapacityConstraints": {
  3474. "$id": "277",
  3475. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3476. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3477. "$values": [
  3478. {
  3479. "$id": "278",
  3480. "CapacityLayerName": "FertileGround",
  3481. "ConsumedCapacityPerPop": 1.0
  3482. },
  3483. {
  3484. "$id": "279",
  3485. "CapacityLayerName": "ShrubSpace",
  3486. "ConsumedCapacityPerPop": 25
  3487. }
  3488. ]
  3489. }
  3490. },
  3491. "IdealTemperatureRange": {
  3492. "min": 13.5,
  3493. "max": 13.7
  3494. },
  3495. "IdealMoistureRange": {
  3496. "min": 0.43,
  3497. "max": 0.45
  3498. },
  3499. "TemperatureExtremes": {
  3500. "min": 12.0,
  3501. "max": 15.0
  3502. },
  3503. "MoistureExtremes": {
  3504. "min": 0.35,
  3505. "max": 0.5
  3506. },
  3507. "MaxPollutionDensity": 0.7,
  3508. "PollutionDensityTolerance": 0.1,
  3509. "VoxelsPerEntry": 5,
  3510. "Name": "Tomatoes",
  3511. "DisplayName": "Tomatoes",
  3512. "MaturityAgeDays": 0.8,
  3513. "CalorieValue": 3.0,
  3514. "ResourceItem": {
  3515. "Type": "Eco.Mods.TechTree.TomatoItem, Eco.Mods"
  3516. },
  3517. "ResourceRange": {
  3518. "min": 1.0,
  3519. "max": 6.0
  3520. },
  3521. "ResourceBonusAtGrowth": 0.9,
  3522. "ReleasesCO2ppmPerDay": -0.001
  3523. },
  3524. {
  3525. "$id": "280",
  3526. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  3527. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3528. "ResourceConstraintsByLayer": {
  3529. "$id": "281"
  3530. },
  3531. "CapacityConstraintsByLayer": {
  3532. "$id": "282"
  3533. },
  3534. "Decorative": false,
  3535. "PlantType": {
  3536. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  3537. },
  3538. "Water": false,
  3539. "SeedDropChance": 0.66,
  3540. "SeedsAtGrowth": 0.6,
  3541. "SeedsBonusAtGrowth": 0.9,
  3542. "SeedRange": {
  3543. "min": 1.0,
  3544. "max": 2.0
  3545. },
  3546. "SeedItem": {
  3547. "Type": "Eco.Mods.TechTree.AmanitaMushroomSporesItem, Eco.Mods"
  3548. },
  3549. "PostHarvestingGrowth": 0.0,
  3550. "ScythingKills": true,
  3551. "PickableAtPercent": 0.0,
  3552. "BlockType": {
  3553. "Type": "Eco.Gameplay.Plants.AmanitaMushroomBlock, Eco.Gameplay"
  3554. },
  3555. "MaxGrowthRate": 0.01,
  3556. "MaxDeathRate": 0.005,
  3557. "SpreadRate": 0.001,
  3558. "ResourceConstraints": {
  3559. "$id": "283",
  3560. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3561. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3562. "$values": [
  3563. {
  3564. "$id": "284",
  3565. "LayerName": "Phosphorus",
  3566. "HalfSpeedConcentration": 0.1,
  3567. "MaxResourceContent": 0.2
  3568. },
  3569. {
  3570. "$id": "285",
  3571. "LayerName": "SoilMoisture",
  3572. "HalfSpeedConcentration": 0.1,
  3573. "MaxResourceContent": 0.05
  3574. }
  3575. ]
  3576. }
  3577. },
  3578. "CapacityConstraints": {
  3579. "$id": "286",
  3580. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3581. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3582. "$values": [
  3583. {
  3584. "$id": "287",
  3585. "CapacityLayerName": "FertileGround",
  3586. "ConsumedCapacityPerPop": 1.0
  3587. },
  3588. {
  3589. "$id": "288",
  3590. "CapacityLayerName": "ShrubSpace",
  3591. "ConsumedCapacityPerPop": 3.0
  3592. }
  3593. ]
  3594. }
  3595. },
  3596. "IdealTemperatureRange": {
  3597. "min": 19.0,
  3598. "max": 21.0
  3599. },
  3600. "IdealMoistureRange": {
  3601. "min": 0.74,
  3602. "max": 0.78
  3603. },
  3604. "TemperatureExtremes": {
  3605. "min": 17.0,
  3606. "max": 26.0
  3607. },
  3608. "MoistureExtremes": {
  3609. "min": 0.4,
  3610. "max": 1.3
  3611. },
  3612. "MaxPollutionDensity": 0.7,
  3613. "PollutionDensityTolerance": 0.1,
  3614. "VoxelsPerEntry": 5,
  3615. "Name": "AmanitaMushroom",
  3616. "DisplayName": "Amanita Mushroom",
  3617. "MaturityAgeDays": 0.7,
  3618. "CalorieValue": 1.0,
  3619. "ResourceItem": {
  3620. "Type": "Eco.Mods.TechTree.AmanitaMushroomsItem, Eco.Mods"
  3621. },
  3622. "ResourceRange": {
  3623. "min": 1.0,
  3624. "max": 4.0
  3625. },
  3626. "ResourceBonusAtGrowth": 0.9,
  3627. "ReleasesCO2ppmPerDay": -0.001
  3628. },
  3629. {
  3630. "$id": "289",
  3631. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  3632. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3633. "ResourceConstraintsByLayer": {
  3634. "$id": "290"
  3635. },
  3636. "CapacityConstraintsByLayer": {
  3637. "$id": "291"
  3638. },
  3639. "Decorative": false,
  3640. "PlantType": {
  3641. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  3642. },
  3643. "Water": false,
  3644. "SeedDropChance": 0.66,
  3645. "SeedsAtGrowth": 0.6,
  3646. "SeedsBonusAtGrowth": 0.9,
  3647. "SeedRange": {
  3648. "min": 1.0,
  3649. "max": 2.0
  3650. },
  3651. "SeedItem": {
  3652. "Type": "Eco.Mods.TechTree.CriminiMushroomSporesItem, Eco.Mods"
  3653. },
  3654. "PostHarvestingGrowth": 0.0,
  3655. "ScythingKills": true,
  3656. "PickableAtPercent": 0.0,
  3657. "BlockType": {
  3658. "Type": "Eco.Gameplay.Plants.CriminiMushroomBlock, Eco.Gameplay"
  3659. },
  3660. "MaxGrowthRate": 0.01,
  3661. "MaxDeathRate": 0.005,
  3662. "SpreadRate": 0.001,
  3663. "ResourceConstraints": {
  3664. "$id": "292",
  3665. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3666. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3667. "$values": [
  3668. {
  3669. "$id": "293",
  3670. "LayerName": "Potassium",
  3671. "HalfSpeedConcentration": 0.1,
  3672. "MaxResourceContent": 0.2
  3673. },
  3674. {
  3675. "$id": "294",
  3676. "LayerName": "SoilMoisture",
  3677. "HalfSpeedConcentration": 0.1,
  3678. "MaxResourceContent": 0.1
  3679. }
  3680. ]
  3681. }
  3682. },
  3683. "CapacityConstraints": {
  3684. "$id": "295",
  3685. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3686. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3687. "$values": [
  3688. {
  3689. "$id": "296",
  3690. "CapacityLayerName": "FertileGround",
  3691. "ConsumedCapacityPerPop": 1.0
  3692. },
  3693. {
  3694. "$id": "297",
  3695. "CapacityLayerName": "ShrubSpace",
  3696. "ConsumedCapacityPerPop": 3.6
  3697. }
  3698. ]
  3699. }
  3700. },
  3701. "IdealTemperatureRange": {
  3702. "min": 20.0,
  3703. "max": 21.0
  3704. },
  3705. "IdealMoistureRange": {
  3706. "min": 0.77,
  3707. "max": 0.9
  3708. },
  3709. "TemperatureExtremes": {
  3710. "min": 14.0,
  3711. "max": 25.0
  3712. },
  3713. "MoistureExtremes": {
  3714. "min": 0.4,
  3715. "max": 1.3
  3716. },
  3717. "MaxPollutionDensity": 0.7,
  3718. "PollutionDensityTolerance": 0.1,
  3719. "VoxelsPerEntry": 5,
  3720. "Name": "CriminiMushroom",
  3721. "DisplayName": "Crimini Mushroom",
  3722. "MaturityAgeDays": 0.7,
  3723. "CalorieValue": 1.0,
  3724. "ResourceItem": {
  3725. "Type": "Eco.Mods.TechTree.CriminiMushroomsItem, Eco.Mods"
  3726. },
  3727. "ResourceRange": {
  3728. "min": 1.0,
  3729. "max": 4.0
  3730. },
  3731. "ResourceBonusAtGrowth": 0.9,
  3732. "ReleasesCO2ppmPerDay": -0.001
  3733. },
  3734. {
  3735. "$id": "298",
  3736. "$type": "Eco.Simulation.Types.TreeSpecies, Eco.Simulation",
  3737. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3738. "ResourceConstraintsByLayer": {
  3739. "$id": "299"
  3740. },
  3741. "CapacityConstraintsByLayer": {
  3742. "$id": "300"
  3743. },
  3744. "TreeHealth": 20.0,
  3745. "LogHealth": 2.0,
  3746. "PlantType": {
  3747. "Type": "TreeEntity, Eco.Mods"
  3748. },
  3749. "BranchingDef": [
  3750. {
  3751. "Name": "Branch0",
  3752. "Health": 3.0,
  3753. "GrowthStartTime": {
  3754. "min": 0.1,
  3755. "max": 0.15
  3756. },
  3757. "GrowthEndTime": {
  3758. "min": 0.8,
  3759. "max": 1.0
  3760. },
  3761. "LeafPoints": 1
  3762. },
  3763. {
  3764. "Name": "Branch1",
  3765. "Health": 3.0,
  3766. "GrowthStartTime": {
  3767. "min": 0.15,
  3768. "max": 0.2
  3769. },
  3770. "GrowthEndTime": {
  3771. "min": 0.8,
  3772. "max": 1.0
  3773. },
  3774. "LeafPoints": 1
  3775. },
  3776. {
  3777. "Name": "Branch2",
  3778. "Health": 3.0,
  3779. "GrowthStartTime": {
  3780. "min": 0.2,
  3781. "max": 0.25
  3782. },
  3783. "GrowthEndTime": {
  3784. "min": 0.8,
  3785. "max": 1.0
  3786. },
  3787. "LeafPoints": 1
  3788. },
  3789. {
  3790. "Name": "Branch3",
  3791. "Health": 3.0,
  3792. "GrowthStartTime": {
  3793. "min": 0.25,
  3794. "max": 0.3
  3795. },
  3796. "GrowthEndTime": {
  3797. "min": 0.8,
  3798. "max": 1.0
  3799. },
  3800. "LeafPoints": 1
  3801. },
  3802. {
  3803. "Name": "Branch4",
  3804. "Health": 3.0,
  3805. "GrowthStartTime": {
  3806. "min": 0.3,
  3807. "max": 0.35
  3808. },
  3809. "GrowthEndTime": {
  3810. "min": 0.8,
  3811. "max": 1.0
  3812. },
  3813. "LeafPoints": 1
  3814. },
  3815. {
  3816. "Name": "Branch5",
  3817. "Health": 3.0,
  3818. "GrowthStartTime": {
  3819. "min": 0.35,
  3820. "max": 0.4
  3821. },
  3822. "GrowthEndTime": {
  3823. "min": 0.8,
  3824. "max": 1.0
  3825. },
  3826. "LeafPoints": 1
  3827. },
  3828. {
  3829. "Name": "Branch6",
  3830. "Health": 3.0,
  3831. "GrowthStartTime": {
  3832. "min": 0.4,
  3833. "max": 0.45
  3834. },
  3835. "GrowthEndTime": {
  3836. "min": 0.8,
  3837. "max": 1.0
  3838. },
  3839. "LeafPoints": 1
  3840. },
  3841. {
  3842. "Name": "Branch7",
  3843. "Health": 3.0,
  3844. "GrowthStartTime": {
  3845. "min": 0.45,
  3846. "max": 0.5
  3847. },
  3848. "GrowthEndTime": {
  3849. "min": 0.8,
  3850. "max": 1.0
  3851. },
  3852. "LeafPoints": 1
  3853. }
  3854. ],
  3855. "TopBranchLeafPoints": 1,
  3856. "TopBranchHealth": 3,
  3857. "BranchRotations": [
  3858. 0.0,
  3859. 90.0,
  3860. 180.0,
  3861. 270.0
  3862. ],
  3863. "RandomYRotation": false,
  3864. "BranchCount": {
  3865. "min": 2.0,
  3866. "max": 4.0
  3867. },
  3868. "ChanceToSpawnDebris": 0.4,
  3869. "Decorative": false,
  3870. "Water": false,
  3871. "SeedDropChance": 0.3,
  3872. "SeedsAtGrowth": 0.6,
  3873. "SeedsBonusAtGrowth": 0.9,
  3874. "SeedRange": {
  3875. "min": 1.0,
  3876. "max": 1.0
  3877. },
  3878. "SeedItem": {
  3879. "Type": "Eco.Mods.TechTree.AcornItem, Eco.Mods"
  3880. },
  3881. "PostHarvestingGrowth": 0.0,
  3882. "ScythingKills": true,
  3883. "PickableAtPercent": 0.0,
  3884. "BlockType": {
  3885. "Type": "Eco.World.Blocks.TreeBlock, Eco.World"
  3886. },
  3887. "MaxGrowthRate": 0.01,
  3888. "MaxDeathRate": 0.005,
  3889. "SpreadRate": 0.001,
  3890. "ResourceConstraints": {
  3891. "$id": "301",
  3892. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  3893. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  3894. "$values": [
  3895. {
  3896. "$id": "302",
  3897. "LayerName": "SoilMoisture",
  3898. "HalfSpeedConcentration": 0.1,
  3899. "MaxResourceContent": 0.2
  3900. }
  3901. ]
  3902. }
  3903. },
  3904. "CapacityConstraints": {
  3905. "$id": "303",
  3906. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  3907. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  3908. "$values": [
  3909. {
  3910. "$id": "304",
  3911. "CapacityLayerName": "FertileGround",
  3912. "ConsumedCapacityPerPop": 1.0
  3913. },
  3914. {
  3915. "$id": "305",
  3916. "CapacityLayerName": "CanopySpace",
  3917. "ConsumedCapacityPerPop": 45.0
  3918. }
  3919. ]
  3920. }
  3921. },
  3922. "IdealTemperatureRange": {
  3923. "min": 0,
  3924. "max": 0
  3925. },
  3926. "IdealMoistureRange": {
  3927. "min": 0.4,
  3928. "max": 0.48
  3929. },
  3930. "TemperatureExtremes": {
  3931. "min": 0,
  3932. "max": 0
  3933. },
  3934. "MoistureExtremes": {
  3935. "min": 0.3,
  3936. "max": 0.6
  3937. },
  3938. "MaxPollutionDensity": 0.7,
  3939. "PollutionDensityTolerance": 0.1,
  3940. "VoxelsPerEntry": 20,
  3941. "Name": "Oak",
  3942. "DisplayName": "Oak",
  3943. "MaturityAgeDays": 6.0,
  3944. "CalorieValue": 50.0,
  3945. "ResourceItem": {
  3946. "Type": "Eco.Mods.TechTree.LogItem, Eco.Mods"
  3947. },
  3948. "ResourceRange": {
  3949. "min": 0.0,
  3950. "max": 75.0
  3951. },
  3952. "ResourceBonusAtGrowth": 0.9,
  3953. "ReleasesCO2ppmPerDay": -0.005
  3954. },
  3955. {
  3956. "$id": "306",
  3957. "$type": "Eco.Simulation.Types.TreeSpecies, Eco.Simulation",
  3958. "CaloriesPerVoxelColumnPerDensity": 10.0,
  3959. "ResourceConstraintsByLayer": {
  3960. "$id": "307"
  3961. },
  3962. "CapacityConstraintsByLayer": {
  3963. "$id": "308"
  3964. },
  3965. "TreeHealth": 10.0,
  3966. "LogHealth": 2.0,
  3967. "PlantType": {
  3968. "Type": "TreeEntity, Eco.Mods"
  3969. },
  3970. "BranchingDef": [
  3971. {
  3972. "Name": "Branch0",
  3973. "Health": 3.0,
  3974. "GrowthStartTime": {
  3975. "min": 0.0,
  3976. "max": 0.0
  3977. },
  3978. "GrowthEndTime": {
  3979. "min": 1.0,
  3980. "max": 1.0
  3981. },
  3982. "LeafPoints": 1
  3983. },
  3984. {
  3985. "Name": "Branch1",
  3986. "Health": 3.0,
  3987. "GrowthStartTime": {
  3988. "min": 0.0,
  3989. "max": 0.0
  3990. },
  3991. "GrowthEndTime": {
  3992. "min": 1.0,
  3993. "max": 1.0
  3994. },
  3995. "LeafPoints": 1
  3996. },
  3997. {
  3998. "Name": "Branch2",
  3999. "Health": 3.0,
  4000. "GrowthStartTime": {
  4001. "min": 0.0,
  4002. "max": 0.0
  4003. },
  4004. "GrowthEndTime": {
  4005. "min": 1.0,
  4006. "max": 1.0
  4007. },
  4008. "LeafPoints": 1
  4009. }
  4010. ],
  4011. "TopBranchLeafPoints": 0,
  4012. "TopBranchHealth": 3,
  4013. "RandomYRotation": true,
  4014. "BranchCount": {
  4015. "min": 3.0,
  4016. "max": 3.0
  4017. },
  4018. "ChanceToSpawnDebris": 0.3,
  4019. "Decorative": false,
  4020. "Water": false,
  4021. "SeedDropChance": 0.3,
  4022. "SeedsAtGrowth": 0.6,
  4023. "SeedsBonusAtGrowth": 0.9,
  4024. "SeedRange": {
  4025. "min": 1.0,
  4026. "max": 1.0
  4027. },
  4028. "SeedItem": {
  4029. "Type": "Eco.Mods.TechTree.FirSeedItem, Eco.Mods"
  4030. },
  4031. "PostHarvestingGrowth": 0.0,
  4032. "ScythingKills": true,
  4033. "PickableAtPercent": 0.0,
  4034. "BlockType": {
  4035. "Type": "Eco.World.Blocks.TreeBlock, Eco.World"
  4036. },
  4037. "MaxGrowthRate": 0.01,
  4038. "MaxDeathRate": 0.005,
  4039. "SpreadRate": 0.001,
  4040. "ResourceConstraints": {
  4041. "$id": "309",
  4042. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  4043. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  4044. "$values": [
  4045. {
  4046. "$id": "310",
  4047. "LayerName": "SoilMoisture",
  4048. "HalfSpeedConcentration": 0.1,
  4049. "MaxResourceContent": 0.5
  4050. }
  4051. ]
  4052. }
  4053. },
  4054. "CapacityConstraints": {
  4055. "$id": "311",
  4056. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  4057. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  4058. "$values": [
  4059. {
  4060. "$id": "312",
  4061. "CapacityLayerName": "FertileGround",
  4062. "ConsumedCapacityPerPop": 1.0
  4063. },
  4064. {
  4065. "$id": "313",
  4066. "CapacityLayerName": "CanopySpace",
  4067. "ConsumedCapacityPerPop": 30.0
  4068. }
  4069. ]
  4070. }
  4071. },
  4072. "IdealTemperatureRange": {
  4073. "min": 0,
  4074. "max": 0
  4075. },
  4076. "IdealMoistureRange": {
  4077. "min": 0.45,
  4078. "max": 0.5
  4079. },
  4080. "TemperatureExtremes": {
  4081. "min": 0,
  4082. "max": 0
  4083. },
  4084. "MoistureExtremes": {
  4085. "min": 0.3,
  4086. "max": 0.6
  4087. },
  4088. "MaxPollutionDensity": 0.7,
  4089. "PollutionDensityTolerance": 0.1,
  4090. "VoxelsPerEntry": 20,
  4091. "Name": "Fir",
  4092. "DisplayName": "Fir",
  4093. "MaturityAgeDays": 4.0,
  4094. "CalorieValue": 10.0,
  4095. "ResourceItem": {
  4096. "Type": "Eco.Mods.TechTree.LogItem, Eco.Mods"
  4097. },
  4098. "ResourceRange": {
  4099. "min": 0.0,
  4100. "max": 50.0
  4101. },
  4102. "ResourceBonusAtGrowth": 0.9,
  4103. "ReleasesCO2ppmPerDay": -0.005
  4104. },
  4105. {
  4106. "$id": "314",
  4107. "$type": "Eco.Simulation.Types.TreeSpecies, Eco.Simulation",
  4108. "CaloriesPerVoxelColumnPerDensity": 10.0,
  4109. "ResourceConstraintsByLayer": {
  4110. "$id": "315"
  4111. },
  4112. "CapacityConstraintsByLayer": {
  4113. "$id": "316"
  4114. },
  4115. "TreeHealth": 7.0,
  4116. "LogHealth": 2.0,
  4117. "PlantType": {
  4118. "Type": "TreeEntity, Eco.Mods"
  4119. },
  4120. "BranchingDef": [
  4121. {
  4122. "Name": "Branch0",
  4123. "Health": 3.0,
  4124. "GrowthStartTime": {
  4125. "min": 0.0,
  4126. "max": 0.05
  4127. },
  4128. "GrowthEndTime": {
  4129. "min": 0.4,
  4130. "max": 0.6
  4131. },
  4132. "LeafPoints": 0
  4133. },
  4134. {
  4135. "Name": "Branch1",
  4136. "Health": 3.0,
  4137. "GrowthStartTime": {
  4138. "min": 0.0,
  4139. "max": 0.05
  4140. },
  4141. "GrowthEndTime": {
  4142. "min": 0.4,
  4143. "max": 0.6
  4144. },
  4145. "LeafPoints": 0
  4146. },
  4147. {
  4148. "Name": "Branch2",
  4149. "Health": 3.0,
  4150. "GrowthStartTime": {
  4151. "min": 0.0,
  4152. "max": 0.05
  4153. },
  4154. "GrowthEndTime": {
  4155. "min": 0.4,
  4156. "max": 0.6
  4157. },
  4158. "LeafPoints": 0
  4159. },
  4160. {
  4161. "Name": "Branch3",
  4162. "Health": 3.0,
  4163. "GrowthStartTime": {
  4164. "min": 0.0,
  4165. "max": 0.05
  4166. },
  4167. "GrowthEndTime": {
  4168. "min": 0.4,
  4169. "max": 0.6
  4170. },
  4171. "LeafPoints": 0
  4172. }
  4173. ],
  4174. "TopBranchLeafPoints": 0,
  4175. "TopBranchHealth": 0,
  4176. "BranchRotations": [
  4177. 0.0,
  4178. 90.0,
  4179. 180.0,
  4180. 270.0
  4181. ],
  4182. "RandomYRotation": false,
  4183. "BranchCount": {
  4184. "min": 1.0,
  4185. "max": 3.0
  4186. },
  4187. "ChanceToSpawnDebris": 0.0,
  4188. "Decorative": true,
  4189. "Water": false,
  4190. "SeedDropChance": 0.25,
  4191. "SeedsAtGrowth": 0.6,
  4192. "SeedsBonusAtGrowth": 0.9,
  4193. "SeedRange": {
  4194. "min": 0.0,
  4195. "max": 0.0
  4196. },
  4197. "SeedItem": {},
  4198. "PostHarvestingGrowth": 0.0,
  4199. "ScythingKills": true,
  4200. "PickableAtPercent": 0.0,
  4201. "BlockType": {
  4202. "Type": "Eco.World.Blocks.TreeBlock, Eco.World"
  4203. },
  4204. "MaxGrowthRate": 0.01,
  4205. "MaxDeathRate": 0.005,
  4206. "SpreadRate": 0.001,
  4207. "ResourceConstraints": {
  4208. "$id": "317",
  4209. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  4210. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  4211. "$values": [
  4212. {
  4213. "$id": "318",
  4214. "LayerName": "SoilMoisture",
  4215. "HalfSpeedConcentration": 0.1,
  4216. "MaxResourceContent": 0.2
  4217. }
  4218. ]
  4219. }
  4220. },
  4221. "CapacityConstraints": {
  4222. "$id": "319",
  4223. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  4224. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  4225. "$values": [
  4226. {
  4227. "$id": "320",
  4228. "CapacityLayerName": "FertileGround",
  4229. "ConsumedCapacityPerPop": 4.0
  4230. },
  4231. {
  4232. "$id": "321",
  4233. "CapacityLayerName": "CanopySpace",
  4234. "ConsumedCapacityPerPop": 19.0
  4235. }
  4236. ]
  4237. }
  4238. },
  4239. "IdealTemperatureRange": {
  4240. "min": 15.0,
  4241. "max": 25.0
  4242. },
  4243. "IdealMoistureRange": {
  4244. "min": 0.1,
  4245. "max": 0.2
  4246. },
  4247. "TemperatureExtremes": {
  4248. "min": 12.0,
  4249. "max": 30.0
  4250. },
  4251. "MoistureExtremes": {
  4252. "min": 0.0,
  4253. "max": 0.38
  4254. },
  4255. "MaxPollutionDensity": 0.7,
  4256. "PollutionDensityTolerance": 0.1,
  4257. "VoxelsPerEntry": 20,
  4258. "Name": "SaguaroCactus",
  4259. "DisplayName": "Saguaro Cactus",
  4260. "MaturityAgeDays": 3.0,
  4261. "CalorieValue": 4.0,
  4262. "ResourceItem": {
  4263. "Type": "Eco.Mods.TechTree.LogItem, Eco.Mods"
  4264. },
  4265. "ResourceRange": {
  4266. "min": 0.0,
  4267. "max": 20.0
  4268. },
  4269. "ResourceBonusAtGrowth": 0.9,
  4270. "ReleasesCO2ppmPerDay": -0.001
  4271. },
  4272. {
  4273. "$id": "322",
  4274. "$type": "Eco.Simulation.Types.PlantSpecies, Eco.Simulation",
  4275. "CaloriesPerVoxelColumnPerDensity": 10.0,
  4276. "ResourceConstraintsByLayer": {
  4277. "$id": "323"
  4278. },
  4279. "CapacityConstraintsByLayer": {
  4280. "$id": "324"
  4281. },
  4282. "Decorative": false,
  4283. "PlantType": {
  4284. "Type": "Eco.Gameplay.Plants.PlantEntity, Eco.Gameplay"
  4285. },
  4286. "Water": false,
  4287. "SeedDropChance": 0.25,
  4288. "SeedsAtGrowth": 0.6,
  4289. "SeedsBonusAtGrowth": 0.9,
  4290. "SeedRange": {
  4291. "min": 0.0,
  4292. "max": 0.0
  4293. },
  4294. "SeedItem": {
  4295. "Type": "Eco.Mods.TechTree.AcornItem, Eco.Mods"
  4296. },
  4297. "PostHarvestingGrowth": 0.0,
  4298. "ScythingKills": true,
  4299. "PickableAtPercent": 0.0,
  4300. "BlockType": {
  4301. "Type": "Eco.Gameplay.Plants.RiceBlock, Eco.Gameplay"
  4302. },
  4303. "MaxGrowthRate": 0.01,
  4304. "MaxDeathRate": 0.005,
  4305. "SpreadRate": 0.001,
  4306. "ResourceConstraints": {
  4307. "$id": "325",
  4308. "Eco.Simulation.Types.PlantSpecies+ResourceConstraint": {
  4309. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+ResourceConstraint, Eco.Simulation]], mscorlib",
  4310. "$values": [
  4311. {
  4312. "$id": "326",
  4313. "LayerName": "Nitrogen",
  4314. "HalfSpeedConcentration": 0.1,
  4315. "MaxResourceContent": 0.1
  4316. },
  4317. {
  4318. "$id": "327",
  4319. "LayerName": "SoilMoisture",
  4320. "HalfSpeedConcentration": 0.2,
  4321. "MaxResourceContent": 0.2
  4322. }
  4323. ]
  4324. }
  4325. },
  4326. "CapacityConstraints": {
  4327. "$id": "328",
  4328. "Eco.Simulation.Types.PlantSpecies+CapacityConstraint": {
  4329. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.PlantSpecies+CapacityConstraint, Eco.Simulation]], mscorlib",
  4330. "$values": [
  4331. {
  4332. "$id": "329",
  4333. "CapacityLayerName": "FertileGround",
  4334. "ConsumedCapacityPerPop": 1.0
  4335. },
  4336. {
  4337. "$id": "330",
  4338. "CapacityLayerName": "ShrubSpace",
  4339. "ConsumedCapacityPerPop": 25
  4340. }
  4341. ]
  4342. }
  4343. },
  4344. "IdealTemperatureRange": {
  4345. "min": 16.5,
  4346. "max": 18.6
  4347. },
  4348. "IdealMoistureRange": {
  4349. "min": 0.78,
  4350. "max": 0.95
  4351. },
  4352. "TemperatureExtremes": {
  4353. "min": 13.0,
  4354. "max": 25.0
  4355. },
  4356. "MoistureExtremes": {
  4357. "min": 0.6,
  4358. "max": 1.1
  4359. },
  4360. "MaxPollutionDensity": 0.7,
  4361. "PollutionDensityTolerance": 0.1,
  4362. "VoxelsPerEntry": 5,
  4363. "Name": "Rice",
  4364. "DisplayName": "Rice",
  4365. "MaturityAgeDays": 0.8,
  4366. "CalorieValue": 2.0,
  4367. "ResourceItem": {
  4368. "Type": "Eco.Mods.TechTree.RiceItem, Eco.Mods"
  4369. },
  4370. "ResourceRange": {
  4371. "min": 1.0,
  4372. "max": 10.0
  4373. },
  4374. "ResourceBonusAtGrowth": 0.9,
  4375. "ReleasesCO2ppmPerDay": -0.0001
  4376. },
  4377. {
  4378. "$id": "331",
  4379. "$type": "Eco.Simulation.Types.AnimalSpecies, Eco.Simulation",
  4380. "AnimalType": {
  4381. "Type": "Eco.Gameplay.Animals.AnimalEntity, Eco.Gameplay"
  4382. },
  4383. "FoodSources": {
  4384. "$id": "332",
  4385. "Eco.Simulation.Types.Species": {
  4386. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.Types.Species, Eco.Simulation]], mscorlib",
  4387. "$values": []
  4388. },
  4389. "masterList": {
  4390. "$id": "333",
  4391. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.Types.Species, Eco.Simulation]], Eco.Core",
  4392. "Master": {
  4393. "$ref": "1"
  4394. }
  4395. }
  4396. },
  4397. "Flying": false,
  4398. "Swimming": false,
  4399. "WanderingSpeed": 0.1,
  4400. "Speed": 0.2,
  4401. "CorpseTime_Min": 10.0,
  4402. "Health": 1.0,
  4403. "Damage": 1.0,
  4404. "DelayBetweenAttacksRangeSec": {
  4405. "min": 0.8,
  4406. "max": 2.5
  4407. },
  4408. "FearFactor": 1.0,
  4409. "FleePlayers": true,
  4410. "AttackRange": 1.0,
  4411. "Name": "Tortoise",
  4412. "DisplayName": "Tortoise",
  4413. "MaturityAgeDays": 2.0,
  4414. "CalorieValue": 10.0,
  4415. "ResourceItem": {
  4416. "Type": "Eco.Mods.TechTree.RawMeatItem, Eco.Mods"
  4417. },
  4418. "ResourceRange": {
  4419. "min": 1.0,
  4420. "max": 2.0
  4421. },
  4422. "ResourceBonusAtGrowth": 0.9,
  4423. "ReleasesCO2ppmPerDay": 0.001
  4424. }
  4425. ]
  4426. }
  4427. },
  4428. "Layers": {
  4429. "$id": "334",
  4430. "Eco.Simulation.WorldLayers.Layers.WorldLayerSettings": {
  4431. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], mscorlib",
  4432. "$values": [
  4433. {
  4434. "$id": "335",
  4435. "Name": "SaltWater",
  4436. "DisplayName": "Salt Water",
  4437. "InitMultiplier": 1.0,
  4438. "SyncToClient": false,
  4439. "Range": {
  4440. "min": 0.0,
  4441. "max": 1.0
  4442. },
  4443. "MinColor": {
  4444. "R": 1.0,
  4445. "G": 1.0,
  4446. "B": 1.0,
  4447. "A": 1.0
  4448. },
  4449. "MaxColor": {
  4450. "R": 0.0,
  4451. "G": 0.8,
  4452. "B": 1.0,
  4453. "A": 1.0
  4454. },
  4455. "Percent": true,
  4456. "SumRelevant": false,
  4457. "Unit": "",
  4458. "VoxelsPerEntry": 5,
  4459. "Category": "World",
  4460. "ValueType": "Percent",
  4461. "AreaDescription": "",
  4462. "Components": {
  4463. "$id": "336",
  4464. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4465. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4466. "$values": []
  4467. }
  4468. }
  4469. },
  4470. {
  4471. "$id": "337",
  4472. "Name": "FreshWater",
  4473. "DisplayName": "Fresh Water",
  4474. "InitMultiplier": 1.0,
  4475. "SyncToClient": false,
  4476. "Range": {
  4477. "min": 0.0,
  4478. "max": 1.0
  4479. },
  4480. "MinColor": {
  4481. "R": 1.0,
  4482. "G": 1.0,
  4483. "B": 1.0,
  4484. "A": 1.0
  4485. },
  4486. "MaxColor": {
  4487. "R": 0.0,
  4488. "G": 0.8,
  4489. "B": 1.0,
  4490. "A": 1.0
  4491. },
  4492. "Percent": true,
  4493. "SumRelevant": false,
  4494. "Unit": "",
  4495. "VoxelsPerEntry": 5,
  4496. "Category": "Moisture",
  4497. "ValueType": "Percent",
  4498. "AreaDescription": "",
  4499. "Components": {
  4500. "$id": "338",
  4501. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4502. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4503. "$values": []
  4504. }
  4505. }
  4506. },
  4507. {
  4508. "$id": "339",
  4509. "Name": "Rainfall",
  4510. "DisplayName": "Rainfall",
  4511. "InitMultiplier": 1.0,
  4512. "SyncToClient": false,
  4513. "Range": {
  4514. "min": -0.2,
  4515. "max": 1.1
  4516. },
  4517. "MinColor": {
  4518. "R": 1.0,
  4519. "G": 1.0,
  4520. "B": 1.0,
  4521. "A": 1.0
  4522. },
  4523. "MaxColor": {
  4524. "R": 0.0,
  4525. "G": 0.5,
  4526. "B": 1.0,
  4527. "A": 1.0
  4528. },
  4529. "Percent": true,
  4530. "SumRelevant": false,
  4531. "Unit": "",
  4532. "VoxelsPerEntry": 5,
  4533. "Category": "Moisture",
  4534. "ValueType": "Percent",
  4535. "AreaDescription": "",
  4536. "Components": {
  4537. "$id": "340",
  4538. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4539. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4540. "$values": []
  4541. }
  4542. }
  4543. },
  4544. {
  4545. "$id": "341",
  4546. "Name": "Temperature",
  4547. "DisplayName": "Temperature",
  4548. "InitMultiplier": 1.0,
  4549. "SyncToClient": false,
  4550. "Range": {
  4551. "min": -5.0,
  4552. "max": 30.0
  4553. },
  4554. "MinColor": {
  4555. "R": 0.0,
  4556. "G": 0.5,
  4557. "B": 1.0,
  4558. "A": 1.0
  4559. },
  4560. "MaxColor": {
  4561. "R": 1.0,
  4562. "G": 0.5,
  4563. "B": 0.5,
  4564. "A": 1.0
  4565. },
  4566. "Percent": false,
  4567. "SumRelevant": false,
  4568. "Unit": "Celsius",
  4569. "VoxelsPerEntry": 5,
  4570. "Category": "World",
  4571. "ValueType": "Percent",
  4572. "AreaDescription": "",
  4573. "Components": {
  4574. "$id": "342",
  4575. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4576. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4577. "$values": []
  4578. }
  4579. }
  4580. },
  4581. {
  4582. "$id": "343",
  4583. "Name": "Height",
  4584. "DisplayName": "Height",
  4585. "InitMultiplier": 1.0,
  4586. "SyncToClient": false,
  4587. "Range": {
  4588. "min": 0.0,
  4589. "max": 80.0
  4590. },
  4591. "RenderRange": {
  4592. "min": 40.0,
  4593. "max": 56.0
  4594. },
  4595. "MinColor": {
  4596. "R": 1.0,
  4597. "G": 1.0,
  4598. "B": 1.0,
  4599. "A": 1.0
  4600. },
  4601. "MaxColor": {
  4602. "R": 0.647058845,
  4603. "G": 0.164705887,
  4604. "B": 0.164705887,
  4605. "A": 1.0
  4606. },
  4607. "Percent": false,
  4608. "SumRelevant": false,
  4609. "Unit": "meters above bedrock",
  4610. "VoxelsPerEntry": 5,
  4611. "Category": "World",
  4612. "ValueType": "Percent",
  4613. "AreaDescription": "",
  4614. "Components": {
  4615. "$id": "344",
  4616. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4617. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4618. "$values": []
  4619. }
  4620. }
  4621. },
  4622. {
  4623. "$id": "345",
  4624. "Name": "GroundPollutionSpread",
  4625. "DisplayName": "Ground Pollution Spread",
  4626. "InitMultiplier": 1.0,
  4627. "SyncToClient": true,
  4628. "Range": {
  4629. "min": 0.0,
  4630. "max": 1.0
  4631. },
  4632. "MinColor": {
  4633. "R": 1.0,
  4634. "G": 1.0,
  4635. "B": 1.0,
  4636. "A": 1.0
  4637. },
  4638. "MaxColor": {
  4639. "R": 0.0,
  4640. "G": 0.0,
  4641. "B": 1.0,
  4642. "A": 1.0
  4643. },
  4644. "Percent": true,
  4645. "SumRelevant": false,
  4646. "Unit": "",
  4647. "VoxelsPerEntry": 5,
  4648. "Category": "Pollution",
  4649. "ValueType": "Percent",
  4650. "AreaDescription": "",
  4651. "Components": {
  4652. "$id": "346",
  4653. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4654. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4655. "$values": []
  4656. }
  4657. }
  4658. },
  4659. {
  4660. "$id": "347",
  4661. "Name": "SoilMoisture",
  4662. "DisplayName": "Soil Moisture",
  4663. "InitMultiplier": 1.0,
  4664. "SyncToClient": false,
  4665. "Range": {
  4666. "min": 0.0,
  4667. "max": 1.0
  4668. },
  4669. "MinColor": {
  4670. "R": 1.0,
  4671. "G": 1.0,
  4672. "B": 1.0,
  4673. "A": 1.0
  4674. },
  4675. "MaxColor": {
  4676. "R": 0.0,
  4677. "G": 0.8,
  4678. "B": 1.0,
  4679. "A": 1.0
  4680. },
  4681. "Percent": true,
  4682. "SumRelevant": false,
  4683. "Unit": "",
  4684. "VoxelsPerEntry": 5,
  4685. "Category": "Moisture",
  4686. "ValueType": "Percent",
  4687. "AreaDescription": "",
  4688. "Components": {
  4689. "$id": "348",
  4690. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4691. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4692. "$values": []
  4693. }
  4694. }
  4695. },
  4696. {
  4697. "$id": "349",
  4698. "Name": "FertileGround",
  4699. "DisplayName": "Fertile Ground",
  4700. "InitMultiplier": 1.0,
  4701. "SyncToClient": false,
  4702. "Range": {
  4703. "min": 0.0,
  4704. "max": 1.0
  4705. },
  4706. "MinColor": {
  4707. "R": 1.0,
  4708. "G": 1.0,
  4709. "B": 1.0,
  4710. "A": 1.0
  4711. },
  4712. "MaxColor": {
  4713. "R": 0.647058845,
  4714. "G": 0.164705887,
  4715. "B": 0.164705887,
  4716. "A": 1.0
  4717. },
  4718. "Percent": true,
  4719. "SumRelevant": false,
  4720. "Unit": "",
  4721. "VoxelsPerEntry": 5,
  4722. "Category": "World",
  4723. "ValueType": "Percent",
  4724. "AreaDescription": "",
  4725. "Components": {
  4726. "$id": "350",
  4727. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4728. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4729. "$values": []
  4730. }
  4731. }
  4732. },
  4733. {
  4734. "$id": "351",
  4735. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  4736. "HabitabilityLayer": "HareCapacity",
  4737. "SpreadRate": 0.5,
  4738. "SpeciesChangeRate": 0.05,
  4739. "Name": "Hare",
  4740. "DisplayName": "Hare Population",
  4741. "InitMultiplier": 1.0,
  4742. "SyncToClient": false,
  4743. "Range": {
  4744. "min": 0.0,
  4745. "max": 3.9
  4746. },
  4747. "MinColor": {
  4748. "R": 1.0,
  4749. "G": 1.0,
  4750. "B": 1.0,
  4751. "A": 1.0
  4752. },
  4753. "MaxColor": {
  4754. "R": 0.0,
  4755. "G": 1.0,
  4756. "B": 0.0,
  4757. "A": 1.0
  4758. },
  4759. "Percent": false,
  4760. "SumRelevant": true,
  4761. "Unit": "Hares",
  4762. "VoxelsPerEntry": 40,
  4763. "Category": "Animal",
  4764. "ValueType": "Percent",
  4765. "AreaDescription": "",
  4766. "Components": {
  4767. "$id": "352",
  4768. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4769. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4770. "$values": []
  4771. }
  4772. }
  4773. },
  4774. {
  4775. "$id": "353",
  4776. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  4777. "HabitabilityLayer": "ElkCapacity",
  4778. "SpreadRate": 0.5,
  4779. "SpeciesChangeRate": 0.02,
  4780. "Name": "Elk",
  4781. "DisplayName": "Elk Population",
  4782. "InitMultiplier": 1.0,
  4783. "SyncToClient": false,
  4784. "Range": {
  4785. "min": 0.0,
  4786. "max": 2.1
  4787. },
  4788. "MinColor": {
  4789. "R": 1.0,
  4790. "G": 1.0,
  4791. "B": 1.0,
  4792. "A": 1.0
  4793. },
  4794. "MaxColor": {
  4795. "R": 0.0,
  4796. "G": 1.0,
  4797. "B": 0.0,
  4798. "A": 1.0
  4799. },
  4800. "Percent": false,
  4801. "SumRelevant": true,
  4802. "Unit": "Elk",
  4803. "VoxelsPerEntry": 40,
  4804. "Category": "Animal",
  4805. "ValueType": "Percent",
  4806. "AreaDescription": "",
  4807. "Components": {
  4808. "$id": "354",
  4809. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4810. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4811. "$values": []
  4812. }
  4813. }
  4814. },
  4815. {
  4816. "$id": "355",
  4817. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  4818. "HabitabilityLayer": "WolfCapacity",
  4819. "SpreadRate": 0.5,
  4820. "SpeciesChangeRate": 0.02,
  4821. "Name": "Wolf",
  4822. "DisplayName": "Wolf Population",
  4823. "InitMultiplier": 1.0,
  4824. "SyncToClient": false,
  4825. "Range": {
  4826. "min": 0.0,
  4827. "max": 1.9
  4828. },
  4829. "MinColor": {
  4830. "R": 1.0,
  4831. "G": 1.0,
  4832. "B": 1.0,
  4833. "A": 1.0
  4834. },
  4835. "MaxColor": {
  4836. "R": 0.0,
  4837. "G": 1.0,
  4838. "B": 0.0,
  4839. "A": 1.0
  4840. },
  4841. "Percent": false,
  4842. "SumRelevant": true,
  4843. "Unit": "Wolves",
  4844. "VoxelsPerEntry": 40,
  4845. "Category": "Animal",
  4846. "ValueType": "Percent",
  4847. "AreaDescription": "",
  4848. "Components": {
  4849. "$id": "356",
  4850. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4851. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4852. "$values": []
  4853. }
  4854. }
  4855. },
  4856. {
  4857. "$id": "357",
  4858. "$type": "Eco.Simulation.WorldLayers.Layers.SumLayerSettings, Eco.Simulation",
  4859. "Layers": [
  4860. "Camas",
  4861. "Bunchgrass",
  4862. "Fern",
  4863. "Huckleberry",
  4864. "CommonGrass",
  4865. "Wheat"
  4866. ],
  4867. "Name": "Shrub Plant Group",
  4868. "DisplayName": "Shrub Plant Group",
  4869. "InitMultiplier": 1.0,
  4870. "SyncToClient": false,
  4871. "Range": {
  4872. "min": 0.0,
  4873. "max": 16.0
  4874. },
  4875. "MinColor": {
  4876. "R": 1.0,
  4877. "G": 1.0,
  4878. "B": 1.0,
  4879. "A": 1.0
  4880. },
  4881. "MaxColor": {
  4882. "R": 0.0,
  4883. "G": 1.0,
  4884. "B": 0.0,
  4885. "A": 1.0
  4886. },
  4887. "Percent": true,
  4888. "SumRelevant": false,
  4889. "Unit": "",
  4890. "VoxelsPerEntry": 5,
  4891. "Category": "PlantGroup",
  4892. "ValueType": "Percent",
  4893. "AreaDescription": "",
  4894. "Components": {
  4895. "$id": "358",
  4896. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4897. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4898. "$values": []
  4899. }
  4900. }
  4901. },
  4902. {
  4903. "$id": "359",
  4904. "$type": "Eco.Simulation.WorldLayers.Layers.SumLayerSettings, Eco.Simulation",
  4905. "Layers": [
  4906. "Birch",
  4907. "Cedar"
  4908. ],
  4909. "Name": "Tree Plant Group",
  4910. "DisplayName": "Tree Plant Group",
  4911. "InitMultiplier": 1.0,
  4912. "SyncToClient": false,
  4913. "Range": {
  4914. "min": 0.0,
  4915. "max": 16.0
  4916. },
  4917. "MinColor": {
  4918. "R": 1.0,
  4919. "G": 1.0,
  4920. "B": 1.0,
  4921. "A": 1.0
  4922. },
  4923. "MaxColor": {
  4924. "R": 0.0,
  4925. "G": 1.0,
  4926. "B": 0.0,
  4927. "A": 1.0
  4928. },
  4929. "Percent": true,
  4930. "SumRelevant": false,
  4931. "Unit": "",
  4932. "VoxelsPerEntry": 20,
  4933. "Category": "PlantGroup",
  4934. "ValueType": "Percent",
  4935. "AreaDescription": "",
  4936. "Components": {
  4937. "$id": "360",
  4938. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4939. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4940. "$values": []
  4941. }
  4942. }
  4943. },
  4944. {
  4945. "$id": "361",
  4946. "$type": "Eco.Simulation.WorldLayers.Layers.SpreadLayerSettings, Eco.Simulation",
  4947. "SpreadRate": 0.9,
  4948. "ZeroAtHeightDiff": 5.0,
  4949. "SourceInfluenceRate": 1.0,
  4950. "BaseLayerName": "SaltWater",
  4951. "HeightLayerName": "Height",
  4952. "Name": "SaltWaterSpread",
  4953. "DisplayName": "Salt Water Spread",
  4954. "InitMultiplier": 1.0,
  4955. "SyncToClient": true,
  4956. "Range": {
  4957. "min": 0.0,
  4958. "max": 1.0
  4959. },
  4960. "MinColor": {
  4961. "R": 1.0,
  4962. "G": 1.0,
  4963. "B": 1.0,
  4964. "A": 1.0
  4965. },
  4966. "MaxColor": {
  4967. "R": 0.0,
  4968. "G": 0.8,
  4969. "B": 1.0,
  4970. "A": 1.0
  4971. },
  4972. "Percent": true,
  4973. "SumRelevant": false,
  4974. "Unit": "",
  4975. "VoxelsPerEntry": 5,
  4976. "Category": "World",
  4977. "ValueType": "Percent",
  4978. "AreaDescription": "",
  4979. "Components": {
  4980. "$id": "362",
  4981. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  4982. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  4983. "$values": []
  4984. }
  4985. }
  4986. },
  4987. {
  4988. "$id": "363",
  4989. "$type": "Eco.Simulation.WorldLayers.Layers.BiomeLayerSettings, Eco.Simulation",
  4990. "Name": "DesertBiome",
  4991. "DisplayName": "Desert Biome",
  4992. "InitMultiplier": 1.0,
  4993. "SyncToClient": false,
  4994. "Range": {
  4995. "min": 0.0,
  4996. "max": 1.0
  4997. },
  4998. "MinColor": {
  4999. "R": 1.0,
  5000. "G": 1.0,
  5001. "B": 1.0,
  5002. "A": 1.0
  5003. },
  5004. "MaxColor": {
  5005. "R": 1.0,
  5006. "G": 1.0,
  5007. "B": 0.0,
  5008. "A": 1.0
  5009. },
  5010. "Percent": true,
  5011. "SumRelevant": false,
  5012. "Unit": "",
  5013. "VoxelsPerEntry": 5,
  5014. "Category": "Biome",
  5015. "ValueType": "Percent",
  5016. "AreaDescription": "",
  5017. "Components": {
  5018. "$id": "364",
  5019. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5020. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5021. "$values": [
  5022. {
  5023. "$id": "365",
  5024. "$type": "Eco.Simulation.WorldLayers.Components.BiomeComponent, Eco.Simulation",
  5025. "TopBlock": "Eco.World.Blocks.DesertSandBlock, Eco.World"
  5026. }
  5027. ]
  5028. }
  5029. }
  5030. },
  5031. {
  5032. "$id": "366",
  5033. "$type": "Eco.Simulation.WorldLayers.Layers.BiomeLayerSettings, Eco.Simulation",
  5034. "Name": "TundraBiome",
  5035. "DisplayName": "Tundra Biome",
  5036. "InitMultiplier": 1.0,
  5037. "SyncToClient": false,
  5038. "Range": {
  5039. "min": 0.0,
  5040. "max": 1.0
  5041. },
  5042. "MinColor": {
  5043. "R": 1.0,
  5044. "G": 1.0,
  5045. "B": 1.0,
  5046. "A": 1.0
  5047. },
  5048. "MaxColor": {
  5049. "R": 0.0,
  5050. "G": 1.0,
  5051. "B": 1.0,
  5052. "A": 1.0
  5053. },
  5054. "Percent": true,
  5055. "SumRelevant": false,
  5056. "Unit": "",
  5057. "VoxelsPerEntry": 5,
  5058. "Category": "Biome",
  5059. "ValueType": "Percent",
  5060. "AreaDescription": "",
  5061. "Components": {
  5062. "$id": "367",
  5063. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5064. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5065. "$values": [
  5066. {
  5067. "$id": "368",
  5068. "$type": "Eco.Simulation.WorldLayers.Components.BiomeComponent, Eco.Simulation",
  5069. "TopBlock": "Eco.World.Blocks.SnowBlock, Eco.World"
  5070. }
  5071. ]
  5072. }
  5073. }
  5074. },
  5075. {
  5076. "$id": "369",
  5077. "$type": "Eco.Simulation.WorldLayers.Layers.BiomeLayerSettings, Eco.Simulation",
  5078. "Name": "ForestBiome",
  5079. "DisplayName": "Forest Biome",
  5080. "InitMultiplier": 1.0,
  5081. "SyncToClient": false,
  5082. "Range": {
  5083. "min": 0.0,
  5084. "max": 1.0
  5085. },
  5086. "MinColor": {
  5087. "R": 1.0,
  5088. "G": 1.0,
  5089. "B": 1.0,
  5090. "A": 1.0
  5091. },
  5092. "MaxColor": {
  5093. "R": 0.0,
  5094. "G": 1.0,
  5095. "B": 0.3,
  5096. "A": 1.0
  5097. },
  5098. "Percent": true,
  5099. "SumRelevant": false,
  5100. "Unit": "",
  5101. "VoxelsPerEntry": 5,
  5102. "Category": "Biome",
  5103. "ValueType": "Percent",
  5104. "AreaDescription": "",
  5105. "Components": {
  5106. "$id": "370",
  5107. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5108. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5109. "$values": [
  5110. {
  5111. "$id": "371",
  5112. "$type": "Eco.Simulation.WorldLayers.Components.BiomeComponent, Eco.Simulation",
  5113. "TopBlock": "Eco.World.Blocks.ForestSoilBlock, Eco.World"
  5114. }
  5115. ]
  5116. }
  5117. }
  5118. },
  5119. {
  5120. "$id": "372",
  5121. "$type": "Eco.Simulation.WorldLayers.Layers.BiomeLayerSettings, Eco.Simulation",
  5122. "Name": "GrasslandBiome",
  5123. "DisplayName": "Grassland Biome",
  5124. "InitMultiplier": 1.0,
  5125. "SyncToClient": false,
  5126. "Range": {
  5127. "min": 0.0,
  5128. "max": 1.0
  5129. },
  5130. "MinColor": {
  5131. "R": 1.0,
  5132. "G": 1.0,
  5133. "B": 1.0,
  5134. "A": 1.0
  5135. },
  5136. "MaxColor": {
  5137. "R": 0.7,
  5138. "G": 1.0,
  5139. "B": 0.1,
  5140. "A": 1.0
  5141. },
  5142. "Percent": true,
  5143. "SumRelevant": false,
  5144. "Unit": "",
  5145. "VoxelsPerEntry": 5,
  5146. "Category": "Biome",
  5147. "ValueType": "Percent",
  5148. "AreaDescription": "",
  5149. "Components": {
  5150. "$id": "373",
  5151. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5152. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5153. "$values": [
  5154. {
  5155. "$id": "374",
  5156. "$type": "Eco.Simulation.WorldLayers.Components.BiomeComponent, Eco.Simulation",
  5157. "TopBlock": "Eco.World.Blocks.GrassBlock, Eco.World"
  5158. }
  5159. ]
  5160. }
  5161. }
  5162. },
  5163. {
  5164. "$id": "375",
  5165. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  5166. "HabitabilityLayer": "BisonCapacity",
  5167. "SpreadRate": 0.5,
  5168. "SpeciesChangeRate": 0.01,
  5169. "Name": "Bison",
  5170. "DisplayName": "Bison Population",
  5171. "InitMultiplier": 1.0,
  5172. "SyncToClient": false,
  5173. "Range": {
  5174. "min": 0.0,
  5175. "max": 2.1
  5176. },
  5177. "MinColor": {
  5178. "R": 1.0,
  5179. "G": 1.0,
  5180. "B": 1.0,
  5181. "A": 1.0
  5182. },
  5183. "MaxColor": {
  5184. "R": 0.0,
  5185. "G": 1.0,
  5186. "B": 0.0,
  5187. "A": 1.0
  5188. },
  5189. "Percent": false,
  5190. "SumRelevant": true,
  5191. "Unit": "Bison",
  5192. "VoxelsPerEntry": 40,
  5193. "Category": "Animal",
  5194. "ValueType": "Percent",
  5195. "AreaDescription": "",
  5196. "Components": {
  5197. "$id": "376",
  5198. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5199. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5200. "$values": []
  5201. }
  5202. }
  5203. },
  5204. {
  5205. "$id": "377",
  5206. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  5207. "HabitabilityLayer": "TurkeyCapacity",
  5208. "SpreadRate": 0.5,
  5209. "SpeciesChangeRate": 0.02,
  5210. "Name": "Turkey",
  5211. "DisplayName": "Turkey Population",
  5212. "InitMultiplier": 1.0,
  5213. "SyncToClient": false,
  5214. "Range": {
  5215. "min": 0.0,
  5216. "max": 2.8
  5217. },
  5218. "MinColor": {
  5219. "R": 1.0,
  5220. "G": 1.0,
  5221. "B": 1.0,
  5222. "A": 1.0
  5223. },
  5224. "MaxColor": {
  5225. "R": 0.0,
  5226. "G": 1.0,
  5227. "B": 0.0,
  5228. "A": 1.0
  5229. },
  5230. "Percent": false,
  5231. "SumRelevant": true,
  5232. "Unit": "Turkeys",
  5233. "VoxelsPerEntry": 40,
  5234. "Category": "Animal",
  5235. "ValueType": "Percent",
  5236. "AreaDescription": "",
  5237. "Components": {
  5238. "$id": "378",
  5239. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5240. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5241. "$values": []
  5242. }
  5243. }
  5244. },
  5245. {
  5246. "$id": "379",
  5247. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  5248. "HabitabilityLayer": "FoxCapacity",
  5249. "SpreadRate": 0.5,
  5250. "SpeciesChangeRate": 0.02,
  5251. "Name": "Fox",
  5252. "DisplayName": "Fox Population",
  5253. "InitMultiplier": 1.0,
  5254. "SyncToClient": false,
  5255. "Range": {
  5256. "min": 0.0,
  5257. "max": 3.9
  5258. },
  5259. "MinColor": {
  5260. "R": 1.0,
  5261. "G": 1.0,
  5262. "B": 1.0,
  5263. "A": 1.0
  5264. },
  5265. "MaxColor": {
  5266. "R": 0.0,
  5267. "G": 1.0,
  5268. "B": 0.0,
  5269. "A": 1.0
  5270. },
  5271. "Percent": false,
  5272. "SumRelevant": true,
  5273. "Unit": "Foxes",
  5274. "VoxelsPerEntry": 40,
  5275. "Category": "Animal",
  5276. "ValueType": "Percent",
  5277. "AreaDescription": "",
  5278. "Components": {
  5279. "$id": "380",
  5280. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5281. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5282. "$values": []
  5283. }
  5284. }
  5285. },
  5286. {
  5287. "$id": "381",
  5288. "Name": "AirPollutionSpread",
  5289. "DisplayName": "Air Pollution Spread",
  5290. "InitMultiplier": 1.0,
  5291. "SyncToClient": false,
  5292. "Range": {
  5293. "min": 0.0,
  5294. "max": 0.00625
  5295. },
  5296. "MinColor": {
  5297. "R": 1.0,
  5298. "G": 1.0,
  5299. "B": 1.0,
  5300. "A": 1.0
  5301. },
  5302. "MaxColor": {
  5303. "R": 0.0,
  5304. "G": 0.0,
  5305. "B": 1.0,
  5306. "A": 1.0
  5307. },
  5308. "Percent": true,
  5309. "SumRelevant": false,
  5310. "Unit": "",
  5311. "VoxelsPerEntry": 5,
  5312. "Category": "Pollution",
  5313. "ValueType": "Percent",
  5314. "AreaDescription": "",
  5315. "Components": {
  5316. "$id": "382",
  5317. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5318. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5319. "$values": []
  5320. }
  5321. }
  5322. },
  5323. {
  5324. "$id": "383",
  5325. "Name": "Nitrogen",
  5326. "DisplayName": "Nitrogen",
  5327. "InitMultiplier": 1.0,
  5328. "SyncToClient": false,
  5329. "Range": {
  5330. "min": 0.0,
  5331. "max": 1.0
  5332. },
  5333. "MinColor": {
  5334. "R": 1.0,
  5335. "G": 1.0,
  5336. "B": 1.0,
  5337. "A": 1.0
  5338. },
  5339. "MaxColor": {
  5340. "R": 1.0,
  5341. "G": 0.5,
  5342. "B": 0.5,
  5343. "A": 1.0
  5344. },
  5345. "Percent": true,
  5346. "SumRelevant": false,
  5347. "Unit": "",
  5348. "VoxelsPerEntry": 5,
  5349. "Category": "Nutrient",
  5350. "ValueType": "Percent",
  5351. "AreaDescription": "",
  5352. "Components": {
  5353. "$id": "384",
  5354. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5355. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5356. "$values": []
  5357. }
  5358. }
  5359. },
  5360. {
  5361. "$id": "385",
  5362. "Name": "Phosphorus",
  5363. "DisplayName": "Phosphorus",
  5364. "InitMultiplier": 1.0,
  5365. "SyncToClient": false,
  5366. "Range": {
  5367. "min": 0.0,
  5368. "max": 1.0
  5369. },
  5370. "MinColor": {
  5371. "R": 1.0,
  5372. "G": 1.0,
  5373. "B": 1.0,
  5374. "A": 1.0
  5375. },
  5376. "MaxColor": {
  5377. "R": 1.0,
  5378. "G": 0.5,
  5379. "B": 0.5,
  5380. "A": 1.0
  5381. },
  5382. "Percent": true,
  5383. "SumRelevant": false,
  5384. "Unit": "",
  5385. "VoxelsPerEntry": 5,
  5386. "Category": "Nutrient",
  5387. "ValueType": "Percent",
  5388. "AreaDescription": "",
  5389. "Components": {
  5390. "$id": "386",
  5391. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5392. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5393. "$values": []
  5394. }
  5395. }
  5396. },
  5397. {
  5398. "$id": "387",
  5399. "Name": "Potassium",
  5400. "DisplayName": "Potassium",
  5401. "InitMultiplier": 1.0,
  5402. "SyncToClient": false,
  5403. "Range": {
  5404. "min": 0.0,
  5405. "max": 1.0
  5406. },
  5407. "MinColor": {
  5408. "R": 1.0,
  5409. "G": 1.0,
  5410. "B": 1.0,
  5411. "A": 1.0
  5412. },
  5413. "MaxColor": {
  5414. "R": 1.0,
  5415. "G": 0.5,
  5416. "B": 0.5,
  5417. "A": 1.0
  5418. },
  5419. "Percent": true,
  5420. "SumRelevant": false,
  5421. "Unit": "",
  5422. "VoxelsPerEntry": 5,
  5423. "Category": "Nutrient",
  5424. "ValueType": "Percent",
  5425. "AreaDescription": "",
  5426. "Components": {
  5427. "$id": "388",
  5428. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5429. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5430. "$values": []
  5431. }
  5432. }
  5433. },
  5434. {
  5435. "$id": "389",
  5436. "$type": "Eco.Simulation.WorldLayers.Layers.DecayingLayerSettings, Eco.Simulation",
  5437. "DecayRateFlat": 0.0,
  5438. "DecayRatePercent": 0.001,
  5439. "Name": "PlayerActivity",
  5440. "DisplayName": "Player Activity",
  5441. "InitMultiplier": 1.0,
  5442. "SyncToClient": false,
  5443. "Range": {
  5444. "min": 0.0,
  5445. "max": 1.0
  5446. },
  5447. "MinColor": {
  5448. "R": 1.0,
  5449. "G": 1.0,
  5450. "B": 1.0,
  5451. "A": 1.0
  5452. },
  5453. "MaxColor": {
  5454. "R": 1.0,
  5455. "G": 0.5,
  5456. "B": 0.5,
  5457. "A": 1.0
  5458. },
  5459. "Percent": true,
  5460. "SumRelevant": false,
  5461. "Unit": "",
  5462. "VoxelsPerEntry": 5,
  5463. "Category": "World",
  5464. "ValueType": "Percent",
  5465. "AreaDescription": "",
  5466. "Components": {
  5467. "$id": "390",
  5468. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5469. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5470. "$values": []
  5471. }
  5472. }
  5473. },
  5474. {
  5475. "$id": "391",
  5476. "Name": "Oil",
  5477. "DisplayName": "Oil",
  5478. "InitMultiplier": 1.0,
  5479. "SyncToClient": true,
  5480. "Range": {
  5481. "min": 0.0,
  5482. "max": 1.0
  5483. },
  5484. "MinColor": {
  5485. "R": 1.0,
  5486. "G": 1.0,
  5487. "B": 1.0,
  5488. "A": 1.0
  5489. },
  5490. "MaxColor": {
  5491. "R": 0.0,
  5492. "G": 0.0,
  5493. "B": 0.0,
  5494. "A": 1.0
  5495. },
  5496. "Percent": true,
  5497. "SumRelevant": false,
  5498. "Unit": "",
  5499. "VoxelsPerEntry": 5,
  5500. "Category": "World",
  5501. "ValueType": "Percent",
  5502. "AreaDescription": "",
  5503. "Components": {
  5504. "$id": "392",
  5505. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5506. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5507. "$values": []
  5508. }
  5509. }
  5510. },
  5511. {
  5512. "$id": "393",
  5513. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  5514. "Species": "Hare",
  5515. "HabitabilityComponents": {
  5516. "$id": "394",
  5517. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  5518. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  5519. "$values": [
  5520. {
  5521. "$id": "395",
  5522. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  5523. "Prey": {
  5524. "$id": "396",
  5525. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  5526. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  5527. "$values": [
  5528. {
  5529. "$id": "397",
  5530. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5531. "Name": "Camas",
  5532. "DisplayName": " Population",
  5533. "InitMultiplier": 1.0,
  5534. "SyncToClient": false,
  5535. "Range": {
  5536. "min": 0.0,
  5537. "max": 1.0
  5538. },
  5539. "MinColor": {
  5540. "R": 1.0,
  5541. "G": 1.0,
  5542. "B": 1.0,
  5543. "A": 1.0
  5544. },
  5545. "MaxColor": {
  5546. "R": 0.0,
  5547. "G": 1.0,
  5548. "B": 0.0,
  5549. "A": 1.0
  5550. },
  5551. "Percent": true,
  5552. "SumRelevant": false,
  5553. "Unit": "",
  5554. "VoxelsPerEntry": 5,
  5555. "Category": "Plant",
  5556. "ValueType": "Percent",
  5557. "AreaDescription": "",
  5558. "Components": {
  5559. "$id": "398",
  5560. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5561. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5562. "$values": []
  5563. }
  5564. }
  5565. },
  5566. {
  5567. "$id": "399",
  5568. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5569. "Name": "Wheat",
  5570. "DisplayName": " Population",
  5571. "InitMultiplier": 1.0,
  5572. "SyncToClient": false,
  5573. "Range": {
  5574. "min": 0.0,
  5575. "max": 1.0
  5576. },
  5577. "MinColor": {
  5578. "R": 1.0,
  5579. "G": 1.0,
  5580. "B": 1.0,
  5581. "A": 1.0
  5582. },
  5583. "MaxColor": {
  5584. "R": 0.0,
  5585. "G": 1.0,
  5586. "B": 0.0,
  5587. "A": 1.0
  5588. },
  5589. "Percent": true,
  5590. "SumRelevant": false,
  5591. "Unit": "",
  5592. "VoxelsPerEntry": 5,
  5593. "Category": "Plant",
  5594. "ValueType": "Percent",
  5595. "AreaDescription": "",
  5596. "Components": {
  5597. "$id": "400",
  5598. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5599. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5600. "$values": []
  5601. }
  5602. }
  5603. },
  5604. {
  5605. "$id": "401",
  5606. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5607. "Name": "Bunchgrass",
  5608. "DisplayName": " Population",
  5609. "InitMultiplier": 1.0,
  5610. "SyncToClient": false,
  5611. "Range": {
  5612. "min": 0.0,
  5613. "max": 1.0
  5614. },
  5615. "MinColor": {
  5616. "R": 1.0,
  5617. "G": 1.0,
  5618. "B": 1.0,
  5619. "A": 1.0
  5620. },
  5621. "MaxColor": {
  5622. "R": 0.0,
  5623. "G": 1.0,
  5624. "B": 0.0,
  5625. "A": 1.0
  5626. },
  5627. "Percent": true,
  5628. "SumRelevant": false,
  5629. "Unit": "",
  5630. "VoxelsPerEntry": 5,
  5631. "Category": "Plant",
  5632. "ValueType": "Percent",
  5633. "AreaDescription": "",
  5634. "Components": {
  5635. "$id": "402",
  5636. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5637. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5638. "$values": []
  5639. }
  5640. }
  5641. },
  5642. {
  5643. "$id": "403",
  5644. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5645. "Name": "Sagebrush",
  5646. "DisplayName": " Population",
  5647. "InitMultiplier": 1.0,
  5648. "SyncToClient": false,
  5649. "Range": {
  5650. "min": 0.0,
  5651. "max": 1.0
  5652. },
  5653. "MinColor": {
  5654. "R": 1.0,
  5655. "G": 1.0,
  5656. "B": 1.0,
  5657. "A": 1.0
  5658. },
  5659. "MaxColor": {
  5660. "R": 0.0,
  5661. "G": 1.0,
  5662. "B": 0.0,
  5663. "A": 1.0
  5664. },
  5665. "Percent": true,
  5666. "SumRelevant": false,
  5667. "Unit": "",
  5668. "VoxelsPerEntry": 5,
  5669. "Category": "Plant",
  5670. "ValueType": "Percent",
  5671. "AreaDescription": "",
  5672. "Components": {
  5673. "$id": "404",
  5674. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5675. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5676. "$values": []
  5677. }
  5678. }
  5679. },
  5680. {
  5681. "$id": "405",
  5682. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5683. "Name": "Corn",
  5684. "DisplayName": " Population",
  5685. "InitMultiplier": 1.0,
  5686. "SyncToClient": false,
  5687. "Range": {
  5688. "min": 0.0,
  5689. "max": 1.0
  5690. },
  5691. "MinColor": {
  5692. "R": 1.0,
  5693. "G": 1.0,
  5694. "B": 1.0,
  5695. "A": 1.0
  5696. },
  5697. "MaxColor": {
  5698. "R": 0.0,
  5699. "G": 1.0,
  5700. "B": 0.0,
  5701. "A": 1.0
  5702. },
  5703. "Percent": true,
  5704. "SumRelevant": false,
  5705. "Unit": "",
  5706. "VoxelsPerEntry": 5,
  5707. "Category": "Plant",
  5708. "ValueType": "Percent",
  5709. "AreaDescription": "",
  5710. "Components": {
  5711. "$id": "406",
  5712. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5713. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5714. "$values": []
  5715. }
  5716. }
  5717. },
  5718. {
  5719. "$id": "407",
  5720. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5721. "Name": "Huckleberry",
  5722. "DisplayName": " Population",
  5723. "InitMultiplier": 1.0,
  5724. "SyncToClient": false,
  5725. "Range": {
  5726. "min": 0.0,
  5727. "max": 1.0
  5728. },
  5729. "MinColor": {
  5730. "R": 1.0,
  5731. "G": 1.0,
  5732. "B": 1.0,
  5733. "A": 1.0
  5734. },
  5735. "MaxColor": {
  5736. "R": 0.0,
  5737. "G": 1.0,
  5738. "B": 0.0,
  5739. "A": 1.0
  5740. },
  5741. "Percent": true,
  5742. "SumRelevant": false,
  5743. "Unit": "",
  5744. "VoxelsPerEntry": 5,
  5745. "Category": "Plant",
  5746. "ValueType": "Percent",
  5747. "AreaDescription": "",
  5748. "Components": {
  5749. "$id": "408",
  5750. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5751. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5752. "$values": []
  5753. }
  5754. }
  5755. }
  5756. ]
  5757. },
  5758. "masterList": {
  5759. "$id": "409",
  5760. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  5761. "Master": {
  5762. "$ref": "1"
  5763. }
  5764. }
  5765. },
  5766. "CalorieConsumption": 100.0
  5767. }
  5768. ]
  5769. }
  5770. },
  5771. "Name": "HareCapacity",
  5772. "DisplayName": "Hare Capacity",
  5773. "InitMultiplier": 1.0,
  5774. "SyncToClient": false,
  5775. "Range": {
  5776. "min": 0.0,
  5777. "max": 1.0
  5778. },
  5779. "MinColor": {
  5780. "R": 1.0,
  5781. "G": 1.0,
  5782. "B": 1.0,
  5783. "A": 1.0
  5784. },
  5785. "MaxColor": {
  5786. "R": 0.0,
  5787. "G": 1.0,
  5788. "B": 0.0,
  5789. "A": 1.0
  5790. },
  5791. "Percent": true,
  5792. "SumRelevant": false,
  5793. "Unit": "",
  5794. "VoxelsPerEntry": 40,
  5795. "Category": "World",
  5796. "ValueType": "Percent",
  5797. "AreaDescription": "",
  5798. "Components": {
  5799. "$id": "410",
  5800. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5801. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5802. "$values": []
  5803. }
  5804. }
  5805. },
  5806. {
  5807. "$id": "411",
  5808. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  5809. "Species": "Elk",
  5810. "HabitabilityComponents": {
  5811. "$id": "412",
  5812. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  5813. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  5814. "$values": [
  5815. {
  5816. "$id": "413",
  5817. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  5818. "Prey": {
  5819. "$id": "414",
  5820. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  5821. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  5822. "$values": [
  5823. {
  5824. "$ref": "407"
  5825. },
  5826. {
  5827. "$id": "415",
  5828. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5829. "Name": "Cedar",
  5830. "DisplayName": " Population",
  5831. "InitMultiplier": 1.0,
  5832. "SyncToClient": false,
  5833. "Range": {
  5834. "min": 0.0,
  5835. "max": 1.0
  5836. },
  5837. "MinColor": {
  5838. "R": 1.0,
  5839. "G": 1.0,
  5840. "B": 1.0,
  5841. "A": 1.0
  5842. },
  5843. "MaxColor": {
  5844. "R": 0.0,
  5845. "G": 1.0,
  5846. "B": 0.0,
  5847. "A": 1.0
  5848. },
  5849. "Percent": true,
  5850. "SumRelevant": false,
  5851. "Unit": "",
  5852. "VoxelsPerEntry": 20,
  5853. "Category": "Plant",
  5854. "ValueType": "Percent",
  5855. "AreaDescription": "",
  5856. "Components": {
  5857. "$id": "416",
  5858. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5859. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5860. "$values": []
  5861. }
  5862. }
  5863. },
  5864. {
  5865. "$id": "417",
  5866. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5867. "Name": "Birch",
  5868. "DisplayName": " Population",
  5869. "InitMultiplier": 1.0,
  5870. "SyncToClient": false,
  5871. "Range": {
  5872. "min": 0.0,
  5873. "max": 1.0
  5874. },
  5875. "MinColor": {
  5876. "R": 1.0,
  5877. "G": 1.0,
  5878. "B": 1.0,
  5879. "A": 1.0
  5880. },
  5881. "MaxColor": {
  5882. "R": 0.0,
  5883. "G": 1.0,
  5884. "B": 0.0,
  5885. "A": 1.0
  5886. },
  5887. "Percent": true,
  5888. "SumRelevant": false,
  5889. "Unit": "",
  5890. "VoxelsPerEntry": 20,
  5891. "Category": "Plant",
  5892. "ValueType": "Percent",
  5893. "AreaDescription": "",
  5894. "Components": {
  5895. "$id": "418",
  5896. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5897. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5898. "$values": []
  5899. }
  5900. }
  5901. },
  5902. {
  5903. "$id": "419",
  5904. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5905. "Name": "Fern",
  5906. "DisplayName": " Population",
  5907. "InitMultiplier": 1.0,
  5908. "SyncToClient": false,
  5909. "Range": {
  5910. "min": 0.0,
  5911. "max": 1.0
  5912. },
  5913. "MinColor": {
  5914. "R": 1.0,
  5915. "G": 1.0,
  5916. "B": 1.0,
  5917. "A": 1.0
  5918. },
  5919. "MaxColor": {
  5920. "R": 0.0,
  5921. "G": 1.0,
  5922. "B": 0.0,
  5923. "A": 1.0
  5924. },
  5925. "Percent": true,
  5926. "SumRelevant": false,
  5927. "Unit": "",
  5928. "VoxelsPerEntry": 5,
  5929. "Category": "Plant",
  5930. "ValueType": "Percent",
  5931. "AreaDescription": "",
  5932. "Components": {
  5933. "$id": "420",
  5934. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5935. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5936. "$values": []
  5937. }
  5938. }
  5939. },
  5940. {
  5941. "$id": "421",
  5942. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5943. "Name": "Beans",
  5944. "DisplayName": " Population",
  5945. "InitMultiplier": 1.0,
  5946. "SyncToClient": false,
  5947. "Range": {
  5948. "min": 0.0,
  5949. "max": 1.0
  5950. },
  5951. "MinColor": {
  5952. "R": 1.0,
  5953. "G": 1.0,
  5954. "B": 1.0,
  5955. "A": 1.0
  5956. },
  5957. "MaxColor": {
  5958. "R": 0.0,
  5959. "G": 1.0,
  5960. "B": 0.0,
  5961. "A": 1.0
  5962. },
  5963. "Percent": true,
  5964. "SumRelevant": false,
  5965. "Unit": "",
  5966. "VoxelsPerEntry": 5,
  5967. "Category": "Plant",
  5968. "ValueType": "Percent",
  5969. "AreaDescription": "",
  5970. "Components": {
  5971. "$id": "422",
  5972. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  5973. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  5974. "$values": []
  5975. }
  5976. }
  5977. },
  5978. {
  5979. "$id": "423",
  5980. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  5981. "Name": "Salal",
  5982. "DisplayName": " Population",
  5983. "InitMultiplier": 1.0,
  5984. "SyncToClient": false,
  5985. "Range": {
  5986. "min": 0.0,
  5987. "max": 1.0
  5988. },
  5989. "RenderRange": {
  5990. "min": 0.0,
  5991. "max": 10.0
  5992. },
  5993. "MinColor": {
  5994. "R": 1.0,
  5995. "G": 1.0,
  5996. "B": 1.0,
  5997. "A": 1.0
  5998. },
  5999. "MaxColor": {
  6000. "R": 0.0,
  6001. "G": 1.0,
  6002. "B": 0.0,
  6003. "A": 1.0
  6004. },
  6005. "Percent": true,
  6006. "SumRelevant": false,
  6007. "Unit": "",
  6008. "VoxelsPerEntry": 5,
  6009. "Category": "Plant",
  6010. "ValueType": "Percent",
  6011. "AreaDescription": "",
  6012. "Components": {
  6013. "$id": "424",
  6014. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6015. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6016. "$values": []
  6017. }
  6018. }
  6019. }
  6020. ]
  6021. },
  6022. "masterList": {
  6023. "$id": "425",
  6024. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6025. "Master": {
  6026. "$ref": "1"
  6027. }
  6028. }
  6029. },
  6030. "CalorieConsumption": 300.0
  6031. },
  6032. {
  6033. "$id": "426",
  6034. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.LayerRequirementComponent, Eco.Simulation",
  6035. "Layer": {
  6036. "$id": "427",
  6037. "MasterList": {
  6038. "$ref": "1"
  6039. },
  6040. "Item": {
  6041. "$ref": "359"
  6042. }
  6043. },
  6044. "RequiredPerOrganism": 3.0
  6045. }
  6046. ]
  6047. }
  6048. },
  6049. "Name": "ElkCapacity",
  6050. "DisplayName": "Elk Capacity",
  6051. "InitMultiplier": 1.0,
  6052. "SyncToClient": false,
  6053. "Range": {
  6054. "min": 0.0,
  6055. "max": 1.0
  6056. },
  6057. "MinColor": {
  6058. "R": 1.0,
  6059. "G": 1.0,
  6060. "B": 1.0,
  6061. "A": 1.0
  6062. },
  6063. "MaxColor": {
  6064. "R": 0.0,
  6065. "G": 1.0,
  6066. "B": 0.0,
  6067. "A": 1.0
  6068. },
  6069. "Percent": true,
  6070. "SumRelevant": false,
  6071. "Unit": "",
  6072. "VoxelsPerEntry": 40,
  6073. "Category": "World",
  6074. "ValueType": "Percent",
  6075. "AreaDescription": "",
  6076. "Components": {
  6077. "$id": "428",
  6078. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6079. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6080. "$values": []
  6081. }
  6082. }
  6083. },
  6084. {
  6085. "$id": "429",
  6086. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  6087. "Species": "Wolf",
  6088. "HabitabilityComponents": {
  6089. "$id": "430",
  6090. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  6091. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  6092. "$values": [
  6093. {
  6094. "$id": "431",
  6095. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  6096. "Prey": {
  6097. "$id": "432",
  6098. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  6099. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  6100. "$values": [
  6101. {
  6102. "$ref": "353"
  6103. },
  6104. {
  6105. "$ref": "351"
  6106. }
  6107. ]
  6108. },
  6109. "masterList": {
  6110. "$id": "433",
  6111. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6112. "Master": {
  6113. "$ref": "1"
  6114. }
  6115. }
  6116. },
  6117. "CalorieConsumption": 250.0
  6118. }
  6119. ]
  6120. }
  6121. },
  6122. "Name": "WolfCapacity",
  6123. "DisplayName": "Wolf Capacity",
  6124. "InitMultiplier": 1.0,
  6125. "SyncToClient": false,
  6126. "Range": {
  6127. "min": 0.0,
  6128. "max": 1.0
  6129. },
  6130. "MinColor": {
  6131. "R": 1.0,
  6132. "G": 1.0,
  6133. "B": 1.0,
  6134. "A": 1.0
  6135. },
  6136. "MaxColor": {
  6137. "R": 0.0,
  6138. "G": 1.0,
  6139. "B": 0.0,
  6140. "A": 1.0
  6141. },
  6142. "Percent": true,
  6143. "SumRelevant": false,
  6144. "Unit": "",
  6145. "VoxelsPerEntry": 40,
  6146. "Category": "World",
  6147. "ValueType": "Percent",
  6148. "AreaDescription": "",
  6149. "Components": {
  6150. "$id": "434",
  6151. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6152. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6153. "$values": []
  6154. }
  6155. }
  6156. },
  6157. {
  6158. "$id": "435",
  6159. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  6160. "Species": "Bison",
  6161. "HabitabilityComponents": {
  6162. "$id": "436",
  6163. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  6164. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  6165. "$values": [
  6166. {
  6167. "$id": "437",
  6168. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  6169. "Prey": {
  6170. "$id": "438",
  6171. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  6172. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  6173. "$values": [
  6174. {
  6175. "$ref": "399"
  6176. },
  6177. {
  6178. "$id": "439",
  6179. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  6180. "Name": "CommonGrass",
  6181. "DisplayName": "Grass Population",
  6182. "InitMultiplier": 1.0,
  6183. "SyncToClient": false,
  6184. "Range": {
  6185. "min": 0.0,
  6186. "max": 1.0
  6187. },
  6188. "RenderRange": {
  6189. "min": 0.0,
  6190. "max": 1.0
  6191. },
  6192. "MinColor": {
  6193. "R": 1.0,
  6194. "G": 1.0,
  6195. "B": 1.0,
  6196. "A": 1.0
  6197. },
  6198. "MaxColor": {
  6199. "R": 0.0,
  6200. "G": 1.0,
  6201. "B": 0.0,
  6202. "A": 1.0
  6203. },
  6204. "Percent": false,
  6205. "SumRelevant": true,
  6206. "Unit": "Grass",
  6207. "VoxelsPerEntry": 5,
  6208. "Category": "Plant",
  6209. "ValueType": "Percent",
  6210. "AreaDescription": "",
  6211. "Components": {
  6212. "$id": "440",
  6213. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6214. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6215. "$values": []
  6216. }
  6217. }
  6218. }
  6219. ]
  6220. },
  6221. "masterList": {
  6222. "$id": "441",
  6223. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6224. "Master": {
  6225. "$ref": "1"
  6226. }
  6227. }
  6228. },
  6229. "CalorieConsumption": 500.0
  6230. }
  6231. ]
  6232. }
  6233. },
  6234. "Name": "BisonCapacity",
  6235. "DisplayName": "Bison Capacity",
  6236. "InitMultiplier": 1.0,
  6237. "SyncToClient": false,
  6238. "Range": {
  6239. "min": 0.0,
  6240. "max": 1.0
  6241. },
  6242. "MinColor": {
  6243. "R": 1.0,
  6244. "G": 1.0,
  6245. "B": 1.0,
  6246. "A": 1.0
  6247. },
  6248. "MaxColor": {
  6249. "R": 0.0,
  6250. "G": 1.0,
  6251. "B": 0.0,
  6252. "A": 1.0
  6253. },
  6254. "Percent": true,
  6255. "SumRelevant": false,
  6256. "Unit": "",
  6257. "VoxelsPerEntry": 40,
  6258. "Category": "World",
  6259. "ValueType": "Percent",
  6260. "AreaDescription": "",
  6261. "Components": {
  6262. "$id": "442",
  6263. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6264. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6265. "$values": []
  6266. }
  6267. }
  6268. },
  6269. {
  6270. "$id": "443",
  6271. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  6272. "Species": "Turkey",
  6273. "HabitabilityComponents": {
  6274. "$id": "444",
  6275. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  6276. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  6277. "$values": [
  6278. {
  6279. "$id": "445",
  6280. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  6281. "Prey": {
  6282. "$id": "446",
  6283. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  6284. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  6285. "$values": [
  6286. {
  6287. "$ref": "401"
  6288. },
  6289. {
  6290. "$ref": "397"
  6291. }
  6292. ]
  6293. },
  6294. "masterList": {
  6295. "$id": "447",
  6296. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6297. "Master": {
  6298. "$ref": "1"
  6299. }
  6300. }
  6301. },
  6302. "CalorieConsumption": 60.0
  6303. }
  6304. ]
  6305. }
  6306. },
  6307. "Name": "TurkeyCapacity",
  6308. "DisplayName": "Turkey Capacity",
  6309. "InitMultiplier": 1.0,
  6310. "SyncToClient": false,
  6311. "Range": {
  6312. "min": 0.0,
  6313. "max": 1.0
  6314. },
  6315. "MinColor": {
  6316. "R": 1.0,
  6317. "G": 1.0,
  6318. "B": 1.0,
  6319. "A": 1.0
  6320. },
  6321. "MaxColor": {
  6322. "R": 0.0,
  6323. "G": 1.0,
  6324. "B": 0.0,
  6325. "A": 1.0
  6326. },
  6327. "Percent": true,
  6328. "SumRelevant": false,
  6329. "Unit": "",
  6330. "VoxelsPerEntry": 40,
  6331. "Category": "World",
  6332. "ValueType": "Percent",
  6333. "AreaDescription": "",
  6334. "Components": {
  6335. "$id": "448",
  6336. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6337. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6338. "$values": []
  6339. }
  6340. }
  6341. },
  6342. {
  6343. "$id": "449",
  6344. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  6345. "Species": "Fox",
  6346. "HabitabilityComponents": {
  6347. "$id": "450",
  6348. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  6349. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  6350. "$values": [
  6351. {
  6352. "$id": "451",
  6353. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  6354. "Prey": {
  6355. "$id": "452",
  6356. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  6357. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  6358. "$values": [
  6359. {
  6360. "$ref": "351"
  6361. },
  6362. {
  6363. "$ref": "377"
  6364. }
  6365. ]
  6366. },
  6367. "masterList": {
  6368. "$id": "453",
  6369. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6370. "Master": {
  6371. "$ref": "1"
  6372. }
  6373. }
  6374. },
  6375. "CalorieConsumption": 200.0
  6376. }
  6377. ]
  6378. }
  6379. },
  6380. "Name": "FoxCapacity",
  6381. "DisplayName": "Fox Capacity",
  6382. "InitMultiplier": 1.0,
  6383. "SyncToClient": false,
  6384. "Range": {
  6385. "min": 0.0,
  6386. "max": 1.0
  6387. },
  6388. "MinColor": {
  6389. "R": 1.0,
  6390. "G": 1.0,
  6391. "B": 1.0,
  6392. "A": 1.0
  6393. },
  6394. "MaxColor": {
  6395. "R": 0.0,
  6396. "G": 1.0,
  6397. "B": 0.0,
  6398. "A": 1.0
  6399. },
  6400. "Percent": true,
  6401. "SumRelevant": false,
  6402. "Unit": "",
  6403. "VoxelsPerEntry": 40,
  6404. "Category": "World",
  6405. "ValueType": "Percent",
  6406. "AreaDescription": "",
  6407. "Components": {
  6408. "$id": "454",
  6409. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6410. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6411. "$values": []
  6412. }
  6413. }
  6414. },
  6415. {
  6416. "$id": "455",
  6417. "Name": "Debris",
  6418. "DisplayName": "Debris",
  6419. "InitMultiplier": 1.0,
  6420. "SyncToClient": false,
  6421. "Range": {
  6422. "min": 0.0,
  6423. "max": 1.0
  6424. },
  6425. "MinColor": {
  6426. "R": 1.0,
  6427. "G": 1.0,
  6428. "B": 1.0,
  6429. "A": 1.0
  6430. },
  6431. "MaxColor": {
  6432. "R": 1.0,
  6433. "G": 0.5,
  6434. "B": 0.5,
  6435. "A": 1.0
  6436. },
  6437. "Percent": true,
  6438. "SumRelevant": false,
  6439. "Unit": "",
  6440. "VoxelsPerEntry": 5,
  6441. "Category": "Pollution",
  6442. "ValueType": "Percent",
  6443. "AreaDescription": "",
  6444. "Components": {
  6445. "$id": "456",
  6446. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6447. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6448. "$values": []
  6449. }
  6450. }
  6451. },
  6452. {
  6453. "$id": "457",
  6454. "$type": "Eco.Simulation.WorldLayers.Layers.SumLayerSettings, Eco.Simulation",
  6455. "Layers": [
  6456. "PlayerActivity",
  6457. "Debris"
  6458. ],
  6459. "Name": "TrampledSum",
  6460. "DisplayName": "Trampled Sum",
  6461. "InitMultiplier": 1.0,
  6462. "SyncToClient": false,
  6463. "Range": {
  6464. "min": 0.0,
  6465. "max": 1.0
  6466. },
  6467. "MinColor": {
  6468. "R": 1.0,
  6469. "G": 1.0,
  6470. "B": 1.0,
  6471. "A": 1.0
  6472. },
  6473. "MaxColor": {
  6474. "R": 1.0,
  6475. "G": 0.5,
  6476. "B": 0.5,
  6477. "A": 1.0
  6478. },
  6479. "Percent": true,
  6480. "SumRelevant": false,
  6481. "Unit": "",
  6482. "VoxelsPerEntry": 5,
  6483. "Category": "Pollution",
  6484. "ValueType": "Percent",
  6485. "AreaDescription": "",
  6486. "Components": {
  6487. "$id": "458",
  6488. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6489. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6490. "$values": []
  6491. }
  6492. }
  6493. },
  6494. {
  6495. "$id": "459",
  6496. "$type": "Eco.Simulation.WorldLayers.Layers.SpreadLayerSettings, Eco.Simulation",
  6497. "SpreadRate": 0.5,
  6498. "ZeroAtHeightDiff": 3.0,
  6499. "SourceInfluenceRate": 1.0,
  6500. "BaseLayerName": "TrampledSum",
  6501. "HeightLayerName": "Height",
  6502. "Name": "TrampledSpread",
  6503. "DisplayName": "Trampled Spread",
  6504. "InitMultiplier": 1.0,
  6505. "SyncToClient": false,
  6506. "Range": {
  6507. "min": 0.0,
  6508. "max": 1.0
  6509. },
  6510. "MinColor": {
  6511. "R": 1.0,
  6512. "G": 1.0,
  6513. "B": 1.0,
  6514. "A": 1.0
  6515. },
  6516. "MaxColor": {
  6517. "R": 1.0,
  6518. "G": 0.5,
  6519. "B": 0.5,
  6520. "A": 1.0
  6521. },
  6522. "Percent": true,
  6523. "SumRelevant": false,
  6524. "Unit": "",
  6525. "VoxelsPerEntry": 5,
  6526. "Category": "World",
  6527. "ValueType": "Percent",
  6528. "AreaDescription": "",
  6529. "Components": {
  6530. "$id": "460",
  6531. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6532. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6533. "$values": [
  6534. {
  6535. "$id": "461",
  6536. "$type": "Eco.Simulation.WorldLayers.Components.BiomeComponent, Eco.Simulation",
  6537. "TopBlock": "Eco.World.Blocks.DirtBlock, Eco.World"
  6538. }
  6539. ]
  6540. }
  6541. }
  6542. },
  6543. {
  6544. "$id": "462",
  6545. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  6546. "HabitabilityLayer": "TunaCapacity",
  6547. "SpreadRate": 0.5,
  6548. "SpeciesChangeRate": 0.9,
  6549. "Name": "Tuna",
  6550. "DisplayName": "Tuna Population",
  6551. "InitMultiplier": 1.0,
  6552. "SyncToClient": false,
  6553. "Range": {
  6554. "min": 0.0,
  6555. "max": 2.0
  6556. },
  6557. "MinColor": {
  6558. "R": 1.0,
  6559. "G": 1.0,
  6560. "B": 1.0,
  6561. "A": 1.0
  6562. },
  6563. "MaxColor": {
  6564. "R": 0.0,
  6565. "G": 1.0,
  6566. "B": 0.0,
  6567. "A": 1.0
  6568. },
  6569. "Percent": false,
  6570. "SumRelevant": true,
  6571. "Unit": "Tuna",
  6572. "VoxelsPerEntry": 40,
  6573. "Category": "Animal",
  6574. "ValueType": "Percent",
  6575. "AreaDescription": "",
  6576. "Components": {
  6577. "$id": "463",
  6578. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6579. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6580. "$values": []
  6581. }
  6582. }
  6583. },
  6584. {
  6585. "$id": "464",
  6586. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  6587. "Species": "Tuna",
  6588. "HabitabilityComponents": {
  6589. "$id": "465",
  6590. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  6591. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  6592. "$values": [
  6593. {
  6594. "$id": "466",
  6595. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  6596. "Prey": {
  6597. "$id": "467",
  6598. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  6599. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  6600. "$values": [
  6601. {
  6602. "$id": "468",
  6603. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  6604. "Name": "Kelp",
  6605. "DisplayName": " Population",
  6606. "InitMultiplier": 1.0,
  6607. "SyncToClient": false,
  6608. "Range": {
  6609. "min": 0.0,
  6610. "max": 1.0
  6611. },
  6612. "RenderRange": {
  6613. "min": 0.0,
  6614. "max": 10.0
  6615. },
  6616. "MinColor": {
  6617. "R": 1.0,
  6618. "G": 1.0,
  6619. "B": 1.0,
  6620. "A": 1.0
  6621. },
  6622. "MaxColor": {
  6623. "R": 0.0,
  6624. "G": 1.0,
  6625. "B": 0.0,
  6626. "A": 1.0
  6627. },
  6628. "Percent": true,
  6629. "SumRelevant": false,
  6630. "Unit": "",
  6631. "VoxelsPerEntry": 5,
  6632. "Category": "Plant",
  6633. "ValueType": "Percent",
  6634. "AreaDescription": "",
  6635. "Components": {
  6636. "$id": "469",
  6637. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6638. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6639. "$values": []
  6640. }
  6641. }
  6642. },
  6643. {
  6644. "$id": "470",
  6645. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  6646. "Name": "Waterweed",
  6647. "DisplayName": " Population",
  6648. "InitMultiplier": 1.0,
  6649. "SyncToClient": false,
  6650. "Range": {
  6651. "min": 0.0,
  6652. "max": 1.0
  6653. },
  6654. "RenderRange": {
  6655. "min": 0.0,
  6656. "max": 10.0
  6657. },
  6658. "MinColor": {
  6659. "R": 1.0,
  6660. "G": 1.0,
  6661. "B": 1.0,
  6662. "A": 1.0
  6663. },
  6664. "MaxColor": {
  6665. "R": 0.0,
  6666. "G": 1.0,
  6667. "B": 0.0,
  6668. "A": 1.0
  6669. },
  6670. "Percent": true,
  6671. "SumRelevant": false,
  6672. "Unit": "",
  6673. "VoxelsPerEntry": 5,
  6674. "Category": "Plant",
  6675. "ValueType": "Percent",
  6676. "AreaDescription": "",
  6677. "Components": {
  6678. "$id": "471",
  6679. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6680. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6681. "$values": []
  6682. }
  6683. }
  6684. }
  6685. ]
  6686. },
  6687. "masterList": {
  6688. "$id": "472",
  6689. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6690. "Master": {
  6691. "$ref": "1"
  6692. }
  6693. }
  6694. },
  6695. "CalorieConsumption": 100.0
  6696. }
  6697. ]
  6698. }
  6699. },
  6700. "Name": "TunaCapacity",
  6701. "DisplayName": "Tuna Capacity",
  6702. "InitMultiplier": 1.0,
  6703. "SyncToClient": false,
  6704. "Range": {
  6705. "min": 0.0,
  6706. "max": 1.0
  6707. },
  6708. "MinColor": {
  6709. "R": 1.0,
  6710. "G": 1.0,
  6711. "B": 1.0,
  6712. "A": 1.0
  6713. },
  6714. "MaxColor": {
  6715. "R": 0.0,
  6716. "G": 1.0,
  6717. "B": 0.0,
  6718. "A": 1.0
  6719. },
  6720. "Percent": true,
  6721. "SumRelevant": false,
  6722. "Unit": "",
  6723. "VoxelsPerEntry": 40,
  6724. "Category": "World",
  6725. "ValueType": "Percent",
  6726. "AreaDescription": "",
  6727. "Components": {
  6728. "$id": "473",
  6729. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6730. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6731. "$values": []
  6732. }
  6733. }
  6734. },
  6735. {
  6736. "$id": "474",
  6737. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  6738. "HabitabilityLayer": "SalmonCapacity",
  6739. "SpreadRate": 0.5,
  6740. "SpeciesChangeRate": 0.9,
  6741. "Name": "Salmon",
  6742. "DisplayName": "Salmon Population",
  6743. "InitMultiplier": 1.0,
  6744. "SyncToClient": false,
  6745. "Range": {
  6746. "min": 0.0,
  6747. "max": 2.0
  6748. },
  6749. "MinColor": {
  6750. "R": 1.0,
  6751. "G": 1.0,
  6752. "B": 1.0,
  6753. "A": 1.0
  6754. },
  6755. "MaxColor": {
  6756. "R": 0.0,
  6757. "G": 1.0,
  6758. "B": 0.0,
  6759. "A": 1.0
  6760. },
  6761. "Percent": false,
  6762. "SumRelevant": true,
  6763. "Unit": "Salmon",
  6764. "VoxelsPerEntry": 40,
  6765. "Category": "Animal",
  6766. "ValueType": "Percent",
  6767. "AreaDescription": "",
  6768. "Components": {
  6769. "$id": "475",
  6770. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6771. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6772. "$values": []
  6773. }
  6774. }
  6775. },
  6776. {
  6777. "$id": "476",
  6778. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  6779. "Species": "Salmon",
  6780. "HabitabilityComponents": {
  6781. "$id": "477",
  6782. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  6783. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  6784. "$values": [
  6785. {
  6786. "$id": "478",
  6787. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  6788. "Prey": {
  6789. "$id": "479",
  6790. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  6791. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  6792. "$values": [
  6793. {
  6794. "$ref": "470"
  6795. }
  6796. ]
  6797. },
  6798. "masterList": {
  6799. "$id": "480",
  6800. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6801. "Master": {
  6802. "$ref": "1"
  6803. }
  6804. }
  6805. },
  6806. "CalorieConsumption": 30.0
  6807. }
  6808. ]
  6809. }
  6810. },
  6811. "Name": "SalmonCapacity",
  6812. "DisplayName": "Salmon Capacity",
  6813. "InitMultiplier": 1.0,
  6814. "SyncToClient": false,
  6815. "Range": {
  6816. "min": 0.0,
  6817. "max": 1.0
  6818. },
  6819. "MinColor": {
  6820. "R": 1.0,
  6821. "G": 1.0,
  6822. "B": 1.0,
  6823. "A": 1.0
  6824. },
  6825. "MaxColor": {
  6826. "R": 0.0,
  6827. "G": 1.0,
  6828. "B": 0.0,
  6829. "A": 1.0
  6830. },
  6831. "Percent": true,
  6832. "SumRelevant": false,
  6833. "Unit": "",
  6834. "VoxelsPerEntry": 40,
  6835. "Category": "World",
  6836. "ValueType": "Percent",
  6837. "AreaDescription": "",
  6838. "Components": {
  6839. "$id": "481",
  6840. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6841. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6842. "$values": []
  6843. }
  6844. }
  6845. },
  6846. {
  6847. "$id": "482",
  6848. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  6849. "HabitabilityLayer": "TroutCapacity",
  6850. "SpreadRate": 0.5,
  6851. "SpeciesChangeRate": 0.9,
  6852. "Name": "Trout",
  6853. "DisplayName": "Trout Population",
  6854. "InitMultiplier": 1.0,
  6855. "SyncToClient": false,
  6856. "Range": {
  6857. "min": 0.0,
  6858. "max": 2.0
  6859. },
  6860. "MinColor": {
  6861. "R": 1.0,
  6862. "G": 1.0,
  6863. "B": 1.0,
  6864. "A": 1.0
  6865. },
  6866. "MaxColor": {
  6867. "R": 0.0,
  6868. "G": 1.0,
  6869. "B": 0.0,
  6870. "A": 1.0
  6871. },
  6872. "Percent": false,
  6873. "SumRelevant": true,
  6874. "Unit": "Trout",
  6875. "VoxelsPerEntry": 40,
  6876. "Category": "Animal",
  6877. "ValueType": "Percent",
  6878. "AreaDescription": "",
  6879. "Components": {
  6880. "$id": "483",
  6881. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6882. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6883. "$values": []
  6884. }
  6885. }
  6886. },
  6887. {
  6888. "$id": "484",
  6889. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  6890. "Species": "Trout",
  6891. "HabitabilityComponents": {
  6892. "$id": "485",
  6893. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  6894. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  6895. "$values": [
  6896. {
  6897. "$id": "486",
  6898. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  6899. "Prey": {
  6900. "$id": "487",
  6901. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  6902. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  6903. "$values": [
  6904. {
  6905. "$ref": "470"
  6906. }
  6907. ]
  6908. },
  6909. "masterList": {
  6910. "$id": "488",
  6911. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  6912. "Master": {
  6913. "$ref": "1"
  6914. }
  6915. }
  6916. },
  6917. "CalorieConsumption": 50.0
  6918. }
  6919. ]
  6920. }
  6921. },
  6922. "Name": "TroutCapacity",
  6923. "DisplayName": "Trout Capacity",
  6924. "InitMultiplier": 1.0,
  6925. "SyncToClient": false,
  6926. "Range": {
  6927. "min": 0.0,
  6928. "max": 1.0
  6929. },
  6930. "MinColor": {
  6931. "R": 1.0,
  6932. "G": 1.0,
  6933. "B": 1.0,
  6934. "A": 1.0
  6935. },
  6936. "MaxColor": {
  6937. "R": 0.0,
  6938. "G": 1.0,
  6939. "B": 0.0,
  6940. "A": 1.0
  6941. },
  6942. "Percent": true,
  6943. "SumRelevant": false,
  6944. "Unit": "",
  6945. "VoxelsPerEntry": 40,
  6946. "Category": "World",
  6947. "ValueType": "Percent",
  6948. "AreaDescription": "",
  6949. "Components": {
  6950. "$id": "489",
  6951. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6952. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6953. "$values": []
  6954. }
  6955. }
  6956. },
  6957. {
  6958. "$id": "490",
  6959. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  6960. "HabitabilityLayer": "OtterCapacity",
  6961. "SpreadRate": 0.5,
  6962. "SpeciesChangeRate": 0.9,
  6963. "Name": "Otter",
  6964. "DisplayName": "Otter Population",
  6965. "InitMultiplier": 1.0,
  6966. "SyncToClient": false,
  6967. "Range": {
  6968. "min": 0.0,
  6969. "max": 1.8
  6970. },
  6971. "MinColor": {
  6972. "R": 1.0,
  6973. "G": 1.0,
  6974. "B": 1.0,
  6975. "A": 1.0
  6976. },
  6977. "MaxColor": {
  6978. "R": 0.0,
  6979. "G": 1.0,
  6980. "B": 0.0,
  6981. "A": 1.0
  6982. },
  6983. "Percent": false,
  6984. "SumRelevant": true,
  6985. "Unit": "Otters",
  6986. "VoxelsPerEntry": 40,
  6987. "Category": "Animal",
  6988. "ValueType": "Percent",
  6989. "AreaDescription": "",
  6990. "Components": {
  6991. "$id": "491",
  6992. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  6993. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  6994. "$values": []
  6995. }
  6996. }
  6997. },
  6998. {
  6999. "$id": "492",
  7000. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  7001. "Species": "Otter",
  7002. "HabitabilityComponents": {
  7003. "$id": "493",
  7004. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  7005. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  7006. "$values": [
  7007. {
  7008. "$id": "494",
  7009. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  7010. "Prey": {
  7011. "$id": "495",
  7012. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  7013. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  7014. "$values": [
  7015. {
  7016. "$id": "496",
  7017. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  7018. "Name": "Clam",
  7019. "DisplayName": " Population",
  7020. "InitMultiplier": 1.0,
  7021. "SyncToClient": false,
  7022. "Range": {
  7023. "min": 0.0,
  7024. "max": 1.0
  7025. },
  7026. "RenderRange": {
  7027. "min": 0.0,
  7028. "max": 10.0
  7029. },
  7030. "MinColor": {
  7031. "R": 1.0,
  7032. "G": 1.0,
  7033. "B": 1.0,
  7034. "A": 1.0
  7035. },
  7036. "MaxColor": {
  7037. "R": 0.0,
  7038. "G": 1.0,
  7039. "B": 0.0,
  7040. "A": 1.0
  7041. },
  7042. "Percent": true,
  7043. "SumRelevant": false,
  7044. "Unit": "",
  7045. "VoxelsPerEntry": 5,
  7046. "Category": "Plant",
  7047. "ValueType": "Percent",
  7048. "AreaDescription": "",
  7049. "Components": {
  7050. "$id": "497",
  7051. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7052. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7053. "$values": []
  7054. }
  7055. }
  7056. },
  7057. {
  7058. "$ref": "462"
  7059. },
  7060. {
  7061. "$ref": "474"
  7062. },
  7063. {
  7064. "$ref": "482"
  7065. },
  7066. {
  7067. "$id": "498",
  7068. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  7069. "Name": "Urchin",
  7070. "DisplayName": " Population",
  7071. "InitMultiplier": 1.0,
  7072. "SyncToClient": false,
  7073. "Range": {
  7074. "min": 0.0,
  7075. "max": 1.0
  7076. },
  7077. "RenderRange": {
  7078. "min": 0.0,
  7079. "max": 10.0
  7080. },
  7081. "MinColor": {
  7082. "R": 1.0,
  7083. "G": 1.0,
  7084. "B": 1.0,
  7085. "A": 1.0
  7086. },
  7087. "MaxColor": {
  7088. "R": 0.0,
  7089. "G": 1.0,
  7090. "B": 0.0,
  7091. "A": 1.0
  7092. },
  7093. "Percent": true,
  7094. "SumRelevant": false,
  7095. "Unit": "",
  7096. "VoxelsPerEntry": 5,
  7097. "Category": "Plant",
  7098. "ValueType": "Percent",
  7099. "AreaDescription": "",
  7100. "Components": {
  7101. "$id": "499",
  7102. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7103. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7104. "$values": []
  7105. }
  7106. }
  7107. }
  7108. ]
  7109. },
  7110. "masterList": {
  7111. "$id": "500",
  7112. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  7113. "Master": {
  7114. "$ref": "1"
  7115. }
  7116. }
  7117. },
  7118. "CalorieConsumption": 140.0
  7119. }
  7120. ]
  7121. }
  7122. },
  7123. "Name": "OtterCapacity",
  7124. "DisplayName": "Otter Capacity",
  7125. "InitMultiplier": 1.0,
  7126. "SyncToClient": false,
  7127. "Range": {
  7128. "min": 0.0,
  7129. "max": 1.0
  7130. },
  7131. "MinColor": {
  7132. "R": 1.0,
  7133. "G": 1.0,
  7134. "B": 1.0,
  7135. "A": 1.0
  7136. },
  7137. "MaxColor": {
  7138. "R": 0.0,
  7139. "G": 1.0,
  7140. "B": 0.0,
  7141. "A": 1.0
  7142. },
  7143. "Percent": true,
  7144. "SumRelevant": false,
  7145. "Unit": "",
  7146. "VoxelsPerEntry": 40,
  7147. "Category": "World",
  7148. "ValueType": "Percent",
  7149. "AreaDescription": "",
  7150. "Components": {
  7151. "$id": "501",
  7152. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7153. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7154. "$values": []
  7155. }
  7156. }
  7157. },
  7158. {
  7159. "$id": "502",
  7160. "$type": "Eco.Simulation.WorldLayers.Layers.BiomeLayerSettings, Eco.Simulation",
  7161. "Name": "WetlandBiome",
  7162. "DisplayName": "Wetland Biome",
  7163. "InitMultiplier": 1.0,
  7164. "SyncToClient": false,
  7165. "Range": {
  7166. "min": 0.0,
  7167. "max": 1.0
  7168. },
  7169. "MinColor": {
  7170. "R": 1.0,
  7171. "G": 1.0,
  7172. "B": 1.0,
  7173. "A": 1.0
  7174. },
  7175. "MaxColor": {
  7176. "R": 1.0,
  7177. "G": 0.0,
  7178. "B": 0.0,
  7179. "A": 1.0
  7180. },
  7181. "Percent": true,
  7182. "SumRelevant": false,
  7183. "Unit": "",
  7184. "VoxelsPerEntry": 5,
  7185. "Category": "Biome",
  7186. "ValueType": "Percent",
  7187. "AreaDescription": "",
  7188. "Components": {
  7189. "$id": "503",
  7190. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7191. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7192. "$values": [
  7193. {
  7194. "$id": "504",
  7195. "$type": "Eco.Simulation.WorldLayers.Components.BiomeComponent, Eco.Simulation",
  7196. "TopBlock": "Eco.World.Blocks.WetlandsBlock, Eco.World"
  7197. }
  7198. ]
  7199. }
  7200. }
  7201. },
  7202. {
  7203. "$id": "505",
  7204. "Name": "ShrubSpace",
  7205. "DisplayName": "Shrub Space",
  7206. "InitMultiplier": 1.0,
  7207. "SyncToClient": false,
  7208. "Range": {
  7209. "min": 0.0,
  7210. "max": 1.0
  7211. },
  7212. "MinColor": {
  7213. "R": 1.0,
  7214. "G": 1.0,
  7215. "B": 1.0,
  7216. "A": 1.0
  7217. },
  7218. "MaxColor": {
  7219. "R": 0.647058845,
  7220. "G": 0.164705887,
  7221. "B": 0.164705887,
  7222. "A": 1.0
  7223. },
  7224. "Percent": true,
  7225. "SumRelevant": false,
  7226. "Unit": "",
  7227. "VoxelsPerEntry": 5,
  7228. "Category": "World",
  7229. "ValueType": "Percent",
  7230. "AreaDescription": "",
  7231. "Components": {
  7232. "$id": "506",
  7233. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7234. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7235. "$values": []
  7236. }
  7237. }
  7238. },
  7239. {
  7240. "$id": "507",
  7241. "Name": "CanopySpace",
  7242. "DisplayName": "Canopy Space",
  7243. "InitMultiplier": 1.0,
  7244. "SyncToClient": false,
  7245. "Range": {
  7246. "min": 0.0,
  7247. "max": 1.0
  7248. },
  7249. "MinColor": {
  7250. "R": 1.0,
  7251. "G": 1.0,
  7252. "B": 1.0,
  7253. "A": 1.0
  7254. },
  7255. "MaxColor": {
  7256. "R": 0.647058845,
  7257. "G": 0.164705887,
  7258. "B": 0.164705887,
  7259. "A": 1.0
  7260. },
  7261. "Percent": true,
  7262. "SumRelevant": false,
  7263. "Unit": "",
  7264. "VoxelsPerEntry": 5,
  7265. "Category": "World",
  7266. "ValueType": "Percent",
  7267. "AreaDescription": "",
  7268. "Components": {
  7269. "$id": "508",
  7270. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7271. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7272. "$values": []
  7273. }
  7274. }
  7275. },
  7276. {
  7277. "$id": "509",
  7278. "Name": "UnderwaterFertileGround",
  7279. "DisplayName": "Underwater Fertile Ground",
  7280. "InitMultiplier": 1.0,
  7281. "SyncToClient": false,
  7282. "Range": {
  7283. "min": 0.0,
  7284. "max": 1.0
  7285. },
  7286. "MinColor": {
  7287. "R": 1.0,
  7288. "G": 1.0,
  7289. "B": 1.0,
  7290. "A": 1.0
  7291. },
  7292. "MaxColor": {
  7293. "R": 0.647058845,
  7294. "G": 0.164705887,
  7295. "B": 0.164705887,
  7296. "A": 1.0
  7297. },
  7298. "Percent": true,
  7299. "SumRelevant": false,
  7300. "Unit": "",
  7301. "VoxelsPerEntry": 5,
  7302. "Category": "World",
  7303. "ValueType": "Percent",
  7304. "AreaDescription": "",
  7305. "Components": {
  7306. "$id": "510",
  7307. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7308. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7309. "$values": []
  7310. }
  7311. }
  7312. },
  7313. {
  7314. "$id": "511",
  7315. "Name": "OccupiedFertileGround",
  7316. "DisplayName": "Occupied Fertile Ground",
  7317. "InitMultiplier": 1.0,
  7318. "SyncToClient": false,
  7319. "Range": {
  7320. "min": 0.0,
  7321. "max": 1.0
  7322. },
  7323. "MinColor": {
  7324. "R": 1.0,
  7325. "G": 1.0,
  7326. "B": 1.0,
  7327. "A": 1.0
  7328. },
  7329. "MaxColor": {
  7330. "R": 0.647058845,
  7331. "G": 0.164705887,
  7332. "B": 0.164705887,
  7333. "A": 1.0
  7334. },
  7335. "Percent": true,
  7336. "SumRelevant": false,
  7337. "Unit": "",
  7338. "VoxelsPerEntry": 5,
  7339. "Category": "World",
  7340. "ValueType": "Percent",
  7341. "AreaDescription": "",
  7342. "Components": {
  7343. "$id": "512",
  7344. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7345. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7346. "$values": []
  7347. }
  7348. }
  7349. },
  7350. {
  7351. "$id": "513",
  7352. "Name": "OccupiedUnderwaterFertileGround",
  7353. "DisplayName": "Occupied Underwater Fertile Ground",
  7354. "InitMultiplier": 1.0,
  7355. "SyncToClient": false,
  7356. "Range": {
  7357. "min": 0.0,
  7358. "max": 1.0
  7359. },
  7360. "MinColor": {
  7361. "R": 1.0,
  7362. "G": 1.0,
  7363. "B": 1.0,
  7364. "A": 1.0
  7365. },
  7366. "MaxColor": {
  7367. "R": 0.647058845,
  7368. "G": 0.164705887,
  7369. "B": 0.164705887,
  7370. "A": 1.0
  7371. },
  7372. "Percent": true,
  7373. "SumRelevant": false,
  7374. "Unit": "",
  7375. "VoxelsPerEntry": 5,
  7376. "Category": "World",
  7377. "ValueType": "Percent",
  7378. "AreaDescription": "",
  7379. "Components": {
  7380. "$id": "514",
  7381. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7382. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7383. "$values": []
  7384. }
  7385. }
  7386. },
  7387. {
  7388. "$id": "515",
  7389. "Name": "OccupiedShrubSpace",
  7390. "DisplayName": "Occupied Shrub Space",
  7391. "InitMultiplier": 1.0,
  7392. "SyncToClient": false,
  7393. "Range": {
  7394. "min": 0.0,
  7395. "max": 1.0
  7396. },
  7397. "MinColor": {
  7398. "R": 1.0,
  7399. "G": 1.0,
  7400. "B": 1.0,
  7401. "A": 1.0
  7402. },
  7403. "MaxColor": {
  7404. "R": 0.647058845,
  7405. "G": 0.164705887,
  7406. "B": 0.164705887,
  7407. "A": 1.0
  7408. },
  7409. "Percent": true,
  7410. "SumRelevant": false,
  7411. "Unit": "",
  7412. "VoxelsPerEntry": 5,
  7413. "Category": "World",
  7414. "ValueType": "Percent",
  7415. "AreaDescription": "",
  7416. "Components": {
  7417. "$id": "516",
  7418. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7419. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7420. "$values": []
  7421. }
  7422. }
  7423. },
  7424. {
  7425. "$id": "517",
  7426. "Name": "OccupiedCanopySpace",
  7427. "DisplayName": "Occupied Canopy Space",
  7428. "InitMultiplier": 1.0,
  7429. "SyncToClient": false,
  7430. "Range": {
  7431. "min": 0.0,
  7432. "max": 1.0
  7433. },
  7434. "MinColor": {
  7435. "R": 1.0,
  7436. "G": 1.0,
  7437. "B": 1.0,
  7438. "A": 1.0
  7439. },
  7440. "MaxColor": {
  7441. "R": 0.647058845,
  7442. "G": 0.164705887,
  7443. "B": 0.164705887,
  7444. "A": 1.0
  7445. },
  7446. "Percent": true,
  7447. "SumRelevant": false,
  7448. "Unit": "",
  7449. "VoxelsPerEntry": 5,
  7450. "Category": "World",
  7451. "ValueType": "Percent",
  7452. "AreaDescription": "",
  7453. "Components": {
  7454. "$id": "518",
  7455. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7456. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7457. "$values": []
  7458. }
  7459. }
  7460. },
  7461. {
  7462. "$id": "519",
  7463. "Name": "CamasYieldGrowth",
  7464. "DisplayName": "Camas Yield Growth",
  7465. "InitMultiplier": 1.0,
  7466. "SyncToClient": false,
  7467. "Range": {
  7468. "min": 0.0,
  7469. "max": 1.0
  7470. },
  7471. "MinColor": {
  7472. "R": 1.0,
  7473. "G": 1.0,
  7474. "B": 1.0,
  7475. "A": 1.0
  7476. },
  7477. "MaxColor": {
  7478. "R": 0.0,
  7479. "G": 1.0,
  7480. "B": 0.0,
  7481. "A": 1.0
  7482. },
  7483. "Percent": true,
  7484. "SumRelevant": false,
  7485. "Unit": "",
  7486. "VoxelsPerEntry": 5,
  7487. "Category": "Plant",
  7488. "ValueType": "Percent",
  7489. "AreaDescription": "",
  7490. "Components": {
  7491. "$id": "520",
  7492. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7493. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7494. "$values": []
  7495. }
  7496. }
  7497. },
  7498. {
  7499. "$id": "521",
  7500. "Name": "WheatYieldGrowth",
  7501. "DisplayName": "Wheat Yield Growth",
  7502. "InitMultiplier": 1.0,
  7503. "SyncToClient": false,
  7504. "Range": {
  7505. "min": 0.0,
  7506. "max": 1.0
  7507. },
  7508. "MinColor": {
  7509. "R": 1.0,
  7510. "G": 1.0,
  7511. "B": 1.0,
  7512. "A": 1.0
  7513. },
  7514. "MaxColor": {
  7515. "R": 0.0,
  7516. "G": 1.0,
  7517. "B": 0.0,
  7518. "A": 1.0
  7519. },
  7520. "Percent": true,
  7521. "SumRelevant": false,
  7522. "Unit": "",
  7523. "VoxelsPerEntry": 5,
  7524. "Category": "Plant",
  7525. "ValueType": "Percent",
  7526. "AreaDescription": "",
  7527. "Components": {
  7528. "$id": "522",
  7529. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7530. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7531. "$values": []
  7532. }
  7533. }
  7534. },
  7535. {
  7536. "$id": "523",
  7537. "Name": "BirchYieldGrowth",
  7538. "DisplayName": "Birch Yield Growth",
  7539. "InitMultiplier": 1.0,
  7540. "SyncToClient": false,
  7541. "Range": {
  7542. "min": 0.0,
  7543. "max": 1.0
  7544. },
  7545. "MinColor": {
  7546. "R": 1.0,
  7547. "G": 1.0,
  7548. "B": 1.0,
  7549. "A": 1.0
  7550. },
  7551. "MaxColor": {
  7552. "R": 0.0,
  7553. "G": 1.0,
  7554. "B": 0.0,
  7555. "A": 1.0
  7556. },
  7557. "Percent": true,
  7558. "SumRelevant": false,
  7559. "Unit": "",
  7560. "VoxelsPerEntry": 20,
  7561. "Category": "Plant",
  7562. "ValueType": "Percent",
  7563. "AreaDescription": "",
  7564. "Components": {
  7565. "$id": "524",
  7566. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7567. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7568. "$values": []
  7569. }
  7570. }
  7571. },
  7572. {
  7573. "$id": "525",
  7574. "Name": "CedarYieldGrowth",
  7575. "DisplayName": "Cedar Yield Growth",
  7576. "InitMultiplier": 1.0,
  7577. "SyncToClient": false,
  7578. "Range": {
  7579. "min": 0.0,
  7580. "max": 1.0
  7581. },
  7582. "MinColor": {
  7583. "R": 1.0,
  7584. "G": 1.0,
  7585. "B": 1.0,
  7586. "A": 1.0
  7587. },
  7588. "MaxColor": {
  7589. "R": 0.0,
  7590. "G": 1.0,
  7591. "B": 0.0,
  7592. "A": 1.0
  7593. },
  7594. "Percent": true,
  7595. "SumRelevant": false,
  7596. "Unit": "",
  7597. "VoxelsPerEntry": 20,
  7598. "Category": "Plant",
  7599. "ValueType": "Percent",
  7600. "AreaDescription": "",
  7601. "Components": {
  7602. "$id": "526",
  7603. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7604. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7605. "$values": []
  7606. }
  7607. }
  7608. },
  7609. {
  7610. "$id": "527",
  7611. "Name": "BunchgrassYieldGrowth",
  7612. "DisplayName": "Bunchgrass Yield Growth",
  7613. "InitMultiplier": 1.0,
  7614. "SyncToClient": false,
  7615. "Range": {
  7616. "min": 0.0,
  7617. "max": 1.0
  7618. },
  7619. "MinColor": {
  7620. "R": 1.0,
  7621. "G": 1.0,
  7622. "B": 1.0,
  7623. "A": 1.0
  7624. },
  7625. "MaxColor": {
  7626. "R": 0.0,
  7627. "G": 1.0,
  7628. "B": 0.0,
  7629. "A": 1.0
  7630. },
  7631. "Percent": true,
  7632. "SumRelevant": false,
  7633. "Unit": "",
  7634. "VoxelsPerEntry": 5,
  7635. "Category": "Plant",
  7636. "ValueType": "Percent",
  7637. "AreaDescription": "",
  7638. "Components": {
  7639. "$id": "528",
  7640. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7641. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7642. "$values": []
  7643. }
  7644. }
  7645. },
  7646. {
  7647. "$id": "529",
  7648. "Name": "FernYieldGrowth",
  7649. "DisplayName": "Fern Yield Growth",
  7650. "InitMultiplier": 1.0,
  7651. "SyncToClient": false,
  7652. "Range": {
  7653. "min": 0.0,
  7654. "max": 1.0
  7655. },
  7656. "MinColor": {
  7657. "R": 1.0,
  7658. "G": 1.0,
  7659. "B": 1.0,
  7660. "A": 1.0
  7661. },
  7662. "MaxColor": {
  7663. "R": 0.0,
  7664. "G": 1.0,
  7665. "B": 0.0,
  7666. "A": 1.0
  7667. },
  7668. "Percent": true,
  7669. "SumRelevant": false,
  7670. "Unit": "",
  7671. "VoxelsPerEntry": 5,
  7672. "Category": "Plant",
  7673. "ValueType": "Percent",
  7674. "AreaDescription": "",
  7675. "Components": {
  7676. "$id": "530",
  7677. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7678. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7679. "$values": []
  7680. }
  7681. }
  7682. },
  7683. {
  7684. "$id": "531",
  7685. "Name": "HuckleberryYieldGrowth",
  7686. "DisplayName": "Huckleberry Yield Growth",
  7687. "InitMultiplier": 1.0,
  7688. "SyncToClient": false,
  7689. "Range": {
  7690. "min": 0.0,
  7691. "max": 1.0
  7692. },
  7693. "MinColor": {
  7694. "R": 1.0,
  7695. "G": 1.0,
  7696. "B": 1.0,
  7697. "A": 1.0
  7698. },
  7699. "MaxColor": {
  7700. "R": 0.0,
  7701. "G": 1.0,
  7702. "B": 0.0,
  7703. "A": 1.0
  7704. },
  7705. "Percent": true,
  7706. "SumRelevant": false,
  7707. "Unit": "",
  7708. "VoxelsPerEntry": 5,
  7709. "Category": "Plant",
  7710. "ValueType": "Percent",
  7711. "AreaDescription": "",
  7712. "Components": {
  7713. "$id": "532",
  7714. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7715. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7716. "$values": []
  7717. }
  7718. }
  7719. },
  7720. {
  7721. "$id": "533",
  7722. "Name": "CommonGrassYieldGrowth",
  7723. "DisplayName": "Common Grass Yield Growth",
  7724. "InitMultiplier": 1.0,
  7725. "SyncToClient": false,
  7726. "Range": {
  7727. "min": 0.0,
  7728. "max": 1.0
  7729. },
  7730. "MinColor": {
  7731. "R": 1.0,
  7732. "G": 1.0,
  7733. "B": 1.0,
  7734. "A": 1.0
  7735. },
  7736. "MaxColor": {
  7737. "R": 0.0,
  7738. "G": 1.0,
  7739. "B": 0.0,
  7740. "A": 1.0
  7741. },
  7742. "Percent": true,
  7743. "SumRelevant": false,
  7744. "Unit": "",
  7745. "VoxelsPerEntry": 5,
  7746. "Category": "Plant",
  7747. "ValueType": "Percent",
  7748. "AreaDescription": "",
  7749. "Components": {
  7750. "$id": "534",
  7751. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7752. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7753. "$values": []
  7754. }
  7755. }
  7756. },
  7757. {
  7758. "$id": "535",
  7759. "Name": "BeetsYieldGrowth",
  7760. "DisplayName": "Beets Yield Growth",
  7761. "InitMultiplier": 1.0,
  7762. "SyncToClient": false,
  7763. "Range": {
  7764. "min": 0.0,
  7765. "max": 1.0
  7766. },
  7767. "MinColor": {
  7768. "R": 1.0,
  7769. "G": 1.0,
  7770. "B": 1.0,
  7771. "A": 1.0
  7772. },
  7773. "MaxColor": {
  7774. "R": 0.0,
  7775. "G": 1.0,
  7776. "B": 0.0,
  7777. "A": 1.0
  7778. },
  7779. "Percent": true,
  7780. "SumRelevant": false,
  7781. "Unit": "",
  7782. "VoxelsPerEntry": 5,
  7783. "Category": "Plant",
  7784. "ValueType": "Percent",
  7785. "AreaDescription": "",
  7786. "Components": {
  7787. "$id": "536",
  7788. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7789. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7790. "$values": []
  7791. }
  7792. }
  7793. },
  7794. {
  7795. "$id": "537",
  7796. "Name": "CornYieldGrowth",
  7797. "DisplayName": "Corn Yield Growth",
  7798. "InitMultiplier": 1.0,
  7799. "SyncToClient": false,
  7800. "Range": {
  7801. "min": 0.0,
  7802. "max": 1.0
  7803. },
  7804. "MinColor": {
  7805. "R": 1.0,
  7806. "G": 1.0,
  7807. "B": 1.0,
  7808. "A": 1.0
  7809. },
  7810. "MaxColor": {
  7811. "R": 0.0,
  7812. "G": 1.0,
  7813. "B": 0.0,
  7814. "A": 1.0
  7815. },
  7816. "Percent": true,
  7817. "SumRelevant": false,
  7818. "Unit": "",
  7819. "VoxelsPerEntry": 5,
  7820. "Category": "Plant",
  7821. "ValueType": "Percent",
  7822. "AreaDescription": "",
  7823. "Components": {
  7824. "$id": "538",
  7825. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7826. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7827. "$values": []
  7828. }
  7829. }
  7830. },
  7831. {
  7832. "$id": "539",
  7833. "Name": "WaterweedYieldGrowth",
  7834. "DisplayName": "Waterweed Yield Growth",
  7835. "InitMultiplier": 1.0,
  7836. "SyncToClient": false,
  7837. "Range": {
  7838. "min": 0.0,
  7839. "max": 1.0
  7840. },
  7841. "MinColor": {
  7842. "R": 1.0,
  7843. "G": 1.0,
  7844. "B": 1.0,
  7845. "A": 1.0
  7846. },
  7847. "MaxColor": {
  7848. "R": 0.0,
  7849. "G": 1.0,
  7850. "B": 0.0,
  7851. "A": 1.0
  7852. },
  7853. "Percent": true,
  7854. "SumRelevant": false,
  7855. "Unit": "",
  7856. "VoxelsPerEntry": 5,
  7857. "Category": "Plant",
  7858. "ValueType": "Percent",
  7859. "AreaDescription": "",
  7860. "Components": {
  7861. "$id": "540",
  7862. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7863. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7864. "$values": []
  7865. }
  7866. }
  7867. },
  7868. {
  7869. "$id": "541",
  7870. "Name": "FireweedYieldGrowth",
  7871. "DisplayName": "Fireweed Yield Growth",
  7872. "InitMultiplier": 1.0,
  7873. "SyncToClient": false,
  7874. "Range": {
  7875. "min": 0.0,
  7876. "max": 1.0
  7877. },
  7878. "MinColor": {
  7879. "R": 1.0,
  7880. "G": 1.0,
  7881. "B": 1.0,
  7882. "A": 1.0
  7883. },
  7884. "MaxColor": {
  7885. "R": 0.0,
  7886. "G": 1.0,
  7887. "B": 0.0,
  7888. "A": 1.0
  7889. },
  7890. "Percent": true,
  7891. "SumRelevant": false,
  7892. "Unit": "",
  7893. "VoxelsPerEntry": 5,
  7894. "Category": "Plant",
  7895. "ValueType": "Percent",
  7896. "AreaDescription": "",
  7897. "Components": {
  7898. "$id": "542",
  7899. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7900. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7901. "$values": []
  7902. }
  7903. }
  7904. },
  7905. {
  7906. "$id": "543",
  7907. "Name": "CreosoteBushYieldGrowth",
  7908. "DisplayName": "Creosote Bush Yield Growth",
  7909. "InitMultiplier": 1.0,
  7910. "SyncToClient": false,
  7911. "Range": {
  7912. "min": 0.0,
  7913. "max": 1.0
  7914. },
  7915. "MinColor": {
  7916. "R": 1.0,
  7917. "G": 1.0,
  7918. "B": 1.0,
  7919. "A": 1.0
  7920. },
  7921. "MaxColor": {
  7922. "R": 0.0,
  7923. "G": 1.0,
  7924. "B": 0.0,
  7925. "A": 1.0
  7926. },
  7927. "Percent": true,
  7928. "SumRelevant": false,
  7929. "Unit": "",
  7930. "VoxelsPerEntry": 5,
  7931. "Category": "Plant",
  7932. "ValueType": "Percent",
  7933. "AreaDescription": "",
  7934. "Components": {
  7935. "$id": "544",
  7936. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7937. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7938. "$values": []
  7939. }
  7940. }
  7941. },
  7942. {
  7943. "$id": "545",
  7944. "Name": "SagebrushYieldGrowth",
  7945. "DisplayName": "Sagebrush Yield Growth",
  7946. "InitMultiplier": 1.0,
  7947. "SyncToClient": false,
  7948. "Range": {
  7949. "min": 0.0,
  7950. "max": 1.0
  7951. },
  7952. "MinColor": {
  7953. "R": 1.0,
  7954. "G": 1.0,
  7955. "B": 1.0,
  7956. "A": 1.0
  7957. },
  7958. "MaxColor": {
  7959. "R": 0.0,
  7960. "G": 1.0,
  7961. "B": 0.0,
  7962. "A": 1.0
  7963. },
  7964. "Percent": true,
  7965. "SumRelevant": false,
  7966. "Unit": "",
  7967. "VoxelsPerEntry": 5,
  7968. "Category": "Plant",
  7969. "ValueType": "Percent",
  7970. "AreaDescription": "",
  7971. "Components": {
  7972. "$id": "546",
  7973. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  7974. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  7975. "$values": []
  7976. }
  7977. }
  7978. },
  7979. {
  7980. "$id": "547",
  7981. "Name": "PricklyPearYieldGrowth",
  7982. "DisplayName": "Prickly Pear Yield Growth",
  7983. "InitMultiplier": 1.0,
  7984. "SyncToClient": false,
  7985. "Range": {
  7986. "min": 0.0,
  7987. "max": 1.0
  7988. },
  7989. "MinColor": {
  7990. "R": 1.0,
  7991. "G": 1.0,
  7992. "B": 1.0,
  7993. "A": 1.0
  7994. },
  7995. "MaxColor": {
  7996. "R": 0.0,
  7997. "G": 1.0,
  7998. "B": 0.0,
  7999. "A": 1.0
  8000. },
  8001. "Percent": true,
  8002. "SumRelevant": false,
  8003. "Unit": "",
  8004. "VoxelsPerEntry": 5,
  8005. "Category": "Plant",
  8006. "ValueType": "Percent",
  8007. "AreaDescription": "",
  8008. "Components": {
  8009. "$id": "548",
  8010. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8011. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8012. "$values": []
  8013. }
  8014. }
  8015. },
  8016. {
  8017. "$id": "549",
  8018. "Name": "BeansYieldGrowth",
  8019. "DisplayName": "Beans Yield Growth",
  8020. "InitMultiplier": 1.0,
  8021. "SyncToClient": false,
  8022. "Range": {
  8023. "min": 0.0,
  8024. "max": 1.0
  8025. },
  8026. "MinColor": {
  8027. "R": 1.0,
  8028. "G": 1.0,
  8029. "B": 1.0,
  8030. "A": 1.0
  8031. },
  8032. "MaxColor": {
  8033. "R": 0.0,
  8034. "G": 1.0,
  8035. "B": 0.0,
  8036. "A": 1.0
  8037. },
  8038. "Percent": true,
  8039. "SumRelevant": false,
  8040. "Unit": "",
  8041. "VoxelsPerEntry": 5,
  8042. "Category": "Plant",
  8043. "ValueType": "Percent",
  8044. "AreaDescription": "",
  8045. "Components": {
  8046. "$id": "550",
  8047. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8048. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8049. "$values": []
  8050. }
  8051. }
  8052. },
  8053. {
  8054. "$id": "551",
  8055. "Name": "BullrushYieldGrowth",
  8056. "DisplayName": "Bullrush Yield Growth",
  8057. "InitMultiplier": 1.0,
  8058. "SyncToClient": false,
  8059. "Range": {
  8060. "min": 0.0,
  8061. "max": 1.0
  8062. },
  8063. "MinColor": {
  8064. "R": 1.0,
  8065. "G": 1.0,
  8066. "B": 1.0,
  8067. "A": 1.0
  8068. },
  8069. "MaxColor": {
  8070. "R": 0.0,
  8071. "G": 1.0,
  8072. "B": 0.0,
  8073. "A": 1.0
  8074. },
  8075. "Percent": true,
  8076. "SumRelevant": false,
  8077. "Unit": "",
  8078. "VoxelsPerEntry": 5,
  8079. "Category": "Plant",
  8080. "ValueType": "Percent",
  8081. "AreaDescription": "",
  8082. "Components": {
  8083. "$id": "552",
  8084. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8085. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8086. "$values": []
  8087. }
  8088. }
  8089. },
  8090. {
  8091. "$id": "553",
  8092. "Name": "ClamYieldGrowth",
  8093. "DisplayName": "Clam Yield Growth",
  8094. "InitMultiplier": 1.0,
  8095. "SyncToClient": false,
  8096. "Range": {
  8097. "min": 0.0,
  8098. "max": 1.0
  8099. },
  8100. "MinColor": {
  8101. "R": 1.0,
  8102. "G": 1.0,
  8103. "B": 1.0,
  8104. "A": 1.0
  8105. },
  8106. "MaxColor": {
  8107. "R": 0.0,
  8108. "G": 1.0,
  8109. "B": 0.0,
  8110. "A": 1.0
  8111. },
  8112. "Percent": true,
  8113. "SumRelevant": false,
  8114. "Unit": "",
  8115. "VoxelsPerEntry": 5,
  8116. "Category": "Plant",
  8117. "ValueType": "Percent",
  8118. "AreaDescription": "",
  8119. "Components": {
  8120. "$id": "554",
  8121. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8122. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8123. "$values": []
  8124. }
  8125. }
  8126. },
  8127. {
  8128. "$id": "555",
  8129. "Name": "UrchinYieldGrowth",
  8130. "DisplayName": "Urchin Yield Growth",
  8131. "InitMultiplier": 1.0,
  8132. "SyncToClient": false,
  8133. "Range": {
  8134. "min": 0.0,
  8135. "max": 1.0
  8136. },
  8137. "MinColor": {
  8138. "R": 1.0,
  8139. "G": 1.0,
  8140. "B": 1.0,
  8141. "A": 1.0
  8142. },
  8143. "MaxColor": {
  8144. "R": 0.0,
  8145. "G": 1.0,
  8146. "B": 0.0,
  8147. "A": 1.0
  8148. },
  8149. "Percent": true,
  8150. "SumRelevant": false,
  8151. "Unit": "",
  8152. "VoxelsPerEntry": 5,
  8153. "Category": "Plant",
  8154. "ValueType": "Percent",
  8155. "AreaDescription": "",
  8156. "Components": {
  8157. "$id": "556",
  8158. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8159. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8160. "$values": []
  8161. }
  8162. }
  8163. },
  8164. {
  8165. "$id": "557",
  8166. "Name": "KelpYieldGrowth",
  8167. "DisplayName": "Kelp Yield Growth",
  8168. "InitMultiplier": 1.0,
  8169. "SyncToClient": false,
  8170. "Range": {
  8171. "min": 0.0,
  8172. "max": 1.0
  8173. },
  8174. "MinColor": {
  8175. "R": 1.0,
  8176. "G": 1.0,
  8177. "B": 1.0,
  8178. "A": 1.0
  8179. },
  8180. "MaxColor": {
  8181. "R": 0.0,
  8182. "G": 1.0,
  8183. "B": 0.0,
  8184. "A": 1.0
  8185. },
  8186. "Percent": true,
  8187. "SumRelevant": false,
  8188. "Unit": "",
  8189. "VoxelsPerEntry": 5,
  8190. "Category": "Plant",
  8191. "ValueType": "Percent",
  8192. "AreaDescription": "",
  8193. "Components": {
  8194. "$id": "558",
  8195. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8196. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8197. "$values": []
  8198. }
  8199. }
  8200. },
  8201. {
  8202. "$id": "559",
  8203. "Name": "PitcherPlantYieldGrowth",
  8204. "DisplayName": "Pitcher Plant Yield Growth",
  8205. "InitMultiplier": 1.0,
  8206. "SyncToClient": false,
  8207. "Range": {
  8208. "min": 0.0,
  8209. "max": 1.0
  8210. },
  8211. "MinColor": {
  8212. "R": 1.0,
  8213. "G": 1.0,
  8214. "B": 1.0,
  8215. "A": 1.0
  8216. },
  8217. "MaxColor": {
  8218. "R": 0.0,
  8219. "G": 1.0,
  8220. "B": 0.0,
  8221. "A": 1.0
  8222. },
  8223. "Percent": true,
  8224. "SumRelevant": false,
  8225. "Unit": "",
  8226. "VoxelsPerEntry": 5,
  8227. "Category": "Plant",
  8228. "ValueType": "Percent",
  8229. "AreaDescription": "",
  8230. "Components": {
  8231. "$id": "560",
  8232. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8233. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8234. "$values": []
  8235. }
  8236. }
  8237. },
  8238. {
  8239. "$id": "561",
  8240. "Name": "ButtonbushYieldGrowth",
  8241. "DisplayName": "Buttonbush Yield Growth",
  8242. "InitMultiplier": 1.0,
  8243. "SyncToClient": false,
  8244. "Range": {
  8245. "min": 0.0,
  8246. "max": 1.0
  8247. },
  8248. "MinColor": {
  8249. "R": 1.0,
  8250. "G": 1.0,
  8251. "B": 1.0,
  8252. "A": 1.0
  8253. },
  8254. "MaxColor": {
  8255. "R": 0.0,
  8256. "G": 1.0,
  8257. "B": 0.0,
  8258. "A": 1.0
  8259. },
  8260. "Percent": true,
  8261. "SumRelevant": false,
  8262. "Unit": "",
  8263. "VoxelsPerEntry": 5,
  8264. "Category": "Plant",
  8265. "ValueType": "Percent",
  8266. "AreaDescription": "",
  8267. "Components": {
  8268. "$id": "562",
  8269. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8270. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8271. "$values": []
  8272. }
  8273. }
  8274. },
  8275. {
  8276. "$id": "563",
  8277. "Name": "SalalYieldGrowth",
  8278. "DisplayName": "Salal Yield Growth",
  8279. "InitMultiplier": 1.0,
  8280. "SyncToClient": false,
  8281. "Range": {
  8282. "min": 0.0,
  8283. "max": 1.0
  8284. },
  8285. "MinColor": {
  8286. "R": 1.0,
  8287. "G": 1.0,
  8288. "B": 1.0,
  8289. "A": 1.0
  8290. },
  8291. "MaxColor": {
  8292. "R": 0.0,
  8293. "G": 1.0,
  8294. "B": 0.0,
  8295. "A": 1.0
  8296. },
  8297. "Percent": true,
  8298. "SumRelevant": false,
  8299. "Unit": "",
  8300. "VoxelsPerEntry": 5,
  8301. "Category": "Plant",
  8302. "ValueType": "Percent",
  8303. "AreaDescription": "",
  8304. "Components": {
  8305. "$id": "564",
  8306. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8307. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8308. "$values": []
  8309. }
  8310. }
  8311. },
  8312. {
  8313. "$id": "565",
  8314. "Name": "TomatoesYieldGrowth",
  8315. "DisplayName": "Tomatoes Yield Growth",
  8316. "InitMultiplier": 1.0,
  8317. "SyncToClient": false,
  8318. "Range": {
  8319. "min": 0.0,
  8320. "max": 1.0
  8321. },
  8322. "MinColor": {
  8323. "R": 1.0,
  8324. "G": 1.0,
  8325. "B": 1.0,
  8326. "A": 1.0
  8327. },
  8328. "MaxColor": {
  8329. "R": 0.0,
  8330. "G": 1.0,
  8331. "B": 0.0,
  8332. "A": 1.0
  8333. },
  8334. "Percent": true,
  8335. "SumRelevant": false,
  8336. "Unit": "",
  8337. "VoxelsPerEntry": 5,
  8338. "Category": "Plant",
  8339. "ValueType": "Percent",
  8340. "AreaDescription": "",
  8341. "Components": {
  8342. "$id": "566",
  8343. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8344. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8345. "$values": []
  8346. }
  8347. }
  8348. },
  8349. {
  8350. "$id": "567",
  8351. "Name": "AmanitaMushroomYieldGrowth",
  8352. "DisplayName": "Amanita Mushroom Yield Growth",
  8353. "InitMultiplier": 1.0,
  8354. "SyncToClient": false,
  8355. "Range": {
  8356. "min": 0.0,
  8357. "max": 1.0
  8358. },
  8359. "MinColor": {
  8360. "R": 1.0,
  8361. "G": 1.0,
  8362. "B": 1.0,
  8363. "A": 1.0
  8364. },
  8365. "MaxColor": {
  8366. "R": 0.0,
  8367. "G": 1.0,
  8368. "B": 0.0,
  8369. "A": 1.0
  8370. },
  8371. "Percent": true,
  8372. "SumRelevant": false,
  8373. "Unit": "",
  8374. "VoxelsPerEntry": 5,
  8375. "Category": "Plant",
  8376. "ValueType": "Percent",
  8377. "AreaDescription": "",
  8378. "Components": {
  8379. "$id": "568",
  8380. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8381. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8382. "$values": []
  8383. }
  8384. }
  8385. },
  8386. {
  8387. "$id": "569",
  8388. "Name": "CriminiMushroomYieldGrowth",
  8389. "DisplayName": "Crimini Mushroom Yield Growth",
  8390. "InitMultiplier": 1.0,
  8391. "SyncToClient": false,
  8392. "Range": {
  8393. "min": 0.0,
  8394. "max": 1.0
  8395. },
  8396. "MinColor": {
  8397. "R": 1.0,
  8398. "G": 1.0,
  8399. "B": 1.0,
  8400. "A": 1.0
  8401. },
  8402. "MaxColor": {
  8403. "R": 0.0,
  8404. "G": 1.0,
  8405. "B": 0.0,
  8406. "A": 1.0
  8407. },
  8408. "Percent": true,
  8409. "SumRelevant": false,
  8410. "Unit": "",
  8411. "VoxelsPerEntry": 5,
  8412. "Category": "Plant",
  8413. "ValueType": "Percent",
  8414. "AreaDescription": "",
  8415. "Components": {
  8416. "$id": "570",
  8417. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8418. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8419. "$values": []
  8420. }
  8421. }
  8422. },
  8423. {
  8424. "$id": "571",
  8425. "Name": "OakYieldGrowth",
  8426. "DisplayName": "Oak Yield Growth",
  8427. "InitMultiplier": 1.0,
  8428. "SyncToClient": false,
  8429. "Range": {
  8430. "min": 0.0,
  8431. "max": 1.0
  8432. },
  8433. "MinColor": {
  8434. "R": 1.0,
  8435. "G": 1.0,
  8436. "B": 1.0,
  8437. "A": 1.0
  8438. },
  8439. "MaxColor": {
  8440. "R": 0.0,
  8441. "G": 1.0,
  8442. "B": 0.0,
  8443. "A": 1.0
  8444. },
  8445. "Percent": true,
  8446. "SumRelevant": false,
  8447. "Unit": "",
  8448. "VoxelsPerEntry": 20,
  8449. "Category": "Plant",
  8450. "ValueType": "Percent",
  8451. "AreaDescription": "",
  8452. "Components": {
  8453. "$id": "572",
  8454. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8455. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8456. "$values": []
  8457. }
  8458. }
  8459. },
  8460. {
  8461. "$id": "573",
  8462. "Name": "FirYieldGrowth",
  8463. "DisplayName": "Fir Yield Growth",
  8464. "InitMultiplier": 1.0,
  8465. "SyncToClient": false,
  8466. "Range": {
  8467. "min": 0.0,
  8468. "max": 1.0
  8469. },
  8470. "MinColor": {
  8471. "R": 1.0,
  8472. "G": 1.0,
  8473. "B": 1.0,
  8474. "A": 1.0
  8475. },
  8476. "MaxColor": {
  8477. "R": 0.0,
  8478. "G": 1.0,
  8479. "B": 0.0,
  8480. "A": 1.0
  8481. },
  8482. "Percent": true,
  8483. "SumRelevant": false,
  8484. "Unit": "",
  8485. "VoxelsPerEntry": 20,
  8486. "Category": "Plant",
  8487. "ValueType": "Percent",
  8488. "AreaDescription": "",
  8489. "Components": {
  8490. "$id": "574",
  8491. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8492. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8493. "$values": []
  8494. }
  8495. }
  8496. },
  8497. {
  8498. "$id": "575",
  8499. "Name": "SaguaroCactusYieldGrowth",
  8500. "DisplayName": "Saguaro Cactus Yield Growth",
  8501. "InitMultiplier": 1.0,
  8502. "SyncToClient": false,
  8503. "Range": {
  8504. "min": 0.0,
  8505. "max": 1.0
  8506. },
  8507. "MinColor": {
  8508. "R": 1.0,
  8509. "G": 1.0,
  8510. "B": 1.0,
  8511. "A": 1.0
  8512. },
  8513. "MaxColor": {
  8514. "R": 0.0,
  8515. "G": 1.0,
  8516. "B": 0.0,
  8517. "A": 1.0
  8518. },
  8519. "Percent": true,
  8520. "SumRelevant": false,
  8521. "Unit": "",
  8522. "VoxelsPerEntry": 20,
  8523. "Category": "Plant",
  8524. "ValueType": "Percent",
  8525. "AreaDescription": "",
  8526. "Components": {
  8527. "$id": "576",
  8528. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8529. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8530. "$values": []
  8531. }
  8532. }
  8533. },
  8534. {
  8535. "$id": "577",
  8536. "$type": "Eco.Simulation.WorldLayers.Layers.SpeciesHabitabilityLayerSettings, Eco.Simulation",
  8537. "Species": "Tortoise",
  8538. "HabitabilityComponents": {
  8539. "$id": "578",
  8540. "Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent": {
  8541. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.Habitability.HabitabilityComponent, Eco.Simulation]], mscorlib",
  8542. "$values": [
  8543. {
  8544. "$id": "579",
  8545. "$type": "Eco.Simulation.WorldLayers.Components.Habitability.ConsumerComponent, Eco.Simulation",
  8546. "Prey": {
  8547. "$id": "580",
  8548. "Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings": {
  8549. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Layers.SpeciesLayerSettings, Eco.Simulation]], mscorlib",
  8550. "$values": [
  8551. {
  8552. "$id": "581",
  8553. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  8554. "Name": "Sagebrush",
  8555. "DisplayName": "Sagebrush Population",
  8556. "InitMultiplier": 1.0,
  8557. "SyncToClient": false,
  8558. "Range": {
  8559. "min": 0.0,
  8560. "max": 1.0
  8561. },
  8562. "RenderRange": {
  8563. "min": 0.0,
  8564. "max": 0.2857143
  8565. },
  8566. "MinColor": {
  8567. "R": 1.0,
  8568. "G": 1.0,
  8569. "B": 1.0,
  8570. "A": 1.0
  8571. },
  8572. "MaxColor": {
  8573. "R": 0.0,
  8574. "G": 1.0,
  8575. "B": 0.0,
  8576. "A": 1.0
  8577. },
  8578. "Percent": false,
  8579. "SumRelevant": true,
  8580. "Unit": "Sagebrushes",
  8581. "VoxelsPerEntry": 5,
  8582. "Category": "Plant",
  8583. "ValueType": "Percent",
  8584. "AreaDescription": "",
  8585. "Components": {
  8586. "$id": "582",
  8587. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8588. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8589. "$values": []
  8590. }
  8591. }
  8592. },
  8593. {
  8594. "$id": "583",
  8595. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  8596. "Name": "CreosoteBush",
  8597. "DisplayName": "Creosote Bush Population",
  8598. "InitMultiplier": 1.0,
  8599. "SyncToClient": false,
  8600. "Range": {
  8601. "min": 0.0,
  8602. "max": 1.0
  8603. },
  8604. "RenderRange": {
  8605. "min": 0.0,
  8606. "max": 0.2
  8607. },
  8608. "MinColor": {
  8609. "R": 1.0,
  8610. "G": 1.0,
  8611. "B": 1.0,
  8612. "A": 1.0
  8613. },
  8614. "MaxColor": {
  8615. "R": 0.0,
  8616. "G": 1.0,
  8617. "B": 0.0,
  8618. "A": 1.0
  8619. },
  8620. "Percent": false,
  8621. "SumRelevant": true,
  8622. "Unit": "Creosote Bushes",
  8623. "VoxelsPerEntry": 5,
  8624. "Category": "Plant",
  8625. "ValueType": "Percent",
  8626. "AreaDescription": "",
  8627. "Components": {
  8628. "$id": "584",
  8629. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8630. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8631. "$values": []
  8632. }
  8633. }
  8634. },
  8635. {
  8636. "$id": "585",
  8637. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  8638. "Name": "PricklyPear",
  8639. "DisplayName": "Prickly Pear Population",
  8640. "InitMultiplier": 1.0,
  8641. "SyncToClient": false,
  8642. "Range": {
  8643. "min": 0.0,
  8644. "max": 1.0
  8645. },
  8646. "RenderRange": {
  8647. "min": 0.0,
  8648. "max": 0.222222224
  8649. },
  8650. "MinColor": {
  8651. "R": 1.0,
  8652. "G": 1.0,
  8653. "B": 1.0,
  8654. "A": 1.0
  8655. },
  8656. "MaxColor": {
  8657. "R": 0.0,
  8658. "G": 1.0,
  8659. "B": 0.0,
  8660. "A": 1.0
  8661. },
  8662. "Percent": false,
  8663. "SumRelevant": true,
  8664. "Unit": "Prickly Pears",
  8665. "VoxelsPerEntry": 5,
  8666. "Category": "Plant",
  8667. "ValueType": "Percent",
  8668. "AreaDescription": "",
  8669. "Components": {
  8670. "$id": "586",
  8671. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8672. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8673. "$values": []
  8674. }
  8675. }
  8676. }
  8677. ]
  8678. },
  8679. "masterList": {
  8680. "$id": "587",
  8681. "$type": "Eco.Core.Utils.MasterListSurrogate`1[[Eco.Simulation.WorldLayers.Layers.WorldLayerSettings, Eco.Simulation]], Eco.Core",
  8682. "Master": {
  8683. "$ref": "1"
  8684. }
  8685. }
  8686. },
  8687. "CalorieConsumption": 50.0
  8688. }
  8689. ]
  8690. }
  8691. },
  8692. "Name": "TortoiseCapacity",
  8693. "DisplayName": "Tortoise Capacity",
  8694. "InitMultiplier": 1.0,
  8695. "SyncToClient": false,
  8696. "Range": {
  8697. "min": 0.0,
  8698. "max": 1.0
  8699. },
  8700. "MinColor": {
  8701. "R": 1.0,
  8702. "G": 1.0,
  8703. "B": 1.0,
  8704. "A": 1.0
  8705. },
  8706. "MaxColor": {
  8707. "R": 0.0,
  8708. "G": 1.0,
  8709. "B": 0.0,
  8710. "A": 1.0
  8711. },
  8712. "Percent": true,
  8713. "SumRelevant": false,
  8714. "Unit": "",
  8715. "VoxelsPerEntry": 40,
  8716. "Category": "World",
  8717. "ValueType": "Percent",
  8718. "AreaDescription": "",
  8719. "Components": {
  8720. "$id": "588",
  8721. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8722. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8723. "$values": []
  8724. }
  8725. }
  8726. },
  8727. {
  8728. "$id": "589",
  8729. "$type": "Eco.Simulation.WorldLayers.Layers.AnimalLayerSettings, Eco.Simulation",
  8730. "HabitabilityLayer": "TortoiseCapacity",
  8731. "SpreadRate": 0.5,
  8732. "SpeciesChangeRate": 0.9,
  8733. "Name": "Tortoise",
  8734. "DisplayName": "Tortoise Population",
  8735. "InitMultiplier": 1.0,
  8736. "SyncToClient": false,
  8737. "Range": {
  8738. "min": 0.0,
  8739. "max": 5.0
  8740. },
  8741. "MinColor": {
  8742. "R": 1.0,
  8743. "G": 1.0,
  8744. "B": 1.0,
  8745. "A": 1.0
  8746. },
  8747. "MaxColor": {
  8748. "R": 0.0,
  8749. "G": 1.0,
  8750. "B": 0.0,
  8751. "A": 1.0
  8752. },
  8753. "Percent": false,
  8754. "SumRelevant": true,
  8755. "Unit": "Tortoises",
  8756. "VoxelsPerEntry": 20,
  8757. "Category": "Animal",
  8758. "ValueType": "Percent",
  8759. "AreaDescription": "",
  8760. "Components": {
  8761. "$id": "590",
  8762. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8763. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8764. "$values": []
  8765. }
  8766. }
  8767. },
  8768. {
  8769. "$id": "591",
  8770. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  8771. "Name": "Camas",
  8772. "DisplayName": "Camas Population",
  8773. "InitMultiplier": 1.0,
  8774. "SyncToClient": false,
  8775. "Range": {
  8776. "min": 0.0,
  8777. "max": 1.0
  8778. },
  8779. "RenderRange": {
  8780. "min": 0.0,
  8781. "max": 0.333333343
  8782. },
  8783. "MinColor": {
  8784. "R": 1.0,
  8785. "G": 1.0,
  8786. "B": 1.0,
  8787. "A": 1.0
  8788. },
  8789. "MaxColor": {
  8790. "R": 0.0,
  8791. "G": 1.0,
  8792. "B": 0.0,
  8793. "A": 1.0
  8794. },
  8795. "Percent": false,
  8796. "SumRelevant": true,
  8797. "Unit": "Camas",
  8798. "VoxelsPerEntry": 5,
  8799. "Category": "Plant",
  8800. "ValueType": "Percent",
  8801. "AreaDescription": "",
  8802. "Components": {
  8803. "$id": "592",
  8804. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8805. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8806. "$values": []
  8807. }
  8808. }
  8809. },
  8810. {
  8811. "$id": "593",
  8812. "Name": "CamasGrowth",
  8813. "DisplayName": "Camas Growth",
  8814. "InitMultiplier": 1.0,
  8815. "SyncToClient": false,
  8816. "Range": {
  8817. "min": 0.0,
  8818. "max": 1.0
  8819. },
  8820. "MinColor": {
  8821. "R": 1.0,
  8822. "G": 1.0,
  8823. "B": 1.0,
  8824. "A": 1.0
  8825. },
  8826. "MaxColor": {
  8827. "R": 0.0,
  8828. "G": 1.0,
  8829. "B": 0.0,
  8830. "A": 1.0
  8831. },
  8832. "Percent": true,
  8833. "SumRelevant": false,
  8834. "Unit": "",
  8835. "VoxelsPerEntry": 5,
  8836. "Category": "Plant",
  8837. "ValueType": "Percent",
  8838. "AreaDescription": "",
  8839. "Components": {
  8840. "$id": "594",
  8841. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8842. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8843. "$values": []
  8844. }
  8845. }
  8846. },
  8847. {
  8848. "$id": "595",
  8849. "Name": "CamasYieldPotential",
  8850. "DisplayName": "Camas Yield Potential",
  8851. "InitMultiplier": 1.0,
  8852. "SyncToClient": false,
  8853. "Range": {
  8854. "min": 0.0,
  8855. "max": 1.0
  8856. },
  8857. "MinColor": {
  8858. "R": 1.0,
  8859. "G": 1.0,
  8860. "B": 1.0,
  8861. "A": 1.0
  8862. },
  8863. "MaxColor": {
  8864. "R": 0.0,
  8865. "G": 1.0,
  8866. "B": 0.0,
  8867. "A": 1.0
  8868. },
  8869. "Percent": true,
  8870. "SumRelevant": false,
  8871. "Unit": "",
  8872. "VoxelsPerEntry": 5,
  8873. "Category": "Plant",
  8874. "ValueType": "Percent",
  8875. "AreaDescription": "",
  8876. "Components": {
  8877. "$id": "596",
  8878. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8879. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8880. "$values": []
  8881. }
  8882. }
  8883. },
  8884. {
  8885. "$id": "597",
  8886. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  8887. "Name": "Wheat",
  8888. "DisplayName": "Wheat Population",
  8889. "InitMultiplier": 1.0,
  8890. "SyncToClient": false,
  8891. "Range": {
  8892. "min": 0.0,
  8893. "max": 1.0
  8894. },
  8895. "RenderRange": {
  8896. "min": 0.0,
  8897. "max": 0.333333343
  8898. },
  8899. "MinColor": {
  8900. "R": 1.0,
  8901. "G": 1.0,
  8902. "B": 1.0,
  8903. "A": 1.0
  8904. },
  8905. "MaxColor": {
  8906. "R": 0.0,
  8907. "G": 1.0,
  8908. "B": 0.0,
  8909. "A": 1.0
  8910. },
  8911. "Percent": false,
  8912. "SumRelevant": true,
  8913. "Unit": "Wheats",
  8914. "VoxelsPerEntry": 5,
  8915. "Category": "Plant",
  8916. "ValueType": "Percent",
  8917. "AreaDescription": "",
  8918. "Components": {
  8919. "$id": "598",
  8920. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8921. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8922. "$values": []
  8923. }
  8924. }
  8925. },
  8926. {
  8927. "$id": "599",
  8928. "Name": "WheatGrowth",
  8929. "DisplayName": "Wheat Growth",
  8930. "InitMultiplier": 1.0,
  8931. "SyncToClient": false,
  8932. "Range": {
  8933. "min": 0.0,
  8934. "max": 1.0
  8935. },
  8936. "MinColor": {
  8937. "R": 1.0,
  8938. "G": 1.0,
  8939. "B": 1.0,
  8940. "A": 1.0
  8941. },
  8942. "MaxColor": {
  8943. "R": 0.0,
  8944. "G": 1.0,
  8945. "B": 0.0,
  8946. "A": 1.0
  8947. },
  8948. "Percent": true,
  8949. "SumRelevant": false,
  8950. "Unit": "",
  8951. "VoxelsPerEntry": 5,
  8952. "Category": "Plant",
  8953. "ValueType": "Percent",
  8954. "AreaDescription": "",
  8955. "Components": {
  8956. "$id": "600",
  8957. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8958. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8959. "$values": []
  8960. }
  8961. }
  8962. },
  8963. {
  8964. "$id": "601",
  8965. "Name": "WheatYieldPotential",
  8966. "DisplayName": "Wheat Yield Potential",
  8967. "InitMultiplier": 1.0,
  8968. "SyncToClient": false,
  8969. "Range": {
  8970. "min": 0.0,
  8971. "max": 1.0
  8972. },
  8973. "MinColor": {
  8974. "R": 1.0,
  8975. "G": 1.0,
  8976. "B": 1.0,
  8977. "A": 1.0
  8978. },
  8979. "MaxColor": {
  8980. "R": 0.0,
  8981. "G": 1.0,
  8982. "B": 0.0,
  8983. "A": 1.0
  8984. },
  8985. "Percent": true,
  8986. "SumRelevant": false,
  8987. "Unit": "",
  8988. "VoxelsPerEntry": 5,
  8989. "Category": "Plant",
  8990. "ValueType": "Percent",
  8991. "AreaDescription": "",
  8992. "Components": {
  8993. "$id": "602",
  8994. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  8995. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  8996. "$values": []
  8997. }
  8998. }
  8999. },
  9000. {
  9001. "$id": "603",
  9002. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9003. "Name": "Birch",
  9004. "DisplayName": "Birch Population",
  9005. "InitMultiplier": 1.0,
  9006. "SyncToClient": false,
  9007. "Range": {
  9008. "min": 0.0,
  9009. "max": 1.0
  9010. },
  9011. "RenderRange": {
  9012. "min": 0.0,
  9013. "max": 0.05
  9014. },
  9015. "MinColor": {
  9016. "R": 1.0,
  9017. "G": 1.0,
  9018. "B": 1.0,
  9019. "A": 1.0
  9020. },
  9021. "MaxColor": {
  9022. "R": 0.0,
  9023. "G": 1.0,
  9024. "B": 0.0,
  9025. "A": 1.0
  9026. },
  9027. "Percent": false,
  9028. "SumRelevant": true,
  9029. "Unit": "Birches",
  9030. "VoxelsPerEntry": 20,
  9031. "Category": "Plant",
  9032. "ValueType": "Percent",
  9033. "AreaDescription": "",
  9034. "Components": {
  9035. "$id": "604",
  9036. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9037. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9038. "$values": []
  9039. }
  9040. }
  9041. },
  9042. {
  9043. "$id": "605",
  9044. "Name": "BirchGrowth",
  9045. "DisplayName": "Birch Growth",
  9046. "InitMultiplier": 1.0,
  9047. "SyncToClient": false,
  9048. "Range": {
  9049. "min": 0.0,
  9050. "max": 1.0
  9051. },
  9052. "MinColor": {
  9053. "R": 1.0,
  9054. "G": 1.0,
  9055. "B": 1.0,
  9056. "A": 1.0
  9057. },
  9058. "MaxColor": {
  9059. "R": 0.0,
  9060. "G": 1.0,
  9061. "B": 0.0,
  9062. "A": 1.0
  9063. },
  9064. "Percent": true,
  9065. "SumRelevant": false,
  9066. "Unit": "",
  9067. "VoxelsPerEntry": 20,
  9068. "Category": "Plant",
  9069. "ValueType": "Percent",
  9070. "AreaDescription": "",
  9071. "Components": {
  9072. "$id": "606",
  9073. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9074. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9075. "$values": []
  9076. }
  9077. }
  9078. },
  9079. {
  9080. "$id": "607",
  9081. "Name": "BirchYieldPotential",
  9082. "DisplayName": "Birch Yield Potential",
  9083. "InitMultiplier": 1.0,
  9084. "SyncToClient": false,
  9085. "Range": {
  9086. "min": 0.0,
  9087. "max": 1.0
  9088. },
  9089. "MinColor": {
  9090. "R": 1.0,
  9091. "G": 1.0,
  9092. "B": 1.0,
  9093. "A": 1.0
  9094. },
  9095. "MaxColor": {
  9096. "R": 0.0,
  9097. "G": 1.0,
  9098. "B": 0.0,
  9099. "A": 1.0
  9100. },
  9101. "Percent": true,
  9102. "SumRelevant": false,
  9103. "Unit": "",
  9104. "VoxelsPerEntry": 20,
  9105. "Category": "Plant",
  9106. "ValueType": "Percent",
  9107. "AreaDescription": "",
  9108. "Components": {
  9109. "$id": "608",
  9110. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9111. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9112. "$values": []
  9113. }
  9114. }
  9115. },
  9116. {
  9117. "$id": "609",
  9118. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9119. "Name": "Cedar",
  9120. "DisplayName": "Cedar Population",
  9121. "InitMultiplier": 1.0,
  9122. "SyncToClient": false,
  9123. "Range": {
  9124. "min": 0.0,
  9125. "max": 1.0
  9126. },
  9127. "RenderRange": {
  9128. "min": 0.0,
  9129. "max": 0.05
  9130. },
  9131. "MinColor": {
  9132. "R": 1.0,
  9133. "G": 1.0,
  9134. "B": 1.0,
  9135. "A": 1.0
  9136. },
  9137. "MaxColor": {
  9138. "R": 0.0,
  9139. "G": 1.0,
  9140. "B": 0.0,
  9141. "A": 1.0
  9142. },
  9143. "Percent": false,
  9144. "SumRelevant": true,
  9145. "Unit": "Cedars",
  9146. "VoxelsPerEntry": 20,
  9147. "Category": "Plant",
  9148. "ValueType": "Percent",
  9149. "AreaDescription": "",
  9150. "Components": {
  9151. "$id": "610",
  9152. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9153. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9154. "$values": []
  9155. }
  9156. }
  9157. },
  9158. {
  9159. "$id": "611",
  9160. "Name": "CedarGrowth",
  9161. "DisplayName": "Cedar Growth",
  9162. "InitMultiplier": 1.0,
  9163. "SyncToClient": false,
  9164. "Range": {
  9165. "min": 0.0,
  9166. "max": 1.0
  9167. },
  9168. "MinColor": {
  9169. "R": 1.0,
  9170. "G": 1.0,
  9171. "B": 1.0,
  9172. "A": 1.0
  9173. },
  9174. "MaxColor": {
  9175. "R": 0.0,
  9176. "G": 1.0,
  9177. "B": 0.0,
  9178. "A": 1.0
  9179. },
  9180. "Percent": true,
  9181. "SumRelevant": false,
  9182. "Unit": "",
  9183. "VoxelsPerEntry": 20,
  9184. "Category": "Plant",
  9185. "ValueType": "Percent",
  9186. "AreaDescription": "",
  9187. "Components": {
  9188. "$id": "612",
  9189. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9190. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9191. "$values": []
  9192. }
  9193. }
  9194. },
  9195. {
  9196. "$id": "613",
  9197. "Name": "CedarYieldPotential",
  9198. "DisplayName": "Cedar Yield Potential",
  9199. "InitMultiplier": 1.0,
  9200. "SyncToClient": false,
  9201. "Range": {
  9202. "min": 0.0,
  9203. "max": 1.0
  9204. },
  9205. "MinColor": {
  9206. "R": 1.0,
  9207. "G": 1.0,
  9208. "B": 1.0,
  9209. "A": 1.0
  9210. },
  9211. "MaxColor": {
  9212. "R": 0.0,
  9213. "G": 1.0,
  9214. "B": 0.0,
  9215. "A": 1.0
  9216. },
  9217. "Percent": true,
  9218. "SumRelevant": false,
  9219. "Unit": "",
  9220. "VoxelsPerEntry": 20,
  9221. "Category": "Plant",
  9222. "ValueType": "Percent",
  9223. "AreaDescription": "",
  9224. "Components": {
  9225. "$id": "614",
  9226. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9227. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9228. "$values": []
  9229. }
  9230. }
  9231. },
  9232. {
  9233. "$id": "615",
  9234. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9235. "Name": "Bunchgrass",
  9236. "DisplayName": "Bunchgrass Population",
  9237. "InitMultiplier": 1.0,
  9238. "SyncToClient": false,
  9239. "Range": {
  9240. "min": 0.0,
  9241. "max": 1.0
  9242. },
  9243. "RenderRange": {
  9244. "min": 0.0,
  9245. "max": 0.333333343
  9246. },
  9247. "MinColor": {
  9248. "R": 1.0,
  9249. "G": 1.0,
  9250. "B": 1.0,
  9251. "A": 1.0
  9252. },
  9253. "MaxColor": {
  9254. "R": 0.0,
  9255. "G": 1.0,
  9256. "B": 0.0,
  9257. "A": 1.0
  9258. },
  9259. "Percent": false,
  9260. "SumRelevant": true,
  9261. "Unit": "Bunchgrasses",
  9262. "VoxelsPerEntry": 5,
  9263. "Category": "Plant",
  9264. "ValueType": "Percent",
  9265. "AreaDescription": "",
  9266. "Components": {
  9267. "$id": "616",
  9268. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9269. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9270. "$values": []
  9271. }
  9272. }
  9273. },
  9274. {
  9275. "$id": "617",
  9276. "Name": "BunchgrassGrowth",
  9277. "DisplayName": "Bunchgrass Growth",
  9278. "InitMultiplier": 1.0,
  9279. "SyncToClient": false,
  9280. "Range": {
  9281. "min": 0.0,
  9282. "max": 1.0
  9283. },
  9284. "MinColor": {
  9285. "R": 1.0,
  9286. "G": 1.0,
  9287. "B": 1.0,
  9288. "A": 1.0
  9289. },
  9290. "MaxColor": {
  9291. "R": 0.0,
  9292. "G": 1.0,
  9293. "B": 0.0,
  9294. "A": 1.0
  9295. },
  9296. "Percent": true,
  9297. "SumRelevant": false,
  9298. "Unit": "",
  9299. "VoxelsPerEntry": 5,
  9300. "Category": "Plant",
  9301. "ValueType": "Percent",
  9302. "AreaDescription": "",
  9303. "Components": {
  9304. "$id": "618",
  9305. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9306. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9307. "$values": []
  9308. }
  9309. }
  9310. },
  9311. {
  9312. "$id": "619",
  9313. "Name": "BunchgrassYieldPotential",
  9314. "DisplayName": "Bunchgrass Yield Potential",
  9315. "InitMultiplier": 1.0,
  9316. "SyncToClient": false,
  9317. "Range": {
  9318. "min": 0.0,
  9319. "max": 1.0
  9320. },
  9321. "MinColor": {
  9322. "R": 1.0,
  9323. "G": 1.0,
  9324. "B": 1.0,
  9325. "A": 1.0
  9326. },
  9327. "MaxColor": {
  9328. "R": 0.0,
  9329. "G": 1.0,
  9330. "B": 0.0,
  9331. "A": 1.0
  9332. },
  9333. "Percent": true,
  9334. "SumRelevant": false,
  9335. "Unit": "",
  9336. "VoxelsPerEntry": 5,
  9337. "Category": "Plant",
  9338. "ValueType": "Percent",
  9339. "AreaDescription": "",
  9340. "Components": {
  9341. "$id": "620",
  9342. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9343. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9344. "$values": []
  9345. }
  9346. }
  9347. },
  9348. {
  9349. "$id": "621",
  9350. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9351. "Name": "Fern",
  9352. "DisplayName": "Fern Population",
  9353. "InitMultiplier": 1.0,
  9354. "SyncToClient": false,
  9355. "Range": {
  9356. "min": 0.0,
  9357. "max": 1.0
  9358. },
  9359. "RenderRange": {
  9360. "min": 0.0,
  9361. "max": 0.4
  9362. },
  9363. "MinColor": {
  9364. "R": 1.0,
  9365. "G": 1.0,
  9366. "B": 1.0,
  9367. "A": 1.0
  9368. },
  9369. "MaxColor": {
  9370. "R": 0.0,
  9371. "G": 1.0,
  9372. "B": 0.0,
  9373. "A": 1.0
  9374. },
  9375. "Percent": false,
  9376. "SumRelevant": true,
  9377. "Unit": "Ferns",
  9378. "VoxelsPerEntry": 5,
  9379. "Category": "Plant",
  9380. "ValueType": "Percent",
  9381. "AreaDescription": "",
  9382. "Components": {
  9383. "$id": "622",
  9384. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9385. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9386. "$values": []
  9387. }
  9388. }
  9389. },
  9390. {
  9391. "$id": "623",
  9392. "Name": "FernGrowth",
  9393. "DisplayName": "Fern Growth",
  9394. "InitMultiplier": 1.0,
  9395. "SyncToClient": false,
  9396. "Range": {
  9397. "min": 0.0,
  9398. "max": 1.0
  9399. },
  9400. "MinColor": {
  9401. "R": 1.0,
  9402. "G": 1.0,
  9403. "B": 1.0,
  9404. "A": 1.0
  9405. },
  9406. "MaxColor": {
  9407. "R": 0.0,
  9408. "G": 1.0,
  9409. "B": 0.0,
  9410. "A": 1.0
  9411. },
  9412. "Percent": true,
  9413. "SumRelevant": false,
  9414. "Unit": "",
  9415. "VoxelsPerEntry": 5,
  9416. "Category": "Plant",
  9417. "ValueType": "Percent",
  9418. "AreaDescription": "",
  9419. "Components": {
  9420. "$id": "624",
  9421. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9422. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9423. "$values": []
  9424. }
  9425. }
  9426. },
  9427. {
  9428. "$id": "625",
  9429. "Name": "FernYieldPotential",
  9430. "DisplayName": "Fern Yield Potential",
  9431. "InitMultiplier": 1.0,
  9432. "SyncToClient": false,
  9433. "Range": {
  9434. "min": 0.0,
  9435. "max": 1.0
  9436. },
  9437. "MinColor": {
  9438. "R": 1.0,
  9439. "G": 1.0,
  9440. "B": 1.0,
  9441. "A": 1.0
  9442. },
  9443. "MaxColor": {
  9444. "R": 0.0,
  9445. "G": 1.0,
  9446. "B": 0.0,
  9447. "A": 1.0
  9448. },
  9449. "Percent": true,
  9450. "SumRelevant": false,
  9451. "Unit": "",
  9452. "VoxelsPerEntry": 5,
  9453. "Category": "Plant",
  9454. "ValueType": "Percent",
  9455. "AreaDescription": "",
  9456. "Components": {
  9457. "$id": "626",
  9458. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9459. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9460. "$values": []
  9461. }
  9462. }
  9463. },
  9464. {
  9465. "$id": "627",
  9466. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9467. "Name": "Huckleberry",
  9468. "DisplayName": "Huckleberry Population",
  9469. "InitMultiplier": 1.0,
  9470. "SyncToClient": false,
  9471. "Range": {
  9472. "min": 0.0,
  9473. "max": 1.0
  9474. },
  9475. "RenderRange": {
  9476. "min": 0.0,
  9477. "max": 0.4
  9478. },
  9479. "MinColor": {
  9480. "R": 1.0,
  9481. "G": 1.0,
  9482. "B": 1.0,
  9483. "A": 1.0
  9484. },
  9485. "MaxColor": {
  9486. "R": 0.0,
  9487. "G": 1.0,
  9488. "B": 0.0,
  9489. "A": 1.0
  9490. },
  9491. "Percent": false,
  9492. "SumRelevant": true,
  9493. "Unit": "Huckleberries",
  9494. "VoxelsPerEntry": 5,
  9495. "Category": "Plant",
  9496. "ValueType": "Percent",
  9497. "AreaDescription": "",
  9498. "Components": {
  9499. "$id": "628",
  9500. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9501. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9502. "$values": []
  9503. }
  9504. }
  9505. },
  9506. {
  9507. "$id": "629",
  9508. "Name": "HuckleberryGrowth",
  9509. "DisplayName": "Huckleberry Growth",
  9510. "InitMultiplier": 1.0,
  9511. "SyncToClient": false,
  9512. "Range": {
  9513. "min": 0.0,
  9514. "max": 1.0
  9515. },
  9516. "MinColor": {
  9517. "R": 1.0,
  9518. "G": 1.0,
  9519. "B": 1.0,
  9520. "A": 1.0
  9521. },
  9522. "MaxColor": {
  9523. "R": 0.0,
  9524. "G": 1.0,
  9525. "B": 0.0,
  9526. "A": 1.0
  9527. },
  9528. "Percent": true,
  9529. "SumRelevant": false,
  9530. "Unit": "",
  9531. "VoxelsPerEntry": 5,
  9532. "Category": "Plant",
  9533. "ValueType": "Percent",
  9534. "AreaDescription": "",
  9535. "Components": {
  9536. "$id": "630",
  9537. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9538. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9539. "$values": []
  9540. }
  9541. }
  9542. },
  9543. {
  9544. "$id": "631",
  9545. "Name": "HuckleberryYieldPotential",
  9546. "DisplayName": "Huckleberry Yield Potential",
  9547. "InitMultiplier": 1.0,
  9548. "SyncToClient": false,
  9549. "Range": {
  9550. "min": 0.0,
  9551. "max": 1.0
  9552. },
  9553. "MinColor": {
  9554. "R": 1.0,
  9555. "G": 1.0,
  9556. "B": 1.0,
  9557. "A": 1.0
  9558. },
  9559. "MaxColor": {
  9560. "R": 0.0,
  9561. "G": 1.0,
  9562. "B": 0.0,
  9563. "A": 1.0
  9564. },
  9565. "Percent": true,
  9566. "SumRelevant": false,
  9567. "Unit": "",
  9568. "VoxelsPerEntry": 5,
  9569. "Category": "Plant",
  9570. "ValueType": "Percent",
  9571. "AreaDescription": "",
  9572. "Components": {
  9573. "$id": "632",
  9574. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9575. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9576. "$values": []
  9577. }
  9578. }
  9579. },
  9580. {
  9581. "$id": "633",
  9582. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9583. "Name": "CommonGrass",
  9584. "DisplayName": "Grass Population",
  9585. "InitMultiplier": 1.0,
  9586. "SyncToClient": false,
  9587. "Range": {
  9588. "min": 0.0,
  9589. "max": 1.0
  9590. },
  9591. "RenderRange": {
  9592. "min": 0.0,
  9593. "max": 1.0
  9594. },
  9595. "MinColor": {
  9596. "R": 1.0,
  9597. "G": 1.0,
  9598. "B": 1.0,
  9599. "A": 1.0
  9600. },
  9601. "MaxColor": {
  9602. "R": 0.0,
  9603. "G": 1.0,
  9604. "B": 0.0,
  9605. "A": 1.0
  9606. },
  9607. "Percent": false,
  9608. "SumRelevant": true,
  9609. "Unit": "Grass",
  9610. "VoxelsPerEntry": 5,
  9611. "Category": "Plant",
  9612. "ValueType": "Percent",
  9613. "AreaDescription": "",
  9614. "Components": {
  9615. "$id": "634",
  9616. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9617. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9618. "$values": []
  9619. }
  9620. }
  9621. },
  9622. {
  9623. "$id": "635",
  9624. "Name": "CommonGrassGrowth",
  9625. "DisplayName": "Common Grass Growth",
  9626. "InitMultiplier": 1.0,
  9627. "SyncToClient": false,
  9628. "Range": {
  9629. "min": 0.0,
  9630. "max": 1.0
  9631. },
  9632. "MinColor": {
  9633. "R": 1.0,
  9634. "G": 1.0,
  9635. "B": 1.0,
  9636. "A": 1.0
  9637. },
  9638. "MaxColor": {
  9639. "R": 0.0,
  9640. "G": 1.0,
  9641. "B": 0.0,
  9642. "A": 1.0
  9643. },
  9644. "Percent": true,
  9645. "SumRelevant": false,
  9646. "Unit": "",
  9647. "VoxelsPerEntry": 5,
  9648. "Category": "Plant",
  9649. "ValueType": "Percent",
  9650. "AreaDescription": "",
  9651. "Components": {
  9652. "$id": "636",
  9653. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9654. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9655. "$values": []
  9656. }
  9657. }
  9658. },
  9659. {
  9660. "$id": "637",
  9661. "Name": "CommonGrassYieldPotential",
  9662. "DisplayName": "Common Grass Yield Potential",
  9663. "InitMultiplier": 1.0,
  9664. "SyncToClient": false,
  9665. "Range": {
  9666. "min": 0.0,
  9667. "max": 1.0
  9668. },
  9669. "MinColor": {
  9670. "R": 1.0,
  9671. "G": 1.0,
  9672. "B": 1.0,
  9673. "A": 1.0
  9674. },
  9675. "MaxColor": {
  9676. "R": 0.0,
  9677. "G": 1.0,
  9678. "B": 0.0,
  9679. "A": 1.0
  9680. },
  9681. "Percent": true,
  9682. "SumRelevant": false,
  9683. "Unit": "",
  9684. "VoxelsPerEntry": 5,
  9685. "Category": "Plant",
  9686. "ValueType": "Percent",
  9687. "AreaDescription": "",
  9688. "Components": {
  9689. "$id": "638",
  9690. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9691. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9692. "$values": []
  9693. }
  9694. }
  9695. },
  9696. {
  9697. "$id": "639",
  9698. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9699. "Name": "Beets",
  9700. "DisplayName": "Beets Population",
  9701. "InitMultiplier": 1.0,
  9702. "SyncToClient": false,
  9703. "Range": {
  9704. "min": 0.0,
  9705. "max": 1.0
  9706. },
  9707. "RenderRange": {
  9708. "min": 0.0,
  9709. "max": 0.333333343
  9710. },
  9711. "MinColor": {
  9712. "R": 1.0,
  9713. "G": 1.0,
  9714. "B": 1.0,
  9715. "A": 1.0
  9716. },
  9717. "MaxColor": {
  9718. "R": 0.0,
  9719. "G": 1.0,
  9720. "B": 0.0,
  9721. "A": 1.0
  9722. },
  9723. "Percent": false,
  9724. "SumRelevant": true,
  9725. "Unit": "Beets",
  9726. "VoxelsPerEntry": 5,
  9727. "Category": "Plant",
  9728. "ValueType": "Percent",
  9729. "AreaDescription": "",
  9730. "Components": {
  9731. "$id": "640",
  9732. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9733. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9734. "$values": []
  9735. }
  9736. }
  9737. },
  9738. {
  9739. "$id": "641",
  9740. "Name": "BeetsGrowth",
  9741. "DisplayName": "Beets Growth",
  9742. "InitMultiplier": 1.0,
  9743. "SyncToClient": false,
  9744. "Range": {
  9745. "min": 0.0,
  9746. "max": 1.0
  9747. },
  9748. "MinColor": {
  9749. "R": 1.0,
  9750. "G": 1.0,
  9751. "B": 1.0,
  9752. "A": 1.0
  9753. },
  9754. "MaxColor": {
  9755. "R": 0.0,
  9756. "G": 1.0,
  9757. "B": 0.0,
  9758. "A": 1.0
  9759. },
  9760. "Percent": true,
  9761. "SumRelevant": false,
  9762. "Unit": "",
  9763. "VoxelsPerEntry": 5,
  9764. "Category": "Plant",
  9765. "ValueType": "Percent",
  9766. "AreaDescription": "",
  9767. "Components": {
  9768. "$id": "642",
  9769. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9770. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9771. "$values": []
  9772. }
  9773. }
  9774. },
  9775. {
  9776. "$id": "643",
  9777. "Name": "BeetsYieldPotential",
  9778. "DisplayName": "Beets Yield Potential",
  9779. "InitMultiplier": 1.0,
  9780. "SyncToClient": false,
  9781. "Range": {
  9782. "min": 0.0,
  9783. "max": 1.0
  9784. },
  9785. "MinColor": {
  9786. "R": 1.0,
  9787. "G": 1.0,
  9788. "B": 1.0,
  9789. "A": 1.0
  9790. },
  9791. "MaxColor": {
  9792. "R": 0.0,
  9793. "G": 1.0,
  9794. "B": 0.0,
  9795. "A": 1.0
  9796. },
  9797. "Percent": true,
  9798. "SumRelevant": false,
  9799. "Unit": "",
  9800. "VoxelsPerEntry": 5,
  9801. "Category": "Plant",
  9802. "ValueType": "Percent",
  9803. "AreaDescription": "",
  9804. "Components": {
  9805. "$id": "644",
  9806. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9807. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9808. "$values": []
  9809. }
  9810. }
  9811. },
  9812. {
  9813. "$id": "645",
  9814. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9815. "Name": "Corn",
  9816. "DisplayName": "Corn Population",
  9817. "InitMultiplier": 1.0,
  9818. "SyncToClient": false,
  9819. "Range": {
  9820. "min": 0.0,
  9821. "max": 1.0
  9822. },
  9823. "RenderRange": {
  9824. "min": 0.0,
  9825. "max": 0.333333343
  9826. },
  9827. "MinColor": {
  9828. "R": 1.0,
  9829. "G": 1.0,
  9830. "B": 1.0,
  9831. "A": 1.0
  9832. },
  9833. "MaxColor": {
  9834. "R": 0.0,
  9835. "G": 1.0,
  9836. "B": 0.0,
  9837. "A": 1.0
  9838. },
  9839. "Percent": false,
  9840. "SumRelevant": true,
  9841. "Unit": "Corns",
  9842. "VoxelsPerEntry": 5,
  9843. "Category": "Plant",
  9844. "ValueType": "Percent",
  9845. "AreaDescription": "",
  9846. "Components": {
  9847. "$id": "646",
  9848. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9849. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9850. "$values": []
  9851. }
  9852. }
  9853. },
  9854. {
  9855. "$id": "647",
  9856. "Name": "CornGrowth",
  9857. "DisplayName": "Corn Growth",
  9858. "InitMultiplier": 1.0,
  9859. "SyncToClient": false,
  9860. "Range": {
  9861. "min": 0.0,
  9862. "max": 1.0
  9863. },
  9864. "MinColor": {
  9865. "R": 1.0,
  9866. "G": 1.0,
  9867. "B": 1.0,
  9868. "A": 1.0
  9869. },
  9870. "MaxColor": {
  9871. "R": 0.0,
  9872. "G": 1.0,
  9873. "B": 0.0,
  9874. "A": 1.0
  9875. },
  9876. "Percent": true,
  9877. "SumRelevant": false,
  9878. "Unit": "",
  9879. "VoxelsPerEntry": 5,
  9880. "Category": "Plant",
  9881. "ValueType": "Percent",
  9882. "AreaDescription": "",
  9883. "Components": {
  9884. "$id": "648",
  9885. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9886. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9887. "$values": []
  9888. }
  9889. }
  9890. },
  9891. {
  9892. "$id": "649",
  9893. "Name": "CornYieldPotential",
  9894. "DisplayName": "Corn Yield Potential",
  9895. "InitMultiplier": 1.0,
  9896. "SyncToClient": false,
  9897. "Range": {
  9898. "min": 0.0,
  9899. "max": 1.0
  9900. },
  9901. "MinColor": {
  9902. "R": 1.0,
  9903. "G": 1.0,
  9904. "B": 1.0,
  9905. "A": 1.0
  9906. },
  9907. "MaxColor": {
  9908. "R": 0.0,
  9909. "G": 1.0,
  9910. "B": 0.0,
  9911. "A": 1.0
  9912. },
  9913. "Percent": true,
  9914. "SumRelevant": false,
  9915. "Unit": "",
  9916. "VoxelsPerEntry": 5,
  9917. "Category": "Plant",
  9918. "ValueType": "Percent",
  9919. "AreaDescription": "",
  9920. "Components": {
  9921. "$id": "650",
  9922. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9923. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9924. "$values": []
  9925. }
  9926. }
  9927. },
  9928. {
  9929. "$id": "651",
  9930. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  9931. "Name": "Waterweed",
  9932. "DisplayName": "Waterweed Population",
  9933. "InitMultiplier": 1.0,
  9934. "SyncToClient": false,
  9935. "Range": {
  9936. "min": 0.0,
  9937. "max": 1.0
  9938. },
  9939. "RenderRange": {
  9940. "min": 0.0,
  9941. "max": 0.166666672
  9942. },
  9943. "MinColor": {
  9944. "R": 1.0,
  9945. "G": 1.0,
  9946. "B": 1.0,
  9947. "A": 1.0
  9948. },
  9949. "MaxColor": {
  9950. "R": 0.0,
  9951. "G": 1.0,
  9952. "B": 0.0,
  9953. "A": 1.0
  9954. },
  9955. "Percent": false,
  9956. "SumRelevant": true,
  9957. "Unit": "Waterweeds",
  9958. "VoxelsPerEntry": 5,
  9959. "Category": "Plant",
  9960. "ValueType": "Percent",
  9961. "AreaDescription": "",
  9962. "Components": {
  9963. "$id": "652",
  9964. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  9965. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  9966. "$values": []
  9967. }
  9968. }
  9969. },
  9970. {
  9971. "$id": "653",
  9972. "Name": "WaterweedGrowth",
  9973. "DisplayName": "Waterweed Growth",
  9974. "InitMultiplier": 1.0,
  9975. "SyncToClient": false,
  9976. "Range": {
  9977. "min": 0.0,
  9978. "max": 1.0
  9979. },
  9980. "MinColor": {
  9981. "R": 1.0,
  9982. "G": 1.0,
  9983. "B": 1.0,
  9984. "A": 1.0
  9985. },
  9986. "MaxColor": {
  9987. "R": 0.0,
  9988. "G": 1.0,
  9989. "B": 0.0,
  9990. "A": 1.0
  9991. },
  9992. "Percent": true,
  9993. "SumRelevant": false,
  9994. "Unit": "",
  9995. "VoxelsPerEntry": 5,
  9996. "Category": "Plant",
  9997. "ValueType": "Percent",
  9998. "AreaDescription": "",
  9999. "Components": {
  10000. "$id": "654",
  10001. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10002. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10003. "$values": []
  10004. }
  10005. }
  10006. },
  10007. {
  10008. "$id": "655",
  10009. "Name": "WaterweedYieldPotential",
  10010. "DisplayName": "Waterweed Yield Potential",
  10011. "InitMultiplier": 1.0,
  10012. "SyncToClient": false,
  10013. "Range": {
  10014. "min": 0.0,
  10015. "max": 1.0
  10016. },
  10017. "MinColor": {
  10018. "R": 1.0,
  10019. "G": 1.0,
  10020. "B": 1.0,
  10021. "A": 1.0
  10022. },
  10023. "MaxColor": {
  10024. "R": 0.0,
  10025. "G": 1.0,
  10026. "B": 0.0,
  10027. "A": 1.0
  10028. },
  10029. "Percent": true,
  10030. "SumRelevant": false,
  10031. "Unit": "",
  10032. "VoxelsPerEntry": 5,
  10033. "Category": "Plant",
  10034. "ValueType": "Percent",
  10035. "AreaDescription": "",
  10036. "Components": {
  10037. "$id": "656",
  10038. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10039. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10040. "$values": []
  10041. }
  10042. }
  10043. },
  10044. {
  10045. "$id": "657",
  10046. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10047. "Name": "Fireweed",
  10048. "DisplayName": "Fireweed Population",
  10049. "InitMultiplier": 1.0,
  10050. "SyncToClient": false,
  10051. "Range": {
  10052. "min": 0.0,
  10053. "max": 1.0
  10054. },
  10055. "RenderRange": {
  10056. "min": 0.0,
  10057. "max": 0.333333343
  10058. },
  10059. "MinColor": {
  10060. "R": 1.0,
  10061. "G": 1.0,
  10062. "B": 1.0,
  10063. "A": 1.0
  10064. },
  10065. "MaxColor": {
  10066. "R": 0.0,
  10067. "G": 1.0,
  10068. "B": 0.0,
  10069. "A": 1.0
  10070. },
  10071. "Percent": false,
  10072. "SumRelevant": true,
  10073. "Unit": "Fireweeds",
  10074. "VoxelsPerEntry": 5,
  10075. "Category": "Plant",
  10076. "ValueType": "Percent",
  10077. "AreaDescription": "",
  10078. "Components": {
  10079. "$id": "658",
  10080. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10081. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10082. "$values": []
  10083. }
  10084. }
  10085. },
  10086. {
  10087. "$id": "659",
  10088. "Name": "FireweedGrowth",
  10089. "DisplayName": "Fireweed Growth",
  10090. "InitMultiplier": 1.0,
  10091. "SyncToClient": false,
  10092. "Range": {
  10093. "min": 0.0,
  10094. "max": 1.0
  10095. },
  10096. "MinColor": {
  10097. "R": 1.0,
  10098. "G": 1.0,
  10099. "B": 1.0,
  10100. "A": 1.0
  10101. },
  10102. "MaxColor": {
  10103. "R": 0.0,
  10104. "G": 1.0,
  10105. "B": 0.0,
  10106. "A": 1.0
  10107. },
  10108. "Percent": true,
  10109. "SumRelevant": false,
  10110. "Unit": "",
  10111. "VoxelsPerEntry": 5,
  10112. "Category": "Plant",
  10113. "ValueType": "Percent",
  10114. "AreaDescription": "",
  10115. "Components": {
  10116. "$id": "660",
  10117. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10118. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10119. "$values": []
  10120. }
  10121. }
  10122. },
  10123. {
  10124. "$id": "661",
  10125. "Name": "FireweedYieldPotential",
  10126. "DisplayName": "Fireweed Yield Potential",
  10127. "InitMultiplier": 1.0,
  10128. "SyncToClient": false,
  10129. "Range": {
  10130. "min": 0.0,
  10131. "max": 1.0
  10132. },
  10133. "MinColor": {
  10134. "R": 1.0,
  10135. "G": 1.0,
  10136. "B": 1.0,
  10137. "A": 1.0
  10138. },
  10139. "MaxColor": {
  10140. "R": 0.0,
  10141. "G": 1.0,
  10142. "B": 0.0,
  10143. "A": 1.0
  10144. },
  10145. "Percent": true,
  10146. "SumRelevant": false,
  10147. "Unit": "",
  10148. "VoxelsPerEntry": 5,
  10149. "Category": "Plant",
  10150. "ValueType": "Percent",
  10151. "AreaDescription": "",
  10152. "Components": {
  10153. "$id": "662",
  10154. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10155. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10156. "$values": []
  10157. }
  10158. }
  10159. },
  10160. {
  10161. "$id": "663",
  10162. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10163. "Name": "CreosoteBush",
  10164. "DisplayName": "Creosote Bush Population",
  10165. "InitMultiplier": 1.0,
  10166. "SyncToClient": false,
  10167. "Range": {
  10168. "min": 0.0,
  10169. "max": 1.0
  10170. },
  10171. "RenderRange": {
  10172. "min": 0.0,
  10173. "max": 0.2
  10174. },
  10175. "MinColor": {
  10176. "R": 1.0,
  10177. "G": 1.0,
  10178. "B": 1.0,
  10179. "A": 1.0
  10180. },
  10181. "MaxColor": {
  10182. "R": 0.0,
  10183. "G": 1.0,
  10184. "B": 0.0,
  10185. "A": 1.0
  10186. },
  10187. "Percent": false,
  10188. "SumRelevant": true,
  10189. "Unit": "Creosote Bushes",
  10190. "VoxelsPerEntry": 5,
  10191. "Category": "Plant",
  10192. "ValueType": "Percent",
  10193. "AreaDescription": "",
  10194. "Components": {
  10195. "$id": "664",
  10196. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10197. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10198. "$values": []
  10199. }
  10200. }
  10201. },
  10202. {
  10203. "$id": "665",
  10204. "Name": "CreosoteBushGrowth",
  10205. "DisplayName": "Creosote Bush Growth",
  10206. "InitMultiplier": 1.0,
  10207. "SyncToClient": false,
  10208. "Range": {
  10209. "min": 0.0,
  10210. "max": 1.0
  10211. },
  10212. "MinColor": {
  10213. "R": 1.0,
  10214. "G": 1.0,
  10215. "B": 1.0,
  10216. "A": 1.0
  10217. },
  10218. "MaxColor": {
  10219. "R": 0.0,
  10220. "G": 1.0,
  10221. "B": 0.0,
  10222. "A": 1.0
  10223. },
  10224. "Percent": true,
  10225. "SumRelevant": false,
  10226. "Unit": "",
  10227. "VoxelsPerEntry": 5,
  10228. "Category": "Plant",
  10229. "ValueType": "Percent",
  10230. "AreaDescription": "",
  10231. "Components": {
  10232. "$id": "666",
  10233. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10234. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10235. "$values": []
  10236. }
  10237. }
  10238. },
  10239. {
  10240. "$id": "667",
  10241. "Name": "CreosoteBushYieldPotential",
  10242. "DisplayName": "Creosote Bush Yield Potential",
  10243. "InitMultiplier": 1.0,
  10244. "SyncToClient": false,
  10245. "Range": {
  10246. "min": 0.0,
  10247. "max": 1.0
  10248. },
  10249. "MinColor": {
  10250. "R": 1.0,
  10251. "G": 1.0,
  10252. "B": 1.0,
  10253. "A": 1.0
  10254. },
  10255. "MaxColor": {
  10256. "R": 0.0,
  10257. "G": 1.0,
  10258. "B": 0.0,
  10259. "A": 1.0
  10260. },
  10261. "Percent": true,
  10262. "SumRelevant": false,
  10263. "Unit": "",
  10264. "VoxelsPerEntry": 5,
  10265. "Category": "Plant",
  10266. "ValueType": "Percent",
  10267. "AreaDescription": "",
  10268. "Components": {
  10269. "$id": "668",
  10270. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10271. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10272. "$values": []
  10273. }
  10274. }
  10275. },
  10276. {
  10277. "$id": "669",
  10278. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10279. "Name": "Sagebrush",
  10280. "DisplayName": "Sagebrush Population",
  10281. "InitMultiplier": 1.0,
  10282. "SyncToClient": false,
  10283. "Range": {
  10284. "min": 0.0,
  10285. "max": 1.0
  10286. },
  10287. "RenderRange": {
  10288. "min": 0.0,
  10289. "max": 0.2857143
  10290. },
  10291. "MinColor": {
  10292. "R": 1.0,
  10293. "G": 1.0,
  10294. "B": 1.0,
  10295. "A": 1.0
  10296. },
  10297. "MaxColor": {
  10298. "R": 0.0,
  10299. "G": 1.0,
  10300. "B": 0.0,
  10301. "A": 1.0
  10302. },
  10303. "Percent": false,
  10304. "SumRelevant": true,
  10305. "Unit": "Sagebrushes",
  10306. "VoxelsPerEntry": 5,
  10307. "Category": "Plant",
  10308. "ValueType": "Percent",
  10309. "AreaDescription": "",
  10310. "Components": {
  10311. "$id": "670",
  10312. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10313. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10314. "$values": []
  10315. }
  10316. }
  10317. },
  10318. {
  10319. "$id": "671",
  10320. "Name": "SagebrushGrowth",
  10321. "DisplayName": "Sagebrush Growth",
  10322. "InitMultiplier": 1.0,
  10323. "SyncToClient": false,
  10324. "Range": {
  10325. "min": 0.0,
  10326. "max": 1.0
  10327. },
  10328. "MinColor": {
  10329. "R": 1.0,
  10330. "G": 1.0,
  10331. "B": 1.0,
  10332. "A": 1.0
  10333. },
  10334. "MaxColor": {
  10335. "R": 0.0,
  10336. "G": 1.0,
  10337. "B": 0.0,
  10338. "A": 1.0
  10339. },
  10340. "Percent": true,
  10341. "SumRelevant": false,
  10342. "Unit": "",
  10343. "VoxelsPerEntry": 5,
  10344. "Category": "Plant",
  10345. "ValueType": "Percent",
  10346. "AreaDescription": "",
  10347. "Components": {
  10348. "$id": "672",
  10349. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10350. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10351. "$values": []
  10352. }
  10353. }
  10354. },
  10355. {
  10356. "$id": "673",
  10357. "Name": "SagebrushYieldPotential",
  10358. "DisplayName": "Sagebrush Yield Potential",
  10359. "InitMultiplier": 1.0,
  10360. "SyncToClient": false,
  10361. "Range": {
  10362. "min": 0.0,
  10363. "max": 1.0
  10364. },
  10365. "MinColor": {
  10366. "R": 1.0,
  10367. "G": 1.0,
  10368. "B": 1.0,
  10369. "A": 1.0
  10370. },
  10371. "MaxColor": {
  10372. "R": 0.0,
  10373. "G": 1.0,
  10374. "B": 0.0,
  10375. "A": 1.0
  10376. },
  10377. "Percent": true,
  10378. "SumRelevant": false,
  10379. "Unit": "",
  10380. "VoxelsPerEntry": 5,
  10381. "Category": "Plant",
  10382. "ValueType": "Percent",
  10383. "AreaDescription": "",
  10384. "Components": {
  10385. "$id": "674",
  10386. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10387. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10388. "$values": []
  10389. }
  10390. }
  10391. },
  10392. {
  10393. "$id": "675",
  10394. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10395. "Name": "PricklyPear",
  10396. "DisplayName": "Prickly Pear Population",
  10397. "InitMultiplier": 1.0,
  10398. "SyncToClient": false,
  10399. "Range": {
  10400. "min": 0.0,
  10401. "max": 1.0
  10402. },
  10403. "RenderRange": {
  10404. "min": 0.0,
  10405. "max": 0.222222224
  10406. },
  10407. "MinColor": {
  10408. "R": 1.0,
  10409. "G": 1.0,
  10410. "B": 1.0,
  10411. "A": 1.0
  10412. },
  10413. "MaxColor": {
  10414. "R": 0.0,
  10415. "G": 1.0,
  10416. "B": 0.0,
  10417. "A": 1.0
  10418. },
  10419. "Percent": false,
  10420. "SumRelevant": true,
  10421. "Unit": "Prickly Pears",
  10422. "VoxelsPerEntry": 5,
  10423. "Category": "Plant",
  10424. "ValueType": "Percent",
  10425. "AreaDescription": "",
  10426. "Components": {
  10427. "$id": "676",
  10428. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10429. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10430. "$values": []
  10431. }
  10432. }
  10433. },
  10434. {
  10435. "$id": "677",
  10436. "Name": "PricklyPearGrowth",
  10437. "DisplayName": "Prickly Pear Growth",
  10438. "InitMultiplier": 1.0,
  10439. "SyncToClient": false,
  10440. "Range": {
  10441. "min": 0.0,
  10442. "max": 1.0
  10443. },
  10444. "MinColor": {
  10445. "R": 1.0,
  10446. "G": 1.0,
  10447. "B": 1.0,
  10448. "A": 1.0
  10449. },
  10450. "MaxColor": {
  10451. "R": 0.0,
  10452. "G": 1.0,
  10453. "B": 0.0,
  10454. "A": 1.0
  10455. },
  10456. "Percent": true,
  10457. "SumRelevant": false,
  10458. "Unit": "",
  10459. "VoxelsPerEntry": 5,
  10460. "Category": "Plant",
  10461. "ValueType": "Percent",
  10462. "AreaDescription": "",
  10463. "Components": {
  10464. "$id": "678",
  10465. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10466. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10467. "$values": []
  10468. }
  10469. }
  10470. },
  10471. {
  10472. "$id": "679",
  10473. "Name": "PricklyPearYieldPotential",
  10474. "DisplayName": "Prickly Pear Yield Potential",
  10475. "InitMultiplier": 1.0,
  10476. "SyncToClient": false,
  10477. "Range": {
  10478. "min": 0.0,
  10479. "max": 1.0
  10480. },
  10481. "MinColor": {
  10482. "R": 1.0,
  10483. "G": 1.0,
  10484. "B": 1.0,
  10485. "A": 1.0
  10486. },
  10487. "MaxColor": {
  10488. "R": 0.0,
  10489. "G": 1.0,
  10490. "B": 0.0,
  10491. "A": 1.0
  10492. },
  10493. "Percent": true,
  10494. "SumRelevant": false,
  10495. "Unit": "",
  10496. "VoxelsPerEntry": 5,
  10497. "Category": "Plant",
  10498. "ValueType": "Percent",
  10499. "AreaDescription": "",
  10500. "Components": {
  10501. "$id": "680",
  10502. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10503. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10504. "$values": []
  10505. }
  10506. }
  10507. },
  10508. {
  10509. "$id": "681",
  10510. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10511. "Name": "Beans",
  10512. "DisplayName": "Beans Population",
  10513. "InitMultiplier": 1.0,
  10514. "SyncToClient": false,
  10515. "Range": {
  10516. "min": 0.0,
  10517. "max": 1.0
  10518. },
  10519. "RenderRange": {
  10520. "min": 0.0,
  10521. "max": 0.333333343
  10522. },
  10523. "MinColor": {
  10524. "R": 1.0,
  10525. "G": 1.0,
  10526. "B": 1.0,
  10527. "A": 1.0
  10528. },
  10529. "MaxColor": {
  10530. "R": 0.0,
  10531. "G": 1.0,
  10532. "B": 0.0,
  10533. "A": 1.0
  10534. },
  10535. "Percent": false,
  10536. "SumRelevant": true,
  10537. "Unit": "Beans",
  10538. "VoxelsPerEntry": 5,
  10539. "Category": "Plant",
  10540. "ValueType": "Percent",
  10541. "AreaDescription": "",
  10542. "Components": {
  10543. "$id": "682",
  10544. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10545. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10546. "$values": []
  10547. }
  10548. }
  10549. },
  10550. {
  10551. "$id": "683",
  10552. "Name": "BeansGrowth",
  10553. "DisplayName": "Beans Growth",
  10554. "InitMultiplier": 1.0,
  10555. "SyncToClient": false,
  10556. "Range": {
  10557. "min": 0.0,
  10558. "max": 1.0
  10559. },
  10560. "MinColor": {
  10561. "R": 1.0,
  10562. "G": 1.0,
  10563. "B": 1.0,
  10564. "A": 1.0
  10565. },
  10566. "MaxColor": {
  10567. "R": 0.0,
  10568. "G": 1.0,
  10569. "B": 0.0,
  10570. "A": 1.0
  10571. },
  10572. "Percent": true,
  10573. "SumRelevant": false,
  10574. "Unit": "",
  10575. "VoxelsPerEntry": 5,
  10576. "Category": "Plant",
  10577. "ValueType": "Percent",
  10578. "AreaDescription": "",
  10579. "Components": {
  10580. "$id": "684",
  10581. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10582. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10583. "$values": []
  10584. }
  10585. }
  10586. },
  10587. {
  10588. "$id": "685",
  10589. "Name": "BeansYieldPotential",
  10590. "DisplayName": "Beans Yield Potential",
  10591. "InitMultiplier": 1.0,
  10592. "SyncToClient": false,
  10593. "Range": {
  10594. "min": 0.0,
  10595. "max": 1.0
  10596. },
  10597. "MinColor": {
  10598. "R": 1.0,
  10599. "G": 1.0,
  10600. "B": 1.0,
  10601. "A": 1.0
  10602. },
  10603. "MaxColor": {
  10604. "R": 0.0,
  10605. "G": 1.0,
  10606. "B": 0.0,
  10607. "A": 1.0
  10608. },
  10609. "Percent": true,
  10610. "SumRelevant": false,
  10611. "Unit": "",
  10612. "VoxelsPerEntry": 5,
  10613. "Category": "Plant",
  10614. "ValueType": "Percent",
  10615. "AreaDescription": "",
  10616. "Components": {
  10617. "$id": "686",
  10618. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10619. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10620. "$values": []
  10621. }
  10622. }
  10623. },
  10624. {
  10625. "$id": "687",
  10626. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10627. "Name": "Bullrush",
  10628. "DisplayName": "Bullrush Population",
  10629. "InitMultiplier": 1.0,
  10630. "SyncToClient": false,
  10631. "Range": {
  10632. "min": 0.0,
  10633. "max": 1.0
  10634. },
  10635. "RenderRange": {
  10636. "min": 0.0,
  10637. "max": 0.5
  10638. },
  10639. "MinColor": {
  10640. "R": 1.0,
  10641. "G": 1.0,
  10642. "B": 1.0,
  10643. "A": 1.0
  10644. },
  10645. "MaxColor": {
  10646. "R": 0.0,
  10647. "G": 1.0,
  10648. "B": 0.0,
  10649. "A": 1.0
  10650. },
  10651. "Percent": false,
  10652. "SumRelevant": true,
  10653. "Unit": "Bullrushes",
  10654. "VoxelsPerEntry": 5,
  10655. "Category": "Plant",
  10656. "ValueType": "Percent",
  10657. "AreaDescription": "",
  10658. "Components": {
  10659. "$id": "688",
  10660. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10661. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10662. "$values": []
  10663. }
  10664. }
  10665. },
  10666. {
  10667. "$id": "689",
  10668. "Name": "BullrushGrowth",
  10669. "DisplayName": "Bullrush Growth",
  10670. "InitMultiplier": 1.0,
  10671. "SyncToClient": false,
  10672. "Range": {
  10673. "min": 0.0,
  10674. "max": 1.0
  10675. },
  10676. "MinColor": {
  10677. "R": 1.0,
  10678. "G": 1.0,
  10679. "B": 1.0,
  10680. "A": 1.0
  10681. },
  10682. "MaxColor": {
  10683. "R": 0.0,
  10684. "G": 1.0,
  10685. "B": 0.0,
  10686. "A": 1.0
  10687. },
  10688. "Percent": true,
  10689. "SumRelevant": false,
  10690. "Unit": "",
  10691. "VoxelsPerEntry": 5,
  10692. "Category": "Plant",
  10693. "ValueType": "Percent",
  10694. "AreaDescription": "",
  10695. "Components": {
  10696. "$id": "690",
  10697. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10698. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10699. "$values": []
  10700. }
  10701. }
  10702. },
  10703. {
  10704. "$id": "691",
  10705. "Name": "BullrushYieldPotential",
  10706. "DisplayName": "Bullrush Yield Potential",
  10707. "InitMultiplier": 1.0,
  10708. "SyncToClient": false,
  10709. "Range": {
  10710. "min": 0.0,
  10711. "max": 1.0
  10712. },
  10713. "MinColor": {
  10714. "R": 1.0,
  10715. "G": 1.0,
  10716. "B": 1.0,
  10717. "A": 1.0
  10718. },
  10719. "MaxColor": {
  10720. "R": 0.0,
  10721. "G": 1.0,
  10722. "B": 0.0,
  10723. "A": 1.0
  10724. },
  10725. "Percent": true,
  10726. "SumRelevant": false,
  10727. "Unit": "",
  10728. "VoxelsPerEntry": 5,
  10729. "Category": "Plant",
  10730. "ValueType": "Percent",
  10731. "AreaDescription": "",
  10732. "Components": {
  10733. "$id": "692",
  10734. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10735. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10736. "$values": []
  10737. }
  10738. }
  10739. },
  10740. {
  10741. "$id": "693",
  10742. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10743. "Name": "Clam",
  10744. "DisplayName": "Clam Population",
  10745. "InitMultiplier": 1.0,
  10746. "SyncToClient": false,
  10747. "Range": {
  10748. "min": 0.0,
  10749. "max": 1.0
  10750. },
  10751. "RenderRange": {
  10752. "min": 0.0,
  10753. "max": 0.166666672
  10754. },
  10755. "MinColor": {
  10756. "R": 1.0,
  10757. "G": 1.0,
  10758. "B": 1.0,
  10759. "A": 1.0
  10760. },
  10761. "MaxColor": {
  10762. "R": 0.0,
  10763. "G": 1.0,
  10764. "B": 0.0,
  10765. "A": 1.0
  10766. },
  10767. "Percent": false,
  10768. "SumRelevant": true,
  10769. "Unit": "Clams",
  10770. "VoxelsPerEntry": 5,
  10771. "Category": "Plant",
  10772. "ValueType": "Percent",
  10773. "AreaDescription": "",
  10774. "Components": {
  10775. "$id": "694",
  10776. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10777. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10778. "$values": []
  10779. }
  10780. }
  10781. },
  10782. {
  10783. "$id": "695",
  10784. "Name": "ClamGrowth",
  10785. "DisplayName": "Clam Growth",
  10786. "InitMultiplier": 1.0,
  10787. "SyncToClient": false,
  10788. "Range": {
  10789. "min": 0.0,
  10790. "max": 1.0
  10791. },
  10792. "MinColor": {
  10793. "R": 1.0,
  10794. "G": 1.0,
  10795. "B": 1.0,
  10796. "A": 1.0
  10797. },
  10798. "MaxColor": {
  10799. "R": 0.0,
  10800. "G": 1.0,
  10801. "B": 0.0,
  10802. "A": 1.0
  10803. },
  10804. "Percent": true,
  10805. "SumRelevant": false,
  10806. "Unit": "",
  10807. "VoxelsPerEntry": 5,
  10808. "Category": "Plant",
  10809. "ValueType": "Percent",
  10810. "AreaDescription": "",
  10811. "Components": {
  10812. "$id": "696",
  10813. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10814. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10815. "$values": []
  10816. }
  10817. }
  10818. },
  10819. {
  10820. "$id": "697",
  10821. "Name": "ClamYieldPotential",
  10822. "DisplayName": "Clam Yield Potential",
  10823. "InitMultiplier": 1.0,
  10824. "SyncToClient": false,
  10825. "Range": {
  10826. "min": 0.0,
  10827. "max": 1.0
  10828. },
  10829. "MinColor": {
  10830. "R": 1.0,
  10831. "G": 1.0,
  10832. "B": 1.0,
  10833. "A": 1.0
  10834. },
  10835. "MaxColor": {
  10836. "R": 0.0,
  10837. "G": 1.0,
  10838. "B": 0.0,
  10839. "A": 1.0
  10840. },
  10841. "Percent": true,
  10842. "SumRelevant": false,
  10843. "Unit": "",
  10844. "VoxelsPerEntry": 5,
  10845. "Category": "Plant",
  10846. "ValueType": "Percent",
  10847. "AreaDescription": "",
  10848. "Components": {
  10849. "$id": "698",
  10850. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10851. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10852. "$values": []
  10853. }
  10854. }
  10855. },
  10856. {
  10857. "$id": "699",
  10858. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10859. "Name": "Urchin",
  10860. "DisplayName": "Urchin Population",
  10861. "InitMultiplier": 1.0,
  10862. "SyncToClient": false,
  10863. "Range": {
  10864. "min": 0.0,
  10865. "max": 1.0
  10866. },
  10867. "RenderRange": {
  10868. "min": 0.0,
  10869. "max": 0.166666672
  10870. },
  10871. "MinColor": {
  10872. "R": 1.0,
  10873. "G": 1.0,
  10874. "B": 1.0,
  10875. "A": 1.0
  10876. },
  10877. "MaxColor": {
  10878. "R": 0.0,
  10879. "G": 1.0,
  10880. "B": 0.0,
  10881. "A": 1.0
  10882. },
  10883. "Percent": false,
  10884. "SumRelevant": true,
  10885. "Unit": "Urchins",
  10886. "VoxelsPerEntry": 5,
  10887. "Category": "Plant",
  10888. "ValueType": "Percent",
  10889. "AreaDescription": "",
  10890. "Components": {
  10891. "$id": "700",
  10892. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10893. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10894. "$values": []
  10895. }
  10896. }
  10897. },
  10898. {
  10899. "$id": "701",
  10900. "Name": "UrchinGrowth",
  10901. "DisplayName": "Urchin Growth",
  10902. "InitMultiplier": 1.0,
  10903. "SyncToClient": false,
  10904. "Range": {
  10905. "min": 0.0,
  10906. "max": 1.0
  10907. },
  10908. "MinColor": {
  10909. "R": 1.0,
  10910. "G": 1.0,
  10911. "B": 1.0,
  10912. "A": 1.0
  10913. },
  10914. "MaxColor": {
  10915. "R": 0.0,
  10916. "G": 1.0,
  10917. "B": 0.0,
  10918. "A": 1.0
  10919. },
  10920. "Percent": true,
  10921. "SumRelevant": false,
  10922. "Unit": "",
  10923. "VoxelsPerEntry": 5,
  10924. "Category": "Plant",
  10925. "ValueType": "Percent",
  10926. "AreaDescription": "",
  10927. "Components": {
  10928. "$id": "702",
  10929. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10930. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10931. "$values": []
  10932. }
  10933. }
  10934. },
  10935. {
  10936. "$id": "703",
  10937. "Name": "UrchinYieldPotential",
  10938. "DisplayName": "Urchin Yield Potential",
  10939. "InitMultiplier": 1.0,
  10940. "SyncToClient": false,
  10941. "Range": {
  10942. "min": 0.0,
  10943. "max": 1.0
  10944. },
  10945. "MinColor": {
  10946. "R": 1.0,
  10947. "G": 1.0,
  10948. "B": 1.0,
  10949. "A": 1.0
  10950. },
  10951. "MaxColor": {
  10952. "R": 0.0,
  10953. "G": 1.0,
  10954. "B": 0.0,
  10955. "A": 1.0
  10956. },
  10957. "Percent": true,
  10958. "SumRelevant": false,
  10959. "Unit": "",
  10960. "VoxelsPerEntry": 5,
  10961. "Category": "Plant",
  10962. "ValueType": "Percent",
  10963. "AreaDescription": "",
  10964. "Components": {
  10965. "$id": "704",
  10966. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  10967. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  10968. "$values": []
  10969. }
  10970. }
  10971. },
  10972. {
  10973. "$id": "705",
  10974. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  10975. "Name": "Kelp",
  10976. "DisplayName": "Kelp Population",
  10977. "InitMultiplier": 1.0,
  10978. "SyncToClient": false,
  10979. "Range": {
  10980. "min": 0.0,
  10981. "max": 1.0
  10982. },
  10983. "RenderRange": {
  10984. "min": 0.0,
  10985. "max": 0.25
  10986. },
  10987. "MinColor": {
  10988. "R": 1.0,
  10989. "G": 1.0,
  10990. "B": 1.0,
  10991. "A": 1.0
  10992. },
  10993. "MaxColor": {
  10994. "R": 0.0,
  10995. "G": 1.0,
  10996. "B": 0.0,
  10997. "A": 1.0
  10998. },
  10999. "Percent": false,
  11000. "SumRelevant": true,
  11001. "Unit": "Kelps",
  11002. "VoxelsPerEntry": 5,
  11003. "Category": "Plant",
  11004. "ValueType": "Percent",
  11005. "AreaDescription": "",
  11006. "Components": {
  11007. "$id": "706",
  11008. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11009. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11010. "$values": []
  11011. }
  11012. }
  11013. },
  11014. {
  11015. "$id": "707",
  11016. "Name": "KelpGrowth",
  11017. "DisplayName": "Kelp Growth",
  11018. "InitMultiplier": 1.0,
  11019. "SyncToClient": false,
  11020. "Range": {
  11021. "min": 0.0,
  11022. "max": 1.0
  11023. },
  11024. "MinColor": {
  11025. "R": 1.0,
  11026. "G": 1.0,
  11027. "B": 1.0,
  11028. "A": 1.0
  11029. },
  11030. "MaxColor": {
  11031. "R": 0.0,
  11032. "G": 1.0,
  11033. "B": 0.0,
  11034. "A": 1.0
  11035. },
  11036. "Percent": true,
  11037. "SumRelevant": false,
  11038. "Unit": "",
  11039. "VoxelsPerEntry": 5,
  11040. "Category": "Plant",
  11041. "ValueType": "Percent",
  11042. "AreaDescription": "",
  11043. "Components": {
  11044. "$id": "708",
  11045. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11046. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11047. "$values": []
  11048. }
  11049. }
  11050. },
  11051. {
  11052. "$id": "709",
  11053. "Name": "KelpYieldPotential",
  11054. "DisplayName": "Kelp Yield Potential",
  11055. "InitMultiplier": 1.0,
  11056. "SyncToClient": false,
  11057. "Range": {
  11058. "min": 0.0,
  11059. "max": 1.0
  11060. },
  11061. "MinColor": {
  11062. "R": 1.0,
  11063. "G": 1.0,
  11064. "B": 1.0,
  11065. "A": 1.0
  11066. },
  11067. "MaxColor": {
  11068. "R": 0.0,
  11069. "G": 1.0,
  11070. "B": 0.0,
  11071. "A": 1.0
  11072. },
  11073. "Percent": true,
  11074. "SumRelevant": false,
  11075. "Unit": "",
  11076. "VoxelsPerEntry": 5,
  11077. "Category": "Plant",
  11078. "ValueType": "Percent",
  11079. "AreaDescription": "",
  11080. "Components": {
  11081. "$id": "710",
  11082. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11083. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11084. "$values": []
  11085. }
  11086. }
  11087. },
  11088. {
  11089. "$id": "711",
  11090. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11091. "Name": "PitcherPlant",
  11092. "DisplayName": "Pitcher Plant Population",
  11093. "InitMultiplier": 1.0,
  11094. "SyncToClient": false,
  11095. "Range": {
  11096. "min": 0.0,
  11097. "max": 1.0
  11098. },
  11099. "RenderRange": {
  11100. "min": 0.0,
  11101. "max": 0.333333343
  11102. },
  11103. "MinColor": {
  11104. "R": 1.0,
  11105. "G": 1.0,
  11106. "B": 1.0,
  11107. "A": 1.0
  11108. },
  11109. "MaxColor": {
  11110. "R": 0.0,
  11111. "G": 1.0,
  11112. "B": 0.0,
  11113. "A": 1.0
  11114. },
  11115. "Percent": false,
  11116. "SumRelevant": true,
  11117. "Unit": "Pitcher Plants",
  11118. "VoxelsPerEntry": 5,
  11119. "Category": "Plant",
  11120. "ValueType": "Percent",
  11121. "AreaDescription": "",
  11122. "Components": {
  11123. "$id": "712",
  11124. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11125. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11126. "$values": []
  11127. }
  11128. }
  11129. },
  11130. {
  11131. "$id": "713",
  11132. "Name": "PitcherPlantGrowth",
  11133. "DisplayName": "Pitcher Plant Growth",
  11134. "InitMultiplier": 1.0,
  11135. "SyncToClient": false,
  11136. "Range": {
  11137. "min": 0.0,
  11138. "max": 1.0
  11139. },
  11140. "MinColor": {
  11141. "R": 1.0,
  11142. "G": 1.0,
  11143. "B": 1.0,
  11144. "A": 1.0
  11145. },
  11146. "MaxColor": {
  11147. "R": 0.0,
  11148. "G": 1.0,
  11149. "B": 0.0,
  11150. "A": 1.0
  11151. },
  11152. "Percent": true,
  11153. "SumRelevant": false,
  11154. "Unit": "",
  11155. "VoxelsPerEntry": 5,
  11156. "Category": "Plant",
  11157. "ValueType": "Percent",
  11158. "AreaDescription": "",
  11159. "Components": {
  11160. "$id": "714",
  11161. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11162. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11163. "$values": []
  11164. }
  11165. }
  11166. },
  11167. {
  11168. "$id": "715",
  11169. "Name": "PitcherPlantYieldPotential",
  11170. "DisplayName": "Pitcher Plant Yield Potential",
  11171. "InitMultiplier": 1.0,
  11172. "SyncToClient": false,
  11173. "Range": {
  11174. "min": 0.0,
  11175. "max": 1.0
  11176. },
  11177. "MinColor": {
  11178. "R": 1.0,
  11179. "G": 1.0,
  11180. "B": 1.0,
  11181. "A": 1.0
  11182. },
  11183. "MaxColor": {
  11184. "R": 0.0,
  11185. "G": 1.0,
  11186. "B": 0.0,
  11187. "A": 1.0
  11188. },
  11189. "Percent": true,
  11190. "SumRelevant": false,
  11191. "Unit": "",
  11192. "VoxelsPerEntry": 5,
  11193. "Category": "Plant",
  11194. "ValueType": "Percent",
  11195. "AreaDescription": "",
  11196. "Components": {
  11197. "$id": "716",
  11198. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11199. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11200. "$values": []
  11201. }
  11202. }
  11203. },
  11204. {
  11205. "$id": "717",
  11206. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11207. "Name": "Buttonbush",
  11208. "DisplayName": "Buttonbush Population",
  11209. "InitMultiplier": 1.0,
  11210. "SyncToClient": false,
  11211. "Range": {
  11212. "min": 0.0,
  11213. "max": 1.0
  11214. },
  11215. "RenderRange": {
  11216. "min": 0.0,
  11217. "max": 0.333333343
  11218. },
  11219. "MinColor": {
  11220. "R": 1.0,
  11221. "G": 1.0,
  11222. "B": 1.0,
  11223. "A": 1.0
  11224. },
  11225. "MaxColor": {
  11226. "R": 0.0,
  11227. "G": 1.0,
  11228. "B": 0.0,
  11229. "A": 1.0
  11230. },
  11231. "Percent": false,
  11232. "SumRelevant": true,
  11233. "Unit": "Buttonbushes",
  11234. "VoxelsPerEntry": 5,
  11235. "Category": "Plant",
  11236. "ValueType": "Percent",
  11237. "AreaDescription": "",
  11238. "Components": {
  11239. "$id": "718",
  11240. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11241. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11242. "$values": []
  11243. }
  11244. }
  11245. },
  11246. {
  11247. "$id": "719",
  11248. "Name": "ButtonbushGrowth",
  11249. "DisplayName": "Buttonbush Growth",
  11250. "InitMultiplier": 1.0,
  11251. "SyncToClient": false,
  11252. "Range": {
  11253. "min": 0.0,
  11254. "max": 1.0
  11255. },
  11256. "MinColor": {
  11257. "R": 1.0,
  11258. "G": 1.0,
  11259. "B": 1.0,
  11260. "A": 1.0
  11261. },
  11262. "MaxColor": {
  11263. "R": 0.0,
  11264. "G": 1.0,
  11265. "B": 0.0,
  11266. "A": 1.0
  11267. },
  11268. "Percent": true,
  11269. "SumRelevant": false,
  11270. "Unit": "",
  11271. "VoxelsPerEntry": 5,
  11272. "Category": "Plant",
  11273. "ValueType": "Percent",
  11274. "AreaDescription": "",
  11275. "Components": {
  11276. "$id": "720",
  11277. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11278. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11279. "$values": []
  11280. }
  11281. }
  11282. },
  11283. {
  11284. "$id": "721",
  11285. "Name": "ButtonbushYieldPotential",
  11286. "DisplayName": "Buttonbush Yield Potential",
  11287. "InitMultiplier": 1.0,
  11288. "SyncToClient": false,
  11289. "Range": {
  11290. "min": 0.0,
  11291. "max": 1.0
  11292. },
  11293. "MinColor": {
  11294. "R": 1.0,
  11295. "G": 1.0,
  11296. "B": 1.0,
  11297. "A": 1.0
  11298. },
  11299. "MaxColor": {
  11300. "R": 0.0,
  11301. "G": 1.0,
  11302. "B": 0.0,
  11303. "A": 1.0
  11304. },
  11305. "Percent": true,
  11306. "SumRelevant": false,
  11307. "Unit": "",
  11308. "VoxelsPerEntry": 5,
  11309. "Category": "Plant",
  11310. "ValueType": "Percent",
  11311. "AreaDescription": "",
  11312. "Components": {
  11313. "$id": "722",
  11314. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11315. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11316. "$values": []
  11317. }
  11318. }
  11319. },
  11320. {
  11321. "$id": "723",
  11322. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11323. "Name": "Salal",
  11324. "DisplayName": "Salal Population",
  11325. "InitMultiplier": 1.0,
  11326. "SyncToClient": false,
  11327. "Range": {
  11328. "min": 0.0,
  11329. "max": 1.0
  11330. },
  11331. "RenderRange": {
  11332. "min": 0.0,
  11333. "max": 1.0
  11334. },
  11335. "MinColor": {
  11336. "R": 1.0,
  11337. "G": 1.0,
  11338. "B": 1.0,
  11339. "A": 1.0
  11340. },
  11341. "MaxColor": {
  11342. "R": 0.0,
  11343. "G": 1.0,
  11344. "B": 0.0,
  11345. "A": 1.0
  11346. },
  11347. "Percent": false,
  11348. "SumRelevant": true,
  11349. "Unit": "Salals",
  11350. "VoxelsPerEntry": 5,
  11351. "Category": "Plant",
  11352. "ValueType": "Percent",
  11353. "AreaDescription": "",
  11354. "Components": {
  11355. "$id": "724",
  11356. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11357. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11358. "$values": []
  11359. }
  11360. }
  11361. },
  11362. {
  11363. "$id": "725",
  11364. "Name": "SalalGrowth",
  11365. "DisplayName": "Salal Growth",
  11366. "InitMultiplier": 1.0,
  11367. "SyncToClient": false,
  11368. "Range": {
  11369. "min": 0.0,
  11370. "max": 1.0
  11371. },
  11372. "MinColor": {
  11373. "R": 1.0,
  11374. "G": 1.0,
  11375. "B": 1.0,
  11376. "A": 1.0
  11377. },
  11378. "MaxColor": {
  11379. "R": 0.0,
  11380. "G": 1.0,
  11381. "B": 0.0,
  11382. "A": 1.0
  11383. },
  11384. "Percent": true,
  11385. "SumRelevant": false,
  11386. "Unit": "",
  11387. "VoxelsPerEntry": 5,
  11388. "Category": "Plant",
  11389. "ValueType": "Percent",
  11390. "AreaDescription": "",
  11391. "Components": {
  11392. "$id": "726",
  11393. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11394. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11395. "$values": []
  11396. }
  11397. }
  11398. },
  11399. {
  11400. "$id": "727",
  11401. "Name": "SalalYieldPotential",
  11402. "DisplayName": "Salal Yield Potential",
  11403. "InitMultiplier": 1.0,
  11404. "SyncToClient": false,
  11405. "Range": {
  11406. "min": 0.0,
  11407. "max": 1.0
  11408. },
  11409. "MinColor": {
  11410. "R": 1.0,
  11411. "G": 1.0,
  11412. "B": 1.0,
  11413. "A": 1.0
  11414. },
  11415. "MaxColor": {
  11416. "R": 0.0,
  11417. "G": 1.0,
  11418. "B": 0.0,
  11419. "A": 1.0
  11420. },
  11421. "Percent": true,
  11422. "SumRelevant": false,
  11423. "Unit": "",
  11424. "VoxelsPerEntry": 5,
  11425. "Category": "Plant",
  11426. "ValueType": "Percent",
  11427. "AreaDescription": "",
  11428. "Components": {
  11429. "$id": "728",
  11430. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11431. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11432. "$values": []
  11433. }
  11434. }
  11435. },
  11436. {
  11437. "$id": "729",
  11438. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11439. "Name": "Tomatoes",
  11440. "DisplayName": "Tomatoes Population",
  11441. "InitMultiplier": 1.0,
  11442. "SyncToClient": false,
  11443. "Range": {
  11444. "min": 0.0,
  11445. "max": 1.0
  11446. },
  11447. "RenderRange": {
  11448. "min": 0.0,
  11449. "max": 0.2857143
  11450. },
  11451. "MinColor": {
  11452. "R": 1.0,
  11453. "G": 1.0,
  11454. "B": 1.0,
  11455. "A": 1.0
  11456. },
  11457. "MaxColor": {
  11458. "R": 0.0,
  11459. "G": 1.0,
  11460. "B": 0.0,
  11461. "A": 1.0
  11462. },
  11463. "Percent": false,
  11464. "SumRelevant": true,
  11465. "Unit": "Tomatoes",
  11466. "VoxelsPerEntry": 5,
  11467. "Category": "Plant",
  11468. "ValueType": "Percent",
  11469. "AreaDescription": "",
  11470. "Components": {
  11471. "$id": "730",
  11472. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11473. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11474. "$values": []
  11475. }
  11476. }
  11477. },
  11478. {
  11479. "$id": "731",
  11480. "Name": "TomatoesGrowth",
  11481. "DisplayName": "Tomatoes Growth",
  11482. "InitMultiplier": 1.0,
  11483. "SyncToClient": false,
  11484. "Range": {
  11485. "min": 0.0,
  11486. "max": 1.0
  11487. },
  11488. "MinColor": {
  11489. "R": 1.0,
  11490. "G": 1.0,
  11491. "B": 1.0,
  11492. "A": 1.0
  11493. },
  11494. "MaxColor": {
  11495. "R": 0.0,
  11496. "G": 1.0,
  11497. "B": 0.0,
  11498. "A": 1.0
  11499. },
  11500. "Percent": true,
  11501. "SumRelevant": false,
  11502. "Unit": "",
  11503. "VoxelsPerEntry": 5,
  11504. "Category": "Plant",
  11505. "ValueType": "Percent",
  11506. "AreaDescription": "",
  11507. "Components": {
  11508. "$id": "732",
  11509. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11510. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11511. "$values": []
  11512. }
  11513. }
  11514. },
  11515. {
  11516. "$id": "733",
  11517. "Name": "TomatoesYieldPotential",
  11518. "DisplayName": "Tomatoes Yield Potential",
  11519. "InitMultiplier": 1.0,
  11520. "SyncToClient": false,
  11521. "Range": {
  11522. "min": 0.0,
  11523. "max": 1.0
  11524. },
  11525. "MinColor": {
  11526. "R": 1.0,
  11527. "G": 1.0,
  11528. "B": 1.0,
  11529. "A": 1.0
  11530. },
  11531. "MaxColor": {
  11532. "R": 0.0,
  11533. "G": 1.0,
  11534. "B": 0.0,
  11535. "A": 1.0
  11536. },
  11537. "Percent": true,
  11538. "SumRelevant": false,
  11539. "Unit": "",
  11540. "VoxelsPerEntry": 5,
  11541. "Category": "Plant",
  11542. "ValueType": "Percent",
  11543. "AreaDescription": "",
  11544. "Components": {
  11545. "$id": "734",
  11546. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11547. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11548. "$values": []
  11549. }
  11550. }
  11551. },
  11552. {
  11553. "$id": "735",
  11554. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11555. "Name": "AmanitaMushroom",
  11556. "DisplayName": "Amanita Mushroom Population",
  11557. "InitMultiplier": 1.0,
  11558. "SyncToClient": false,
  11559. "Range": {
  11560. "min": 0.0,
  11561. "max": 1.0
  11562. },
  11563. "RenderRange": {
  11564. "min": 0.0,
  11565. "max": 0.333333343
  11566. },
  11567. "MinColor": {
  11568. "R": 1.0,
  11569. "G": 1.0,
  11570. "B": 1.0,
  11571. "A": 1.0
  11572. },
  11573. "MaxColor": {
  11574. "R": 0.0,
  11575. "G": 1.0,
  11576. "B": 0.0,
  11577. "A": 1.0
  11578. },
  11579. "Percent": false,
  11580. "SumRelevant": true,
  11581. "Unit": "Amanita Mushrooms",
  11582. "VoxelsPerEntry": 5,
  11583. "Category": "Plant",
  11584. "ValueType": "Percent",
  11585. "AreaDescription": "",
  11586. "Components": {
  11587. "$id": "736",
  11588. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11589. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11590. "$values": []
  11591. }
  11592. }
  11593. },
  11594. {
  11595. "$id": "737",
  11596. "Name": "AmanitaMushroomGrowth",
  11597. "DisplayName": "Amanita Mushroom Growth",
  11598. "InitMultiplier": 1.0,
  11599. "SyncToClient": false,
  11600. "Range": {
  11601. "min": 0.0,
  11602. "max": 1.0
  11603. },
  11604. "MinColor": {
  11605. "R": 1.0,
  11606. "G": 1.0,
  11607. "B": 1.0,
  11608. "A": 1.0
  11609. },
  11610. "MaxColor": {
  11611. "R": 0.0,
  11612. "G": 1.0,
  11613. "B": 0.0,
  11614. "A": 1.0
  11615. },
  11616. "Percent": true,
  11617. "SumRelevant": false,
  11618. "Unit": "",
  11619. "VoxelsPerEntry": 5,
  11620. "Category": "Plant",
  11621. "ValueType": "Percent",
  11622. "AreaDescription": "",
  11623. "Components": {
  11624. "$id": "738",
  11625. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11626. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11627. "$values": []
  11628. }
  11629. }
  11630. },
  11631. {
  11632. "$id": "739",
  11633. "Name": "AmanitaMushroomYieldPotential",
  11634. "DisplayName": "Amanita Mushroom Yield Potential",
  11635. "InitMultiplier": 1.0,
  11636. "SyncToClient": false,
  11637. "Range": {
  11638. "min": 0.0,
  11639. "max": 1.0
  11640. },
  11641. "MinColor": {
  11642. "R": 1.0,
  11643. "G": 1.0,
  11644. "B": 1.0,
  11645. "A": 1.0
  11646. },
  11647. "MaxColor": {
  11648. "R": 0.0,
  11649. "G": 1.0,
  11650. "B": 0.0,
  11651. "A": 1.0
  11652. },
  11653. "Percent": true,
  11654. "SumRelevant": false,
  11655. "Unit": "",
  11656. "VoxelsPerEntry": 5,
  11657. "Category": "Plant",
  11658. "ValueType": "Percent",
  11659. "AreaDescription": "",
  11660. "Components": {
  11661. "$id": "740",
  11662. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11663. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11664. "$values": []
  11665. }
  11666. }
  11667. },
  11668. {
  11669. "$id": "741",
  11670. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11671. "Name": "CriminiMushroom",
  11672. "DisplayName": "Crimini Mushroom Population",
  11673. "InitMultiplier": 1.0,
  11674. "SyncToClient": false,
  11675. "Range": {
  11676. "min": 0.0,
  11677. "max": 1.0
  11678. },
  11679. "RenderRange": {
  11680. "min": 0.0,
  11681. "max": 0.2777778
  11682. },
  11683. "MinColor": {
  11684. "R": 1.0,
  11685. "G": 1.0,
  11686. "B": 1.0,
  11687. "A": 1.0
  11688. },
  11689. "MaxColor": {
  11690. "R": 0.0,
  11691. "G": 1.0,
  11692. "B": 0.0,
  11693. "A": 1.0
  11694. },
  11695. "Percent": false,
  11696. "SumRelevant": true,
  11697. "Unit": "Crimini Mushrooms",
  11698. "VoxelsPerEntry": 5,
  11699. "Category": "Plant",
  11700. "ValueType": "Percent",
  11701. "AreaDescription": "",
  11702. "Components": {
  11703. "$id": "742",
  11704. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11705. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11706. "$values": []
  11707. }
  11708. }
  11709. },
  11710. {
  11711. "$id": "743",
  11712. "Name": "CriminiMushroomGrowth",
  11713. "DisplayName": "Crimini Mushroom Growth",
  11714. "InitMultiplier": 1.0,
  11715. "SyncToClient": false,
  11716. "Range": {
  11717. "min": 0.0,
  11718. "max": 1.0
  11719. },
  11720. "MinColor": {
  11721. "R": 1.0,
  11722. "G": 1.0,
  11723. "B": 1.0,
  11724. "A": 1.0
  11725. },
  11726. "MaxColor": {
  11727. "R": 0.0,
  11728. "G": 1.0,
  11729. "B": 0.0,
  11730. "A": 1.0
  11731. },
  11732. "Percent": true,
  11733. "SumRelevant": false,
  11734. "Unit": "",
  11735. "VoxelsPerEntry": 5,
  11736. "Category": "Plant",
  11737. "ValueType": "Percent",
  11738. "AreaDescription": "",
  11739. "Components": {
  11740. "$id": "744",
  11741. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11742. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11743. "$values": []
  11744. }
  11745. }
  11746. },
  11747. {
  11748. "$id": "745",
  11749. "Name": "CriminiMushroomYieldPotential",
  11750. "DisplayName": "Crimini Mushroom Yield Potential",
  11751. "InitMultiplier": 1.0,
  11752. "SyncToClient": false,
  11753. "Range": {
  11754. "min": 0.0,
  11755. "max": 1.0
  11756. },
  11757. "MinColor": {
  11758. "R": 1.0,
  11759. "G": 1.0,
  11760. "B": 1.0,
  11761. "A": 1.0
  11762. },
  11763. "MaxColor": {
  11764. "R": 0.0,
  11765. "G": 1.0,
  11766. "B": 0.0,
  11767. "A": 1.0
  11768. },
  11769. "Percent": true,
  11770. "SumRelevant": false,
  11771. "Unit": "",
  11772. "VoxelsPerEntry": 5,
  11773. "Category": "Plant",
  11774. "ValueType": "Percent",
  11775. "AreaDescription": "",
  11776. "Components": {
  11777. "$id": "746",
  11778. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11779. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11780. "$values": []
  11781. }
  11782. }
  11783. },
  11784. {
  11785. "$id": "747",
  11786. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11787. "Name": "Oak",
  11788. "DisplayName": "Oak Population",
  11789. "InitMultiplier": 1.0,
  11790. "SyncToClient": false,
  11791. "Range": {
  11792. "min": 0.0,
  11793. "max": 1.0
  11794. },
  11795. "RenderRange": {
  11796. "min": 0.0,
  11797. "max": 0.0222222228
  11798. },
  11799. "MinColor": {
  11800. "R": 1.0,
  11801. "G": 1.0,
  11802. "B": 1.0,
  11803. "A": 1.0
  11804. },
  11805. "MaxColor": {
  11806. "R": 0.0,
  11807. "G": 1.0,
  11808. "B": 0.0,
  11809. "A": 1.0
  11810. },
  11811. "Percent": false,
  11812. "SumRelevant": true,
  11813. "Unit": "Oaks",
  11814. "VoxelsPerEntry": 20,
  11815. "Category": "Plant",
  11816. "ValueType": "Percent",
  11817. "AreaDescription": "",
  11818. "Components": {
  11819. "$id": "748",
  11820. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11821. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11822. "$values": []
  11823. }
  11824. }
  11825. },
  11826. {
  11827. "$id": "749",
  11828. "Name": "OakGrowth",
  11829. "DisplayName": "Oak Growth",
  11830. "InitMultiplier": 1.0,
  11831. "SyncToClient": false,
  11832. "Range": {
  11833. "min": 0.0,
  11834. "max": 1.0
  11835. },
  11836. "MinColor": {
  11837. "R": 1.0,
  11838. "G": 1.0,
  11839. "B": 1.0,
  11840. "A": 1.0
  11841. },
  11842. "MaxColor": {
  11843. "R": 0.0,
  11844. "G": 1.0,
  11845. "B": 0.0,
  11846. "A": 1.0
  11847. },
  11848. "Percent": true,
  11849. "SumRelevant": false,
  11850. "Unit": "",
  11851. "VoxelsPerEntry": 20,
  11852. "Category": "Plant",
  11853. "ValueType": "Percent",
  11854. "AreaDescription": "",
  11855. "Components": {
  11856. "$id": "750",
  11857. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11858. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11859. "$values": []
  11860. }
  11861. }
  11862. },
  11863. {
  11864. "$id": "751",
  11865. "Name": "OakYieldPotential",
  11866. "DisplayName": "Oak Yield Potential",
  11867. "InitMultiplier": 1.0,
  11868. "SyncToClient": false,
  11869. "Range": {
  11870. "min": 0.0,
  11871. "max": 1.0
  11872. },
  11873. "MinColor": {
  11874. "R": 1.0,
  11875. "G": 1.0,
  11876. "B": 1.0,
  11877. "A": 1.0
  11878. },
  11879. "MaxColor": {
  11880. "R": 0.0,
  11881. "G": 1.0,
  11882. "B": 0.0,
  11883. "A": 1.0
  11884. },
  11885. "Percent": true,
  11886. "SumRelevant": false,
  11887. "Unit": "",
  11888. "VoxelsPerEntry": 20,
  11889. "Category": "Plant",
  11890. "ValueType": "Percent",
  11891. "AreaDescription": "",
  11892. "Components": {
  11893. "$id": "752",
  11894. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11895. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11896. "$values": []
  11897. }
  11898. }
  11899. },
  11900. {
  11901. "$id": "753",
  11902. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  11903. "Name": "Fir",
  11904. "DisplayName": "Fir Population",
  11905. "InitMultiplier": 1.0,
  11906. "SyncToClient": false,
  11907. "Range": {
  11908. "min": 0.0,
  11909. "max": 1.0
  11910. },
  11911. "RenderRange": {
  11912. "min": 0.0,
  11913. "max": 0.03846154
  11914. },
  11915. "MinColor": {
  11916. "R": 1.0,
  11917. "G": 1.0,
  11918. "B": 1.0,
  11919. "A": 1.0
  11920. },
  11921. "MaxColor": {
  11922. "R": 0.0,
  11923. "G": 1.0,
  11924. "B": 0.0,
  11925. "A": 1.0
  11926. },
  11927. "Percent": false,
  11928. "SumRelevant": true,
  11929. "Unit": "Firs",
  11930. "VoxelsPerEntry": 20,
  11931. "Category": "Plant",
  11932. "ValueType": "Percent",
  11933. "AreaDescription": "",
  11934. "Components": {
  11935. "$id": "754",
  11936. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11937. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11938. "$values": []
  11939. }
  11940. }
  11941. },
  11942. {
  11943. "$id": "755",
  11944. "Name": "FirGrowth",
  11945. "DisplayName": "Fir Growth",
  11946. "InitMultiplier": 1.0,
  11947. "SyncToClient": false,
  11948. "Range": {
  11949. "min": 0.0,
  11950. "max": 1.0
  11951. },
  11952. "MinColor": {
  11953. "R": 1.0,
  11954. "G": 1.0,
  11955. "B": 1.0,
  11956. "A": 1.0
  11957. },
  11958. "MaxColor": {
  11959. "R": 0.0,
  11960. "G": 1.0,
  11961. "B": 0.0,
  11962. "A": 1.0
  11963. },
  11964. "Percent": true,
  11965. "SumRelevant": false,
  11966. "Unit": "",
  11967. "VoxelsPerEntry": 20,
  11968. "Category": "Plant",
  11969. "ValueType": "Percent",
  11970. "AreaDescription": "",
  11971. "Components": {
  11972. "$id": "756",
  11973. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  11974. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  11975. "$values": []
  11976. }
  11977. }
  11978. },
  11979. {
  11980. "$id": "757",
  11981. "Name": "FirYieldPotential",
  11982. "DisplayName": "Fir Yield Potential",
  11983. "InitMultiplier": 1.0,
  11984. "SyncToClient": false,
  11985. "Range": {
  11986. "min": 0.0,
  11987. "max": 1.0
  11988. },
  11989. "MinColor": {
  11990. "R": 1.0,
  11991. "G": 1.0,
  11992. "B": 1.0,
  11993. "A": 1.0
  11994. },
  11995. "MaxColor": {
  11996. "R": 0.0,
  11997. "G": 1.0,
  11998. "B": 0.0,
  11999. "A": 1.0
  12000. },
  12001. "Percent": true,
  12002. "SumRelevant": false,
  12003. "Unit": "",
  12004. "VoxelsPerEntry": 20,
  12005. "Category": "Plant",
  12006. "ValueType": "Percent",
  12007. "AreaDescription": "",
  12008. "Components": {
  12009. "$id": "758",
  12010. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  12011. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  12012. "$values": []
  12013. }
  12014. }
  12015. },
  12016. {
  12017. "$id": "759",
  12018. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  12019. "Name": "SaguaroCactus",
  12020. "DisplayName": "Saguaro Cactus Population",
  12021. "InitMultiplier": 1.0,
  12022. "SyncToClient": false,
  12023. "Range": {
  12024. "min": 0.0,
  12025. "max": 1.0
  12026. },
  12027. "RenderRange": {
  12028. "min": 0.0,
  12029. "max": 0.05263158
  12030. },
  12031. "MinColor": {
  12032. "R": 1.0,
  12033. "G": 1.0,
  12034. "B": 1.0,
  12035. "A": 1.0
  12036. },
  12037. "MaxColor": {
  12038. "R": 0.0,
  12039. "G": 1.0,
  12040. "B": 0.0,
  12041. "A": 1.0
  12042. },
  12043. "Percent": false,
  12044. "SumRelevant": true,
  12045. "Unit": "Saguaro Cacti",
  12046. "VoxelsPerEntry": 20,
  12047. "Category": "Plant",
  12048. "ValueType": "Percent",
  12049. "AreaDescription": "",
  12050. "Components": {
  12051. "$id": "760",
  12052. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  12053. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  12054. "$values": []
  12055. }
  12056. }
  12057. },
  12058. {
  12059. "$id": "761",
  12060. "Name": "SaguaroCactusGrowth",
  12061. "DisplayName": "Saguaro Cactus Growth",
  12062. "InitMultiplier": 1.0,
  12063. "SyncToClient": false,
  12064. "Range": {
  12065. "min": 0.0,
  12066. "max": 1.0
  12067. },
  12068. "MinColor": {
  12069. "R": 1.0,
  12070. "G": 1.0,
  12071. "B": 1.0,
  12072. "A": 1.0
  12073. },
  12074. "MaxColor": {
  12075. "R": 0.0,
  12076. "G": 1.0,
  12077. "B": 0.0,
  12078. "A": 1.0
  12079. },
  12080. "Percent": true,
  12081. "SumRelevant": false,
  12082. "Unit": "",
  12083. "VoxelsPerEntry": 20,
  12084. "Category": "Plant",
  12085. "ValueType": "Percent",
  12086. "AreaDescription": "",
  12087. "Components": {
  12088. "$id": "762",
  12089. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  12090. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  12091. "$values": []
  12092. }
  12093. }
  12094. },
  12095. {
  12096. "$id": "763",
  12097. "Name": "SaguaroCactusYieldPotential",
  12098. "DisplayName": "Saguaro Cactus Yield Potential",
  12099. "InitMultiplier": 1.0,
  12100. "SyncToClient": false,
  12101. "Range": {
  12102. "min": 0.0,
  12103. "max": 1.0
  12104. },
  12105. "MinColor": {
  12106. "R": 1.0,
  12107. "G": 1.0,
  12108. "B": 1.0,
  12109. "A": 1.0
  12110. },
  12111. "MaxColor": {
  12112. "R": 0.0,
  12113. "G": 1.0,
  12114. "B": 0.0,
  12115. "A": 1.0
  12116. },
  12117. "Percent": true,
  12118. "SumRelevant": false,
  12119. "Unit": "",
  12120. "VoxelsPerEntry": 20,
  12121. "Category": "Plant",
  12122. "ValueType": "Percent",
  12123. "AreaDescription": "",
  12124. "Components": {
  12125. "$id": "764",
  12126. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  12127. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  12128. "$values": []
  12129. }
  12130. }
  12131. },
  12132. {
  12133. "$id": "765",
  12134. "$type": "Eco.Simulation.WorldLayers.Layers.PlantLayerSettings, Eco.Simulation",
  12135. "Name": "Rice",
  12136. "DisplayName": "Rice Population",
  12137. "InitMultiplier": 1.0,
  12138. "SyncToClient": false,
  12139. "Range": {
  12140. "min": 0.0,
  12141. "max": 1.0
  12142. },
  12143. "RenderRange": {
  12144. "min": 0.0,
  12145. "max": 0.333333343
  12146. },
  12147. "MinColor": {
  12148. "R": 1.0,
  12149. "G": 1.0,
  12150. "B": 1.0,
  12151. "A": 1.0
  12152. },
  12153. "MaxColor": {
  12154. "R": 0.0,
  12155. "G": 1.0,
  12156. "B": 0.0,
  12157. "A": 1.0
  12158. },
  12159. "Percent": false,
  12160. "SumRelevant": true,
  12161. "Unit": "Rice",
  12162. "VoxelsPerEntry": 5,
  12163. "Category": "Plant",
  12164. "ValueType": "Percent",
  12165. "AreaDescription": "",
  12166. "Components": {
  12167. "$id": "766",
  12168. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  12169. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  12170. "$values": []
  12171. }
  12172. }
  12173. },
  12174. {
  12175. "$id": "767",
  12176. "Name": "RiceGrowth",
  12177. "DisplayName": "Rice Growth",
  12178. "InitMultiplier": 1.0,
  12179. "SyncToClient": false,
  12180. "Range": {
  12181. "min": 0.0,
  12182. "max": 1.0
  12183. },
  12184. "MinColor": {
  12185. "R": 1.0,
  12186. "G": 1.0,
  12187. "B": 1.0,
  12188. "A": 1.0
  12189. },
  12190. "MaxColor": {
  12191. "R": 0.0,
  12192. "G": 1.0,
  12193. "B": 0.0,
  12194. "A": 1.0
  12195. },
  12196. "Percent": true,
  12197. "SumRelevant": false,
  12198. "Unit": "",
  12199. "VoxelsPerEntry": 5,
  12200. "Category": "Plant",
  12201. "ValueType": "Percent",
  12202. "AreaDescription": "",
  12203. "Components": {
  12204. "$id": "768",
  12205. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  12206. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  12207. "$values": []
  12208. }
  12209. }
  12210. },
  12211. {
  12212. "$id": "769",
  12213. "Name": "RiceYieldPotential",
  12214. "DisplayName": "Rice Yield Potential",
  12215. "InitMultiplier": 1.0,
  12216. "SyncToClient": false,
  12217. "Range": {
  12218. "min": 0.0,
  12219. "max": 1.0
  12220. },
  12221. "MinColor": {
  12222. "R": 1.0,
  12223. "G": 1.0,
  12224. "B": 1.0,
  12225. "A": 1.0
  12226. },
  12227. "MaxColor": {
  12228. "R": 0.0,
  12229. "G": 1.0,
  12230. "B": 0.0,
  12231. "A": 1.0
  12232. },
  12233. "Percent": true,
  12234. "SumRelevant": false,
  12235. "Unit": "",
  12236. "VoxelsPerEntry": 5,
  12237. "Category": "Plant",
  12238. "ValueType": "Percent",
  12239. "AreaDescription": "",
  12240. "Components": {
  12241. "$id": "770",
  12242. "Eco.Simulation.WorldLayers.Components.WorldLayerComponent": {
  12243. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.Components.WorldLayerComponent, Eco.Simulation]], mscorlib",
  12244. "$values": []
  12245. }
  12246. }
  12247. }
  12248. ]
  12249. }
  12250. },
  12251. "ClimateSettings": {
  12252. "$id": "771",
  12253. "InitialOxygenPercent": 0.0,
  12254. "InitialNitrogenPercent": 0.04,
  12255. "InitialCO2Percent": 0.96,
  12256. "AirPressure": 0.006,
  12257. "AtmosphereVolume": 1000000.0,
  12258. "AtmosphereDisplayEnabled": false,
  12259. "AtmosphereSizeInTonnes": 100000.0,
  12260. "PollutionMultiplier": 10.0,
  12261. "MinCO2ppm": 325.0,
  12262. "SeaLevelSimEnabled": true,
  12263. "TemperatureSimEnabled": true,
  12264. "SeaLevelsRiseAtCO2ppm": 375.0,
  12265. "CO2ppmPerSeaLevelMeterRise": 25.0,
  12266. "MaxSeaLevelRise": 20.0,
  12267. "MaxTemperatureRise": 30.0,
  12268. "MaxSeaLevelRiseRatePerDay": 1.0,
  12269. "MaxTemperatureChangePerDay": 1.0,
  12270. "TemperaturesRiseAtCO2ppm": 340.0,
  12271. "CO2ppmPerDegreeTemperatureRise": 30.0,
  12272. "MaxCO2PerDayFromAnimals": 10.0,
  12273. "MinCO2PerDayFromPlants": -100.0,
  12274. "PollutionPerTailingPerTick": 0.016,
  12275. "MaxDebrisBlocks": 1.0
  12276. },
  12277. "Interactions": {
  12278. "$id": "772",
  12279. "Eco.Simulation.WorldLayers.IWorldLayerInteraction": {
  12280. "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.IWorldLayerInteraction, Eco.Simulation]], mscorlib",
  12281. "$values": [
  12282. {
  12283. "$id": "773",
  12284. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
  12285. "BiomeLayerName": "DesertBiome",
  12286. "MoistureRange": {
  12287. "min": 0.0,
  12288. "max": 1.4
  12289. },
  12290. "TemperatureRange": {
  12291. "min": -7.0,
  12292. "max": 30.0
  12293. }
  12294. },
  12295. {
  12296. "$id": "774",
  12297. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
  12298. "BiomeLayerName": "TundraBiome",
  12299. "MoistureRange": {
  12300. "min": 0.0,
  12301. "max": 1.0
  12302. },
  12303. "TemperatureRange": {
  12304. "min": -30.0,
  12305. "max": -17.0
  12306. }
  12307. },
  12308. {
  12309. "$id": "775",
  12310. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
  12311. "BiomeLayerName": "ForestBiome",
  12312. "MoistureRange": {
  12313. "min": 0.48,
  12314. "max": 1.1
  12315. },
  12316. "TemperatureRange": {
  12317. "min": -17.0,
  12318. "max": -7.0
  12319. }
  12320. },
  12321. {
  12322. "$id": "776",
  12323. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
  12324. "BiomeLayerName": "GrasslandBiome",
  12325. "MoistureRange": {
  12326. "min": 0.0,
  12327. "max": 0.6
  12328. },
  12329. "TemperatureRange": {
  12330. "min": -17.0,
  12331. "max": -7.0
  12332. }
  12333. },
  12334. {
  12335. "$id": "777",
  12336. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
  12337. "BiomeLayerName": "WetlandBiome",
  12338. "MoistureRange": {
  12339. "min": 1.2,
  12340. "max": 1.25
  12341. },
  12342. "TemperatureRange": {
  12343. "min": 29.0,
  12344. "max": 30.0
  12345. }
  12346. },
  12347. {
  12348. "$id": "778",
  12349. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation",
  12350. "ModifiedLayerName": "SoilMoisture",
  12351. "SpreadRatio": 0.6,
  12352. "HeightBias": 0.3,
  12353. "PostWorldgenTicks": 30
  12354. },
  12355. {
  12356. "$id": "779",
  12357. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation",
  12358. "ModifiedLayerName": "SoilMoisture",
  12359. "Rate": 0.94,
  12360. "Action": "evaporates"
  12361. },
  12362. {
  12363. "$id": "780",
  12364. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ProportionalInteraction, Eco.Simulation",
  12365. "InputLayerName": "Rainfall",
  12366. "TargetLayerName": "SoilMoisture",
  12367. "ActiveOnWorldGen": true,
  12368. "ProportionEachTick": 0.05,
  12369. "ProportionAtInitialization": 0.8
  12370. },
  12371. {
  12372. "$id": "781",
  12373. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ProportionalInteraction, Eco.Simulation",
  12374. "InputLayerName": "FreshWater",
  12375. "TargetLayerName": "SoilMoisture",
  12376. "ActiveOnWorldGen": true,
  12377. "ProportionEachTick": 0.04,
  12378. "ProportionAtInitialization": 0.7
  12379. },
  12380. {
  12381. "$id": "782",
  12382. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation",
  12383. "ModifiedLayerName": "AirPollutionSpread",
  12384. "SpreadRatio": 0.8,
  12385. "HeightBias": 0.0,
  12386. "PostWorldgenTicks": 0
  12387. },
  12388. {
  12389. "$id": "783",
  12390. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation",
  12391. "ModifiedLayerName": "AirPollutionSpread",
  12392. "Rate": 0.98,
  12393. "Action": "evaporates"
  12394. },
  12395. {
  12396. "$id": "784",
  12397. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SecondOrderReaction, Eco.Simulation",
  12398. "ReactantOneLayerName": "AirPollutionSpread",
  12399. "ReactantTwoLayerName": "Rainfall",
  12400. "ProductLayerName": "GroundPollutionSpread",
  12401. "ReactionRate": 3.2,
  12402. "ActivePostWorldgen": true
  12403. },
  12404. {
  12405. "$id": "785",
  12406. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation",
  12407. "ModifiedLayerName": "GroundPollutionSpread",
  12408. "Rate": 0.95,
  12409. "Action": "evaporates"
  12410. },
  12411. {
  12412. "$id": "786",
  12413. "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation",
  12414. "ModifiedLayerName": "GroundPollutionSpread",
  12415. "SpreadRatio": 0.2,
  12416. "HeightBias": 0.75,
  12417. "PostWorldgenTicks": 0
  12418. }
  12419. ]
  12420. }
  12421. },
  12422. "TickContinuously": true,
  12423. "PushToWorld": true,
  12424. "PullFromWorld": true,
  12425. "TimeMult": 1.0,
  12426. "PlantScarcity": 0.0,
  12427. "PlantDensity": 0.0001,
  12428. "BaseSkillGainRate": 12.0,
  12429. "SkillDamageMultiplier": 0.0,
  12430. "RecordLayerHistory": "Interval",
  12431. "LayerHistoryBackupsPerDay": 4.0,
  12432. "TimeOfDayScale": 48.0
  12433. }
Advertisement
Add Comment
Please, Sign In to add comment