Buffs & Debuffs: Difference between revisions

From Veloren Wiki
Content added Content deleted
mNo edit summary
mNo edit summary
 
(9 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 class="flex-container" style="justify-content:space-evenly;gap:40px">
<div style="max-width:400px">{{Tabs|headline=h2|text=Buffs}}
;Regeneration

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

;Saturation

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

;Potion

:[[File:Veloren Buff Potion.png|left|40x40px]]Applied when drinking a potion. Strength should be the healing per second

;Campfire Heal

:[[File:Veloren Buff CampfireHeal.png|left|40x40px]]Applied when sitting at a campfire. Strength is fraction of health restored per second

;Energy Regen

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

;Increase Max Energy

:[[File:Veloren Buff Increase Max Energy.png|left|40x40px]]Raises maximum energy. Strength should be 10x the effect to max energy

;Increase Max Health

:[[File:Veloren Buff Increase Max Health.png|left|36x36px]]Raises maximum health. Strength should be the effect to max health

;Invulnerability

:[[File:Veloren Buff Invincibility.png|left|thumb|32x32px]]Makes you immune to attacks. Strength does not affect this buff

;Protecting Ward


:[[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
== Buffs ==
; Regeneration
: Restores health/time for some period. Strength should be the healing per second


;Frenzied
; Saturation
: Restores health/time for some period for consumables. Strength should be the healing per second


:[[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.
; Potion
: Applied when drinking a potion. Strength should be the healing per second


;Hastened
; CampfireHeal
: Applied when sitting at a campfire. Strength is fraction of health restored per second


:[[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.
; EnergyRegen
</div>
: Restores energy/time for some period. Strength should be the healing per second
<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
; Increase Max Energy
: Raises maximum energy. Strength should be 10x the effect to max energy


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


:[[File:Veloren Debuff Bleed.png|left|40x40px]]Lowers health over time for some duration. Strength should be the DPS of the debuff
; Invulnerability
: Makes you immune to attacks. Strength does not affect this buff


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


:[[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
; 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.


;Crippled
; 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 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
== Debuffs ==
; Burning
: Does damage to a creature over time. Strength should be the DPS of the debuff


:[[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.
; Bleeding
: Lowers health over time for some duration. Strength should be the DPS of the debuff


;Wet
; 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


: [[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.
; 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.


;Ensnared
; 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.


: [[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.
; 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.


;Poisoned
; Ensnared
: Makes you move slower. Strength scales the movement speed debuff non-linearly. 0.5 is 50% speed, 1.0 is 33% speed.


:[[File:Veloren Debuff Poisoned.png|left|40x40px]]Drain stamina to a creature over time. Strength should be the energy per second of the debuff
; Poisoned
</div>
: Drain stamina to a creature over time. Strength should be the energy per second of the debuff
</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.