RadiusDamage: Revision history

From Eternity Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 October 2024

  • curprev 14:2514:25, 20 October 2024Printz talk contribs 679 bytes +679 Created page with "{{Codepointer|description=Explosion with different radius and actual damage. |usage='''A_RadiusDamage'''(''damage'', ''radius'') |parameters= *''damage'': Maximum damage to inflict at the origin *''radius'': Maximum distance of the area effect. Damage will decrease linearly. |notes= As with other radius attacks, the distance is Chebyshev, i.e. the maximum of x and y difference, so the area of effect is a square, not a circle (and it's infinitely tall). Beware when making..."