Advertisement
poopypoop3725

Dynamic AI DayZ Missions Mod

Feb 28th, 2025
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.28 KB | Source Code | 0 0
  1. {
  2. "Settings": [
  3. {
  4. "Config_Version": 2,
  5. "Minimum_Players": 0,
  6. "Bots_Timeout_Radius": 150,
  7. "Bots_Timeout_Time": 300,
  8. "Cleanup_Radius_Startup": 50,
  9. "Cleanup_Radius_Running": 100,
  10. "Cleanup_Time_Running": 300,
  11. "Missions_Max_Concurrent": 8,
  12. "Mission_Start_Delay": 600,
  13. "Mission_Starting_Failed_Retry_Delay": 120,
  14. "Mission_Time_Between": 2700,
  15. "Mission_Time_Limit": 2700,
  16. "Mission_Time_Extension_Limit": 900,
  17. "Mission_Inner_Radius": 500,
  18. "Mission_AI_Spawn_Radius": 1200,
  19. "Reward_Loot_Weapons_Minimum": 1,
  20. "Reward_Loot_Weapons_Maximum": 2,
  21. "Reward_Loot_Weapons_Multiplier": 0.75,
  22. "Reward_Loot_Armour_Minimum": 1,
  23. "Reward_Loot_Armour_Maximum": 2,
  24. "Reward_Loot_Armour_Multiplier": 0.5,
  25. "Reward_Loot_Misc_Minimum": 1,
  26. "Reward_Loot_Misc_Maximum": 4,
  27. "Reward_Loot_Misc_Multiplier": 0.5,
  28. "Text_MissionTitle": "AI Mission",
  29. "Notification_StartMessage": "Mission '%1' starting! Eliminate all threats to claim the loot!",
  30. "Notification_WinMessage": "Mission '%1' completed! All threats were eliminated!",
  31. "Notification_LoseMessage": "Mission '%1' failed! You ran out of time!",
  32. "Notification_Time": 10,
  33. "Notification_Icon": "Soldier",
  34. "Marker3D_LB_Path": "LBmaster_Groups\\gui\\icons\\player.paa",
  35. "Markers_Icon": "",
  36. "Markers_Show2D": 1,
  37. "Markers_Show3D": 0,
  38. "Markers_ColourAlpha": 255,
  39. "Markers_ColourRed": 255,
  40. "Markers_ColourGreen": 0,
  41. "Markers_ColourBlue": 0,
  42. "Markers_CircleRadius": 350,
  43. "Debug_Logging_Enabled": 1,
  44. "Debug_Disable_Notifications": 0,
  45. "Debug_Disable_Markers": 0,
  46. "Debug_Force_Win": 0,
  47. "Debug_QuickMode": 0,
  48. "Debug_Ignore_Player_Radius": 0
  49. }
  50. ],
  51. "Missions": [
  52. {
  53. "Name": "NWAF Runway",
  54. "Position": [
  55. 4176.365234375,
  56. 338.7732238769531,
  57. 10725.6533203125
  58. ],
  59. "Bots_Count_Minimum": 5,
  60. "Bots_Count_Maximum": 15,
  61. "Bots_Expansion_Loadout": "",
  62. "Bots_Loadout_ID": 1,
  63. "Bots_Range": 800,
  64. "Bots_Accuracy": 0.5,
  65. "Bots_Damage_Done_Multiplier": 1,
  66. "Bots_Damage_Taken_Multiplier": 1,
  67. "Bots_Drop_Loot": 1,
  68. "Bots_Drop_Weapon": 1,
  69. "Is_NBC_Mission": 0,
  70. "Allow_Crate_Reward": 1,
  71. "Allow_Vehicle_Reward": 1,
  72. "Allow_Helicopter_Reward": 1,
  73. "Static_Objects": []
  74. },
  75. {
  76. "Name": "Broken Down Convoy",
  77. "Position": [
  78. 1560.3,
  79. 420.1,
  80. 12000.5
  81. ],
  82. "Bots_Count_Minimum": 4,
  83. "Bots_Count_Maximum": 10,
  84. "Bots_Expansion_Loadout": "",
  85. "Bots_Loadout_ID": 1,
  86. "Bots_Range": 800,
  87. "Bots_Accuracy": 0.65,
  88. "Bots_Damage_Done_Multiplier": 1.3,
  89. "Bots_Damage_Taken_Multiplier": 0.8,
  90. "Bots_Drop_Loot": 1,
  91. "Bots_Drop_Weapon": 1,
  92. "Is_NBC_Mission": 0,
  93. "Allow_Crate_Reward": 1,
  94. "Allow_Vehicle_Reward": 1,
  95. "Allow_Helicopter_Reward": 0,
  96. "Static_Objects": [
  97. {
  98. "ClassName": "StaticObj_Vehicle_BrokenDown",
  99. "Scale": 1,
  100. "Position": [
  101. 1560.1,
  102. 422.5,
  103. 12000.3
  104. ],
  105. "Rotation": [
  106. 0,
  107. 0,
  108. 0
  109. ]
  110. }
  111. ]
  112. },
  113. {
  114. "Name": "Downed Helicopter",
  115. "Position": [
  116. 7300.5,
  117. 200.2,
  118. 5600.8
  119. ],
  120. "Bots_Count_Minimum": 5,
  121. "Bots_Count_Maximum": 10,
  122. "Bots_Expansion_Loadout": "",
  123. "Bots_Loadout_ID": 1,
  124. "Bots_Range": 600,
  125. "Bots_Accuracy": 0.65,
  126. "Bots_Damage_Done_Multiplier": 1.2,
  127. "Bots_Damage_Taken_Multiplier": 0.9,
  128. "Bots_Drop_Loot": 1,
  129. "Bots_Drop_Weapon": 1,
  130. "Is_NBC_Mission": 0,
  131. "Allow_Crate_Reward": 1,
  132. "Allow_Vehicle_Reward": 0,
  133. "Allow_Helicopter_Reward": 0,
  134. "Static_Objects": [
  135. {
  136. "ClassName": "StaticObj_Helicopter_Crash",
  137. "Scale": 1,
  138. "Position": [
  139. 7302.5,
  140. 201,
  141. 5602.3
  142. ],
  143. "Rotation": [
  144. 0,
  145. 45,
  146. 0
  147. ]
  148. }
  149. ]
  150. },
  151. {
  152. "Name": "Stranded Supply Truck",
  153. "Position": [
  154. 8200.3,
  155. 180.1,
  156. 6800.5
  157. ],
  158. "Bots_Count_Minimum": 4,
  159. "Bots_Count_Maximum": 9,
  160. "Bots_Expansion_Loadout": "",
  161. "Bots_Loadout_ID": 1,
  162. "Bots_Range": 500,
  163. "Bots_Accuracy": 0.6,
  164. "Bots_Damage_Done_Multiplier": 1.15,
  165. "Bots_Damage_Taken_Multiplier": 0.9,
  166. "Bots_Drop_Loot": 1,
  167. "Bots_Drop_Weapon": 1,
  168. "Is_NBC_Mission": 0,
  169. "Allow_Crate_Reward": 1,
  170. "Allow_Vehicle_Reward": 1,
  171. "Allow_Helicopter_Reward": 0,
  172. "Static_Objects": [
  173. {
  174. "ClassName": "StaticObj_Vehicle_BrokenDown",
  175. "Scale": 1,
  176. "Position": [
  177. 8202,
  178. 181.5,
  179. 6803.7
  180. ],
  181. "Rotation": [
  182. 0,
  183. -20,
  184. 0
  185. ]
  186. }
  187. ]
  188. },
  189. {
  190. "Name": "Warlord's Stash",
  191. "Position": [
  192. 7000.6,
  193. 120.4,
  194. 7200.3
  195. ],
  196. "Bots_Count_Minimum": 8,
  197. "Bots_Count_Maximum": 15,
  198. "Bots_Expansion_Loadout": "",
  199. "Bots_Loadout_ID": 2,
  200. "Bots_Range": 700,
  201. "Bots_Accuracy": 0.7,
  202. "Bots_Damage_Done_Multiplier": 1.3,
  203. "Bots_Damage_Taken_Multiplier": 0.85,
  204. "Bots_Drop_Loot": 1,
  205. "Bots_Drop_Weapon": 1,
  206. "Is_NBC_Mission": 0,
  207. "Allow_Crate_Reward": 1,
  208. "Allow_Vehicle_Reward": 0,
  209. "Allow_Helicopter_Reward": 0,
  210. "Static_Objects": []
  211. },
  212. {
  213. "Name": "Field Bandit Camp",
  214. "Position": [
  215. 8800.2,
  216. 140.5,
  217. 6000.9
  218. ],
  219. "Bots_Count_Minimum": 7,
  220. "Bots_Count_Maximum": 12,
  221. "Bots_Expansion_Loadout": "",
  222. "Bots_Loadout_ID": 1,
  223. "Bots_Range": 600,
  224. "Bots_Accuracy": 0.65,
  225. "Bots_Damage_Done_Multiplier": 1.2,
  226. "Bots_Damage_Taken_Multiplier": 0.9,
  227. "Bots_Drop_Loot": 1,
  228. "Bots_Drop_Weapon": 1,
  229. "Is_NBC_Mission": 0,
  230. "Allow_Crate_Reward": 1,
  231. "Allow_Vehicle_Reward": 0,
  232. "Allow_Helicopter_Reward": 0,
  233. "Static_Objects": []
  234. },
  235. {
  236. "Name": "Crash Site Ambush",
  237. "Position": [
  238. 7500.3,
  239. 190.1,
  240. 5300.7
  241. ],
  242. "Bots_Count_Minimum": 6,
  243. "Bots_Count_Maximum": 10,
  244. "Bots_Expansion_Loadout": "",
  245. "Bots_Loadout_ID": 1,
  246. "Bots_Range": 800,
  247. "Bots_Accuracy": 0.7,
  248. "Bots_Damage_Done_Multiplier": 1.3,
  249. "Bots_Damage_Taken_Multiplier": 0.85,
  250. "Bots_Drop_Loot": 1,
  251. "Bots_Drop_Weapon": 1,
  252. "Is_NBC_Mission": 0,
  253. "Allow_Crate_Reward": 1,
  254. "Allow_Vehicle_Reward": 1,
  255. "Allow_Helicopter_Reward": 0,
  256. "Static_Objects": []
  257. },
  258. {
  259. "Name": "Scavenger's Camp",
  260. "Position": [
  261. 7900.1,
  262. 130.2,
  263. 6400.6
  264. ],
  265. "Bots_Count_Minimum": 5,
  266. "Bots_Count_Maximum": 9,
  267. "Bots_Expansion_Loadout": "",
  268. "Bots_Loadout_ID": 1,
  269. "Bots_Range": 500,
  270. "Bots_Accuracy": 0.6,
  271. "Bots_Damage_Done_Multiplier": 1.1,
  272. "Bots_Damage_Taken_Multiplier": 0.95,
  273. "Bots_Drop_Loot": 1,
  274. "Bots_Drop_Weapon": 1,
  275. "Is_NBC_Mission": 0,
  276. "Allow_Crate_Reward": 1,
  277. "Allow_Vehicle_Reward": 0,
  278. "Allow_Helicopter_Reward": 0,
  279. "Static_Objects": []
  280. },
  281. {
  282. "Name": "Military Vehicle Breakdown",
  283. "Position": [
  284. 8600.7,
  285. 160.4,
  286. 7000.2
  287. ],
  288. "Bots_Count_Minimum": 6,
  289. "Bots_Count_Maximum": 11,
  290. "Bots_Expansion_Loadout": "",
  291. "Bots_Loadout_ID": 2,
  292. "Bots_Range": 750,
  293. "Bots_Accuracy": 0.7,
  294. "Bots_Damage_Done_Multiplier": 1.3,
  295. "Bots_Damage_Taken_Multiplier": 0.85,
  296. "Bots_Drop_Loot": 1,
  297. "Bots_Drop_Weapon": 1,
  298. "Is_NBC_Mission": 0,
  299. "Allow_Crate_Reward": 1,
  300. "Allow_Vehicle_Reward": 1,
  301. "Allow_Helicopter_Reward": 0,
  302. "Static_Objects": [
  303. {
  304. "ClassName": "StaticObj_Vehicle_BrokenDown",
  305. "Scale": 1,
  306. "Position": [
  307. 8602.1,
  308. 162,
  309. 7003.4
  310. ],
  311. "Rotation": [
  312. 0,
  313. 10,
  314. 0
  315. ]
  316. }
  317. ]
  318. },
  319. {
  320. "Name": "Abandoned Military Checkpoint",
  321. "Position": [
  322. 2000.4,
  323. 700.2,
  324. 9500.6
  325. ],
  326. "Bots_Count_Minimum": 6,
  327. "Bots_Count_Maximum": 15,
  328. "Bots_Expansion_Loadout": "",
  329. "Bots_Loadout_ID": 2,
  330. "Bots_Range": 900,
  331. "Bots_Accuracy": 0.7,
  332. "Bots_Damage_Done_Multiplier": 1.4,
  333. "Bots_Damage_Taken_Multiplier": 0.85,
  334. "Bots_Drop_Loot": 1,
  335. "Bots_Drop_Weapon": 1,
  336. "Is_NBC_Mission": 0,
  337. "Allow_Crate_Reward": 1,
  338. "Allow_Vehicle_Reward": 0,
  339. "Allow_Helicopter_Reward": 0,
  340. "Static_Objects": []
  341. },
  342. {
  343. "Name": "Field Ambush",
  344. "Position": [
  345. 3020.5,
  346. 150.3,
  347. 8000.1
  348. ],
  349. "Bots_Count_Minimum": 5,
  350. "Bots_Count_Maximum": 10,
  351. "Bots_Expansion_Loadout": "",
  352. "Bots_Loadout_ID": 1,
  353. "Bots_Range": 500,
  354. "Bots_Accuracy": 0.6,
  355. "Bots_Damage_Done_Multiplier": 1.2,
  356. "Bots_Damage_Taken_Multiplier": 0.9,
  357. "Bots_Drop_Loot": 1,
  358. "Bots_Drop_Weapon": 1,
  359. "Is_NBC_Mission": 0,
  360. "Allow_Crate_Reward": 1,
  361. "Allow_Vehicle_Reward": 1,
  362. "Allow_Helicopter_Reward": 0,
  363. "Static_Objects": []
  364. },
  365. {
  366. "Name": "Highway Robbery",
  367. "Position": [
  368. 1600.6,
  369. 100.4,
  370. 12300.2
  371. ],
  372. "Bots_Count_Minimum": 3,
  373. "Bots_Count_Maximum": 8,
  374. "Bots_Expansion_Loadout": "",
  375. "Bots_Loadout_ID": 1,
  376. "Bots_Range": 700,
  377. "Bots_Accuracy": 0.7,
  378. "Bots_Damage_Done_Multiplier": 1.4,
  379. "Bots_Damage_Taken_Multiplier": 0.85,
  380. "Bots_Drop_Loot": 1,
  381. "Bots_Drop_Weapon": 1,
  382. "Is_NBC_Mission": 0,
  383. "Allow_Crate_Reward": 1,
  384. "Allow_Vehicle_Reward": 0,
  385. "Allow_Helicopter_Reward": 0,
  386. "Static_Objects": []
  387. },
  388. {
  389. "Name": "Ambushed Vehicle",
  390. "Position": [
  391. 800.2,
  392. 400.4,
  393. 10100.5
  394. ],
  395. "Bots_Count_Minimum": 4,
  396. "Bots_Count_Maximum": 9,
  397. "Bots_Expansion_Loadout": "",
  398. "Bots_Loadout_ID": 1,
  399. "Bots_Range": 600,
  400. "Bots_Accuracy": 0.65,
  401. "Bots_Damage_Done_Multiplier": 1.3,
  402. "Bots_Damage_Taken_Multiplier": 0.9,
  403. "Bots_Drop_Loot": 1,
  404. "Bots_Drop_Weapon": 1,
  405. "Is_NBC_Mission": 0,
  406. "Allow_Crate_Reward": 1,
  407. "Allow_Vehicle_Reward": 1,
  408. "Allow_Helicopter_Reward": 0,
  409. "Static_Objects": []
  410. },
  411. {
  412. "Name": "Tisy Military Base",
  413. "Position": [
  414. 1580.5,
  415. 400.3,
  416. 14400.7
  417. ],
  418. "Bots_Count_Minimum": 10,
  419. "Bots_Count_Maximum": 20,
  420. "Bots_Expansion_Loadout": "",
  421. "Bots_Loadout_ID": 2,
  422. "Bots_Range": 1200,
  423. "Bots_Accuracy": 0.8,
  424. "Bots_Damage_Done_Multiplier": 1.7,
  425. "Bots_Damage_Taken_Multiplier": 0.7,
  426. "Bots_Drop_Loot": 1,
  427. "Bots_Drop_Weapon": 1,
  428. "Is_NBC_Mission": 1,
  429. "Allow_Crate_Reward": 1,
  430. "Allow_Vehicle_Reward": 1,
  431. "Allow_Helicopter_Reward": 0,
  432. "Static_Objects": []
  433. },
  434. {
  435. "Name": "Zelenogorsk Military Camp",
  436. "Position": [
  437. 2650.2,
  438. 280.5,
  439. 5275.8
  440. ],
  441. "Bots_Count_Minimum": 6,
  442. "Bots_Count_Maximum": 12,
  443. "Bots_Expansion_Loadout": "",
  444. "Bots_Loadout_ID": 1,
  445. "Bots_Range": 800,
  446. "Bots_Accuracy": 0.7,
  447. "Bots_Damage_Done_Multiplier": 1.4,
  448. "Bots_Damage_Taken_Multiplier": 0.8,
  449. "Bots_Drop_Loot": 1,
  450. "Bots_Drop_Weapon": 1,
  451. "Is_NBC_Mission": 0,
  452. "Allow_Crate_Reward": 1,
  453. "Allow_Vehicle_Reward": 1,
  454. "Allow_Helicopter_Reward": 1,
  455. "Static_Objects": []
  456. },
  457. {
  458. "Name": "Coastal Smuggler's Hideout",
  459. "Position": [
  460. 8000.2,
  461. 50.3,
  462. 2400.5
  463. ],
  464. "Bots_Count_Minimum": 6,
  465. "Bots_Count_Maximum": 12,
  466. "Bots_Expansion_Loadout": "",
  467. "Bots_Loadout_ID": 1,
  468. "Bots_Range": 600,
  469. "Bots_Accuracy": 0.65,
  470. "Bots_Damage_Done_Multiplier": 1.2,
  471. "Bots_Damage_Taken_Multiplier": 0.9,
  472. "Bots_Drop_Loot": 1,
  473. "Bots_Drop_Weapon": 1,
  474. "Is_NBC_Mission": 0,
  475. "Allow_Crate_Reward": 1,
  476. "Allow_Vehicle_Reward": 0,
  477. "Allow_Helicopter_Reward": 0,
  478. "Static_Objects": []
  479. },
  480. {
  481. "Name": "Shipwrecked Survivors",
  482. "Position": [
  483. 12300.5,
  484. 15,
  485. 3400.8
  486. ],
  487. "Bots_Count_Minimum": 5,
  488. "Bots_Count_Maximum": 10,
  489. "Bots_Expansion_Loadout": "",
  490. "Bots_Loadout_ID": 1,
  491. "Bots_Range": 500,
  492. "Bots_Accuracy": 0.6,
  493. "Bots_Damage_Done_Multiplier": 1.1,
  494. "Bots_Damage_Taken_Multiplier": 0.95,
  495. "Bots_Drop_Loot": 1,
  496. "Bots_Drop_Weapon": 1,
  497. "Is_NBC_Mission": 0,
  498. "Allow_Crate_Reward": 1,
  499. "Allow_Vehicle_Reward": 0,
  500. "Allow_Helicopter_Reward": 0,
  501. "Static_Objects": [
  502. {
  503. "ClassName": "StaticObj_Shipwreck",
  504. "Scale": 1,
  505. "Position": [
  506. 12302,
  507. 15.2,
  508. 3403
  509. ],
  510. "Rotation": [
  511. 0,
  512. 30,
  513. 0
  514. ]
  515. }
  516. ]
  517. },
  518. {
  519. "Name": "Factory Raid",
  520. "Position": [
  521. 11200.4,
  522. 200.6,
  523. 5000.7
  524. ],
  525. "Bots_Count_Minimum": 8,
  526. "Bots_Count_Maximum": 15,
  527. "Bots_Expansion_Loadout": "",
  528. "Bots_Loadout_ID": 2,
  529. "Bots_Range": 700,
  530. "Bots_Accuracy": 0.7,
  531. "Bots_Damage_Done_Multiplier": 1.3,
  532. "Bots_Damage_Taken_Multiplier": 0.85,
  533. "Bots_Drop_Loot": 1,
  534. "Bots_Drop_Weapon": 1,
  535. "Is_NBC_Mission": 0,
  536. "Allow_Crate_Reward": 1,
  537. "Allow_Vehicle_Reward": 0,
  538. "Allow_Helicopter_Reward": 0,
  539. "Static_Objects": []
  540. },
  541. {
  542. "Name": "Hospital Under Siege",
  543. "Position": [
  544. 10400.3,
  545. 150.2,
  546. 7800.9
  547. ],
  548. "Bots_Count_Minimum": 6,
  549. "Bots_Count_Maximum": 12,
  550. "Bots_Expansion_Loadout": "",
  551. "Bots_Loadout_ID": 1,
  552. "Bots_Range": 800,
  553. "Bots_Accuracy": 0.65,
  554. "Bots_Damage_Done_Multiplier": 1.2,
  555. "Bots_Damage_Taken_Multiplier": 0.9,
  556. "Bots_Drop_Loot": 1,
  557. "Bots_Drop_Weapon": 1,
  558. "Is_NBC_Mission": 0,
  559. "Allow_Crate_Reward": 1,
  560. "Allow_Vehicle_Reward": 1,
  561. "Allow_Helicopter_Reward": 0,
  562. "Static_Objects": []
  563. },
  564. {
  565. "Name": "Prisoner Uprising",
  566. "Position": [
  567. 12000.7,
  568. 250.4,
  569. 9800.2
  570. ],
  571. "Bots_Count_Minimum": 10,
  572. "Bots_Count_Maximum": 18,
  573. "Bots_Expansion_Loadout": "",
  574. "Bots_Loadout_ID": 2,
  575. "Bots_Range": 1000,
  576. "Bots_Accuracy": 0.75,
  577. "Bots_Damage_Done_Multiplier": 1.4,
  578. "Bots_Damage_Taken_Multiplier": 0.8,
  579. "Bots_Drop_Loot": 1,
  580. "Bots_Drop_Weapon": 1,
  581. "Is_NBC_Mission": 0,
  582. "Allow_Crate_Reward": 1,
  583. "Allow_Vehicle_Reward": 1,
  584. "Allow_Helicopter_Reward": 0,
  585. "Static_Objects": []
  586. },
  587. {
  588. "Name": "Swamp Bandit Camp",
  589. "Position": [
  590. 6000.3,
  591. 30.1,
  592. 3500.7
  593. ],
  594. "Bots_Count_Minimum": 7,
  595. "Bots_Count_Maximum": 13,
  596. "Bots_Expansion_Loadout": "",
  597. "Bots_Loadout_ID": 1,
  598. "Bots_Range": 600,
  599. "Bots_Accuracy": 0.6,
  600. "Bots_Damage_Done_Multiplier": 1.15,
  601. "Bots_Damage_Taken_Multiplier": 0.9,
  602. "Bots_Drop_Loot": 1,
  603. "Bots_Drop_Weapon": 1,
  604. "Is_NBC_Mission": 0,
  605. "Allow_Crate_Reward": 1,
  606. "Allow_Vehicle_Reward": 0,
  607. "Allow_Helicopter_Reward": 0,
  608. "Static_Objects": []
  609. },
  610. {
  611. "Name": "Industrial Sector Raid",
  612. "Position": [
  613. 9500.2,
  614. 180.5,
  615. 4000.6
  616. ],
  617. "Bots_Count_Minimum": 6,
  618. "Bots_Count_Maximum": 14,
  619. "Bots_Expansion_Loadout": "",
  620. "Bots_Loadout_ID": 2,
  621. "Bots_Range": 750,
  622. "Bots_Accuracy": 0.7,
  623. "Bots_Damage_Done_Multiplier": 1.3,
  624. "Bots_Damage_Taken_Multiplier": 0.85,
  625. "Bots_Drop_Loot": 1,
  626. "Bots_Drop_Weapon": 1,
  627. "Is_NBC_Mission": 0,
  628. "Allow_Crate_Reward": 1,
  629. "Allow_Vehicle_Reward": 0,
  630. "Allow_Helicopter_Reward": 0,
  631. "Static_Objects": []
  632. },
  633. {
  634. "Name": "Pavlovo Military Base",
  635. "Position": [
  636. 1840.9,
  637. 250.4,
  638. 3845.3
  639. ],
  640. "Bots_Count_Minimum": 7,
  641. "Bots_Count_Maximum": 14,
  642. "Bots_Expansion_Loadout": "",
  643. "Bots_Loadout_ID": 1,
  644. "Bots_Range": 900,
  645. "Bots_Accuracy": 0.7,
  646. "Bots_Damage_Done_Multiplier": 1.5,
  647. "Bots_Damage_Taken_Multiplier": 0.85,
  648. "Bots_Drop_Loot": 1,
  649. "Bots_Drop_Weapon": 1,
  650. "Is_NBC_Mission": 1,
  651. "Allow_Crate_Reward": 1,
  652. "Allow_Vehicle_Reward": 0,
  653. "Allow_Helicopter_Reward": 1,
  654. "Static_Objects": []
  655. },
  656. {
  657. "Name": "Skalisty Island Stronghold",
  658. "Position": [
  659. 13337.5,
  660. 15,
  661. 3725.9
  662. ],
  663. "Bots_Count_Minimum": 12,
  664. "Bots_Count_Maximum": 25,
  665. "Bots_Expansion_Loadout": "",
  666. "Bots_Loadout_ID": 2,
  667. "Bots_Range": 1500,
  668. "Bots_Accuracy": 0.85,
  669. "Bots_Damage_Done_Multiplier": 1.8,
  670. "Bots_Damage_Taken_Multiplier": 0.65,
  671. "Bots_Drop_Loot": 1,
  672. "Bots_Drop_Weapon": 1,
  673. "Is_NBC_Mission": 0,
  674. "Allow_Crate_Reward": 1,
  675. "Allow_Vehicle_Reward": 1,
  676. "Allow_Helicopter_Reward": 1,
  677. "Static_Objects": []
  678. },
  679. {
  680. "Name": "Crashed Cargo Plane",
  681. "Position": [
  682. 6200.4,
  683. 200.3,
  684. 7500.6
  685. ],
  686. "Bots_Count_Minimum": 5,
  687. "Bots_Count_Maximum": 12,
  688. "Bots_Expansion_Loadout": "",
  689. "Bots_Loadout_ID": 1,
  690. "Bots_Range": 700,
  691. "Bots_Accuracy": 0.6,
  692. "Bots_Damage_Done_Multiplier": 1.2,
  693. "Bots_Damage_Taken_Multiplier": 0.9,
  694. "Bots_Drop_Loot": 1,
  695. "Bots_Drop_Weapon": 1,
  696. "Is_NBC_Mission": 0,
  697. "Allow_Crate_Reward": 1,
  698. "Allow_Vehicle_Reward": 0,
  699. "Allow_Helicopter_Reward": 1,
  700. "Static_Objects": [
  701. {
  702. "ClassName": "StaticObj_Wreck_C130",
  703. "Scale": 1,
  704. "Position": [
  705. 6202.4,
  706. 201.5,
  707. 7503.2
  708. ],
  709. "Rotation": [
  710. 0,
  711. 30,
  712. 0
  713. ]
  714. }
  715. ]
  716. },
  717. {
  718. "Name": "Outlaw's Farmstead",
  719. "Position": [
  720. 6900.3,
  721. 150.2,
  722. 6800.5
  723. ],
  724. "Bots_Count_Minimum": 6,
  725. "Bots_Count_Maximum": 11,
  726. "Bots_Expansion_Loadout": "",
  727. "Bots_Loadout_ID": 1,
  728. "Bots_Range": 600,
  729. "Bots_Accuracy": 0.65,
  730. "Bots_Damage_Done_Multiplier": 1.3,
  731. "Bots_Damage_Taken_Multiplier": 0.85,
  732. "Bots_Drop_Loot": 1,
  733. "Bots_Drop_Weapon": 1,
  734. "Is_NBC_Mission": 0,
  735. "Allow_Crate_Reward": 1,
  736. "Allow_Vehicle_Reward": 0,
  737. "Allow_Helicopter_Reward": 0,
  738. "Static_Objects": []
  739. },
  740. {
  741. "Name": "Rogue Military Patrol",
  742. "Position": [
  743. 6600.5,
  744. 170.3,
  745. 7200.9
  746. ],
  747. "Bots_Count_Minimum": 8,
  748. "Bots_Count_Maximum": 14,
  749. "Bots_Expansion_Loadout": "",
  750. "Bots_Loadout_ID": 2,
  751. "Bots_Range": 800,
  752. "Bots_Accuracy": 0.7,
  753. "Bots_Damage_Done_Multiplier": 1.4,
  754. "Bots_Damage_Taken_Multiplier": 0.8,
  755. "Bots_Drop_Loot": 1,
  756. "Bots_Drop_Weapon": 1,
  757. "Is_NBC_Mission": 0,
  758. "Allow_Crate_Reward": 1,
  759. "Allow_Vehicle_Reward": 1,
  760. "Allow_Helicopter_Reward": 0,
  761. "Static_Objects": []
  762. },
  763. {
  764. "Name": "Wrecked UN Convoy",
  765. "Position": [
  766. 6300.7,
  767. 180.4,
  768. 7100.2
  769. ],
  770. "Bots_Count_Minimum": 7,
  771. "Bots_Count_Maximum": 12,
  772. "Bots_Expansion_Loadout": "",
  773. "Bots_Loadout_ID": 1,
  774. "Bots_Range": 750,
  775. "Bots_Accuracy": 0.7,
  776. "Bots_Damage_Done_Multiplier": 1.3,
  777. "Bots_Damage_Taken_Multiplier": 0.85,
  778. "Bots_Drop_Loot": 1,
  779. "Bots_Drop_Weapon": 1,
  780. "Is_NBC_Mission": 0,
  781. "Allow_Crate_Reward": 1,
  782. "Allow_Vehicle_Reward": 1,
  783. "Allow_Helicopter_Reward": 0,
  784. "Static_Objects": [
  785. {
  786. "ClassName": "StaticObj_Vehicle_UN_Humvee",
  787. "Scale": 1,
  788. "Position": [
  789. 6302.5,
  790. 181.5,
  791. 7103.7
  792. ],
  793. "Rotation": [
  794. 0,
  795. -15,
  796. 0
  797. ]
  798. },
  799. {
  800. "ClassName": "StaticObj_Vehicle_UN_Truck",
  801. "Scale": 1,
  802. "Position": [
  803. 6305.1,
  804. 182.2,
  805. 7106.4
  806. ],
  807. "Rotation": [
  808. 0,
  809. 10,
  810. 0
  811. ]
  812. }
  813. ]
  814. },
  815. {
  816. "Name": "Rebel Hideout",
  817. "Position": [
  818. 6700.8,
  819. 130.3,
  820. 6900.1
  821. ],
  822. "Bots_Count_Minimum": 9,
  823. "Bots_Count_Maximum": 15,
  824. "Bots_Expansion_Loadout": "",
  825. "Bots_Loadout_ID": 2,
  826. "Bots_Range": 850,
  827. "Bots_Accuracy": 0.75,
  828. "Bots_Damage_Done_Multiplier": 1.5,
  829. "Bots_Damage_Taken_Multiplier": 0.8,
  830. "Bots_Drop_Loot": 1,
  831. "Bots_Drop_Weapon": 1,
  832. "Is_NBC_Mission": 0,
  833. "Allow_Crate_Reward": 1,
  834. "Allow_Vehicle_Reward": 0,
  835. "Allow_Helicopter_Reward": 0,
  836. "Static_Objects": []
  837. },
  838. {
  839. "Name": "Lost Supply Drop",
  840. "Position": [
  841. 6400.9,
  842. 140.4,
  843. 7600.3
  844. ],
  845. "Bots_Count_Minimum": 5,
  846. "Bots_Count_Maximum": 9,
  847. "Bots_Expansion_Loadout": "",
  848. "Bots_Loadout_ID": 1,
  849. "Bots_Range": 600,
  850. "Bots_Accuracy": 0.6,
  851. "Bots_Damage_Done_Multiplier": 1.1,
  852. "Bots_Damage_Taken_Multiplier": 0.95,
  853. "Bots_Drop_Loot": 1,
  854. "Bots_Drop_Weapon": 1,
  855. "Is_NBC_Mission": 0,
  856. "Allow_Crate_Reward": 1,
  857. "Allow_Vehicle_Reward": 0,
  858. "Allow_Helicopter_Reward": 0,
  859. "Static_Objects": [
  860. {
  861. "ClassName": "StaticObj_SupplyCrate",
  862. "Scale": 1,
  863. "Position": [
  864. 6402.5,
  865. 141.2,
  866. 7603.1
  867. ],
  868. "Rotation": [
  869. 0,
  870. 0,
  871. 0
  872. ]
  873. }
  874. ]
  875. },
  876. {
  877. "Name": "Downed Helicopter",
  878. "Position": [
  879. 144.31246948242188,
  880. 319.55841064453125,
  881. 8073.83740234375
  882. ],
  883. "Bots_Count_Minimum": 3,
  884. "Bots_Count_Maximum": 15,
  885. "Bots_Expansion_Loadout": "",
  886. "Bots_Loadout_ID": 1,
  887. "Bots_Range": 400,
  888. "Bots_Accuracy": 0.5,
  889. "Bots_Damage_Done_Multiplier": 1,
  890. "Bots_Damage_Taken_Multiplier": 1,
  891. "Bots_Drop_Loot": 1,
  892. "Bots_Drop_Weapon": 1,
  893. "Is_NBC_Mission": 0,
  894. "Allow_Crate_Reward": 1,
  895. "Allow_Vehicle_Reward": 0,
  896. "Allow_Helicopter_Reward": 1,
  897. "Static_Objects": [
  898. {
  899. "ClassName": "StaticObj_Wreck_Mi8_Crashed",
  900. "Scale": 1,
  901. "Position": [
  902. 144.06399536132812,
  903. 321.1470031738281,
  904. 8068.35986328125
  905. ],
  906. "Rotation": [
  907. -69.11962890625,
  908. 0,
  909. 0
  910. ]
  911. }
  912. ]
  913. }
  914. ],
  915. "Loadouts": [
  916. {
  917. "AI_Loot_Misc_Max": 2,
  918. "AI_Loot_Special_Max": 1,
  919. "Shirts": [
  920. "GorkaEJacket_Autumn",
  921. "GorkaEJacket_Flat",
  922. "GorkaEJacket_PautRev",
  923. "GorkaEJacket_Summer",
  924. "TacticalShirt_Green",
  925. "TacticalShirt_Black",
  926. "TacticalShirt_Grey",
  927. "HikingJacket_Blue",
  928. "HikingJacket_Red",
  929. "Expansion_TacticalShirt_Multicam",
  930. "Expansion_TacticalShirt_Autumn"
  931. ],
  932. "Pants": [
  933. "GorkaPants_Autumn",
  934. "GorkaPants_Flat",
  935. "GorkaPants_PautRev",
  936. "GorkaPants_Summer",
  937. "TTSKOPants",
  938. "HunterPants_Brown",
  939. "HunterPants_Green",
  940. "USMC_Pants_Woodland",
  941. "CargoPants_Beige",
  942. "CargoPants_Black",
  943. "Expansion_TacticalPants_Multicam",
  944. "Expansion_TacticalPants_Black"
  945. ],
  946. "Shoes": [
  947. "TTSKOBoots",
  948. "WorkingBoots_Beige",
  949. "CombatBoots_Beige",
  950. "CombatBoots_Black",
  951. "CombatBoots_Brown",
  952. "MilitaryBoots_Black",
  953. "MilitaryBoots_Beige",
  954. "JungleBoots_Olive",
  955. "JungleBoots_Beige",
  956. "Expansion_MilitaryBoots_Desert",
  957. "Expansion_MilitaryBoots_Urban"
  958. ],
  959. "BackPacks": [
  960. "CoyoteBag_Brown",
  961. "CoyoteBag_Green",
  962. "HuntingBag",
  963. "TortillaBag",
  964. "WaterproofBag_Green",
  965. "DryBag_Yellow",
  966. "DryBag_Orange",
  967. "AssaultBag_Green",
  968. "AssaultBag_Black",
  969. "Expansion_CoyoteBag_Black",
  970. "Expansion_CoyoteBag_Woodland",
  971. "Expansion_AtlasBag_Green",
  972. "Expansion_AtlasBag_Black",
  973. "Expansion_AtlasBag_Multicam"
  974. ],
  975. "Gloves": [
  976. "WorkingGloves_Beige",
  977. "WorkingGloves_Black",
  978. "NBCGlovesGray",
  979. "OMNOGloves_Brown",
  980. "TacticalGloves_Black",
  981. "TacticalGloves_Green",
  982. "TacticalGloves_Beige",
  983. "Expansion_LeatherGloves_Black",
  984. "Expansion_LeatherGloves_Brown"
  985. ],
  986. "Belts": [
  987. "CivilianBelt",
  988. "MilitaryBelt",
  989. "Expansion_TacticalBelt_Black",
  990. "Expansion_TacticalBelt_Green"
  991. ],
  992. "NBC_Loadout": [
  993. "NBCGlovesGray",
  994. "NBCJacketGray",
  995. "NBCPantsGray",
  996. "NBCBootsGray",
  997. "NBCHoodGray",
  998. "GasMask"
  999. ],
  1000. "AI_Loot_Misc": [
  1001. "SardinesCan",
  1002. "SodaCan_Cola",
  1003. "SodaCan_Kvass",
  1004. "Rice",
  1005. "Rope",
  1006. "Screwdriver",
  1007. "Canteen",
  1008. "WaterBottle",
  1009. "DuctTape",
  1010. "GunCleaningKit",
  1011. "Matchbox",
  1012. "Binoculars",
  1013. "Lockpick"
  1014. ],
  1015. "AI_Loot_Special": [
  1016. "NailBox",
  1017. "Hatchet",
  1018. "RGD5Grenade",
  1019. "TacticalBaconCan",
  1020. "GPSReceiver"
  1021. ],
  1022. "Weapons": [
  1023. {
  1024. "Loadout_ID": 0,
  1025. "Weapon_ClassName": "CZ61",
  1026. "Magazine_ClassName": "Mag_CZ61_20Rnd",
  1027. "Attach": []
  1028. },
  1029. {
  1030. "Loadout_ID": 1,
  1031. "Weapon_ClassName": "M4A1",
  1032. "Magazine_ClassName": "Mag_CMAG_40Rnd",
  1033. "Attach": [
  1034. "M4_RISHndgrd",
  1035. "M4_MPBttstck",
  1036. "ACOGOptic"
  1037. ]
  1038. },
  1039. {
  1040. "Loadout_ID": 2,
  1041. "Weapon_ClassName": "SVD",
  1042. "Magazine_ClassName": "Mag_SVD_10Rnd",
  1043. "Attach": [
  1044. "PSO1Optic"
  1045. ]
  1046. },
  1047. {
  1048. "Loadout_ID": 3,
  1049. "Weapon_ClassName": "AKM",
  1050. "Magazine_ClassName": "Mag_AKM_30Rnd",
  1051. "Attach": [
  1052. "KobraOptic",
  1053. "AK_WoodBttstck",
  1054. "AK_WoodHndgrd"
  1055. ]
  1056. },
  1057. {
  1058. "Loadout_ID": 4,
  1059. "Weapon_ClassName": "VSS",
  1060. "Magazine_ClassName": "Mag_VSS_10Rnd",
  1061. "Attach": [
  1062. "PSO1Optic"
  1063. ]
  1064. },
  1065. {
  1066. "Loadout_ID": 5,
  1067. "Weapon_ClassName": "Expansion_M1A",
  1068. "Magazine_ClassName": "Mag_STANAG_20Rnd",
  1069. "Attach": [
  1070. "ACOGOptic"
  1071. ]
  1072. },
  1073. {
  1074. "Loadout_ID": 6,
  1075. "Weapon_ClassName": "Expansion_MP7",
  1076. "Magazine_ClassName": "Mag_MP7_40Rnd",
  1077. "Attach": [
  1078. "Expansion_MP7_Suppressor"
  1079. ]
  1080. },
  1081. {
  1082. "Loadout_ID": 7,
  1083. "Weapon_ClassName": "MOSIN9130",
  1084. "Magazine_ClassName": "",
  1085. "Attach": [
  1086. "PUScopeOptic"
  1087. ]
  1088. },
  1089. {
  1090. "Loadout_ID": 8,
  1091. "Weapon_ClassName": "UMP45",
  1092. "Magazine_ClassName": "Mag_UMP_25Rnd",
  1093. "Attach": [
  1094. "ReflexOptic"
  1095. ]
  1096. },
  1097. {
  1098. "Loadout_ID": 9,
  1099. "Weapon_ClassName": "Expansion_AWM",
  1100. "Magazine_ClassName": "Mag_AWM_5Rnd",
  1101. "Attach": [
  1102. "HuntingOptic",
  1103. "Expansion_AWM_Suppressor"
  1104. ]
  1105. },
  1106. {
  1107. "Loadout_ID": 10,
  1108. "Weapon_ClassName": "M16A2",
  1109. "Magazine_ClassName": "Mag_STANAG_30Rnd",
  1110. "Attach": []
  1111. },
  1112. {
  1113. "Loadout_ID": 11,
  1114. "Weapon_ClassName": "FAL",
  1115. "Magazine_ClassName": "Mag_FAL_20Rnd",
  1116. "Attach": [
  1117. "Fal_OeBttstck",
  1118. "ACOGOptic"
  1119. ]
  1120. },
  1121. {
  1122. "Loadout_ID": 12,
  1123. "Weapon_ClassName": "Expansion_M14",
  1124. "Magazine_ClassName": "Mag_STANAG_20Rnd",
  1125. "Attach": [
  1126. "ACOGOptic"
  1127. ]
  1128. },
  1129. {
  1130. "Loadout_ID": 13,
  1131. "Weapon_ClassName": "SKS",
  1132. "Magazine_ClassName": "Ammo_762x39",
  1133. "Attach": []
  1134. },
  1135. {
  1136. "Loadout_ID": 14,
  1137. "Weapon_ClassName": "Expansion_AK74",
  1138. "Magazine_ClassName": "Mag_AK74_30Rnd",
  1139. "Attach": [
  1140. "KobraOptic"
  1141. ]
  1142. },
  1143. {
  1144. "Loadout_ID": 15,
  1145. "Weapon_ClassName": "MP5K",
  1146. "Magazine_ClassName": "Mag_MP5_30Rnd",
  1147. "Attach": [
  1148. "ReflexOptic"
  1149. ]
  1150. },
  1151. {
  1152. "Loadout_ID": 16,
  1153. "Weapon_ClassName": "Saiga12K",
  1154. "Magazine_ClassName": "Mag_Saiga_8Rnd",
  1155. "Attach": []
  1156. },
  1157. {
  1158. "Loadout_ID": 17,
  1159. "Weapon_ClassName": "Expansion_G36",
  1160. "Magazine_ClassName": "Mag_G36_30Rnd",
  1161. "Attach": [
  1162. "Expansion_G36_Suppressor"
  1163. ]
  1164. },
  1165. {
  1166. "Loadout_ID": 18,
  1167. "Weapon_ClassName": "Winchester70",
  1168. "Magazine_ClassName": "Ammo_308Win",
  1169. "Attach": [
  1170. "HuntingOptic"
  1171. ]
  1172. },
  1173. {
  1174. "Loadout_ID": 19,
  1175. "Weapon_ClassName": "Expansion_Mk14",
  1176. "Magazine_ClassName": "Mag_STANAG_20Rnd",
  1177. "Attach": [
  1178. "ReflexOptic"
  1179. ]
  1180. },
  1181. {
  1182. "Loadout_ID": 20,
  1183. "Weapon_ClassName": "AKS74U",
  1184. "Magazine_ClassName": "Mag_AK74_30Rnd",
  1185. "Attach": []
  1186. },
  1187. {
  1188. "Loadout_ID": 21,
  1189. "Weapon_ClassName": "Expansion_M249",
  1190. "Magazine_ClassName": "Mag_M249_100Rnd",
  1191. "Attach": []
  1192. },
  1193. {
  1194. "Loadout_ID": 22,
  1195. "Weapon_ClassName": "BK-133",
  1196. "Magazine_ClassName": "Ammo_12gaPellets",
  1197. "Attach": []
  1198. },
  1199. {
  1200. "Loadout_ID": 23,
  1201. "Weapon_ClassName": "Expansion_SVDK",
  1202. "Magazine_ClassName": "Mag_SVDK_10Rnd",
  1203. "Attach": [
  1204. "PSO1Optic"
  1205. ]
  1206. },
  1207. {
  1208. "Loadout_ID": 24,
  1209. "Weapon_ClassName": "Expansion_Groza",
  1210. "Magazine_ClassName": "Mag_AK74_30Rnd",
  1211. "Attach": [
  1212. "Expansion_Groza_Suppressor"
  1213. ]
  1214. }
  1215. ],
  1216. "Armour": [
  1217. {
  1218. "Loadout_ID": 0,
  1219. "Armour_ClassName": "PlateCarrierVest_Black",
  1220. "Attach": [],
  1221. "Contents": []
  1222. },
  1223. {
  1224. "Loadout_ID": 0,
  1225. "Armour_ClassName": "PlateCarrierVest_Green",
  1226. "Attach": [],
  1227. "Contents": []
  1228. },
  1229. {
  1230. "Loadout_ID": 1,
  1231. "Armour_ClassName": "PlateCarrierVest_Black",
  1232. "Attach": [],
  1233. "Contents": []
  1234. },
  1235. {
  1236. "Loadout_ID": 1,
  1237. "Armour_ClassName": "PlateCarrierVest_Green",
  1238. "Attach": [],
  1239. "Contents": []
  1240. },
  1241. {
  1242. "Loadout_ID": 2,
  1243. "Armour_ClassName": "PlateCarrierVest_Camo",
  1244. "Attach": [],
  1245. "Contents": []
  1246. },
  1247. {
  1248. "Loadout_ID": 2,
  1249. "Armour_ClassName": "Expansion_BulletProofVest_Black",
  1250. "Attach": [],
  1251. "Contents": []
  1252. },
  1253. {
  1254. "Loadout_ID": 3,
  1255. "Armour_ClassName": "Expansion_BulletProofVest_Tan",
  1256. "Attach": [],
  1257. "Contents": []
  1258. }
  1259. ],
  1260. "Headgear": [
  1261. {
  1262. "Loadout_ID": 0,
  1263. "Helmet_ClassName": "GorkaHelmet",
  1264. "Give_NVG": 1
  1265. },
  1266. {
  1267. "Loadout_ID": 1,
  1268. "Helmet_ClassName": "GorkaHelmet",
  1269. "Give_NVG": 1
  1270. },
  1271. {
  1272. "Loadout_ID": 2,
  1273. "Helmet_ClassName": "Mich2001Helmet",
  1274. "Give_NVG": 1
  1275. },
  1276. {
  1277. "Loadout_ID": 3,
  1278. "Helmet_ClassName": "BallisticHelmet_Black",
  1279. "Give_NVG": 1
  1280. },
  1281. {
  1282. "Loadout_ID": 4,
  1283. "Helmet_ClassName": "Expansion_Mich2001Helmet_Tan",
  1284. "Give_NVG": 1
  1285. },
  1286. {
  1287. "Loadout_ID": 5,
  1288. "Helmet_ClassName": "Expansion_FASTHelmet_Black",
  1289. "Give_NVG": 1
  1290. },
  1291. {
  1292. "Loadout_ID": 6,
  1293. "Helmet_ClassName": "Expansion_Ghillie_Hood_Green",
  1294. "Give_NVG": 0
  1295. }
  1296. ]
  1297. }
  1298. ],
  1299. "RewardObjects": [
  1300. {
  1301. "Reward_Type": 1,
  1302. "ClassName": "SeaChest",
  1303. "Replace_ClassName": "",
  1304. "Loot_Initial": [],
  1305. "Loot_Win": []
  1306. },
  1307. {
  1308. "Reward_Type": 1,
  1309. "ClassName": "Barrel_Blue",
  1310. "Replace_ClassName": "",
  1311. "Loot_Initial": [],
  1312. "Loot_Win": []
  1313. },
  1314. {
  1315. "Reward_Type": 2,
  1316. "ClassName": "Offroad_02",
  1317. "Replace_ClassName": "",
  1318. "Loot_Initial": [
  1319. "Offroad_02_Wheel",
  1320. "Offroad_02_Wheel",
  1321. "Offroad_02_Wheel",
  1322. "Offroad_02_Wheel",
  1323. "Offroad_02_Door_1_1",
  1324. "Offroad_02_Door_1_2",
  1325. "Offroad_02_Door_2_1",
  1326. "Offroad_02_Door_2_2",
  1327. "Offroad_02_Hood",
  1328. "Offroad_02_Trunk",
  1329. "HeadlightH7",
  1330. "HeadlightH7"
  1331. ],
  1332. "Loot_Win": [
  1333. "Offroad_02_Wheel",
  1334. "CarBattery",
  1335. "GlowPlug"
  1336. ]
  1337. },
  1338. {
  1339. "Reward_Type": 2,
  1340. "ClassName": "OffroadHatchback",
  1341. "Replace_ClassName": "",
  1342. "Loot_Initial": [
  1343. "CarRadiator",
  1344. "HatchbackWheel",
  1345. "HatchbackWheel",
  1346. "HatchbackWheel",
  1347. "HatchbackWheel",
  1348. "HatchbackDoors_Driver",
  1349. "HatchbackDoors_CoDriver",
  1350. "HatchbackHood",
  1351. "HatchbackTrunk",
  1352. "HeadlightH7",
  1353. "HeadlightH7"
  1354. ],
  1355. "Loot_Win": [
  1356. "CarBattery",
  1357. "SparkPlug"
  1358. ]
  1359. },
  1360. {
  1361. "Reward_Type": 2,
  1362. "ClassName": "UAZ",
  1363. "Replace_ClassName": "",
  1364. "Loot_Initial": [
  1365. "UAZ_Wheel",
  1366. "UAZ_Wheel",
  1367. "UAZ_Wheel",
  1368. "UAZ_Wheel",
  1369. "UAZ_Door_1_1",
  1370. "UAZ_Door_1_2",
  1371. "UAZ_Hood",
  1372. "UAZ_Trunk",
  1373. "HeadlightH7",
  1374. "HeadlightH7"
  1375. ],
  1376. "Loot_Win": [
  1377. "CarBattery",
  1378. "SparkPlug"
  1379. ]
  1380. },
  1381. {
  1382. "Reward_Type": 2,
  1383. "ClassName": "SUV",
  1384. "Replace_ClassName": "",
  1385. "Loot_Initial": [
  1386. "SUV_Wheel",
  1387. "SUV_Wheel",
  1388. "SUV_Wheel",
  1389. "SUV_Wheel",
  1390. "SUV_Door_1_1",
  1391. "SUV_Door_1_2",
  1392. "SUV_Hood",
  1393. "SUV_Trunk",
  1394. "HeadlightH7",
  1395. "HeadlightH7"
  1396. ],
  1397. "Loot_Win": [
  1398. "CarBattery",
  1399. "SparkPlug"
  1400. ]
  1401. },
  1402. {
  1403. "Reward_Type": 2,
  1404. "ClassName": "V3S_Covered",
  1405. "Replace_ClassName": "",
  1406. "Loot_Initial": [
  1407. "V3S_Wheel",
  1408. "V3S_Wheel",
  1409. "V3S_WheelDouble",
  1410. "V3S_WheelDouble",
  1411. "V3S_Door_1_1",
  1412. "V3S_Door_2_1",
  1413. "V3S_Hood",
  1414. "HeadlightH7",
  1415. "HeadlightH7"
  1416. ],
  1417. "Loot_Win": [
  1418. "TruckBattery",
  1419. "SparkPlug"
  1420. ]
  1421. },
  1422. {
  1423. "Reward_Type": 2,
  1424. "ClassName": "Hatchback_02",
  1425. "Replace_ClassName": "",
  1426. "Loot_Initial": [
  1427. "CarRadiator",
  1428. "HatchbackWheel",
  1429. "HatchbackWheel",
  1430. "HatchbackWheel",
  1431. "HatchbackWheel",
  1432. "HatchbackDoors_Driver",
  1433. "HatchbackDoors_CoDriver",
  1434. "HatchbackHood",
  1435. "HatchbackTrunk",
  1436. "HeadlightH7",
  1437. "HeadlightH7"
  1438. ],
  1439. "Loot_Win": [
  1440. "CarBattery",
  1441. "SparkPlug"
  1442. ]
  1443. },
  1444. {
  1445. "Reward_Type": 2,
  1446. "ClassName": "Chernarus_Truck",
  1447. "Replace_ClassName": "",
  1448. "Loot_Initial": [
  1449. "Chernarus_Truck_Wheel",
  1450. "Chernarus_Truck_Wheel",
  1451. "Chernarus_Truck_WheelDouble",
  1452. "Chernarus_Truck_WheelDouble",
  1453. "Chernarus_Truck_Door_1_1",
  1454. "Chernarus_Truck_Door_2_1",
  1455. "Chernarus_Truck_Hood",
  1456. "HeadlightH7",
  1457. "HeadlightH7"
  1458. ],
  1459. "Loot_Win": [
  1460. "TruckBattery",
  1461. "SparkPlug"
  1462. ]
  1463. },
  1464. {
  1465. "Reward_Type": 2,
  1466. "ClassName": "Hunter",
  1467. "Replace_ClassName": "",
  1468. "Loot_Initial": [
  1469. "Hunter_Wheel",
  1470. "Hunter_Wheel",
  1471. "Hunter_Wheel",
  1472. "Hunter_Wheel",
  1473. "Hunter_Door_1_1",
  1474. "Hunter_Door_1_2",
  1475. "Hunter_Hood",
  1476. "Hunter_Trunk",
  1477. "HeadlightH7",
  1478. "HeadlightH7"
  1479. ],
  1480. "Loot_Win": [
  1481. "CarBattery",
  1482. "GlowPlug"
  1483. ]
  1484. },
  1485. {
  1486. "Reward_Type": 2,
  1487. "ClassName": "M1025_Humvee",
  1488. "Replace_ClassName": "",
  1489. "Loot_Initial": [
  1490. "Humvee_Wheel",
  1491. "Humvee_Wheel",
  1492. "Humvee_Wheel",
  1493. "Humvee_Wheel",
  1494. "Humvee_Door_1_1",
  1495. "Humvee_Door_1_2",
  1496. "Humvee_Hood",
  1497. "Humvee_Trunk",
  1498. "HeadlightH7",
  1499. "HeadlightH7"
  1500. ],
  1501. "Loot_Win": [
  1502. "TruckBattery",
  1503. "SparkPlug"
  1504. ]
  1505. },
  1506. {
  1507. "Reward_Type": 2,
  1508. "ClassName": "BTR80",
  1509. "Replace_ClassName": "",
  1510. "Loot_Initial": [
  1511. "BTR80_Wheel",
  1512. "BTR80_Wheel",
  1513. "BTR80_Wheel",
  1514. "BTR80_Wheel",
  1515. "BTR80_Door_1_1",
  1516. "BTR80_Door_2_1",
  1517. "BTR80_Hood",
  1518. "BTR80_Trunk",
  1519. "HeadlightH7",
  1520. "HeadlightH7"
  1521. ],
  1522. "Loot_Win": [
  1523. "TruckBattery",
  1524. "GlowPlug"
  1525. ]
  1526. },
  1527. {
  1528. "Reward_Type": 2,
  1529. "ClassName": "Grove",
  1530. "Replace_ClassName": "",
  1531. "Loot_Initial": [
  1532. "Grove_Wheel",
  1533. "Grove_Wheel",
  1534. "Grove_Wheel",
  1535. "Grove_Wheel",
  1536. "Grove_Door_1_1",
  1537. "Grove_Door_1_2",
  1538. "Grove_Hood",
  1539. "Grove_Trunk",
  1540. "HeadlightH7",
  1541. "HeadlightH7"
  1542. ],
  1543. "Loot_Win": [
  1544. "CarBattery",
  1545. "GlowPlug"
  1546. ]
  1547. },
  1548. {
  1549. "Reward_Type": 2,
  1550. "ClassName": "Sedan_02",
  1551. "Replace_ClassName": "",
  1552. "Loot_Initial": [
  1553. "Sedan_02_Wheel",
  1554. "Sedan_02_Wheel",
  1555. "Sedan_02_Wheel",
  1556. "Sedan_02_Wheel",
  1557. "Sedan_02_Door_1_1",
  1558. "Sedan_02_Door_1_2",
  1559. "Sedan_02_Hood",
  1560. "Sedan_02_Trunk",
  1561. "HeadlightH7",
  1562. "HeadlightH7"
  1563. ],
  1564. "Loot_Win": [
  1565. "CarBattery",
  1566. "SparkPlug"
  1567. ]
  1568. },
  1569. {
  1570. "Reward_Type": 2,
  1571. "ClassName": "Chernarus_Police_Car",
  1572. "Replace_ClassName": "",
  1573. "Loot_Initial": [
  1574. "Chernarus_Police_Car_Wheel",
  1575. "Chernarus_Police_Car_Wheel",
  1576. "Chernarus_Police_Car_Wheel",
  1577. "Chernarus_Police_Car_Wheel",
  1578. "Chernarus_Police_Car_Door_1_1",
  1579. "Chernarus_Police_Car_Door_1_2",
  1580. "Chernarus_Police_Car_Hood",
  1581. "Chernarus_Police_Car_Trunk",
  1582. "HeadlightH7",
  1583. "HeadlightH7"
  1584. ],
  1585. "Loot_Win": [
  1586. "CarBattery",
  1587. "SparkPlug"
  1588. ]
  1589. }
  1590. ],
  1591. "Loot": [
  1592. {
  1593. "Weapons": [
  1594. {
  1595. "ClassName": "FAL",
  1596. "Magazine_ClassName": "Mag_FAL_20Rnd",
  1597. "Attach": [
  1598. "Fal_OeBttsck",
  1599. "ACOGOptic"
  1600. ],
  1601. "Loot": [
  1602. "Mag_FAL_20Rnd",
  1603. "Mag_FAL_20Rnd"
  1604. ]
  1605. },
  1606. {
  1607. "ClassName": "SVD",
  1608. "Magazine_ClassName": "Mag_SVD_10Rnd",
  1609. "Attach": [
  1610. "PSO1Optic"
  1611. ],
  1612. "Loot": [
  1613. "Mag_SVD_10Rnd",
  1614. "Mag_SVD_10Rnd"
  1615. ]
  1616. },
  1617. {
  1618. "ClassName": "M4A1",
  1619. "Magazine_ClassName": "Mag_CMAG_40Rnd",
  1620. "Attach": [
  1621. "M4_RISHndgrd",
  1622. "M4_MPBttstck",
  1623. "ACOGOptic"
  1624. ],
  1625. "Loot": [
  1626. "Mag_CMAG_40Rnd",
  1627. "Mag_CMAG_40Rnd"
  1628. ]
  1629. },
  1630. {
  1631. "ClassName": "AKM",
  1632. "Magazine_ClassName": "Mag_AKM_30Rnd",
  1633. "Attach": [
  1634. "AKM_OeBttsck",
  1635. "PSO1Optic"
  1636. ],
  1637. "Loot": [
  1638. "Mag_AKM_30Rnd",
  1639. "Mag_AKM_30Rnd"
  1640. ]
  1641. },
  1642. {
  1643. "ClassName": "M16A2",
  1644. "Magazine_ClassName": "Mag_M16_30Rnd",
  1645. "Attach": [
  1646. "M16_Bttstck",
  1647. "ACOGOptic"
  1648. ],
  1649. "Loot": [
  1650. "Mag_M16_30Rnd",
  1651. "Mag_M16_30Rnd"
  1652. ]
  1653. },
  1654. {
  1655. "ClassName": "MP5K",
  1656. "Magazine_ClassName": "Mag_MP5_30Rnd",
  1657. "Attach": [
  1658. "MP5_Suppressor"
  1659. ],
  1660. "Loot": [
  1661. "Mag_MP5_30Rnd",
  1662. "Mag_MP5_30Rnd"
  1663. ]
  1664. },
  1665. {
  1666. "ClassName": "Mosin9130",
  1667. "Magazine_ClassName": "Mag_Mosin_5Rnd",
  1668. "Attach": [
  1669. "PSO1Optic"
  1670. ],
  1671. "Loot": [
  1672. "Mag_Mosin_5Rnd",
  1673. "Mag_Mosin_5Rnd"
  1674. ]
  1675. },
  1676. {
  1677. "ClassName": "Izh18",
  1678. "Magazine_ClassName": "Mag_Izh18_1Rnd",
  1679. "Attach": [],
  1680. "Loot": [
  1681. "Mag_Izh18_1Rnd",
  1682. "Mag_Izh18_1Rnd"
  1683. ]
  1684. },
  1685. {
  1686. "ClassName": "VSS",
  1687. "Magazine_ClassName": "Mag_VSS_10Rnd",
  1688. "Attach": [
  1689. "VSS_Suppressor",
  1690. "PSO1Optic"
  1691. ],
  1692. "Loot": [
  1693. "Mag_VSS_10Rnd",
  1694. "Mag_VSS_10Rnd"
  1695. ]
  1696. },
  1697. {
  1698. "ClassName": "RPK74",
  1699. "Magazine_ClassName": "Mag_RPK_45Rnd",
  1700. "Attach": [
  1701. "RPK_OeBttsck",
  1702. "ACOGOptic"
  1703. ],
  1704. "Loot": [
  1705. "Mag_RPK_45Rnd",
  1706. "Mag_RPK_45Rnd"
  1707. ]
  1708. },
  1709. {
  1710. "ClassName": "LAR",
  1711. "Magazine_ClassName": "Mag_LAR_20Rnd",
  1712. "Attach": [
  1713. "LAR_OeBttsck",
  1714. "ACOGOptic"
  1715. ],
  1716. "Loot": [
  1717. "Mag_LAR_20Rnd",
  1718. "Mag_LAR_20Rnd"
  1719. ]
  1720. },
  1721. {
  1722. "ClassName": "MP5",
  1723. "Magazine_ClassName": "Mag_MP5_30Rnd",
  1724. "Attach": [],
  1725. "Loot": [
  1726. "Mag_MP5_30Rnd",
  1727. "Mag_MP5_30Rnd"
  1728. ]
  1729. },
  1730. {
  1731. "ClassName": "SCAR_L",
  1732. "Magazine_ClassName": "Mag_SCAR_20Rnd",
  1733. "Attach": [
  1734. "SCAR_OeBttsck",
  1735. "ACOGOptic"
  1736. ],
  1737. "Loot": [
  1738. "Mag_SCAR_20Rnd",
  1739. "Mag_SCAR_20Rnd"
  1740. ]
  1741. },
  1742. {
  1743. "ClassName": "SKS",
  1744. "Magazine_ClassName": "Mag_SKS_10Rnd",
  1745. "Attach": [
  1746. "PSO1Optic"
  1747. ],
  1748. "Loot": [
  1749. "Mag_SKS_10Rnd",
  1750. "Mag_SKS_10Rnd"
  1751. ]
  1752. },
  1753. {
  1754. "ClassName": "AUG",
  1755. "Magazine_ClassName": "Mag_AUG_30Rnd",
  1756. "Attach": [
  1757. "AUG_Bttstck",
  1758. "ACOGOptic"
  1759. ],
  1760. "Loot": [
  1761. "Mag_AUG_30Rnd",
  1762. "Mag_AUG_30Rnd"
  1763. ]
  1764. },
  1765. {
  1766. "ClassName": "M870",
  1767. "Magazine_ClassName": "Mag_M870_6Rnd",
  1768. "Attach": [],
  1769. "Loot": [
  1770. "Mag_M870_6Rnd",
  1771. "Mag_M870_6Rnd"
  1772. ]
  1773. },
  1774. {
  1775. "ClassName": "M1014",
  1776. "Magazine_ClassName": "Mag_M1014_7Rnd",
  1777. "Attach": [],
  1778. "Loot": [
  1779. "Mag_M1014_7Rnd",
  1780. "Mag_M1014_7Rnd"
  1781. ]
  1782. }
  1783. ],
  1784. "Armour": [
  1785. {
  1786. "ClassName": "PlateCarrierVest",
  1787. "Attach": [],
  1788. "Contents": []
  1789. },
  1790. {
  1791. "ClassName": "PlateCarrierVest_Black",
  1792. "Attach": [],
  1793. "Contents": []
  1794. },
  1795. {
  1796. "ClassName": "PlateCarrierVest_Camo",
  1797. "Attach": [],
  1798. "Contents": []
  1799. },
  1800. {
  1801. "ClassName": "BallisticHelmet_Green",
  1802. "Attach": [],
  1803. "Contents": []
  1804. },
  1805. {
  1806. "ClassName": "BallisticHelmet_Black",
  1807. "Attach": [],
  1808. "Contents": []
  1809. },
  1810. {
  1811. "ClassName": "BallisticHelmet_Woodland",
  1812. "Attach": [],
  1813. "Contents": []
  1814. }
  1815. ],
  1816. "Misc": [
  1817. {
  1818. "ClassName": "BandageDressing",
  1819. "Attach": [],
  1820. "Contents": []
  1821. },
  1822. {
  1823. "ClassName": "PainkillerTablets",
  1824. "Attach": [],
  1825. "Contents": []
  1826. },
  1827. {
  1828. "ClassName": "Morphine",
  1829. "Attach": [],
  1830. "Contents": []
  1831. },
  1832. {
  1833. "ClassName": "Expansion_GeigerCounter",
  1834. "Attach": [],
  1835. "Contents": []
  1836. },
  1837. {
  1838. "ClassName": "Expansion_TentBackpack_Green",
  1839. "Attach": [],
  1840. "Contents": []
  1841. },
  1842. {
  1843. "ClassName": "Tire",
  1844. "Attach": [],
  1845. "Contents": []
  1846. },
  1847. {
  1848. "ClassName": "Rag",
  1849. "Attach": [],
  1850. "Contents": []
  1851. },
  1852. {
  1853. "ClassName": "Battery",
  1854. "Attach": [],
  1855. "Contents": []
  1856. },
  1857. {
  1858. "ClassName": "PortableGasStove",
  1859. "Attach": [],
  1860. "Contents": []
  1861. },
  1862. {
  1863. "ClassName": "Canteen",
  1864. "Attach": [],
  1865. "Contents": []
  1866. },
  1867. {
  1868. "ClassName": "CookedPasta",
  1869. "Attach": [],
  1870. "Contents": []
  1871. },
  1872. {
  1873. "ClassName": "CannedSardines",
  1874. "Attach": [],
  1875. "Contents": []
  1876. },
  1877. {
  1878. "ClassName": "WoodenCrate",
  1879. "Attach": [],
  1880. "Contents": []
  1881. },
  1882. {
  1883. "ClassName": "PristineFishingNet",
  1884. "Attach": [],
  1885. "Contents": []
  1886. },
  1887. {
  1888. "ClassName": "Bait",
  1889. "Attach": [],
  1890. "Contents": []
  1891. },
  1892. {
  1893. "ClassName": "SewingNeedle",
  1894. "Attach": [],
  1895. "Contents": []
  1896. },
  1897. {
  1898. "ClassName": "Medkit",
  1899. "Attach": [],
  1900. "Contents": []
  1901. },
  1902. {
  1903. "ClassName": "Tent",
  1904. "Attach": [],
  1905. "Contents": []
  1906. },
  1907. {
  1908. "ClassName": "SignalPistol",
  1909. "Attach": [],
  1910. "Contents": []
  1911. },
  1912. {
  1913. "ClassName": "FishingNet",
  1914. "Attach": [],
  1915. "Contents": []
  1916. },
  1917. {
  1918. "ClassName": "BeefSteak",
  1919. "Attach": [],
  1920. "Contents": []
  1921. },
  1922. {
  1923. "ClassName": "MRE",
  1924. "Attach": [],
  1925. "Contents": []
  1926. },
  1927. {
  1928. "ClassName": "CannedPeas",
  1929. "Attach": [],
  1930. "Contents": []
  1931. },
  1932. {
  1933. "ClassName": "ColdPack",
  1934. "Attach": [],
  1935. "Contents": []
  1936. },
  1937. {
  1938. "ClassName": "Radio",
  1939. "Attach": [],
  1940. "Contents": []
  1941. },
  1942. {
  1943. "ClassName": "Expansion_CamoNet",
  1944. "Attach": [],
  1945. "Contents": []
  1946. },
  1947. {
  1948. "ClassName": "Expansion_LightStick",
  1949. "Attach": [],
  1950. "Contents": []
  1951. },
  1952. {
  1953. "ClassName": "SledgeHammer",
  1954. "Attach": [],
  1955. "Contents": []
  1956. },
  1957. {
  1958. "ClassName": "NailBox",
  1959. "Attach": [],
  1960. "Contents": []
  1961. },
  1962. {
  1963. "ClassName": "Hatchet",
  1964. "Attach": [],
  1965. "Contents": []
  1966. },
  1967. {
  1968. "ClassName": "WoodenPlank",
  1969. "Attach": [],
  1970. "Contents": []
  1971. },
  1972. {
  1973. "ClassName": "Stone",
  1974. "Attach": [],
  1975. "Contents": []
  1976. },
  1977. {
  1978. "ClassName": "FishingRod",
  1979. "Attach": [],
  1980. "Contents": []
  1981. },
  1982. {
  1983. "ClassName": "FishingBait",
  1984. "Attach": [],
  1985. "Contents": []
  1986. },
  1987. {
  1988. "ClassName": "Hammer",
  1989. "Attach": [],
  1990. "Contents": []
  1991. },
  1992. {
  1993. "ClassName": "Wire",
  1994. "Attach": [],
  1995. "Contents": []
  1996. },
  1997. {
  1998. "ClassName": "Rope",
  1999. "Attach": [],
  2000. "Contents": []
  2001. },
  2002. {
  2003. "ClassName": "WaterBottle",
  2004. "Attach": [],
  2005. "Contents": []
  2006. },
  2007. {
  2008. "ClassName": "CannedFood",
  2009. "Attach": [],
  2010. "Contents": []
  2011. },
  2012. {
  2013. "ClassName": "CookedMeat",
  2014. "Attach": [],
  2015. "Contents": []
  2016. },
  2017. {
  2018. "ClassName": "Vegetable",
  2019. "Attach": [],
  2020. "Contents": []
  2021. },
  2022. {
  2023. "ClassName": "Firewood",
  2024. "Attach": [],
  2025. "Contents": []
  2026. },
  2027. {
  2028. "ClassName": "CookedFish",
  2029. "Attach": [],
  2030. "Contents": []
  2031. },
  2032. {
  2033. "ClassName": "Pot",
  2034. "Attach": [],
  2035. "Contents": []
  2036. },
  2037. {
  2038. "ClassName": "MetalWire",
  2039. "Attach": [],
  2040. "Contents": []
  2041. },
  2042. {
  2043. "ClassName": "SewingKit",
  2044. "Attach": [],
  2045. "Contents": []
  2046. },
  2047. {
  2048. "ClassName": "GasCanister",
  2049. "Attach": [],
  2050. "Contents": []
  2051. },
  2052. {
  2053. "ClassName": "SparkPlug",
  2054. "Attach": [],
  2055. "Contents": []
  2056. },
  2057. {
  2058. "ClassName": "TruckBattery",
  2059. "Attach": [],
  2060. "Contents": []
  2061. },
  2062. {
  2063. "ClassName": "CarBattery",
  2064. "Attach": [],
  2065. "Contents": []
  2066. },
  2067. {
  2068. "ClassName": "RepairKit",
  2069. "Attach": [],
  2070. "Contents": []
  2071. },
  2072. {
  2073. "ClassName": "ChemicalHeatPack",
  2074. "Attach": [],
  2075. "Contents": []
  2076. },
  2077. {
  2078. "ClassName": "MetalPlate",
  2079. "Attach": [],
  2080. "Contents": []
  2081. }
  2082. ]
  2083. }
  2084. ]
  2085. }
Tags: DayZ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement