Skip to content

Commit

Permalink
Fix formatting in pilot json files
Browse files Browse the repository at this point in the history
  • Loading branch information
guidokessels committed Nov 30, 2018
1 parent 9c103e1 commit 202407e
Show file tree
Hide file tree
Showing 10 changed files with 363 additions and 425 deletions.
20 changes: 5 additions & 15 deletions data/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
{
"version": "1.1.0",
"damagedecks": [
"data/damage-decks/core.json"
],
"factions": [
"data/factions/factions.json"
],
"ships": [
"data/ships/ships.json"
],
"stats": [
"data/stats/stats.json"
],
"actions": [
"data/actions/actions.json"
],
"damagedecks": ["data/damage-decks/core.json"],
"factions": ["data/factions/factions.json"],
"ships": ["data/ships/ships.json"],
"stats": ["data/stats/stats.json"],
"actions": ["data/actions/actions.json"],
"pilots": [
{
"faction": "rebelalliance",
Expand Down
156 changes: 78 additions & 78 deletions data/pilots/galactic-republic/arc-170-starfighter.json
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
{
"name": "ARC-170 Starfighter",
"xws": "arc170starfighter",
"size": "Medium",
"dial": [
"1BB",
"1FB",
"1NB",
"2TW",
"2BB",
"2FB",
"2NB",
"2YW",
"3TR",
"3BW",
"3FW",
"3NW",
"3YR",
"4FR",
"4KR"
],
"faction": "Galactic Republic",
"stats": [
{
"arc": "Front Arc",
"type": "attack",
"value": 3
},
{
"arc": "Rear Arc",
"type": "attack",
"value": 2
},
{
"type": "agility",
"value": 1
},
{
"type": "hull",
"value": 6
},
{
"type": "shields",
"value": 3
}
],
"actions": [
{
"difficulty": "White",
"type": "Focus"
},
{
"difficulty": "White",
"type": "Lock"
},
{
"difficulty": "Red",
"type": "Barrel Roll"
}
],
"pilots": [
{
"name": "\"Sinker\"",
"caption": "Wolfpack Veteran",
"initiative": 3,
"limited": 1,
"xws": "sinker",
"ability": "While a friendly ship at range 1-2 in your [Left Arc] or [Right Arc] performs a primary attack, it may reroll 1 attack die.",
"image": "https://images-cdn.fantasyflightgames.com/filer_public/4e/2b/4e2bb1a3-4865-421d-898f-5272f1ab3b73/swz33_sinker.png",
"slots": [
"Talent",
"Torpedo",
"Crew",
"Gunner",
"Astromech",
"Modification"
]
}
]
"name": "ARC-170 Starfighter",
"xws": "arc170starfighter",
"size": "Medium",
"dial": [
"1BB",
"1FB",
"1NB",
"2TW",
"2BB",
"2FB",
"2NB",
"2YW",
"3TR",
"3BW",
"3FW",
"3NW",
"3YR",
"4FR",
"4KR"
],
"faction": "Galactic Republic",
"stats": [
{
"arc": "Front Arc",
"type": "attack",
"value": 3
},
{
"arc": "Rear Arc",
"type": "attack",
"value": 2
},
{
"type": "agility",
"value": 1
},
{
"type": "hull",
"value": 6
},
{
"type": "shields",
"value": 3
}
],
"actions": [
{
"difficulty": "White",
"type": "Focus"
},
{
"difficulty": "White",
"type": "Lock"
},
{
"difficulty": "Red",
"type": "Barrel Roll"
}
],
"pilots": [
{
"name": "\"Sinker\"",
"caption": "Wolfpack Veteran",
"initiative": 3,
"limited": 1,
"xws": "sinker",
"ability": "While a friendly ship at range 1-2 in your [Left Arc] or [Right Arc] performs a primary attack, it may reroll 1 attack die.",
"image": "https://images-cdn.fantasyflightgames.com/filer_public/4e/2b/4e2bb1a3-4865-421d-898f-5272f1ab3b73/swz33_sinker.png",
"slots": [
"Talent",
"Torpedo",
"Crew",
"Gunner",
"Astromech",
"Modification"
]
}
]
}
194 changes: 97 additions & 97 deletions data/pilots/galactic-republic/delta-7-aethersprite.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,99 @@
{
"name": "Delta-7 Aethersprite",
"xws": "delta7aethersprite",
"size": "Small",
"dial": [
"1TW",
"1BB",
"1NB",
"1YW",
"2LR",
"2TW",
"2BB",
"2FB",
"2NB",
"2YW",
"2PR",
"3BW",
"3FB",
"3NW",
"4FW",
"4KR",
"5FW",
"5KR"
],
"faction": "Galactic Republic",
"stats": [
{
"arc": "Front Arc",
"type": "attack",
"value": 2
},
{
"type": "agility",
"value": 3
},
{
"type": "hull",
"value": 3
},
{
"type": "shields",
"value": 1
}
],
"actions": [
{
"difficulty": "White",
"type": "Focus"
},
{
"difficulty": "Purple",
"type": "Evade"
},
{
"difficulty": "White",
"type": "Lock"
},
{
"difficulty": "White",
"type": "Barrel Roll"
},
{
"difficulty": "White",
"type": "Boost"
}
],
"pilots": [
{
"name": "Jedi Knight",
"initiative": 3,
"limited": 0,
"xws": "jediknight",
"shipAbility": {
"name": "Unknown",
"text": "After you fully execute a maneuver, you may spend 1 [Force] to perform a [Boost] or [Barrel Roll] action."
}
},
{
"name": "Obi-Wan Kenobi",
"initiative": 5,
"limited": 1,
"xws": "obiwankenobi",
"shipAbility": {
"name": "Unknown",
"text": "After you fully execute a maneuver, you may spend 1 [Force] to perform a [Boost] or [Barrel Roll] action."
}
},
{
"name": "Anakin Skywalker",
"initiative": 6,
"limited": 1,
"xws": "anakinskywalker",
"shipAbility": {
"name": "Unknown",
"text": "After you fully execute a maneuver, you may spend 1 [Force] to perform a [Boost] or [Barrel Roll] action."
}
}
]
"name": "Delta-7 Aethersprite",
"xws": "delta7aethersprite",
"size": "Small",
"dial": [
"1TW",
"1BB",
"1NB",
"1YW",
"2LR",
"2TW",
"2BB",
"2FB",
"2NB",
"2YW",
"2PR",
"3BW",
"3FB",
"3NW",
"4FW",
"4KR",
"5FW",
"5KR"
],
"faction": "Galactic Republic",
"stats": [
{
"arc": "Front Arc",
"type": "attack",
"value": 2
},
{
"type": "agility",
"value": 3
},
{
"type": "hull",
"value": 3
},
{
"type": "shields",
"value": 1
}
],
"actions": [
{
"difficulty": "White",
"type": "Focus"
},
{
"difficulty": "Purple",
"type": "Evade"
},
{
"difficulty": "White",
"type": "Lock"
},
{
"difficulty": "White",
"type": "Barrel Roll"
},
{
"difficulty": "White",
"type": "Boost"
}
],
"pilots": [
{
"name": "Jedi Knight",
"initiative": 3,
"limited": 0,
"xws": "jediknight",
"shipAbility": {
"name": "Unknown",
"text": "After you fully execute a maneuver, you may spend 1 [Force] to perform a [Boost] or [Barrel Roll] action."
}
},
{
"name": "Obi-Wan Kenobi",
"initiative": 5,
"limited": 1,
"xws": "obiwankenobi",
"shipAbility": {
"name": "Unknown",
"text": "After you fully execute a maneuver, you may spend 1 [Force] to perform a [Boost] or [Barrel Roll] action."
}
},
{
"name": "Anakin Skywalker",
"initiative": 6,
"limited": 1,
"xws": "anakinskywalker",
"shipAbility": {
"name": "Unknown",
"text": "After you fully execute a maneuver, you may spend 1 [Force] to perform a [Boost] or [Barrel Roll] action."
}
}
]
}
Loading

0 comments on commit 202407e

Please sign in to comment.