Advertisement
Irkutsk86

Untitled

Jul 27th, 2020
1,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.81 KB | None | 0 0
  1. {
  2.     "className": "Assault",
  3.     "selected": 0,
  4.     "primaryWeapons": [
  5.         {
  6.             "name": "M4A1",
  7.             "selected": 0,
  8.             "attachments": [
  9.                 "M4_RISHndgrd_Black",
  10.                 "M4_MPBttstck_Black",
  11.                 "ACOGOptic"
  12.             ],
  13.             "magazines": [
  14.                 {
  15.                     "name": "Mag_STANAG_30Rnd",
  16.                     "quantity": 5
  17.                 }
  18.             ]
  19.         },
  20.         {
  21.             "name": "Mosin9130",
  22.             "selected": 0,
  23.             "attachments": [],
  24.             "magazines": [
  25.                 {
  26.                     "name": "Ammo_762x54",
  27.                     "quantity": 5
  28.                 }
  29.             ]
  30.         },
  31.         {
  32.             "name": "Izh43Shotgun",
  33.             "selected": 0,
  34.             "attachments": [],
  35.             "magazines": [
  36.                 {
  37.                     "name": "Ammo_12gaPellets",
  38.                     "quantity": 5
  39.                 }
  40.             ]
  41.         }
  42.     ],
  43.     "secondaryWeapons": [
  44.         {
  45.             "name": "MakarovIJ70",
  46.             "selected": 0,
  47.             "attachments": [
  48.                 "MakarovPBSuppressor"
  49.             ],
  50.             "magazines": [
  51.                 {
  52.                     "name": "MAG_IJ70_8RND",
  53.                     "quantity": 5
  54.                 }
  55.             ]
  56.         }
  57.     ],
  58.     "utilities": [
  59.         {
  60.             "name": "LandMineTrap",
  61.             "selected": 0,
  62.             "attachments": [],
  63.             "magazines": []
  64.         }
  65.     ],
  66.     "clothes": [
  67.         {
  68.             "top": "M65Jacket_Black",
  69.             "pants": "GorkaPants_PautRev",
  70.             "shoes": "MilitaryBoots_Redpunk",
  71.             "backpack": "TortillaBag",
  72.             "vest": "PlateCarrierComplete"
  73.         }
  74.     ]
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement