Skip to content

Commit

Permalink
Merge pull request #606 from guidokessels/quick-build
Browse files Browse the repository at this point in the history
Fix rebel quickbuilds and add expansion quickbuilds
  • Loading branch information
danrs authored Apr 29, 2023
2 parents f1e22d9 + a86e57d commit d09e975
Show file tree
Hide file tree
Showing 11 changed files with 3,084 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.6.3",
"version": "3.6.4",
"damagedecks": ["data/damage-decks/core.json"],
"factions": ["data/factions/factions.json"],
"stats": ["data/stats/stats.json"],
Expand Down
242 changes: 242 additions & 0 deletions data/quick-builds/first-order.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,248 @@
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "firstordercadet",
"upgrades": {
"talent": ["feedbackping"],
"device": ["concussionbombs"],
"gunner": ["firstorderordnancetech"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "sienarjaemustestpilot",
"upgrades": {
"missile": ["clustermissiles"],
"gunner": ["suppressivegunner"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "breach",
"upgrades": {
"talent": ["elusive"],
"torpedo": ["protontorpedoes"],
"tech": ["advancedoptics"],
"modification": ["engineupgrade"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "dread",
"upgrades": {
"talent": ["feedbackping"],
"device": ["concussionbombs"],
"tech": ["primedthrusters"],
"modification": ["delayedfuses"],
"gunner": ["dt798"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "grudge",
"upgrades": {
"talent": ["outmaneuver"],
"missile": ["protonrockets"],
"torpedo": ["iontorpedoes"],
"modification": ["engineupgrade"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "scorch-tiesebomber",
"upgrades": {
"talent": ["predator"],
"missile": ["electrochaffmissiles"],
"gunner": ["suppressivegunner"],
"modification": ["shieldupgrade"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "nightfall",
"upgrades": {
"talent": ["ionlimiteroverride"],
"tech": ["sensorscramblers"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "redfuryzealot",
"upgrades": {
"talent": ["predator"],
"configuration": ["enhancedjammingsuite"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "709thlegionace",
"upgrades": {
"talent": ["predator"],
"configuration": ["enhancedjammingsuite"],
"missile": ["homingmissiles"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "kyloren-tiewiwhispermodifiedinterceptor",
"upgrades": {
"talent": ["predator"],
"force-power": ["malice"],
"configuration": ["enhancedjammingsuite"],
"missile": ["clustermissiles"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "whirlwind",
"upgrades": {
"talent": ["elusive", "ionlimiteroverride"],
"tech": ["sensorscramblers"],
"missile": ["protonrockets"],
"modification": ["hullupgrade"]
}
}
]
},
{
"threat": 3,
"pilots": [
{
"id": "wrath",
"upgrades": {
"talent": ["elusive"],
"configuration": ["enhancedjammingsuite"],
"missile": ["protonrockets"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "agentterex",
"upgrades": {
"crew": ["commandermalarus"],
"illicit": ["deadmansswitch", "contrabandcybernetics", "inertialdampeners"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "commandermalarus-xiclasslightshuttle",
"upgrades": {
"talent": ["snapshot"],
"crew": ["agentterex"],
"tech": ["sensorbuoysuite"],
"modification": ["hullupgrade"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "gideonhask-xiclasslightshuttle",
"upgrades": {
"talent": ["deadeyeshot"],
"tech": ["sensorbuoysuite"],
"crew": ["commanderpyre"],
"illicit": ["riggedcargochute"]
}
}
]
},
{
"threat": 2,
"pilots": [
{
"id": "firstordercourier",
"upgrades": {
"crew": ["tacticalofficer"],
"tech": ["automatedtargetpriority"],
"modification": ["shieldupgrade"]
}
}
]
},
{
"threat": 4,
"pilots": [
{
"id": "firstordersympathizers",
"upgrades": {
"command": ["strategiccommander"],
"hardpoint": ["pointdefensebattery"],
"team": ["damagecontrolteam", "gunneryspecialists"],
"cargo": ["adaptiveshields"]
}
}
]
},
{
"threat": 8,
"pilots": [
{
"id": "firstordercollaborators",
"upgrades": {
"command": ["stalwartcaptain"],
"hardpoint": ["ioncannonbattery", "pointdefensebattery"],
"crew": ["novicetechnician"],
"team": ["bombardmentspecialists", "commsteam"],
"cargo": ["boostedscanners"]
}
}
]
}
]
}
Loading

0 comments on commit d09e975

Please sign in to comment.