Jump to content
  • 0

How do I add new equips slots? 5.1


Minamoto Yoshitsune

Question

5 answers to this question

Recommended Posts

  • 0

If you go to server/resources/config.json you can edit the equipment types there. Here is an example of several types I have added.

  },
  "Equipment": {
    "WeaponSlot": 2,
    "ShieldSlot": 3,
    "Slots": [
      "Helmet",
      "Armor",
      "Weapon",
      "Shield",
      "LHand",
      "RHand",
      "Boots",
      "Gloves",
      "Neck",
      "Back"
    ],

Link to comment
Share on other sites

×
×
  • Create New...