Advertisement
IIIaKa

RealPVE_NewbieConfig

May 20th, 2024 (edited)
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.56 KB | Source Code | 0 0
  1. {
  2.   "Is it worth changing the list of items given at spawn on the beach?": true,
  3.   "List of items for the main inventory": [
  4.     {
  5.       "ShortName": "note",
  6.       "Slot": 0,
  7.       "Amount": 1,
  8.       "SkinID": 0,
  9.       "Text": "MsgNoteText"
  10.     }
  11.   ],
  12.   "List of items for the belt": [
  13.     {
  14.       "ShortName": "rock",
  15.       "Slot": 0,
  16.       "Amount": 1,
  17.       "SkinID": 3069492016,
  18.       "Text": ""
  19.     },
  20.     {
  21.       "ShortName": "torch.torch.skull",
  22.       "Slot": 1,
  23.       "Amount": 1,
  24.       "SkinID": 0,
  25.       "Text": ""
  26.     }
  27.   ],
  28.   "List of items for clothing": [
  29.     {
  30.       "ShortName": "hat.boonie",
  31.       "Slot": 0,
  32.       "Amount": 1,
  33.       "SkinID": 2037650796,
  34.       "Text": ""
  35.     },
  36.     {
  37.       "ShortName": "sunglasses03gold",
  38.       "Slot": 1,
  39.       "Amount": 1,
  40.       "SkinID": 0,
  41.       "Text": ""
  42.     },
  43.     {
  44.       "ShortName": "movembermoustache",
  45.       "Slot": 2,
  46.       "Amount": 1,
  47.       "SkinID": 0,
  48.       "Text": ""
  49.     },
  50.     {
  51.       "ShortName": "burlap.shirt",
  52.       "Slot": 3,
  53.       "Amount": 1,
  54.       "SkinID": 2039984110,
  55.       "Text": ""
  56.     },
  57.     {
  58.       "ShortName": "burlap.trousers",
  59.       "Slot": 4,
  60.       "Amount": 1,
  61.       "SkinID": 2039988322,
  62.       "Text": ""
  63.     },
  64.     {
  65.       "ShortName": "burlap.gloves",
  66.       "Slot": 5,
  67.       "Amount": 1,
  68.       "SkinID": 0,
  69.       "Text": ""
  70.     },
  71.     {
  72.       "ShortName": "boots.frog",
  73.       "Slot": 6,
  74.       "Amount": 1,
  75.       "SkinID": 0,
  76.       "Text": ""
  77.     }
  78.   ],
  79.   "Version": {
  80.     "Major": 0,
  81.     "Minor": 1,
  82.     "Patch": 0
  83.   }
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement