Advertisement
spacechase0

Untitled

Aug 5th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. {
  2. "Id": "cranber.fireflies",
  3. "SpriteData": {
  4. "Variations": 1,
  5. "FrameWidth": 10,
  6. "FrameHeight": 9,
  7. "Scale": 4
  8. },
  9. "Animations": {
  10. "default": {
  11. "Frames": [
  12. {
  13. "Frame": 0,
  14. "Duration": 25
  15. },
  16. {
  17. "Frame": 1,
  18. "Duration": 25
  19. },
  20. {
  21. "Frame": 2,
  22. "Duration": 25
  23. },
  24. {
  25. "Frame": 3,
  26. "Duration": 25
  27. },
  28. {
  29. "Frame": 2,
  30. "Duration": 25
  31. },
  32. {
  33. "Frame": 1,
  34. "Duration": 25
  35. }
  36. ]
  37. }
  38. },
  39. "SpawnConditions": [
  40. {
  41. "Not": false,
  42. "Seasons": [ "spring", "summer", "fall" ],
  43. "Locations": [ "Farm" ],
  44. "MinTimeOfDay": 600,
  45. "MaxTimeOfDay": 2600,
  46. "ChancePerTile": 1,
  47. "RequireDarkOut": false,
  48. "AllowRain": false,
  49. "ChildrenCombine": "and",
  50. "Children": []
  51. }
  52. ],
  53. "SpawnLocations": [
  54. {
  55. "LocationType": "random",
  56. "Conditions": [
  57. {
  58. "Not": false,
  59. "Chance": 0.90,
  60. "Variable": "ParentSheetIndex",
  61. "RequireNotNull": false,
  62. "Is": null,
  63. "ValueEquals": "0",
  64. "ChildrenCombine": "and",
  65. "Children": []
  66. }
  67. ]
  68. }
  69. ],
  70. "SpawnAttempts": 90,
  71. "Behavior": {
  72. "Type": "random",
  73. "Speed": 1,
  74. "PatrolPoints": [
  75. {
  76. "Type": "random",
  77. "X": 4,
  78. "Y": 4
  79. }
  80. ],
  81. "PatrolPointDelay": 0,
  82. "PatrolPointDelayAddRandom": 0
  83. },
  84. "Light": {
  85. "VanillaLightId": 3,
  86. "Radius": 0.5,
  87. "Color": { "R": 255, "G": 255, "B": 255 }
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement