Module:GameShopItems/data

From Idlescape Wiki
Jump to navigation Jump to search

return {
  ["1"] = {
    id = 1,
    itemID = 11010,
    price = 10,
    allowBulkPurchase = true,
    description = "Used as bait when fishing.",
    image = "images/fishing/bait/earthworm_hook.png"
  },
  ["2"] = {
    id = 2,
    itemID = 1600,
    price = 50000,
    allowBulkPurchase = true,
    description = "Used in magic to store magical properties; enchants.",
    image = "/images/enchanting/scroll.png"
  },
  ["3"] = {
    id = 3,
    itemID = 150,
    price = 1000,
    allowBulkPurchase = true,
    description = "Fertilizer speeds up the growth of your plants.",
    image = "/images/farming/fertilizer.png"
  },
  ["4"] = {
    id = 4,
    itemID = 3001,
    price = 50,
    allowBulkPurchase = true,
    description = "An empty vial to pour a potion into.",
    image = "/images/cooking/alchemy/empty_vial.png"
  },
  ["7"] = {
    id = 7,
    itemID = 700,
    price = 50,
    allowBulkPurchase = true,
    description = "A feather.",
    image = "images/fishing/feather.png"
  },
  ["8"] = {
    id = 8,
    itemID = 520,
    price = 100000,
    allowBulkPurchase = true,
    description = "An unstable talisman ready to be imbued with essence to become a normal talisman.",
    image = "/images/runecrafting/unstable_talisman.png"
  },
  ["9"] = {
    id = 9,
    itemID = 708,
    price = 50000,
    allowBulkPurchase = true,
    description = "An inert rune stone that can be charged with heat to transfer it to others.",
    image = "/images/misc/inert_heat_rune.png"
  },
  ["100"] = {
    id = 100,
    itemID = 1150,
    price = 100,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 100 should be sufficient.",
    image = "/images/combat/equipment/bronze_gloves.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 100
      } }
    }
  },
  ["101"] = {
    id = 101,
    itemID = 1151,
    price = 3000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 200 should be sufficient.",
    image = "/images/combat/equipment/iron_gloves.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 200
      } }
    }
  },
  ["103"] = {
    id = 103,
    itemID = 1153,
    price = 75000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 300 should be sufficient.",
    image = "/images/combat/equipment/mithril_gloves.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 300
      } }
    }
  },
  ["104"] = {
    id = 104,
    itemID = 1154,
    price = 400000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 400 should be sufficient.",
    image = "/images/combat/equipment/adamantite_gloves.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 400
      } }
    }
  },
  ["105"] = {
    id = 105,
    itemID = 1155,
    price = 2000000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 500 should be sufficient.",
    image = "/images/combat/equipment/rune_gloves.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 500
      } }
    }
  },
  ["106"] = {
    id = 106,
    itemID = 1156,
    price = 6000000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 600 should be sufficient.",
    image = "/images/combat/equipment/stygian_gloves.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 600
      } }
    }
  },
  ["107"] = {
    id = 107,
    itemID = 1130,
    price = 1500,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 100 should be sufficient.",
    image = "/images/combat/equipment/bronze_boots_icon.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 100
      } }
    }
  },
  ["108"] = {
    id = 108,
    itemID = 1131,
    price = 10000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 200 should be sufficient.",
    image = "/images/combat/equipment/iron_boots_icon.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 200
      } }
    }
  },
  ["109"] = {
    id = 109,
    itemID = 1133,
    price = 80000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 300 should be sufficient.",
    image = "/images/combat/equipment/mithril_boots_icon.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 300
      } }
    }
  },
  ["110"] = {
    id = 110,
    itemID = 1134,
    price = 550000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 400 should be sufficient.",
    image = "/images/combat/equipment/adamantite_boots_icon.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 400
      } }
    }
  },
  ["111"] = {
    id = 111,
    itemID = 1135,
    price = 2400000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 500 should be sufficient.",
    image = "/images/combat/equipment/rune_boots_icon.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 500
      } }
    }
  },
  ["112"] = {
    id = 112,
    itemID = 1136,
    price = 4000000,
    allowBulkPurchase = true,
    description = "These require a certain amount of skill to use. A total level of 600 should be sufficient.",
    image = "/images/combat/equipment/stygian_boots_icon.png",
    purchaseRequirements = {
      levelRequirements = { {
        skill = "total",
        level = 600
      } }
    }
  },
  ["300"] = {
    id = 300,
    itemID = 10003,
    price = 800000,
    allowBulkPurchase = true,
    description = "A package of gems!",
    image = "/images/misc/package.png",
    purchaseRequirements = {
      league = { 2, 3, 4, 7, 9, 11 }
    }
  },
  ["301"] = {
    id = 301,
    itemID = 10004,
    price = 1500000,
    allowBulkPurchase = true,
    description = "A sealed scroll! Only available for purchase to those in the Ironman league.",
    image = "/images/misc/sealed_scroll.png",
    purchaseRequirements = {
      league = { 2, 3, 4, 7, 9, 11 }
    }
  },
  ["305"] = {
    id = 305,
    itemID = 10008,
    price = 50000,
    allowBulkPurchase = true,
    description = "A bucket of worms.",
    image = "/images/fishing/bait/bucket.png"
  },
  ["312"] = {
    id = 312,
    itemID = 1593,
    price = 25000000,
    allowBulkPurchase = true,
    description = "A foul smelling jar filled with a substance that apparently attracts creatures called 'Phroglins.'",
    image = "/images/jewellery/phroglin_attractor.png"
  },
  ["313"] = {
    id = 313,
    itemID = 900,
    price = 250000,
    allowBulkPurchase = true,
    description = "A geode!",
    image = "/images/misc/geode.png",
    purchaseRequirements = {
      league = { 5 }
    },
    purchaseLimits = {
      maxAmountPerReset = 1,
      hoursBetweenReset = 25.2
    }
  },
  ["500"] = {
    id = 500,
    itemID = 15004,
    price = 100000000,
    allowBulkPurchase = true,
    description = "Allows a full respec of your talent tree. Consumed on use! Tradeable version.",
    image = "/images/misc/talent_token_t.png",
    purchaseLimits = {
      maxAmountPerReset = 3,
      hoursBetweenReset = 720
    }
  },
  ["1000"] = {
    id = 1000,
    itemID = 16000,
    price = 100000,
    allowBulkPurchase = false,
    description = "An enchanted wooden cup that has no value in combat or in skilling, but allows you to show off how wealthy and cultured you are. Perhaps you can research its origins to find even more impressive cups?",
    image = "/images/misc/rich/rich_1.png",
    purchaseLimits = {
      maxAmountPerReset = 1,
      hoursBetweenReset = 720
    }
  }
}