coverOfDarkness.json 551 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "coverOfDarkness" : {
  3. "index" :15,
  4. "handler" : "configurable",
  5. "base" : {
  6. "sounds" : {
  7. "visit" : ["LIGHTHOUSE"]
  8. }
  9. },
  10. "types" : {
  11. "coverOfDarkness" : {
  12. "index" : 0,
  13. "aiValue" : 100,
  14. "rmg" : {
  15. },
  16. "compatibilityIdentifiers" : [ "object" ],
  17. "visitMode" : "unlimited",
  18. "rewards" : [
  19. {
  20. "message" : 31,
  21. "revealTiles" : {
  22. "radius" : 20,
  23. "surface" : 1,
  24. "subterra" : 1,
  25. "water" : 1,
  26. "rock" : 1,
  27. "hide" : true
  28. }
  29. }
  30. ]
  31. }
  32. }
  33. }
  34. }