Template:EnemyEffect

From Black Reliquary Wiki
Jump to navigation Jump to search
Blank.png

Documentation

This is a template used for effects on enemy attacks.

It's fairly complex:

  • {{{1}}} is the effect type.
  • p= ("percentage") is the base chance, displayed as a percentage between the icon and name. If omitted, will not display.
  • val= is the value for instant and DoT effects, or used as a string for (de)buff and summon effects. +/-/% are provided within the formula and are not necessary to add to numeric values.
  • dur= is the duration for (de)buffs and DoT effects. If dur is set to 3, will display nothing, as that is the default for all effects. Has special values: 1b will set the duration for "1 Battle", c sets it to "Until Camp", and q sets it to "Quest".
  • Cure has additional logic for val=, specify bleed blight bleedblight debuff mark all if none of these are used val= is used instead.

If the template is used with no parameters except {{{1}}}, it'll show up as just the icon and name.

Type Example Output
prepacc {{EnemyEffect|prepacc}}
Prep icon.png Ignores Prep Round's ACC Reduction
preponly {{EnemyEffect|preponly}}
Prep icon.png On Prep Round Only
bleed {{EnemyEffect|bleed|p=150|val=6|dur=3}}
Bleed 150% Bleed 6
vbleed {{EnemyEffect|vbleed|val=25}}
Bleed dmg.png +25% DMG vs Bleeding
blight {{EnemyEffect|blight|p=140|val=4|dur=4}}
Blight 140% Blight 4 (4 rds)
vblight {{EnemyEffect|vblight|val=30}}
Blight dmg.png +30% DMG vs Blighted
stun {{EnemyEffect|stun|p=120}}
Stun 120% Stun
vstun {{EnemyEffect|vstun|val=50}}
Stun dmg.png +50% DMG vs Stunned
cure {{EnemyEffect|cure|val=bleedblight}}
Cure.png Cure Blight/Bleed
disease {{EnemyEffect|disease|p=22|val=Cough}}
Disease 22% Symptom: Cough
mark {{EnemyEffect|mark|dur=3}}
Mark Mark Target (3 rds)
vmark {{EnemyEffect|vmark|val=50}}
vs Marked +50% DMG vs Marked
leech {{EnemyEffect|leech}}
Leeching.png Applies Leeching to Target
expiate {{EnemyEffect|expiate}}
Expiate.png Expiate Target
vexpiate {{EnemyEffect|vexpiate|val=50}}
Expiate dmg.png +50% DMG vs Expiated
amber {{EnemyEffect|amber}}
Amberblight.png Amberblight Target
vamber {{EnemyEffect|vamber|val=60}}
Amberblight dmg.png +60% DMG vs Amberblighted
frantic {{EnemyEffect|frantic}}
Frantic.png Target Becomes Frantic
vfrantic {{EnemyEffect|vfrantic|val=20}}
Frantic dmg.png +20% DMG vs Frantic
buff {{EnemyEffect|buff|val=+15% DMG|dur=1b}}
Buff Buff: +15% DMG (1 Battle)
debuff {{EnemyEffect|debuff|p=155|val=-5 SPD|dur=2}}
Debuff 155% Debuff: -5 SPD (2 rds)
stressheal {{EnemyEffect|stressheal|val=5}}
Stress Heal Stress -5
stress {{EnemyEffect|stress|val=15}}
Stress Stress +15
horror {{EnemyEffect|horror|val=3|dur=6}}
Horror Horror 3 (6 rds)
stealth {{EnemyEffect|stealth|dur=2}}
Stealth Stealth (2 rds)
destealth {{EnemyEffect|destealth}}
Destealth Destealth
forward/back {{EnemyEffect|forward|val=1}}
Forward Forward 1
push/pull {{EnemyEffect|push|p=140|val=2}}
Push 140% Knockback 2
shuffle {{EnemyEffect|shuffle|p=100}}
Shuffle 100% Shuffle
shufflep {{EnemyEffect|shufflep|p=80}}
Shuffle 80% Shuffle Party
riposte {{EnemyEffect|riposte|val=-40% DMG, +2% CRIT|dur=2}}
Riposte Activates Riposte: -40% DMG, +2% CRIT (2 rds)
{{EnemyEffect|riposte}}
Riposte Riposte
ignriposte {{EnemyEffect|ignriposte}}
Ignore riposte.png Attack Ignores Riposte
aegis {{EnemyEffect|aegis|val=2}}
Aegis Add 2 Damage Blocks
heal {{EnemyEffect|heal|val=10}}
Heal Heal 10
healdot {{EnemyEffect|healdot|val=5|dur=2}}
Restoration Restoration 5 (2 rds)
guard {{EnemyEffect|guard|dur=3}}
Guard Guard Ally
fguard {{EnemyEffect|fguard|dur=2}}
Guard Force Guard by Ally (2 rds)
guardbreak {{EnemyEffect|guardbreak|dur=2}}
Guard Prevent Guard by Ally (2 rds)
ignprot {{EnemyEffect|ignprot}}
Ignore prot.png Attack Ignores PROT
double {{EnemyEffect|double}}
Double atk.png Attacks Two Targets Randomly
triple {{EnemyEffect|triple}}
Triple attack.png Attacks Three Targets Randomly
torchup {{EnemyEffect|torchup|val=10}}
Torch Torch +10
torchdown {{EnemyEffect|torchdown|val=10}}
Torch Torch -10
free {{EnemyEffect|free}}
Free act.png Used as A Free Action
corpse {{EnemyEffect|corpse}}
Int corpse.png Interacts With Corpse
summon {{EnemyEffect|summon|val=1 [[Bone Rabble]]}}
Summon Summon 1 Bone Rabble
transform {{EnemyEffect|transform|val=into [[Kvarotz Otekh]]}}
Transform.png Transform into Kvarotz Otekh
dmg {{EnemyEffect|dmg|val=5}}
Self dmg.png Suffer 5 DMG
kill {{EnemyEffect|kill|val=Other Enemies}}
Deathsdoor.png Kill Other Enemies
blank {{EnemyEffect|blank|val=If you need a placeholder}}
Blank.png If you need a placeholder

Orginally sourced from https://darkestdungeon.wiki.gg/wiki/Template:EnemyEffect