-
Notifications
You must be signed in to change notification settings - Fork 71
standardLoadout format #673
Copy link
Copy link
Open
Description
For standardLoadout pilots, the ship JSON contains the following JSON node
"standardLoadout": ["marksmanship", "hate", "afterburners"]
Each item in the array corresponds to an xws id in a upgrade JSON file
"xws": "marksmanship" in talent.JSON
For files imported from YASB & LBN, the upgrades for a pilot are defined as
"upgrades":{"talent":["deadeyeshot","marksmanship"],"modification":["shieldupgrade"]}
I would think that standardLoadout would follow the same format:
"standardLoadout":{"talent":["marksmanship"],"forcepower":["hate"],"modification":["afterburners"]}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels