Advertisement
GamingHQ

Airdrop Upgraded - DayZ - Weapon Redux Pack Droptable

Dec 12th, 2019
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.00 KB | None | 0 0
  1. // copy and paste this correctly between the { and }, in airdropsettings.json  //
  2. // set your cursor at the end of }, of the "DropTypes" section. Hit enter once and place it. //
  3. // Always use a JSON validator in case if you dont know what your doing. Always keep an eye on mistakes! //
  4.  
  5.         {
  6.             "Title": "Weapon redux",
  7.             "Container": "AirdropContainer_Military",
  8.             "Quantity": 20,
  9.             "AddFlare": 10,
  10.             "Items": [
  11.                 "gp_MiniUzi",
  12.                 "Mag_MiniUzi_10Rnd",
  13.                 "gp_P1",
  14.                 "Mag_p1_8Rnd",
  15.                 "gp_AugSteyr",
  16.                 "Mag_Stanag_30Rnd",
  17.                 "gp_Glock19",
  18.                 "Mag_Glock_15Rnd",
  19.                 "gp_MKII",
  20.                 "Mag_MKII_10Rnd",
  21.                 "gp_Longhorn",
  22.                 "gp_M249",
  23.                 "Mag_M249_Box200Rnd",
  24.                 "gp_Blaze95New",
  25.                 "gp_FAL",
  26.                 "Mag_FAL_20Rnd"
  27.             ]
  28.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement