lighthouse.json 461 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "lighthouse" : {
  3. "index" :42,
  4. "handler" : "flaggable",
  5. "base" : {
  6. "sounds" : {
  7. "visit" : ["LIGHTHOUSE"]
  8. }
  9. },
  10. "types" : {
  11. "lighthouse" : {
  12. "compatibilityIdentifiers" : [ "object" ],
  13. "index" : 0,
  14. "aiValue" : 500,
  15. "rmg" : {
  16. },
  17. "message" : "@core.advevent.69",
  18. "bonuses" : {
  19. "seaMovement" : {
  20. "type" : "MOVEMENT",
  21. "subtype" : "heroMovementSea",
  22. "val" : 500
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }