|
| 1 | +[ |
| 2 | + { |
| 3 | + "type": "item_group", |
| 4 | + "id": "vehicle_bay_mats", |
| 5 | + "subtype": "collection", |
| 6 | + "items": [ |
| 7 | + { "group": "afs_vehicle_wheels", "prob": 5 }, |
| 8 | + { "group": "afs_vehicle_utilities", "prob": 5 }, |
| 9 | + { "group": "afs_vehicle_seating", "prob": 5 }, |
| 10 | + { "group": "afs_vehicle_motors", "prob": 5 }, |
| 11 | + { "group": "afs_vehicle_lights", "prob": 5 }, |
| 12 | + { "group": "afs_vehicle_frames", "prob": 5 }, |
| 13 | + { "group": "afs_vehicle_controls", "prob": 5 }, |
| 14 | + { "group": "afs_vehicle_cargo", "prob": 5 }, |
| 15 | + { "group": "afs_vehicle_batteries", "prob": 5 } |
| 16 | + ] |
| 17 | + }, |
| 18 | + { |
| 19 | + "type": "item_group", |
| 20 | + "id": "afs_vehicle_wheels", |
| 21 | + "subtype": "distribution", |
| 22 | + "items": [ |
| 23 | + { "item": "wheel_mount_light", "prob": 50, "count": [ 1, 2 ] }, |
| 24 | + { "item": "wheel_mount_medium", "prob": 50, "count": [ 1, 4 ] }, |
| 25 | + { "item": "wheel_mount_heavy", "prob": 50, "count": [ 1, 4 ] }, |
| 26 | + { "item": "wheel_motorbike", "prob": 50, "count": [ 1, 2 ] }, |
| 27 | + { "item": "wheel", "prob": 50, "count": [ 1, 4 ] }, |
| 28 | + { "item": "wheel_wide_or", "prob": 50, "count": [ 1, 4 ] }, |
| 29 | + { "item": "wheel_wide", "prob": 50, "count": [ 1, 4 ] } |
| 30 | + ] |
| 31 | + }, |
| 32 | + { |
| 33 | + "type": "item_group", |
| 34 | + "id": "afs_vehicle_utilities", |
| 35 | + "subtype": "distribution", |
| 36 | + "items": [ |
| 37 | + { "item": "recharge_station", "prob": 50 }, |
| 38 | + { "item": "cantilever_medium", "prob": 50 }, |
| 39 | + { "item": "battery_charger", "prob": 50 }, |
| 40 | + { "item": "heattank", "prob": 60, "count": [ 1, 7 ] }, |
| 41 | + { "item": "workbench", "prob": 70, "count": [ 1, 3 ] }, |
| 42 | + { "item": "solar_panel", "prob": 70, "count": [ 3, 12 ] }, |
| 43 | + { "item": "reinforced_solar_panel", "prob": 20, "count": [ 1, 2 ] }, |
| 44 | + { "item": "solar_panel_v2", "prob": 20, "count": [ 2, 7 ] }, |
| 45 | + { "item": "beeper", "prob": 20, "count": [ 1, 6 ] }, |
| 46 | + { "item": "stereo", "prob": 20, "count": [ 1, 6 ] }, |
| 47 | + { "item": "v_motorcycle_kickstand_item", "prob": 20, "count": [ 1, 8 ] } |
| 48 | + ] |
| 49 | + }, |
| 50 | + { |
| 51 | + "type": "item_group", |
| 52 | + "id": "afs_vehicle_seating", |
| 53 | + "subtype": "distribution", |
| 54 | + "items": [ { "item": "seat", "prob": 60, "count": [ 3, 8 ] }, { "item": "seat_bench", "prob": 40, "count": [ 3, 8 ] } ] |
| 55 | + }, |
| 56 | + { |
| 57 | + "type": "item_group", |
| 58 | + "id": "afs_vehicle_motors", |
| 59 | + "subtype": "distribution", |
| 60 | + "items": [ |
| 61 | + { "item": "motor", "prob": 30 }, |
| 62 | + { "item": "motor_enhanced", "prob": 10 }, |
| 63 | + { "item": "motor_super", "prob": 5 }, |
| 64 | + { "item": "motor_large", "prob": 40 }, |
| 65 | + { "item": "motor_small", "prob": 20 }, |
| 66 | + { "item": "motor_tiny", "prob": 20 } |
| 67 | + ] |
| 68 | + }, |
| 69 | + { |
| 70 | + "type": "item_group", |
| 71 | + "id": "afs_vehicle_lights", |
| 72 | + "subtype": "distribution", |
| 73 | + "items": [ |
| 74 | + { "item": "car_headlight", "prob": 60, "count": [ 5, 12 ] }, |
| 75 | + { "item": "motorcycle_headlight", "prob": 50, "count": [ 3, 7 ] }, |
| 76 | + { "item": "headlight_reinforced", "prob": 20, "count": [ 1, 3 ] }, |
| 77 | + { "item": "floodlight", "prob": 10, "count": [ 1, 3 ] }, |
| 78 | + { "item": "directed_floodlight", "prob": 10, "count": [ 1, 3 ] } |
| 79 | + ] |
| 80 | + }, |
| 81 | + { |
| 82 | + "type": "item_group", |
| 83 | + "id": "afs_vehicle_frames", |
| 84 | + "subtype": "distribution", |
| 85 | + "items": [ |
| 86 | + { "item": "xlframe", "prob": 40, "count": [ 2, 8 ] }, |
| 87 | + { "item": "frame", "prob": 60, "count": [ 7, 18 ] }, |
| 88 | + { "item": "hdframe", "prob": 30, "count": [ 3, 15 ] } |
| 89 | + ] |
| 90 | + }, |
| 91 | + { |
| 92 | + "type": "item_group", |
| 93 | + "id": "afs_vehicle_controls", |
| 94 | + "subtype": "distribution", |
| 95 | + "items": [ |
| 96 | + { "item": "camera_control", "prob": 20 }, |
| 97 | + { "item": "omnicamera", "prob": 20, "count": [ 3, 7 ] }, |
| 98 | + { "item": "omnicamera_reinforced", "prob": 10, "count": [ 1, 4 ] }, |
| 99 | + { "item": "vehicle_controls", "prob": 60, "count": [ 3, 8 ] }, |
| 100 | + { "item": "vehicle_dashboard", "prob": 40, "count": [ 3, 7 ] }, |
| 101 | + { "item": "electronics_controls", "prob": 40, "count": [ 2, 5 ] }, |
| 102 | + { "item": "turret_controls", "prob": 5 } |
| 103 | + ] |
| 104 | + }, |
| 105 | + { |
| 106 | + "type": "item_group", |
| 107 | + "id": "afs_vehicle_cargo", |
| 108 | + "subtype": "distribution", |
| 109 | + "items": [ |
| 110 | + { "item": "cargo_lock", "prob": 30, "count": [ 3, 7 ] }, |
| 111 | + { "item": "cargo_rack", "prob": 40, "count": [ 3, 8 ] }, |
| 112 | + { "item": "cargo_aisle", "prob": 40, "count": [ 3, 7 ] } |
| 113 | + ] |
| 114 | + }, |
| 115 | + { |
| 116 | + "type": "item_group", |
| 117 | + "id": "afs_vehicle_batteries", |
| 118 | + "subtype": "distribution", |
| 119 | + "ammo": 100, |
| 120 | + "items": [ |
| 121 | + { "item": "large_storage_battery", "prob": 10 }, |
| 122 | + { "item": "storage_battery", "prob": 30, "count": [ 1, 4 ] }, |
| 123 | + { "item": "medium_storage_battery", "prob": 40, "count": [ 3, 8 ] }, |
| 124 | + { "item": "small_storage_battery", "prob": 50, "count": [ 5, 15 ] } |
| 125 | + ] |
| 126 | + } |
| 127 | +] |
0 commit comments