Melding Data

Melding data is in the melding folder, here is the JSON file structure:

Example: fission_firaga.json

{
  "cost": 1000,
  "ingredient1": "kingdomkeys:spellfira",
  "ingredient2": "kingdomkeys:spellaeroga",
  "output": {
     "type": "item",
     "item": "kingdomkeys:spellfissionfiraga",
     "quantity": 1
  },
  "output2": {
      "chance": 20,
      "item": "kingdomkeys:spellfiragaburst",
      "quantity": 1
  },
  "tier": 4
}