No edit summary |
No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CoE Styles}} | {{CoE Styles}} | ||
Line 14: | Line 13: | ||
Artifacts can also be used as ingredients for crafting or room expansions. | Artifacts can also be used as ingredients for crafting or room expansions. | ||
<ol class="orderlist"> | |||
<li>[[Tomes (CoE)|Tomes]]</li> | |||
<li>[[Melee Weapons (CoE)|Melee Weapons]]</li> | |||
<li>[[Shields (CoE)|Shields]]</li> | |||
<li>[[Armor (CoE)|Armor]]</li> | |||
<li>[[Trinkets (CoE)|Trinkets]]</li> | |||
</ol> | |||
Note that some heroes have slots that can utilize more than one type of item, but still only one item can be equipped in that slot. | Note that some heroes have slots that can utilize more than one type of item, but still only one item can be equipped in that slot. | ||
<div | <ul class="CoE4onaroll"> | ||
<li><div class="thumb">[[Image:{{#setmainimage:SF CoE Artifact Weapon Slot.png}}|250px]]<span class="thumbcaption">[[Image:SF CoE Icon Artifact Tome or Melee Slot.png|15px]] Tome -or- Melee Weapon</span></div></li> | |||
<li><div class="thumb">[[Image:SF CoE Artifact Weapon or Shield Slot.png|250px]]<span class="thumbcaption">[[Image:SF CoE Icon Artifact Melee or Shield Slot.png|15px]] Melee Weapon -or- Shield</span></div></li> | |||
<li><div class="thumb">[[Image:SF CoE Artifact Armor Slot.png|250px]]<span class="thumbcaption">[[Image:SF CoE Icon Artifact Armor Slot.png|15px]] Armor</span></div></li> | |||
<li><div class="thumb">[[Image:SF CoE Artifact Trinket Slot.png|250px]]<span class="thumbcaption">[[Image:SF CoE Icon Artifact Trinket Slot.png|15px]] Trinket</span></div></li> | |||
</ul> | |||
{{#css: | |||
.CoE4onaroll { | |||
width: 100%; | |||
margin: 10px auto 20px; | |||
text-align: center; | |||
} | |||
.CoE4onaroll li { | |||
width: 250px; | |||
height: 250px; | |||
display: inline-block; | |||
vertical-align: top; | |||
margin: 0 9px; | |||
} | |||
.CoE4onaroll li .thumb { | |||
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); | |||
width: 250px; | |||
height: 220px; | |||
display: block; | |||
vertical-align: top; | |||
border: 6px double #e93; | |||
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.7); | |||
} | |||
.CoE4onaroll li .thumb img { | |||
object-fit: cover; | |||
min-height: 120px; | |||
} | |||
.CoE4onaroll li span.thumbcaption { | |||
display: block; | |||
font-family: Palatino; | |||
font-size: 95%; | |||
font-weight: 200; | |||
color: #e93; | |||
text-shadow: -1px -1px 0 rgba(0, 0, 0,0.5), 1px -1px 0 rgba(0, 0, 0,0.5), -1px 1px 0 rgba(0, 0, 0,0.5), 1px 1px 0 rgba(0, 0, 0,0.5); | |||
line-height: 10px; | |||
text-align: center; | |||
margin-top: 15px; | |||
} | |||
.CoE4onaroll li span.thumbcaption img { | |||
width: 20px; | |||
height: 20px; | |||
display: inline-block; | |||
vertical-align: middle; | |||
object-fit: contain; | |||
min-height: auto; | |||
} | |||
ol.orderlist { | |||
width: 90%; | |||
display: block; | |||
padding: 0; | |||
margin: 32px auto; | |||
list-style: none; | |||
counter-reset: web-design; | |||
} | |||
ol.orderlist li { | |||
margin: 10px 0; | |||
font-size: 18px; | |||
display: flex; | |||
align-items: center; | |||
transition: all 400ms; | |||
} | |||
ol.orderlist li a { | |||
padding: 10px 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
ol.orderlist li:hover { | |||
background: linear-gradient(to right, rgba(239,198,47,1) 0%,rgba(125,185,232,0) 100%); | |||
} | |||
ol.orderlist li:hover a { | |||
text-shadow: -1px -1px 0 rgba(0, 0, 0, .8), 1px -1px 0 rgba(0, 0, 0, .8), -1px 1px 0 rgba(0, 0, 0, .8), 1px 1px 0 rgba(0, 0, 0, .8); | |||
color: #ff0!important; | |||
} | |||
ol.orderlist li::before { | |||
content: counter(web-design); | |||
counter-increment: web-design; | |||
margin-right: 24px; | |||
font-size: 32px; | |||
font-weight: bold; | |||
background: linear-gradient(to bottom, #eab92d 0%,#682d09 95%); | |||
color: #eff; | |||
text-shadow: -1px -1px 0 rgba(0, 0, 0, .8), 1px -1px 0 rgba(0, 0, 0, .8), -1px 1px 0 rgba(0, 0, 0, .8), 1px 1px 0 rgba(0, 0, 0, .8); | |||
padding: 8px 16px; | |||
border-radius: 0 8px 0 8px; | |||
transition: all 400ms; | |||
} | |||
ol.orderlist li:hover::before { | |||
background: linear-gradient(to right, #fc6 0%,#f00 100%); | |||
transform: scale(1.2) rotate(-5deg); | |||
} | |||
}} |
Latest revision as of 21:21, 7 October 2023
Artifacts
Artifacts are items that can be equipped by Apprentices and Heroes. They are not usable by standard units.
Artifacts can also be used as ingredients for crafting or room expansions.
Note that some heroes have slots that can utilize more than one type of item, but still only one item can be equipped in that slot.