Adds base for Vermillion Ring

This commit is contained in:
deiga
2019-11-09 19:29:26 +01:00
parent 390c3834ef
commit e25dfda51a
2 changed files with 7 additions and 6 deletions

View File

@@ -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",

View File

@@ -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