Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.41 KB | None | 0 0
  1. {
  2.     "Name": "ClanTech",
  3.     "Enabled": false,
  4.     "Version": "1.0",
  5.     "Description": "Clan Technology available",
  6.     "Author": "PzKd",
  7.     "Website": "",
  8.     "Contact": "",
  9.     "Manifest": [
  10.         {
  11.             "Type": "UpgradeDef",
  12.             "Path": "upgrades",
  13.             "AddToDB": true
  14.         },
  15.         {
  16.             "Type": "HeatSinkDef",
  17.             "Path": "heatsinks",
  18.             "AddToDB": true
  19.         },
  20.         {
  21.             "Type": "JumpJetDef",
  22.             "Path": "jumpjets",
  23.             "AddToDB": true
  24.         },
  25.         {
  26.             "Type": "AmmunitionBoxDef",
  27.             "Path": "ammunitionBox",
  28.             "AddToDB": true
  29.         },
  30.         {
  31.             "Type": "WeaponDef",
  32.             "Path": "weapon",
  33.             "AddToDB": true
  34.         },
  35.         {
  36.             "Type": "MechDef",
  37.             "Path": "mech",
  38.             "AddToDB": true
  39.         },
  40.         {
  41.             "Type": "ChassisDef",
  42.             "Path": "chassis",
  43.             "AddToDB": true
  44.         },
  45.         {
  46.             "Type": "MovementCapabilitiesDef",
  47.             "Path": "movement",
  48.             "AddToDB": true
  49.         },
  50.         {
  51.             "Type": "HardpointDataDef",
  52.             "Path": "hardpoints",
  53.             "AddToDB": true
  54.         },
  55.         {
  56.             "Type": "ItemCollectionDef",
  57.             "Path": "itemCollections",
  58.             "AddToDB": true
  59.         }
  60.     ]
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement