Buffs & Debuffs: Difference between revisions

From Veloren Wiki
Content added Content deleted
m (formatting)
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="https://wiki.veloren.net/wiki/User:Ajima/MyStyle.css" />
<noinclude>
{{Navbox}}
</noinclude>

Here is all the existing buffs and debuffs in Veloren :
Here is all the existing buffs and debuffs in Veloren :


source : https://gitlab.com/veloren/veloren/-/blob/master/common/src/comp/buff.rs
source : https://gitlab.com/veloren/veloren/-/blob/master/common/src/comp/buff.rs
<div style="max-width:400px">
<div class="flex-container" style="justify-content:space-evenly;gap:40px">
<div style="max-width:400px">{{Tabs|headline=h2|text=Buffs}}
== Buffs ==
; Regeneration
;Regeneration
: Restores health/time for some period. Strength should be the healing per second


:[[File:Veloren Buff Plus.png|left|40x40px]]Restores health/time for some period. Strength should be the healing per second
; Saturation
: Restores health/time for some period for consumables. Strength should be the healing per second


;Saturation
; Potion
: Applied when drinking a potion. Strength should be the healing per second


:[[File:Veloren Buff Saturation.png|left|40x40px]]Restores health/time for some period for consumables. Strength should be the healing per second
; CampfireHeal
: Applied when sitting at a campfire. Strength is fraction of health restored per second


;Potion
; EnergyRegen
: Restores energy/time for some period. Strength should be the healing per second


:[[File:Veloren Buff Potion.png|left|40x40px]]Applied when drinking a potion. Strength should be the healing per second
; Increase Max Energy
: Raises maximum energy. Strength should be 10x the effect to max energy


;Campfire Heal
; Increase Max Health
: Raises maximum health. Strength should be the effect to max health


:[[File:Veloren Buff CampfireHeal.png|left|40x40px]]Applied when sitting at a campfire. Strength is fraction of health restored per second
; Invulnerability
: Makes you immune to attacks. Strength does not affect this buff


;Energy Regen
; ProtectingWard
: Reduces incoming damage. Strength scales the damage reduction non-linearly. 0.5 provides 50% DR, 1.0 provides 67% DR


:[[File:Veloren Buff Plus.png|left|40x40px]]Restores energy/time for some period. Strength should be the healing per second
; Frenzied
: Increases movement speed and gives health regeneration. Strength scales the movement speed linearly. 0.5 is 150% speed, 1.0 is 200% speed. Provides regeneration at 10x the value of the strength.


;Increase Max Energy
; Hastened
: Increases movement and attack speed. Strength scales strength of both effects linearly. 0.5 is a 50% increase, 1.0 is a 100% increase.


:[[File:Veloren Buff Increase Max Energy.png|left|40x40px]]Raises maximum energy. Strength should be 10x the effect to max energy
== Debuffs ==
; Burning
: Does damage to a creature over time. Strength should be the DPS of the debuff


;Increase Max Health
; Bleeding
: Lowers health over time for some duration. Strength should be the DPS of the debuff


:[[File:Veloren Buff Increase Max Health.png|left|36x36px]]Raises maximum health. Strength should be the effect to max health
; Cursed
: Lower a creature's max health over time. Strength only affects the target max health, 0.5 targets 50% of base max, 1.0 targets 100% of base max


;Invulnerability
; Crippled
: Reduces movement speed and causes bleeding damage. Strength scales the movement speed debuff non-linearly. 0.5 is 50% speed, 1.0 is 33% speed. Bleeding is at 4x the value of the strength.


:[[File:Veloren Buff Invincibility.png|left|thumb|32x32px]]Makes you immune to attacks. Strength does not affect this buff
; Frozen
: Slows movement and attack speed.Strength scales the attack speed debuff non-linearly. 0.5 is ~50% speed, 1.0 is 33% speed. Movement speed debuff is scaled to be slightly smaller than attack speed debuff.


;Protecting Ward
; Wet
: Makes you wet and causes you to have reduced friction on the ground. Strength scales the friction you ignore non-linearly. 0.5 is 50% ground friction, 1.0 is 33% ground friction.


:[[File:Veloren Buff ProtectingWard.png|left|40x40px]]Reduces incoming damage. Strength scales the damage reduction non-linearly. 0.5 provides 50% DR, 1.0 provides 67% DR
; Ensnared
: Makes you move slower. Strength scales the movement speed debuff non-linearly. 0.5 is 50% speed, 1.0 is 33% speed.


;Frenzied
; Poisoned

: Drain stamina to a creature over time. Strength should be the energy per second of the debuff
:[[File:Veloren Buff Frenzy.png|left|40x40px]]Increases movement speed and gives health regeneration. Strength scales the movement speed linearly. 0.5 is 150% speed, 1.0 is 200% speed. Provides regeneration at 10x the value of the strength.

;Hastened

:[[File:Veloren Buff Haste.png|left|40x40px]]Increases movement and attack speed. Strength scales strength of both effects linearly. 0.5 is a 50% increase, 1.0 is a 100% increase.
</div>
<div style="max-width:400px">{{Tabs|headline=h2|text=Debuffs}}
;Burning

:[[File:Veloren Debuff Burning.png|left|40x40px]]Does damage to a creature over time. Strength should be the DPS of the debuff

;Bleeding

:[[File:Veloren Debuff Bleed.png|left|40x40px]]Lowers health over time for some duration. Strength should be the DPS of the debuff

;Cursed

:[[File:Veloren Debuff Cursed.png|left|40x40px]]Lower a creature's max health over time. Strength only affects the target max health, 0.5 targets 50% of base max, 1.0 targets 100% of base max

;Crippled

:[[File:Veloren Debuff Crippled.png|left|40x40px]]Reduces movement speed and causes bleeding damage. Strength scales the movement speed debuff non-linearly. 0.5 is 50% speed, 1.0 is 33% speed. Bleeding is at 4x the value of the strength.

;Frozen

:[[File:Veloren Debuff Frozen.png|left|40x40px]]Slows movement and attack speed.Strength scales the attack speed debuff non-linearly. 0.5 is ~50% speed, 1.0 is 33% speed. Movement speed debuff is scaled to be slightly smaller than attack speed debuff.

;Wet

: [[File:Veloren Debuff Wet.png|left|40x40px]]Makes you wet and causes you to have reduced friction on the ground. Strength scales the friction you ignore non-linearly. 0.5 is 50% ground friction, 1.0 is 33% ground friction.

;Ensnared

: [[File:Veloren Debuff Ensnarred.png|left|40x40px]]Makes you move slower. Strength scales the movement speed debuff non-linearly. 0.5 is 50% speed, 1.0 is 33% speed.

;Poisoned

:[[File:Veloren Debuff Poisoned.png|left|40x40px]]Drain stamina to a creature over time. Strength should be the energy per second of the debuff
</div>
</div>
</div>
[[Category:Combat]]
[[Category:Combat]]
__TOC__

Latest revision as of 14:13, 18 October 2022


Here is all the existing buffs and debuffs in Veloren :

source : https://gitlab.com/veloren/veloren/-/blob/master/common/src/comp/buff.rs

Buffs

Regeneration
Restores health/time for some period. Strength should be the healing per second
Saturation
Restores health/time for some period for consumables. Strength should be the healing per second
Potion
Applied when drinking a potion. Strength should be the healing per second
Campfire Heal
Applied when sitting at a campfire. Strength is fraction of health restored per second
Energy Regen
Restores energy/time for some period. Strength should be the healing per second
Increase Max Energy
Raises maximum energy. Strength should be 10x the effect to max energy
Increase Max Health
Raises maximum health. Strength should be the effect to max health
Invulnerability
Makes you immune to attacks. Strength does not affect this buff
Protecting Ward
Reduces incoming damage. Strength scales the damage reduction non-linearly. 0.5 provides 50% DR, 1.0 provides 67% DR
Frenzied
Increases movement speed and gives health regeneration. Strength scales the movement speed linearly. 0.5 is 150% speed, 1.0 is 200% speed. Provides regeneration at 10x the value of the strength.
Hastened
Increases movement and attack speed. Strength scales strength of both effects linearly. 0.5 is a 50% increase, 1.0 is a 100% increase.

Debuffs

Burning
Does damage to a creature over time. Strength should be the DPS of the debuff
Bleeding
Lowers health over time for some duration. Strength should be the DPS of the debuff
Cursed
Lower a creature's max health over time. Strength only affects the target max health, 0.5 targets 50% of base max, 1.0 targets 100% of base max
Crippled
Reduces movement speed and causes bleeding damage. Strength scales the movement speed debuff non-linearly. 0.5 is 50% speed, 1.0 is 33% speed. Bleeding is at 4x the value of the strength.
Frozen
Slows movement and attack speed.Strength scales the attack speed debuff non-linearly. 0.5 is ~50% speed, 1.0 is 33% speed. Movement speed debuff is scaled to be slightly smaller than attack speed debuff.
Wet
Makes you wet and causes you to have reduced friction on the ground. Strength scales the friction you ignore non-linearly. 0.5 is 50% ground friction, 1.0 is 33% ground friction.
Ensnared
Makes you move slower. Strength scales the movement speed debuff non-linearly. 0.5 is 50% speed, 1.0 is 33% speed.
Poisoned
Drain stamina to a creature over time. Strength should be the energy per second of the debuff
Cookies help us deliver our services. By using our services, you agree to our use of cookies.