Dark Souls Wiki
Register
Advertisement
Dark Souls Wiki

The Enemies Manual of Style is the guideline by which Dark Souls Enemy articles should be written. Please consult this before making any significant edits.

Code[]

"#" denotes explanations and should be removed if copying and pasting.

#The "{{Missing|Enemy}}" template should be used where unknown data belongs.
{{Enemy
|image      = [[File:#Name of image.jpg|200px]]
|location   = [[#Location]]
|drops      = #Drop 1<br>#Drop 2<br>#Drop 3
|hp         = #Health for New Game or "Varies"
|hp-plus    = #Health for New Game+ or "Varies"
|souls      = #Souls for New Game or "Varies"
|souls-plus = #Souls for New Game+ or "Varies"
}}
'''{{PAGENAME}}s''' are [[enemies]] in ''[[Dark Souls/Dark Souls II/Dark Souls III]]''.

==Location==
#Location of enemy

==Description==
#Physical description

==Lore==
#Lore surrounding the character
#Referenced by item descriptions or dialogue
<ref>[[#Item]] description</ref>

==Strategy==
#Strategy for defeating the enemy
#Do not use first or second person
#Avoid walkthroughs

==Notes==
#Factual notes
*#Note 1
*#Note 2

==Enemy information==
===Health and souls===
#If enemy is encountered in multiple variations or locations
#If this is applicable use "Varies" in top template
{| border="0" cellpadding="1" cellspacing="1" class="article-table" style="text-align: center; width: 600px;"
! rowspan="2" style="text-align: center;" |Location
! colspan="2" style="text-align: center;" |Health
! colspan="2" style="text-align: center;" |Souls
|-
! style="text-align: center;" |NG
! style="text-align: center;" |NG+
! style="text-align: center;" |NG
! style="text-align: center;" |NG+
|-
|[[#Location 1]]
|#Health for New Game
|#Health for New Game+
|#Souls for New Game
|#Souls for New Game+
|-
|[[#Location 2]]
|#Health for New Game
|#Health for New Game+
|#Souls for New Game
|#Souls for New Game+
|-
|[[#Location 3]]
|#Health for New Game
|#Health for New Game+
|#Souls for New Game
|#Souls for New Game+
|}

===Characteristics===
{| border="0" cellpadding="1" cellspacing="1" class="article-table" style="width: 500px; "
!Respawn
|#"Yes", "No", or "Yes & No"
|-
![[Backstab]]
|#Whether or not the enemy can be backstabbed - "Yes" or "No"
|-
![[Damage Types]]
|#All Damage Types used. example: [[Regular]] / [[Thrust]] / [[Magic]] etc.
|-
!Abilities
|#Description of notable abilities or "None"
|}

===Attacks===
#Values should be retrieved from "Dark Souls: The Official Guide" by Future Press
{| border="0" cellpadding="1" cellspacing="1" class="article-table" style="width: 500px; "
! scope="col"|Attack
! scope="col"|Damage
! scope="col"|Attack Type
! scope="col"|Status Effect
! scope="col"|Parryable
! scope="col"|Tracking
! scope="col"|Attack Speed
|-
|#Name of attack
|#Damage output (damage type)
|#Attack type - "Normal", "Thrust", "Strike" etc.
|#Status effect (if applicable)
|#Whether attack can be parried
|#Tracking
|#Attack speed - "Fast", "Medium", "Slow" etc.
|}

===Defenses===
#Values should be retrieved from "Dark Souls: The Official Guide" by Future Press
{{Defense
|regular = {{Missing}}
|slash   = {{Missing}}
|strike  = {{Missing}}
|thrust  = {{Missing}}
|magic   = {{Missing}}
|fire    = {{Missing}}
|light   = {{Missing}}
|poison  = {{Missing}}
|toxic   = {{Missing}}
|bleed   = {{Missing}}
}}

===Drops===
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 500px; "
! scope="col"|Drop Item
! scope="col"|Drop Rate
|-
|[[#Item Dropped]]
|#Drop Rate - "Rare", "Common" etc.
|}

==Trivia==
#Interesting additional points, if any
#Must be trivial

==Gallery==
<gallery captionalign="center">
#Name of Image.jpg|#Description of image here
</gallery>

==References==
#If applicable
<references/>
Advertisement