NetKAN generated mods - ProgressParser-11.0
This commit is contained in:
parent
5ef220a7a8
commit
07634f2e64
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"spec_version": "v1.2",
|
||||
"identifier": "ProgressParser",
|
||||
"name": "Progress Parser",
|
||||
"abstract": "Parse the progress tree for completion rewards",
|
||||
"description": "This addon is a dependency of Contracts Window Plus and is used to parse the progress tree and to cache reward and completion data",
|
||||
"author": "DMagic1",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"repository": "https://github.com/DMagic1/KSP_Progress_Parser"
|
||||
},
|
||||
"version": "11.0",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.8.8",
|
||||
"localizations": [
|
||||
"en-us",
|
||||
"ru",
|
||||
"pl"
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DMagicUtilities/ProgressParser",
|
||||
"install_to": "GameData/DMagicUtilities"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/DMagic1/KSP_Progress_Parser/releases/download/11.0/ProgressParser-11.0.zip",
|
||||
"download_size": 17118,
|
||||
"download_hash": {
|
||||
"sha1": "C01B292076824A9765FA8633A299DA077E1233D3",
|
||||
"sha256": "24F4FA215E01E9276B3C5D464C4463996E33DCB9E49E304D5DC29A11387AB4EF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue