When written: when the game retrieves info on community goals from the server, and the data has changed since last time. This event contains the current status of all community goals the player is currently subscribed to.
Debug Information
{"name":"CommunityGoal","description":"When written: when the game retrieves info on community goals from the server, and the data has changed since last time. This event contains the current status of all community goals the player is currently subscribed to.","properties":[{"name":"timestamp","type":"string","description":"Timestamp in UTC, ISO 8601","optional":false,"examples":["2022-09-11T22:00:45Z","2022-09-12T08:54:21Z","2022-09-12T08:54:24Z"]},{"name":"event","type":"string","description":"","optional":false,"examples":["CommunityGoal"]},{"name":"CurrentGoals","type":"array","description":"","optional":false,"examples":[],"properties":[{"name":"CGID","type":"integer","description":"A unique ID number for the CG","optional":false,"examples":[754,758,690]},{"name":"Title","type":"string","description":"A description for the CG","optional":false,"examples":["Operation Tyndareus Reacts to Thargoid Fleet","Disrupt Azimuth's Resource Campaign","The Colonia Bridge Project 2nd Phase - Alcor"]},{"name":"SystemName","type":"string","description":"","optional":false,"examples":["Andecavi","Wandrama","Alcor"]},{"name":"MarketName","type":"string","description":"","optional":false,"examples":["Kumiho Sky","MacLean City","Macdonald Settlement"]},{"name":"Expiry","type":"string","description":"","optional":false,"examples":["2022-10-13T07:00:00Z","2022-11-10T08:00:00Z","2021-11-11T06:00:00Z"]},{"name":"IsComplete","type":"boolean","description":"","optional":false,"examples":[false,true]},{"name":"CurrentTotal","type":"integer","description":"","optional":false,"examples":[979809560710,979819883710,981475941910]},{"name":"PlayerContribution","type":"integer","description":"","optional":false,"examples":[0,8180000,9180000]},{"name":"NumContributors","type":"integer","description":"","optional":false,"examples":[3897,3900,3903]},{"name":"TopTier","type":"object","description":"","optional":false,"examples":[],"properties":[{"name":"Name","type":"string","description":"","optional":false,"examples":["Tier 8","Tier 6","Tier 5"]},{"name":"Bonus","type":"string","description":"","optional":false,"examples":[""]}]},{"name":"TopRankSize","type":"integer","description":"If the community goal is constructed with a fixed-size top rank (ie max reward for top 10 players)","optional":true,"examples":[10]},{"name":"PlayerInTopRank","type":"boolean","description":"If the community goal is constructed with a fixed-size top rank (ie max reward for top 10 players)","optional":true,"examples":[false,true]},{"name":"TierReached","type":"string","description":"If the community goal has reached the first success","optional":true,"examples":["Tier 7","Tier 2","Tier 3"]},{"name":"PlayerPercentileBand","type":"integer","description":"","optional":false,"examples":[100,75,50]},{"name":"Bonus","type":"integer","description":"If the community goal has reached the first success","optional":true,"examples":[2400000,8000000,1000000]}]}]}