forked from CritFailMods/Icarus-Mods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodinfo.json
92 lines (92 loc) · 3.94 KB
/
modinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"mods": [
{
"name": "Blessing of Tartarus",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "changes Underground and Pneumonia debuffs to benefits",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_BlessingOfTartarus_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
},
{
"name": "Improved Undersuits",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "all envirouits now have 4 upgrade module slots and food slots; numerous stats improved/added to all suits",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_ImprovedUndersuits_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
},
{
"name": "Modules and Backpacks",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "many stat increases and changes to modules; buffalo cart has 3000kg capacity and no movement debuff, backpack stats also improved",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_Modules%26Backpacks_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
},
{
"name": "Outdoor Stations",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "many crafting stations can now be placed outside and are immune to weather",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_Outdoor_Stations_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
},
{
"name": "Gifts of Prometheus",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "crafting improvements, bulk recipes, item stack sizes increased, Horde Mode rewards increased, deep ore veins have higher volume and faster drill speed, power network increased, workshop tools improved, firearms and bow damage increased, arrows fly faster",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_GiftsOfPrometheus_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
},
{
"name": "WasteNot ALL",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "all metal ores now have a 1/2/3% chance to reward Exotics as secondary resource; other ores grants more of the same material",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_WasteNot_ALL_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
},
{
"name": "WasteNot ULTIMATE",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "all metal ores have a 3/6/9% chance to reward Exotics as secondary resource; other ores grant more of same material",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_WasteNot_ULT_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
},
{
"name": "WasteNot PlatTi",
"author": "Critical_Fail",
"version": "1.0",
"compatibility": "w113",
"description": "platinum and titanium ores have a 5/10/15% chance to reward Exotics as secondary resource; all other ores grant more of same material",
"files": {
"pak": "https://github.com/CritFailMods/Icarus-Mods/raw/main/CF_WasteNot_PlatTi_P.pak"
},
"readmeURL": "https://github.com/CritFailMods/Icarus-Mods/raw/main/README.md"
}
]
}