feat(import): additional fields #1305
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:importer-new-fields"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -1267,2 +1267,2 @@
CrewShipSalvagedWeaponSkins: [Schema.Types.Mixed],
CrewShipSalvagedWeapons: [Schema.Types.Mixed],
CrewShipSalvagedWeaponSkins: [upgradeSchema],
CrewShipSalvagedWeapons: [upgradeSchema],
upgradeSchema is not correct for CrewShipSalvagedWeapons
Couldn't the equipment logic just be reused for crewship weapons?
Config filed is optional in crewship weapons, idk what the game will do if we put empty config in every rj weapon
Well, I think everything is kinda optional on live, but it's not really an issue that we default some fields afaik.
You will have to rebase your PR branch as it currently has a merge conflict with main.
0b372bc6d3
to45db693c8c
Thanks