Jump to content
  • 0

Question

5 answers to this question

Recommended Posts

  • 0
Posted

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"
    ],

  • 0
Posted

Those properties only apply to whatever slot that’s set as a weapon. 

 

Having multiple attack animations and damage calculations, etc for every attack would be crazyyyy

×
×
  • Create New...