Advertisement
Guest User

Untitled

a guest
May 7th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. {
  2. "alias": "canyon_biome:biome:canyon",
  3. "type": "biome",
  4. "display_name": "i18n(canyon_biome:data.biome.canyon.display_name)",
  5. "description": "i18n(canyon_biome:data.biome.canyon.description)",
  6. "random_location_names": [
  7. "i18n(canyon_biome:data.biome.canyon.random_location_names.000)",
  8. "i18n(canyon_biome:data.biome.canyon.random_location_names.001)",
  9. "i18n(canyon_biome:data.biome.canyon.random_location_names.002)",
  10. "i18n(canyon_biome:data.biome.canyon.random_location_names.003)"
  11. ],
  12. "image": "file(images/canyon_400x300.jpg)",
  13. "story_board_image": "file(images/canyon_story_board.jpg)",
  14. "game_mode_images": {
  15. "stonehearth:game_mode:normal": "/stonehearth/data/biome/images/desert_story_normal.png",
  16. "stonehearth:game_mode:hard": "/stonehearth/data/biome/images/desert_story_normal.png"
  17. },
  18. "mining_loot_table": "file(canyon_mining_loot_table.json)",
  19. "applied_manifests": {
  20. "desert": "/stonehearth/data/biome/desert/manifest.json",
  21. "canyon": "canyon_biome/canyon_selected/manifest.json"
  22. },
  23. "generation_file": "file(canyon_generation_data.json)",
  24. "weather": [
  25. {
  26. "uri": "stonehearth:weather:sunny",
  27. "weight": 25
  28. },
  29. {
  30. "uri": "stonehearth:weather:cloudy",
  31. "weight": 10
  32. },
  33. {
  34. "uri": "stonehearth:weather:rain",
  35. "weight": 4
  36. },
  37. {
  38. "uri": "stonehearth:weather:sandstorm",
  39. "weight": 5
  40. },
  41. {
  42. "uri": "stonehearth:weather:windy",
  43. "weight": 15
  44. },
  45. {
  46. "uri": "stonehearth:weather:thunderstorm",
  47. "weight": 1
  48. },
  49. {
  50. "uri": "stonehearth:weather:foggy",
  51. "weight": 2
  52. },
  53. {
  54. "uri": "stonehearth:weather:lucky",
  55. "weight": 0.1
  56. }
  57. ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement