74635c0c创建于 2025年12月13日历史提交
-- This file is automatically generated, do not edit!
-- Item data (c) Grinding Gear Games
local itemBases = ...

itemBases["Ruby"] = {
	type = "Jewel",
	tags = { default = true, jewel = true, strjewel = true, },
	implicitModTypes = { },
	req = { },
}
itemBases["Emerald"] = {
	type = "Jewel",
	tags = { default = true, dexjewel = true, jewel = true, },
	implicitModTypes = { },
	req = { },
}
itemBases["Sapphire"] = {
	type = "Jewel",
	tags = { default = true, intjewel = true, jewel = true, },
	implicitModTypes = { },
	req = { },
}
itemBases["Diamond"] = {
	type = "Jewel",
	tags = { default = true, jewel = true, not_for_sale = true, },
	implicitModTypes = { },
	req = { },
}

itemBases["Time-Lost Ruby"] = {
	type = "Jewel",
	subType = "Radius",
	tags = { default = true, jewel = true, not_for_sale = true, radius_jewel = true, str_radius_jewel = true, },
	implicitModTypes = { },
	req = { },
}
itemBases["Time-Lost Emerald"] = {
	type = "Jewel",
	subType = "Radius",
	tags = { default = true, dex_radius_jewel = true, jewel = true, not_for_sale = true, radius_jewel = true, },
	implicitModTypes = { },
	req = { },
}
itemBases["Time-Lost Sapphire"] = {
	type = "Jewel",
	subType = "Radius",
	tags = { default = true, int_radius_jewel = true, jewel = true, not_for_sale = true, radius_jewel = true, },
	implicitModTypes = { },
	req = { },
}
itemBases["Time-Lost Diamond"] = {
	type = "Jewel",
	subType = "Radius",
	tags = { default = true, jewel = true, not_for_sale = true, radius_jewel = true, },
	implicitModTypes = { },
	req = { },
}

itemBases["Timeless Jewel"] = {
	type = "Jewel",
	subType = "Timeless",
	tags = { default = true, dexjewel = true, intjewel = true, jewel = true, not_for_sale = true, strjewel = true, },
	implicitModTypes = { },
	req = { },
}