diff --git a/Data/3_0/Bases/ring.lua b/Data/3_0/Bases/ring.lua index c57e7745..f8aeba3b 100644 --- a/Data/3_0/Bases/ring.lua +++ b/Data/3_0/Bases/ring.lua @@ -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", diff --git a/Export/Bases/ring.txt b/Export/Bases/ring.txt index e4fe25f8..af641c5c 100644 --- a/Export/Bases/ring.txt +++ b/Export/Bases/ring.txt @@ -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