Orb of Driving Rain and MediaWiki:Common.css: Difference between pages

From Heroes 3 wiki
(Difference between pages)
Jump to navigation Jump to search
ShushMaster (talk | contribs)
event added
 
No edit summary
 
Line 1: Line 1:
{{Major artifacts}}{{Artifact
/* CSS placed here will be applied to all skins */
| normal =
table.whiteSortArrows.jquery-tablesorter th.headerSortUp{
  | class  = major
    background-image: url(/images/8/82/Sort_up_white.gif) !important;
  | slot  = misc
  }
| cost  = 6000
  table.whiteSortArrows.jquery-tablesorter th.headerSortDown{
  | event  = You come across a conjurer who begs to accompany you and your army awhile for safety. You agree, and he offers as payment a strange orb of the elements.
    background-image: url(/images/5/56/Sort_down_white.gif) !important;
  | effect = This powerful orb causes hero's [[water spells]] to inflict an additional 50% damage.
  }
}} While equipped, the orb increases the damage of all [[School of Water Magic|Water Magic]] [[spells]] by 50%. This effect does not stack with multiples of the same artifact.
  table.whiteSortArrows.jquery-tablesorter th.headerSort{
 
    background-image: url(/images/3/36/Sort_both_white.gif);
== Related artifacts ==
}
* {{An| Orb of Silt}}
* {{An| Orb of the Firmament}}
* {{An| Orb of Tempestuous Fire}}
 
[[Category: Major artifacts]]
__NOTOC__

Revision as of 08:28, 30 March 2020

/* CSS placed here will be applied to all skins */
table.whiteSortArrows.jquery-tablesorter th.headerSortUp{
    background-image: url(/images/8/82/Sort_up_white.gif) !important;
 }
 table.whiteSortArrows.jquery-tablesorter th.headerSortDown{
    background-image: url(/images/5/56/Sort_down_white.gif) !important;
 }
 table.whiteSortArrows.jquery-tablesorter th.headerSort{
    background-image: url(/images/3/36/Sort_both_white.gif);
 }