mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix military slot for Viper Mk IV - fixes #50
This commit is contained in:
@@ -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
|
||||
* Update weapons with changed values for 2.2.03
|
||||
* Add individual pitch/roll/yaw statistics for each ship
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"hardpoints": [2, 2, 1, 1, 0, 0],
|
||||
"internal": [
|
||||
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
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user