Anonymous
×
Create a new article
Write your page title here:
We currently have 632 articles on SpellForce Wiki - Rohens encyclopedia. Type your article name above or click on one of the titles below and start writing!



SpellForce Wiki - Rohens encyclopedia

Artifacts (CoE): Difference between revisions

Basara (talk | contribs)
No edit summary
Basara (talk | contribs)
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Under Construction}}


{{CoE Styles}}
{{CoE Styles}}
{{#seo:
{{#seo:
  |keywords= SpellForce, Conquest of Eo, Artifact, Tome, Melee Weapon, Shield, Trinket, Light Armor, Heavy Armor, Armour
  |keywords= SpellForce, Conquest of Eo, Artifact, Tome, Melee Weapon, Shield, Trinket, Light Armor, Heavy Armor, Armour
  |description= This describes the different artifact items that can be equipped by Apprentices and Heros.
  |description= A description of the different artifact items that can be equipped by Apprentices and Heroes.
}}
}}
[[Category:Conquest of Eo]]  
[[Category:Conquest of Eo]] [[Category:CoE Artifacts]]
----
----


== Artifacts ==
== Artifacts ==


Artifacts are items that can be equipped by Apprentices and Heros. They are not usable by standard units. They can also be used as an ingredient for crafting or room expansions.  
Artifacts are items that can be equipped by Apprentices and Heroes. They are not usable by standard units.<br>
Artifacts can also be used as ingredients for crafting or room expansions.  


;Artifacts are broken down into five groups:
<ol class="orderlist">
: [[Tomes (CoE)|Tomes]]
  <li>[[Tomes (CoE)|Tomes]]</li>
: Melee Weapons
  <li>[[Melee Weapons (CoE)|Melee Weapons]]</li>
: Shields
  <li>[[Shields (CoE)|Shields]]</li>
: [[Armor (CoE)|Armor]]
  <li>[[Armor (CoE)|Armor]]</li>
: Trinkets
  <li>[[Trinkets (CoE)|Trinkets]]</li>
</ol>


Note that some heros 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 style="display-inline">[[Image:{{#setmainimage:SF CoE Artifact Weapon Slot.png}}|250px]] [[Image:SF CoE Artifact Weapon or Shield Slot.png|250px]] [[Image:SF CoE Artifact Armor Slot.png|250px]] [[Image:SF CoE Artifact Trinket Slot.png|250px]]</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.

  1. Tomes
  2. Melee Weapons
  3. Shields
  4. Armor
  5. Trinkets

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.

  • Tome -or- Melee Weapon
  • Melee Weapon -or- Shield
  • Armor
  • Trinket