Skip to content

Commit

Permalink
fix internal heatsinks for BL-7-KNT-L
Browse files Browse the repository at this point in the history
  • Loading branch information
mindw committed Sep 12, 2020
1 parent 244a422 commit c04e7d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 34 deletions.
4 changes: 2 additions & 2 deletions CABMechs/chassis/chassisdef_blackknight_BL-7-KNT-L.json
Expand Up @@ -17,9 +17,9 @@
"PrefabIdentifier": "chrPrfMech_blackknightBase-001",
"PrefabBase": "blackknight",
"Tonnage": 75,
"InitialTonnage": 32.5,
"InitialTonnage": 34.5,
"weightClass": "HEAVY",
"Heatsinks": 0,
"Heatsinks": 6,
"MaxJumpjets": 4,
"Stability": 160,
"StabilityDefenses": [
Expand Down
42 changes: 10 additions & 32 deletions CABMechs/mech/mechdef_blackknight_BL-7-KNT-L.json
Expand Up @@ -141,7 +141,7 @@
"hasPrefabName": false
},
{
"MountedLocation": "LeftArm",
"MountedLocation": "LeftTorso",
"ComponentDefID": "Gear_HeatSink_Generic_Standard",
"SimGameUID": null,
"ComponentDefType": "HeatSink",
Expand All @@ -152,7 +152,7 @@
"hasPrefabName": false
},
{
"MountedLocation": "LeftArm",
"MountedLocation": "LeftTorso",
"ComponentDefID": "Gear_HeatSink_Generic_Standard",
"SimGameUID": null,
"ComponentDefType": "HeatSink",
Expand Down Expand Up @@ -185,7 +185,7 @@
"hasPrefabName": false
},
{
"MountedLocation": "CenterTorso",
"MountedLocation": "RightTorso",
"ComponentDefID": "Gear_HeatSink_Generic_Standard",
"SimGameUID": null,
"ComponentDefType": "HeatSink",
Expand All @@ -196,7 +196,7 @@
"hasPrefabName": false
},
{
"MountedLocation": "CenterTorso",
"MountedLocation": "RightTorso",
"ComponentDefID": "Gear_HeatSink_Generic_Standard",
"SimGameUID": null,
"ComponentDefType": "HeatSink",
Expand Down Expand Up @@ -228,28 +228,6 @@
"prefabName": null,
"hasPrefabName": false
},
{
"MountedLocation": "RightArm",
"ComponentDefID": "Weapon_Laser_LargeLaser_0-STOCK",
"SimGameUID": null,
"ComponentDefType": "Weapon",
"HardpointSlot": 0,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
},
{
"MountedLocation": "RightArm",
"ComponentDefID": "Weapon_Laser_MediumLaser_0-STOCK",
"SimGameUID": null,
"ComponentDefType": "Weapon",
"HardpointSlot": 1,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
},
{
"MountedLocation": "RightArm",
"ComponentDefID": "Gear_HeatSink_Generic_Standard",
Expand All @@ -274,21 +252,21 @@
},
{
"MountedLocation": "RightArm",
"ComponentDefID": "Gear_HeatSink_Generic_Standard",
"ComponentDefID": "Weapon_Laser_LargeLaser_0-STOCK",
"SimGameUID": null,
"ComponentDefType": "HeatSink",
"HardpointSlot": -1,
"ComponentDefType": "Weapon",
"HardpointSlot": 0,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
},
{
"MountedLocation": "RightArm",
"ComponentDefID": "Gear_HeatSink_Generic_Standard",
"ComponentDefID": "Weapon_Laser_MediumLaser_0-STOCK",
"SimGameUID": null,
"ComponentDefType": "HeatSink",
"HardpointSlot": -1,
"ComponentDefType": "Weapon",
"HardpointSlot": 1,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
Expand Down

0 comments on commit c04e7d2

Please sign in to comment.