CKAN-meta/ThermalPaint/ThermalPaint-v1.1.ckan

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-06-07 05:14:34 +00:00
{
"spec_version": 1,
2015-06-07 06:30:19 +00:00
"identifier" : "ThermalPaint",
2015-06-07 05:14:34 +00:00
"name" : "Thermal Protection System Tweak",
"author" : "anarde",
"abstract" : "Adds a 'ThermalPaint' resource that you can add to any part by right-clicking the part within the VAB or SPH and using the appropriate slider. Adding more helps with re-entry heating and high-speed atmospheric travel heating, but it does weight quite a lot.",
"version" : "v1.1",
"ksp_version" : "1.0.2",
"license" : "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/123279"
},
"download": "http://addons-origin.cursecdn.com/files/2240/356/TPS-T.zip",
"depends": [
{ "name": "ModuleManager" }
2015-06-07 06:18:01 +00:00
],
2015-06-07 05:14:34 +00:00
"conflicts": [
{ "name": "InterstellarFuelSwitch-Core" },
{ "name": "StockFuelSwitch"},
{ "name": "FuelSwitchtoeverytank-default"}
],
"install": [
{
2015-06-07 06:18:01 +00:00
"file" : "TPS-T/GameData/TPS-T",
2015-06-07 05:14:34 +00:00
"install_to" : "GameData"
}
]
}