Skip to content

Commit 39ec89e

Browse files
Stuff
1 parent 44dc81d commit 39ec89e

File tree

8 files changed

+86
-89
lines changed

8 files changed

+86
-89
lines changed

GameData/My-KSP-Patches/Changelog.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.7.2
1+
v1.7.3
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
STORAGE_TEMPLATE
2+
{
3+
name = CarbonDioxide
4+
author = ProgrammerFailure
5+
shortName = Carbon Dioxide
6+
logoPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLight
7+
glowPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLightGlow
8+
description = This kit stores Carbon Dioxide.
9+
templateTags = stowage
10+
11+
RESOURCE
12+
{
13+
name = CarbonDioxide
14+
amount = 5600
15+
maxAmount = 5600
16+
}
17+
}
18+
STORAGE_TEMPLATE
19+
{
20+
name = LiquidCO2
21+
author = ProgrammerFailure
22+
shortName = Liquid CO2
23+
logoPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLight
24+
glowPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLightGlow
25+
description = This kit stores liquid CO2.
26+
templateTags = stowage
27+
28+
RESOURCE
29+
{
30+
name = LqdCO2
31+
amount = 5600
32+
maxAmount = 5600
33+
}
34+
}
35+
STORAGE_TEMPLATE
36+
{
37+
name = LiquidMethane
38+
author = ProgrammerFailure
39+
shortName = Liquid Methane
40+
logoPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLight
41+
glowPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLightGlow
42+
description = This kit stores liquid methane.
43+
templateTags = stowage
44+
45+
RESOURCE
46+
{
47+
name = LqdMethane
48+
amount = 5600
49+
maxAmount = 5600
50+
}
51+
52+
}
53+
54+
OMNIRESOURCECOMBO
55+
{
56+
RESOURCE
57+
{
58+
name = LqdMethane
59+
ratio = 0.75
60+
}
61+
62+
RESOURCE
63+
{
64+
name = Oxidizer
65+
ratio = 0.25
66+
}
67+
}
68+
STORAGE_TEMPLATE
69+
{
70+
name = Methane
71+
author = ProgrammerFailure
72+
shortName = Methane
73+
logoPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLight
74+
glowPanel = WildBlueIndustries/000WildBlueTools/Decals/PropCryoLightGlow
75+
description = This kit stores methane.
76+
templateTags = stowage
77+
78+
RESOURCE
79+
{
80+
name = Methane
81+
amount = 5600
82+
maxAmount = 5600
83+
}
84+
85+
}

GameData/WildBlueIndustries/000WildBlueTools/Templates/CRP/Storage/CarbonDioxide.cfg

Lines changed: 0 additions & 17 deletions
This file was deleted.

GameData/WildBlueIndustries/000WildBlueTools/Templates/CRP/Storage/LqdCO2.cfg

Lines changed: 0 additions & 17 deletions
This file was deleted.

GameData/WildBlueIndustries/000WildBlueTools/Templates/CRP/Storage/LqdMethane.cfg

Lines changed: 0 additions & 33 deletions
This file was deleted.

GameData/WildBlueIndustries/000WildBlueTools/Templates/CRP/Storage/Methane.cfg

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)