CameronFitzy

Points settings

Nov 28th, 2020 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.17 KB | None | 0 0
  1. {
  2.    "Reward": 1,
  3.    "Points": [
  4.       24,
  5.       0,
  6.       0
  7.    ],
  8.    "CooldownPeriod": [
  9.       0,
  10.       0,
  11.       0
  12.    ],
  13.    "Moderators": [
  14.       "PotatoEaterLove",
  15.       "The_Pinata"
  16.    ],
  17.    "Gambling": "On",
  18.    "BlackJack": "On",
  19.    "Pokémon": {
  20.       "Status": "On",
  21.       "PokeDollars": {
  22.          "UseDollars": {
  23.             "Status": "Off",
  24.             "Points": "2500",
  25.             "Rewards": {
  26.                "Formula": 1,
  27.                "Data": [
  28.                   100,
  29.                   51
  30.                ]
  31.             }
  32.          },
  33.          "UsePoints": true
  34.       },
  35.       "LevelUp": {
  36.          "Xp": {
  37.             "Rewards": {
  38.                "Formula": 1,
  39.                "Data": [
  40.                  250,
  41.                  250
  42.                ]
  43.             }
  44.          },
  45.          "Rewards": {
  46.             "Formula": 3,
  47.             "Data": [
  48.                475,
  49.                25,
  50.                0
  51.             ]
  52.          }
  53.       },
  54.       "PointRewards": {
  55.          "Status": "On",
  56.          "Every10": false,
  57.          "Rewards": {
  58.             "100": {
  59.                "Special": true,
  60.                "Reward": 2500
  61.             },
  62.             "Formula": 3,
  63.             "Data": [
  64.                5,
  65.                5,
  66.                15
  67.             ]
  68.          }
  69.       }
  70.    },
  71.    "Shop": {
  72.       "Status": "On",
  73.       "Items": {
  74.          "ItemA": {
  75.             "ItemID": "AAA",
  76.             "Name": "ItemA",
  77.             "Price": 100,
  78.             "BuyLimit": 0,
  79.             "Description": "ItemA Description"
  80.          },
  81.          "ItemB": {
  82.             "ItemID": "AAB",
  83.             "Name": "ItemB",
  84.             "Price": 250,
  85.             "BuyLimit": 3,
  86.             "Description": "ItemB Description"
  87.          },
  88.          "ItemC": {
  89.             "ItemID": "AAC",
  90.             "Name": "ItemC",
  91.             "Price": 500,
  92.             "BuyLimit": 1,
  93.             "Description": "ItemC Description"
  94.          },
  95.          "ItemD": {
  96.             "ItemID": "AAD",
  97.             "Name": "ItemD",
  98.             "Price": 10,
  99.             "BuyLimit": 0,
  100.             "Description": "ItemD Description"
  101.          }
  102.       }
  103.    },
  104. "Ba":"B"
  105. }
Add Comment
Please, Sign In to add comment