Template:OutfitTable

From Dead Cells Wiki
Jump to navigation Jump to search

Usage[edit]

{{OutfitTable
| name = 
| icon = 
| description = 
| location = 
| drop_chance = 
| difficulty = 
| cost = 
| note = 
| showcase = 
| dlc = 
| identifier = 
| spoiler = 
}}

Example[edit]

Icon Name Description Location Cell cost Cell Currency Icon.png In-game appearance
Classic Outfit Icon.png
Classic Outfit You went through a lot with this one, and will most likely go through a lot more.This is a test

Outfits

N/A (Always available) (0.4%) N/A
Classic Outfit.png
Spoiler Outfit Icon.png
Faithful Hand of the King Outfit Icon.png
Exclamation.png
[Show outfit]
Faithful Hand of the King Outfit
Contains spoilersOne outfit to protect them all.This is another test

The Collector

???Drops from The Hand of the King (2+ BSC) ???300
Spoiler Outfit.png
Faithful Hand of the King Outfit.png
Classic Giant Outfit Icon.png
Classic Giant OutfitRotG Your very own oversized suit, David Byrne-style!Yet another test Drops from The Giant 75
Classic Giant Outfit.png

Code[edit]

{| class="wikitable sortable" style="text-align:center"
|+
!Icon
!Name
!Description
!data-sort-type=number|Location
!data-sort-type=number style="width:90px;"|Cell cost [[File:Cell Currency Icon.png|link=Cells|20px]]
!In-game appearance
{{OutfitTable
| name = Classic Outfit
| description = You went through a lot with this one, and will most likely go through a lot more.
| location = 
| drop_chance = 0.4%
| difficulty = 
| cost = 
| note = This is a test

[[Outfits]]
| dlc = 
| identifier = 
| spoiler = 
}}
{{OutfitTable
| name = Faithful Hand of the King Outfit
| description = One outfit to protect them all.
| location = Drops from [[The Hand of the King]]
| difficulty = 2+ BSC
| cost = 300
| note = This is another test

[[The Collector]]
| dlc = 
| identifier = test
| spoiler = Yes
}}
{{OutfitTable
| name = Classic Giant Outfit
| description = Your very own oversized suit, David Byrne-style!
| location = Drops from [[The Giant]]
| difficulty = Any
| cost = 75
| note = Yet another '''test'''
| dlc = RotG
| identifier = 
| spoiler = 
}}
|}