

Nowadays the App Store refreshes constantly, so the need for everyone to release all on the same day has diminished. Because of that developers got into the habit of releasing their games throughout Wednesday or very early Thursday in order to hopefully get one of those coveted features spots. Back in the day the App Store would showcase the same games for a week, and then refresh those features each Thursday. Star Wars, X-Wing: The Miniatures Game and all related properties, images and text are owned by Fantasy Flight Games, Lucasfilm Ltd., and/or Disney.Each and every day new mobile games are hitting the App Store, and so each week we put together a big old list of all the best new releases of the past seven days.
#DATA WING GAME CHARACTER PATCH#
PATCH version when fixing mistakes in existing content.MINOR version when new content is added in a backwards-compatible manner, or existing content is changed in a backwards-compatible manner.MAJOR version when existing content is changed in such a way that it can break consumers of the data.Given a version number, we will increment the: Describe this release: The output of the yarn run changelog PREVIOUS_VERSION.HEAD command (replace PREVIOUS_VERSION with the latest available tag).Create a new release on GitHub and use the following:.Push the package.json and data/manifest.json changes to GitHub and/or merge them to the master branch.Bump the version number in package.json and data/manifest.json according to the Versioning rules listed below.Go through these steps to create a new release: PR messages can be the same as commit messages for single-commit PRs. Use a sensible PR message, eg add pride of mandalore rebel content.Ensure tests pass: yarn run validate:tests.Ensure there are no merge conflicts with master (rebase on top of master or merge it into your branch).

json files contain valid JSONīefore opening a pull request, see the following checklist: Generate a changelog between commits A and B, to be used in the release description on GitHub.Įxample usage: yarn run changelog 1.24.0.1.25.0 json files in the data folder using Prettier Scripts to work with the repository Scriptįormat all. Generates the data/ffg-xws.json file (obsolete) Syncs all data with the FFG squadbuilder (and alerts on missing cards) (obsolete) Syncs the hyperspace status of all cards with the FFG squadbuilder (obsolete) Scrape ship_points.xlsx and upgrade_points.xlsx for points and format legality (Excel sheets creaed from AMG PDFs using You can run these scripts using npm or yarn. There are a few scripts that make it easier to work on the data. One of those cards would get the -slotname suffix (for example: hansolo-gunner). So there can be a hansolo pilot and a hansolo upgrade, but there cannot be two upgrades with the hansolo xws id (regardless of the slot of those upgrades). XWS ids have to be unique per type (pilot/upgrade/condition/etc) and do not collide with ids of other types. Upgrades: upgradename-slotname-expansionname-productskuĬonditions: conditionname-expansionname-productsku Pilots: pilotname-shipname-factionname-expansionname-productsku Check for collisions with other ids of the same type, and add expansion suffixes until there is no more collision.

