Skip to content

Commit

Permalink
added new sequel faction QBs and and made threat adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
danrs committed Jan 24, 2019
1 parent 739659d commit e5fab8d
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 11 deletions.
194 changes: 194 additions & 0 deletions data/quick-builds/first-order.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,200 @@
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "quickdraw",
"upgrades": {
"talent": ["juke"],
"system": ["collisiondetector"],
"gunner": ["hotshotgunner"],
"modification": ["afterburners", "shieldupgrade"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "zetasquadronsurvivor",
"upgrades": {
"tech": ["patternanalyzer"],
"missile": ["ionmissiles"],
"gunner": ["specialforcesgunner"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "backdraft",
"upgrades": {
"tech": ["patternanalyzer"],
"missile": ["ionmissiles"],
"system": ["collisiondetector"],
"gunner": ["specialforcesgunner"],
"modification": ["shieldupgrade"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "omegasquadronexpert",
"upgrades": {
"talent": ["juke"],
"gunner": ["specialforcesgunner"]
}
}
]
},
{
"threat": 4,
"pilots": [
{
"id": "kyloren",
"upgrades": {
"talent": ["hate", "predictiveshot"],
"tech": ["primedthrusters"],
"torpedo": ["advancedprotontorpedoes"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "recoil",
"upgrades": {
"talent": ["predator"],
"torpedo": ["iontorpedoes"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "firstordertestpilot",
"upgrades": {
"talent": ["outmaneuver"],
"modification": ["hullupgrade"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "blackout",
"upgrades": {
"talent": ["elusive"],
"modification": ["afterburners"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "avenger",
"upgrades": {
"tech": ["primedthrusters"],
"torpedo": ["advancedprotontorpedoes"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "sienar-jaemusengineer"
}
]
},
{
"threat": 4,
"pilots": [
{
"id": "lieutenanttavson",
"upgrades": {
"system": ["advancedsensors"],
"cannon": ["ioncannon"],
"crew": ["kyloren", "supremeleadersnoke"],
"modification": ["shieldupgrade"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "liuetenantdormitz",
"upgrades": {
"talent": ["biohexacryptcodes", "hyperspacetrackingdata"],
"cannon": ["tractorbeam"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "starkillerbasepilot"
}
]
},
{
"threat": 4,
"pilots": [
{
"id": "majorstridan",
"upgrades": {
"talent": ["biohexacryptcodes", "patternanalyzer"],
"crew": ["captainphasma", "generalhux"],
"cannon": ["tractorbeam"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "captaincardinal",
"upgrades": {
"crew": ["pettyofficerthanisson"],
"cannon": ["ioncannon"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "pettyofficerthanisson",
"upgrades": {
"crew": ["captainphasma"],
"modification": ["tacticalscrambler"]
}
}
]
}
]
}
4 changes: 2 additions & 2 deletions data/quick-builds/galactic-empire.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
]
},
{
"threat": 2,
"threat": 3,
"pilots": [
{
"id": "sigmasquadronace",
Expand Down Expand Up @@ -493,7 +493,7 @@
]
},
{
"threat": 2,
"threat": 3,
"pilots": [
{
"id": "planetarysentinel",
Expand Down
11 changes: 6 additions & 5 deletions data/quick-builds/rebel-alliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"threat": 3,
"pilots": [
{
"id": "wegeantilles",
"id": "wedgeantilles",
"upgrades": {
"talent": ["outmaneuver"],
"torpedo": ["protontorpedoes"],
Expand Down Expand Up @@ -661,7 +661,7 @@
]
},
{
"threat": 5,
"threat": 4,
"pilots": [
{
"id": "hansolo-modifiedyt1300lightfreighter",
Expand Down Expand Up @@ -874,14 +874,15 @@
{
"id": "partisanrenegade",
"upgrades": {
"system": ["advancedsensors"],
"illicit": ["deadmansswitch"],
"configuration": ["pivotwing"]
}
}
]
},
{
"threat": 2,
"threat": 3,
"pilots": [
{
"id": "kullbeesperado",
Expand Down Expand Up @@ -910,7 +911,7 @@
]
},
{
"threat": 2,
"threat": 3,
"pilots": [
{
"id": "leevantenza",
Expand Down Expand Up @@ -1001,7 +1002,7 @@
]
},
{
"threat": 6,
"threat": 4,
"pilots": [
{
"id": "lothalrebel",
Expand Down
Loading

0 comments on commit e5fab8d

Please sign in to comment.