Skip to content

Commit

Permalink
Merge pull request #48 from guidokessels/wave14-updates
Browse files Browse the repository at this point in the history
New: Wave 14 updates
  • Loading branch information
guidokessels authored Jun 22, 2018
2 parents 1598423 + cd863d1 commit 8b94c11
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 9 deletions.
6 changes: 6 additions & 0 deletions README_NAMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ Ion Projector | ionprojector
Lightweight Frame | lightweightframe
Long-Range Scanners | longrangescanners
Maneuvering Fins | maneuveringfins
Multi-spectral Camouflage | multispectralcamouflage
Munitions Failsafe | munitionsfailsafe
Optimized Generators | optimizedgenerators
Ordnance Tubes | ordnancetubes
Expand Down Expand Up @@ -388,6 +389,7 @@ Minefield Mapper | minefieldmapper
Reinforced Deflectors | reinforceddeflectors
Sensor Jammer | sensorjammer
Targeting Scrambler | targetingscrambler
Thrust Corrector | thrustcorrector
Trajectory Simulator | trajectorysimulator

## Team Upgrades
Expand Down Expand Up @@ -926,6 +928,8 @@ Blue Squadron Pathfinder | bluesquadronpathfinder
Bodhi Rook | bodhirook
Cassian Andor | cassianandor
Heff Tobber | hefftobber
Magva Yarro | magvayarro
Partisan Renegade | partisanrenegade
Saw Gerrera | sawgerrera

## Rebel VCX-100 Pilots
Expand All @@ -943,6 +947,8 @@ Name | Canonical
-----|----------
"Hobbie" Klivian | hobbieklivian
Biggs Darklighter | biggsdarklighter
Cavern Angels Zealot | cavernangelszealot
Edrio Two-Tubes | edriotwotubes
Garven Dreis | garvendreis
Jek Porkins | jekporkins
Kullbee Sperado | kullbeesperado
Expand Down
24 changes: 24 additions & 0 deletions dist/xws.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/xws.min.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/xws_pilots.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,21 @@
"name": "Tarn Mison",
"points": 23
},
"edriotwotubes": {
"name": "Edrio Two-Tubes",
"points": 24
},
"leevantenza": {
"name": "Leevan Tenza",
"points": 25
},
"kullbeesperado": {
"name": "Kullbee Sperado",
"points": 26
},
"cavernangelszealot": {
"name": "Cavern Angels Zealot",
"points": 22
}
}
},
Expand Down Expand Up @@ -482,9 +490,17 @@
"name": "Saw Gerrera",
"points": 26
},
"magvayarro": {
"name": "Magva Yarro",
"points": 25
},
"benthictwotubes": {
"name": "Benthic Two-Tubes",
"points": 24
},
"partisanrenegade": {
"name": "Partisan Renegade",
"points": 22
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions dist/xws_upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,10 @@
"targetingscrambler": {
"name": "Targeting Scrambler",
"points": 0
},
"thrustcorrector": {
"name": "Thrust Corrector",
"points": 1
}
}
},
Expand Down Expand Up @@ -1276,6 +1280,10 @@
"servomotorsfoils": {
"name": "Servomotor S-Foils",
"points": 0
},
"multispectralcamouflage": {
"name": "Multi-spectral Camouflage",
"points": 1
}
}
},
Expand Down
57 changes: 50 additions & 7 deletions src/cards-common.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
exportObj = exports ? this

exportObj.unreleasedExpansions = [
'''Saw's Renegades Expansion Pack'''
'TIE Reaper Expansion Pack'
]

exportObj.isReleased = (data) ->
Expand Down Expand Up @@ -5196,7 +5194,7 @@ exportObj.basicCardData = ->
points: 26
}
{
name: 'Unspoiled PS5 U-Wing Pilot'
name: 'Magva Yarro'
id: 288
unique: true
faction: 'Rebel Alliance'
Expand All @@ -5208,20 +5206,21 @@ exportObj.basicCardData = ->
'Crew'
'Crew'
]
points: 100
points: 25
}
{
name: 'Edrio ???'
name: 'Edrio Two-Tubes'
id: 289
unique: true
faction: 'Rebel Alliance'
ship: 'X-Wing'
skill: 4
slots: [
'Elite'
'Torpedo'
'Astromech'
]
points: 100
points: 24
}
{
name: 'Leevan Tenza'
Expand Down Expand Up @@ -5306,6 +5305,7 @@ exportObj.basicCardData = ->
}
{
name: 'Cavern Angels Zealot'
skip: true
id: 296
faction: 'Rebel Alliance'
ship: 'X-Wing'
Expand All @@ -5314,7 +5314,7 @@ exportObj.basicCardData = ->
'Torpedo'
'Astromech'
]
points: 100
points: 0
}
{
name: 'Benthic Two-Tubes'
Expand All @@ -5331,6 +5331,33 @@ exportObj.basicCardData = ->
]
points: 24
}
{
name: 'Cavern Angels Zealot'
id: 298
faction: 'Rebel Alliance'
ship: 'X-Wing'
skill: 1
slots: [
'Elite'
'Torpedo'
'Astromech'
]
points: 22
}
{
name: 'Partisan Renegade'
id: 299
faction: 'Rebel Alliance'
ship: 'U-Wing'
skill: 1
slots: [
'System'
'Torpedo'
'Crew'
'Crew'
]
points: 22
}
]

upgradesById: [
Expand Down Expand Up @@ -7382,6 +7409,14 @@ exportObj.basicCardData = ->
faction: "Galactic Empire"
points: 2
}
{
name: 'Thrust Corrector'
id: 267
slot: 'System'
points: 1
restriction_func: (ship) ->
ship.effectiveStats().hull <= 4
}
]

modificationsById: [
Expand Down Expand Up @@ -7643,6 +7678,14 @@ exportObj.basicCardData = ->
restriction_func: (ship) ->
ship.data.canonical_name == 'X-Wing'.canonicalize() && ship.data.canonical_name != 'T-70 X-Wing'.canonicalize()
}
{
name: 'Multi-spectral Camouflage'
id: 35
unique: true,
points: 1
restriction_func: (ship) ->
not ((ship.data.large ? false) or (ship.data.huge ? false))
}
]

titlesById: [
Expand Down
16 changes: 16 additions & 0 deletions src/xws_data_pilots.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,21 @@
"name": "Tarn Mison",
"points": 23
},
"edriotwotubes": {
"name": "Edrio Two-Tubes",
"points": 24
},
"leevantenza": {
"name": "Leevan Tenza",
"points": 25
},
"kullbeesperado": {
"name": "Kullbee Sperado",
"points": 26
},
"cavernangelszealot": {
"name": "Cavern Angels Zealot",
"points": 22
}
}
},
Expand Down Expand Up @@ -486,9 +494,17 @@
"name": "Saw Gerrera",
"points": 26
},
"magvayarro": {
"name": "Magva Yarro",
"points": 25
},
"benthictwotubes": {
"name": "Benthic Two-Tubes",
"points": 24
},
"partisanrenegade": {
"name": "Partisan Renegade",
"points": 22
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/xws_data_upgrades.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,10 @@
"targetingscrambler": {
"name": "Targeting Scrambler",
"points": 0
},
"thrustcorrector": {
"name": "Thrust Corrector",
"points": 1
}
}
},
Expand Down Expand Up @@ -1281,6 +1285,10 @@
"servomotorsfoils": {
"name": "Servomotor S-Foils",
"points": 0
},
"multispectralcamouflage": {
"name": "Multi-spectral Camouflage",
"points": 1
}
}
},
Expand Down

0 comments on commit 8b94c11

Please sign in to comment.