-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathvehicles.json
More file actions
56 lines (56 loc) · 2.08 KB
/
Copy pathvehicles.json
File metadata and controls
56 lines (56 loc) · 2.08 KB
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
[
{
"id": "Sandbike",
"label": "Sandbike",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/GroundVehicles/BP_Sandbike_CHOAM.BP_Sandbike_CHOAM_C",
"templates": ["T1_ExtraSeat", "T2_Inventory", "T3_Boost", "T4_Scanner", "T5", "T6"]
},
{
"id": "Buggy",
"label": "Buggy",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/GroundVehicles/BP_Buggy_CHOAM.BP_Buggy_CHOAM_C",
"templates": ["T3_Inventory", "T4_Boost", "T5_Mining", "T6_Combat"]
},
{
"id": "Tank",
"label": "Tank",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/GroundVehicles/BP_Tank_CHOAM.BP_Tank_CHOAM_C",
"templates": ["T6_CombatFire", "T6_CombatDart"]
},
{
"id": "Sandcrawler",
"label": "Sandcrawler",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/GroundVehicles/BP_SandCrawler_CHOAM.BP_SandCrawler_CHOAM_C",
"templates": ["T6_Harvesting"]
},
{
"id": "TreadWheel",
"label": "TreadWheel",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/GroundVehicles/BP_TreadWheel.BP_TreadWheel_C",
"templates": ["T4_Passenger", "T5_Inventory", "T6_Boost"]
},
{
"id": "ContainerVehicle",
"label": "Container Vehicle",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/GroundVehicles/BP_ContainerVehicle.BP_ContainerVehicle_C",
"templates": ["Container"]
},
{
"id": "OrnithopterLight",
"label": "Ornithopter (Light)",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/FlyingVehicles/BP_LightOrnithopter_Choam.BP_LightOrnithopter_Choam_C",
"templates": ["T4_Inventory", "T5_Boost", "T6_Combat"]
},
{
"id": "OrnithopterMedium",
"label": "Ornithopter (Medium)",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/FlyingVehicles/BP_MediumOrnithopter_CHOAM.BP_MediumOrnithopter_CHOAM_C",
"templates": ["T5_Inventory", "T6_Combat"]
},
{
"id": "OrnithopterTransport",
"label": "Ornithopter (Transport)",
"actor_class": "/Game/Dune/Systems/Vehicles/Blueprints/FlyingVehicles/BP_TransportOrnithopter_CHOAM.BP_TransportOrnithopter_CHOAM_C",
"templates": ["T6_Boost"]
}
]