Adds base for Vermillion Ring
This commit is contained in:
@@ -125,18 +125,18 @@ itemBases["Opal Ring"] = {
|
||||
implicit = "(15-25)% increased Elemental Damage",
|
||||
req = { level = 80, },
|
||||
}
|
||||
itemBases["Cerulean Ring"] = {
|
||||
type = "Ring",
|
||||
tags = { default = true, ring = true, not_for_sale = true, atlas_base_type = true, ringatlas4 = true, },
|
||||
implicit = "(8-10)% increased maximum Mana",
|
||||
req = { level = 80, },
|
||||
}
|
||||
itemBases["Vermillion Ring"] = {
|
||||
type = "Ring",
|
||||
tags = { default = true, ring = true, not_for_sale = true, atlas_base_type = true, ringatlas3 = true, },
|
||||
implicit = "(5-7)% increased maximum Life",
|
||||
req = { level = 80, },
|
||||
}
|
||||
itemBases["Cerulean Ring"] = {
|
||||
type = "Ring",
|
||||
tags = { default = true, ring = true, not_for_sale = true, atlas_base_type = true, ringatlas4 = true, },
|
||||
implicit = "(8-10)% increased maximum Mana",
|
||||
req = { level = 80, },
|
||||
}
|
||||
|
||||
itemBases["Breach Ring"] = {
|
||||
type = "Ring",
|
||||
|
||||
@@ -12,6 +12,7 @@ local itemBases = ...
|
||||
#forceShow false
|
||||
#base Metadata/Items/Rings/RingAtlas1
|
||||
#base Metadata/Items/Rings/RingAtlas2
|
||||
#base Metadata/Items/Rings/RingAtlas3
|
||||
#base Metadata/Items/Rings/RingAtlas4
|
||||
|
||||
#base Metadata/Items/Rings/BreachRing
|
||||
|
||||
Reference in New Issue
Block a user