Fix military slot for Viper Mk IV - fixes #50

This commit is contained in:
Cmdr McDonald
2017-01-13 10:54:07 +00:00
parent 6a9501ab21
commit e7a68e6a0d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
#2.2.8
* Set military slot of Viper Mk IV to class 3; was incorrectly set as class 2
#2.2.6 #2.2.6
* Update weapons with changed values for 2.2.03 * Update weapons with changed values for 2.2.03
* Add individual pitch/roll/yaw statistics for each ship * Add individual pitch/roll/yaw statistics for each ship

View File

@@ -33,7 +33,7 @@
"hardpoints": [2, 2, 1, 1, 0, 0], "hardpoints": [2, 2, 1, 1, 0, 0],
"internal": [ "internal": [
4, 4, 3, 4, 4, 3,
{ "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, { "class": 3, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
2, 2, 1 2, 2, 1
] ]
}, },