Skip to content

Commit f9e6768

Browse files
authored
Merge pull request #96 from CalKerethi/vehicle_flags
Add missing flags to vehicle mods thanks to CalKerethi's work
2 parents d05f26a + 5fc3423 commit f9e6768

File tree

9 files changed

+92
-0
lines changed

9 files changed

+92
-0
lines changed

Kenan-Modpack/AdvancedGear_CDDA_Mod/items/vehicle/vehicle_parts.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
2+
{
3+
"id": "TRACKED",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
7+
{
8+
"id": "TOOL_NONE",
9+
"type": "json_flag",
10+
"context": [ "vehicle_part" ]
11+
},
12+
{
13+
"id": "NO_JACK",
14+
"type": "json_flag",
15+
"context": [ "vehicle_part" ]
16+
},
217
{
318
"id": "nanovp",
419
"type": "vehicle_part",

Kenan-Modpack/Arcana/vehicleparts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"id": "EMITTER",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
27
{
38
"id": "electrothermal_arc_cannon_part",
49
"copy-from": "turret",

Kenan-Modpack/Fallout_CDDA/vehicle_parts.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"id": "TOOL_SCREWDRIVER",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
7+
{
8+
"id": "TOOL_WRENCH",
9+
"type": "json_flag",
10+
"context": [ "vehicle_part" ]
11+
},
212
{
313
"type": "vehicle_part",
414
"id": "minifridge_atomic",

Kenan-Modpack/HeavyMining/parts.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"id": "ROADHEAD",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
7+
{
8+
"id": "CRASH_TERRAIN_AROUND",
9+
"type": "json_flag",
10+
"context": [ "vehicle_part" ]
11+
},
212
{
313
"type": "GENERIC",
414
"id": "v_roadheader_item",

Kenan-Modpack/PKs_Rebalancing/items/vehicle_parts.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"id": "REVERSIBLE",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
7+
{
8+
"id": "TOOL_NONE",
9+
"type": "json_flag",
10+
"context": [ "vehicle_part" ]
11+
},
12+
{
13+
"id": "TOOL_SCREWDRIVER",
14+
"type": "json_flag",
15+
"context": [ "vehicle_part" ]
16+
},
17+
{
18+
"id": "TOOL_WRENCH",
19+
"type": "json_flag",
20+
"context": [ "vehicle_part" ]
21+
},
22+
{
23+
"id": "NAILABLE",
24+
"type": "json_flag",
25+
"context": [ "vehicle_part" ]
26+
},
227
{
328
"id": "storage_battery_removable",
429
"copy-from": "storage_battery",

Kenan-Modpack/Tankmod_Revived/treads.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"id": "TRACKED",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
27
{
38
"id": "tread1",
49
"type": "vehicle_part",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"id": "TRACKED",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
7+
{
8+
"id": "FUEL_TANK",
9+
"type": "json_flag",
10+
"context": [ "vehicle_part" ]
11+
}
12+
]

Kenan-Modpack/cdda_variety_pack/vehicleparts/tanks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"id": "TOOL_WRENCH",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
27
{
38
"id": "tank_small_insulated",
49
"type": "vehicle_part",

Kenan-Modpack/secronom_lore_expansion/Modification Files/Others/secro_vehicleparts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"id": "TRACKED",
4+
"type": "json_flag",
5+
"context": [ "vehicle_part" ]
6+
},
27
{
38
"id": "SECRO_FLESH",
49
"type": "json_flag",

0 commit comments

Comments
 (0)