Explosions: Difference between revisions

Jump to navigation Jump to search
786 bytes added ,  02:41, 16 August 2020
update with how force decreases
(→‎List of Explosive Weapons: forgot sower's seed)
(update with how force decreases)
Line 1: Line 1:
{{As Of Patch|2.0.200.86}}
{{As Of Patch|2.0.200.86}}
Explosive damage is a damaging method that forces creatures and objects within the blast to be forcefully moved by a force, as well as being damaged by a fraction of that force. Each projectile deals Force/250 damage, with bonus damage added on depending on the weapon{{Code Reference|class=Physics|method=ApplyExplosion}}.
Explosive damage is a damaging method that forces creatures and objects within the blast to be forcefully moved by a force, as well as being damaged by a fraction of that force. Each projectile deals Force/250 damage, with bonus damage added on depending on the weapon{{Code Reference|class=Physics|method=ApplyExplosion}}. This explosion can spread across zones, and can damage and kill off screen creatures.
 
The initial force and damage will only apply to the epicenter; as the explosion travels, the force will decrease depending on the number of adjacent cells and the total weight of the object that was already hit. The explosion cannot spread to cells it has already hit in the same explosion. The cell calls this specific formula; that cell then spawns cells with weaker force that will call it again, repeating recursively until the force tapers out at 100 or lower:
 
<math alt="Force equals current force minus total weight of objects hit divided by number of adjacent cells">\text{Force} = \frac{\text{CurrentForce} - \text{TotalWeightOfObjectsHit}}{\text{NumAdjecentCells}}</math>


If this force is greater than the target's weight and bonus from anchoring, the target will be forcefully pushed a random direction. Explosions happen from the center outwards, so if a creature is within the center of the blast, they will be continue to be pushed away until the explosion ends. The damage calculation only happens once.
If this force is greater than the target's weight and bonus from anchoring, the target will be forcefully pushed a random direction. Explosions happen from the center outwards, so if a creature is within the center of the blast, they will be continue to be pushed away until the explosion ends. The damage calculation only happens once.
Line 7: Line 11:
{|class="wikitable"
{|class="wikitable"
!Weapon
!Weapon
!Force
!Initial Force
!Explosive Damage
!Initial Explosive Damage
|-
|-
| {{Favilink|boomrose arrow}}
| {{Favilink|boomrose arrow}}

Navigation menu