Jump to content

how to add tiers?

Closed 1.2.4

rustmmopve
rustmmopve

Posted

with your latest update, how do I add a new tiers after legendary?

imthenewguy

Posted

  "Tier information": {
    "Tier display names that show up in the menu": {
      "s": "Legendary",
      "a": "Epic",
      "b": "Rare",
      "c": "Uncommon",
      "d": "Common"
    },
    "Tier colours": {
      "s": "#FFF900",
      "a": "#9500BA",
      "b": "#077E93",
      "c": "#AE5403",
      "d": "#FFFFFF"
    }
  },
  

 

  • Like 1
imthenewguy

Posted

      "tierInfo": {
        "s": {
          "chance_weight": 10,
          "min_value": 0.15,
          "max_value": 0.25,
          "required_crafting_perm": null
        },
        "a": {
          "chance_weight": 20,
          "min_value": 0.1,
          "max_value": 0.17,
          "required_crafting_perm": null
        },
        "b": {
          "chance_weight": 50,
          "min_value": 0.05,
          "max_value": 0.12,
          "required_crafting_perm": null
        },
        "c": {
          "chance_weight": 100,
          "min_value": 0.03,
          "max_value": 0.08,
          "required_crafting_perm": null
        },
		"d": {
          "chance_weight": 100,
          "min_value": 0.01,
          "max_value": 0.03,
          "required_crafting_perm": null
        }
      },

 

  • Like 1
rustmmopve

Posted

thanks, is there anything else in that config i need to add/change apart from what you showed me above?

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.