Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaygover committed Apr 29, 2020
1 parent f8b569e commit 1112dd5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zip
10 changes: 5 additions & 5 deletions Items.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Heat:
Type SLDF * Generic
Size | Ton | Heat | Cost * Size | Ton | Heat | Cost
Double * 1 | 1 | 5 | 250000 * 3 | 2 | 7 | 125000
Triple * 2 | 1.5 | 8 | 360000 * 5 | 3 | 11 | 180000
Triple * 2 | 1.5 | 8 | 360000 * 4 | 3 | 11 | 180000
******

Weight:
Expand All @@ -15,13 +15,13 @@ extra_light * 1 | 0.5 | 50000 * 1 | 0.3 | 25000
light * 1 | 1.5 | 90000 * 1 | 0.65 | 45000
medium * 1 | 2.5 | 162000 * 2 | 1.4 | 81000
heavy * 2 | 6 | 400000 * 4 | 3 | 200000
super_heavy * 2 | 12 | 720000 * 5 | 6 | 360000
super_heavy * 3 | 12 | 720000 * 6 | 6 | 360000
***********

Targeting enhancers:
********************
Type SLDF * Generic
Size | Ton | + | Cost * Size | Ton | + | Cost
lvl1 * 2 | 1.5 | 2 | 300000 * 4 | 2.5 | 1 | 400000
lvl2 * 3 | 2 | 4 | 600000 * 6 | 4 | 2 | 600000
lvl3 * 4 | 2.75 | 6 | 900000 * 8 | 5.5 | 3 | 800000
lvl1 * 2 | 1.5 | 2 | 300000 * 4 | 2.5 | 1 | 200000
lvl2 * 3 | 2 | 4 | 600000 * 6 | 4 | 2 | 400000
lvl3 * 4 | 2.75 | 6 | 900000 * 8 | 5.5 | 3 | 600000
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
This mod requires one of my others mods: SLDFItemsInShops
## Required Mods:
- ModTek v0.7.7.2 or later: https://github.com/BattletechModders/ModTek
- SLDFItemsInShops
https://github.com/shaygover/BTshopsupgrade


For game v1.9

Add two levels of heatsinks, weight loss plates and targeting enhancers to the game.

Two levels are offered:
1. lvl1: Reversed engineered SLDF grade items. Available from the start.
1. lvl1: Reversed engineered SLDF grade items. Available from the start. Good for adding a weapon or two at max, a few points of armor or heatsinks.
2. lvl2: Better items, SLDF grade. Available on lvl4 and lvl5 in SLDFItemsInShops.
2 changes: 1 addition & 1 deletion heat/Gear_HeatSink_RGeneric_Triple.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ComponentSubType" : "Heatsink",
"PrefabIdentifier" : "",
"BattleValue" : 0,
"InventorySize" : 5,
"InventorySize" : 4,
"Tonnage" : 3,
"AllowedLocations" : "All",
"DisallowedLocations" : "All",
Expand Down
2 changes: 1 addition & 1 deletion upgrade/GRgrav_super_heavy.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ComponentSubType" : "NotSet",
"PrefabIdentifier" : "",
"BattleValue" : 0,
"InventorySize" : 5,
"InventorySize" : 6,
"Tonnage" : -6,
"AllowedLocations" : "All",
"DisallowedLocations" : "All",
Expand Down
2 changes: 1 addition & 1 deletion upgrade/Gear_TargetingTrackingSystem_Generic_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"RelativeModifier" : 0,
"AbsoluteModifier" : 0,
"Description" : {
"Cost" : 400000,
"Cost" : 200000,
"Rarity" : 2,
"Purchasable" : true,
"Manufacturer" : "Generic",
Expand Down
2 changes: 1 addition & 1 deletion upgrade/Gear_TargetingTrackingSystem_Generic_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"RelativeModifier" : 0,
"AbsoluteModifier" : 0,
"Description" : {
"Cost" : 600000,
"Cost" : 400000,
"Rarity" : 2,
"Purchasable" : true,
"Manufacturer" : "Generic",
Expand Down
2 changes: 1 addition & 1 deletion upgrade/Gear_TargetingTrackingSystem_Generic_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"RelativeModifier" : 0,
"AbsoluteModifier" : 0,
"Description" : {
"Cost" : 800000,
"Cost" : 600000,
"Rarity" : 2,
"Purchasable" : true,
"Manufacturer" : "Generic",
Expand Down
2 changes: 1 addition & 1 deletion upgrade/SLDF_Rgrav_super_heavy.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ComponentSubType" : "NotSet",
"PrefabIdentifier" : "",
"BattleValue" : 0,
"InventorySize" : 2,
"InventorySize" : 3,
"Tonnage" : -12,
"AllowedLocations" : "All",
"DisallowedLocations" : "All",
Expand Down

0 comments on commit 1112dd5

Please sign in to comment.