-
Notifications
You must be signed in to change notification settings - Fork 90
Description
-- ISSUES --
There doesn't seem to be journal events for when you deposit/withdraw from the squadron credits bank (and the same may be true for the other new squadron bank types) ?
- Credits
- Ships
- Commodities
- Personal assets
-- NEW Data --
- New event
{
"timestamp": "2025-08-20T02:09:05Z",
"event": "ShipyardBankDeposit",
"ShipType": "Type9",
"ShipType_Localised": "Type-9 Heavy",
"MarketID": 3713125120
}Handled
-
jixxed/ed-journal-schemas@0d493b4
- CarrierBankTransfer
- CarrierBuy
- CarrierCancelDecommission
- CarrierCrewServices
- CarrierDecommission
- CarrierDepositFuel
- CarrierDockingPermission
- CarrierFinance
- CarrierJump
- CarrierJumpCancelled
- CarrierJumpRequest
- CarrierLocation
- CarrierModulePack
- CarrierNameChange
- CarrierShipPack
- CarrierStats
- CarrierTradeOrder
-
jixxed/ed-journal-schemas@0372710
- Statistics
-
jixxed/ed-journal-schemas@519eeda
- AppliedToSquadron
- DisbandedSquadron
- InvitedToSquadron
- JoinedSquadron
- KickedFromSquadron
- LeftSquadron
- SharedBookmarkToSquadron
- SquadronCreated
-
jixxed/ed-journal-schemas@4ef193b
- SquadronDemotion
- SquadronPromotion
- SquadronStartup
-
There also appears to be a new
/squadronFrontier API endpoint:
{
"href": "/squadron",
"rel": "Squadron",
"type": "GET",
"title": "Describe the squadron your Commander is currently a member of, if any. add ?language=[$supportedLanguages] to translate names"
}It returns HTTP code 500 - can't do anything with that.
{
"timestamp": "2025-08-19T18:36:30Z",
"event": "CarrierNameChange",
"CarrierID": 3713165568,
"": "SquadronCarrier",
"Name": "Sovereign",
"Callsign": "NVLL"
}-
possibly some buggy fields (missing
CarrierType)
Implemented a fix to detect and heal this particular missing key. -
another new thing is SquadronFaction property for factions in FSDJump (could be for all location based events), like:
{
"Name": "Federal Reclamation Co",
"FactionState": "Boom",
"Government": "Corporate",
"Influence": 0.617383,
"Allegiance": "Federation",
"Happiness": "$Faction_HappinessBand2;",
"Happiness_Localised": "Happy",
"SquadronFaction": true,
"MyReputation": 100,
"PendingStates": [
{
"State": "Expansion",
"Trend": 0
}
],
"ActiveStates": [
{
"State": "Boom"
}
]
}Not actually new.
Docked event for reference (JK40 appears to be the squadron tag) - looks very similar to a fleet carrier and doesn't use the same SquadronCarrier station type from the signal source but may be identifiable as a squadron carrier from the new squadronBank station service type?:
{ "timestamp":"2025-08-19T15:04:13Z", "event":"Docked", "StationName":"JK40", "StationType":"FleetCarrier", "Taxi":false, "Multicrew":false, "StarSystem":"Mizar", "SystemAddress":259008758964, "MarketID":3713100288, "StationFaction":{ "Name":"FleetCarrier" }, "StationGovernment":"$government_Carrier;", "StationGovernment_Localised":"Propiedad privada", "StationServices":[ "dock", "autodock", "contacts", "crewlounge", "shipyard", "engineer", "flightcontroller", "stationoperations", "stationMenu", "carriermanagement", "carrierfuel", "socialspace", "squadronBank" ], "StationEconomy":"$economy_Carrier;", "StationEconomy_Localised":"Empresa privada", "StationEconomies":[ { "Name":"$economy_Carrier;", "Name_Localised":"Empresa privada", "Proportion":1.000000 } ], "DistFromStarLS":0.000000, "LandingPads":{ "Small":8, "Medium":8, "Large":16 } }- looks like CarrierJump does not have a CarrierType field, but you could identify the squadron carrier based on the squadronBank service
Squadron Carriers use a different name+vanity name format than standard fleet carriers in signals:
{ "timestamp":"2025-08-19T15:02:35Z", "event":"FSSSignalDiscovered", "SystemAddress":259008758964, "SignalName":"EL BURDEL 2.0 | JK40", "SignalType":"SquadronCarrier", "IsStation":true }
{ "timestamp":"2025-08-20T11:19:01Z", "event":"FSSSignalDiscovered", "SystemAddress":5067122025913, "SignalName":"PLATINUM MEMBERS ONLY | ODMH", "SignalType":"SquadronCarrier", "IsStation":true }
{ "timestamp":"2025-08-20T11:29:28Z", "event":"FSSSignalDiscovered", "SystemAddress":2003342182755, "SignalName":"STRANGE NEW WORLDS | SNW1", "SignalType":"SquadronCarrier", "IsStation":true }
{ "timestamp":"2025-08-20T12:04:36Z", "event":"FSSSignalDiscovered", "SystemAddress":2003342182755, "SignalName":"STRANGE NEW WORLDS | ", "SignalType":"SquadronCarrier", "IsStation":true }-
FDev bug: The station name (squadron tag) may be missing sometimes:
-
The Frontier API has a new
squadronBankTotalproperty.
Seems to be for squadron carrier owners only?