Fix for ammo capacity blueprints

The blueprints for the ammo capacity increase of point defence,
heat sink launcher, and chaff launcher have been made more rational
in-game.  Instead of having 3 grades with only grade 3 giving an
extra usable shot, there is now only a grade 1 blueprint that results
in a capacity increase.  This blueprint has the cost of the old g3
blueprint.

Additionally, all the blueprints for these utilities are available
from both Ram Tah in the bubble and Petra Olmanova in Colonia.
This commit is contained in:
CMDR Cometborne
2019-11-26 19:50:12 +01:00
parent d8e996171e
commit fd27f06993
2 changed files with 54 additions and 6 deletions

View File

@@ -1072,7 +1072,7 @@
"Misc_ChaffCapacity": {
"fdname": "Misc_ChaffCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,
@@ -3104,7 +3104,7 @@
"Misc_HeatSinkCapacity": {
"fdname": "Misc_HeatSinkCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,
@@ -4122,7 +4122,7 @@
"Misc_PointDefenseCapacity": {
"fdname": "Misc_PointDefenseCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,