Skip to content

Commit

Permalink
add epic values (i7/8, huge size)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjorj committed Oct 10, 2020
1 parent a2833a6 commit b488338
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/upgrades/crew.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
],
"cost": {
"variable": "initiative",
"values": { "0": 2, "1": 3, "2": 4, "3": 5, "4": 6, "5": 7, "6": 8 }
"values": { "0": 2, "1": 3, "2": 4, "3": 5, "4": 6, "5": 7, "6": 8, "7": 9, "8": 10 }
},
"hyperspace": false
},
Expand Down
6 changes: 3 additions & 3 deletions data/upgrades/gunner.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"cost": {
"variable": "size",
"values": { "Small": 7, "Medium": 6, "Large": 5 }
"values": { "Small": 7, "Medium": 6, "Large": 5, "Huge": 4 }
},
"hyperspace": true
},
Expand Down Expand Up @@ -311,7 +311,7 @@
],
"cost": {
"variable": "size",
"values": { "Small": 12, "Medium": 9, "Large": 7 }
"values": { "Small": 12, "Medium": 9, "Large": 7, "Huge": 7 }
},
"restrictions": [{ "action": { "type": "Rotate Arc" } }],
"hyperspace": false
Expand Down Expand Up @@ -464,7 +464,7 @@
"name": "Suppressive Gunner",
"cost": {
"variable": "size",
"values": { "Small": 8, "Medium": 7, "Large": 6 }
"values": { "Small": 8, "Medium": 7, "Large": 6, "Huge": 3 }
},
"limited": 0,
"xws": "suppressivegunner",
Expand Down
2 changes: 1 addition & 1 deletion data/upgrades/illicit.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
],
"cost": {
"variable": "initiative",
"values": { "0": 0, "1": 1, "2": 2, "3": 3, "4": 4, "5": 5, "6": 6 }
"values": { "0": 0, "1": 1, "2": 2, "3": 3, "4": 4, "5": 5, "6": 6, "7": 7, "8": 8 }
},
"hyperspace": true
},
Expand Down
2 changes: 1 addition & 1 deletion data/upgrades/sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
],
"cost": {
"variable": "initiative",
"values": { "0": 2, "1": 2, "2": 2, "3": 2, "4": 2, "5": 4, "6": 6 }
"values": { "0": 2, "1": 2, "2": 2, "3": 2, "4": 2, "5": 4, "6": 6, "7": 8, "8": 10 }
}
}
]
2 changes: 1 addition & 1 deletion data/upgrades/talent.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
"hyperspace": true,
"cost": {
"variable": "size",
"values": { "Small": 7, "Medium": 8, "Large": 9 }
"values": { "Small": 7, "Medium": 8, "Large": 9, "Huge": 12 }
},
"sides": [
{
Expand Down

0 comments on commit b488338

Please sign in to comment.