Gravity grenade: Difference between revisions

Jump to navigation Jump to search
1,296 bytes added ,  20:59, 12 December 2021
m
no edit summary
(Created page with "{{#cargo_query:tables=ArtifactData=A, GeneralData=GD |join on=GD.ObjectID=A.ObjectID |where=GD.ObjectID LIKE "GravityGrenade%" |fields = CONCAT("{{((}}favilink id{{!}}",GD.Obj...")
 
mNo edit summary
Line 5: Line 5:
|order by= GD.ObjectID ASC
|order by= GD.ObjectID ASC
}}
}}
A {{name}} is a grenade that pulls things caught within the blast towards the epicenter. It has an effect radius of 6 tiles and a maximum accelerative force of 17500 at its center, with that implosive force dropping off by 2000 each tile further away from the blast.{{Code Reference|class=GravityGrenade|name=GravityGrenade}}<ref><code>ObjectBlueprints.xml</code></ref>
== Implosion ==
Gravity grenades create a unique implosion effect that ''pulls'' creatures and items toward the point of impact rather than pushing them away. The grenade blast deals no direct damage, but creatures and items accelerated by the implosion — including the thrower if they are too close — will take damage if they collide with one another or any other nearby objects, such as walls. It is also possible for the grenade to accelerate a creature toward its point of impact such that the creature goes flying past the impact point in the opposite direction. Additionally, gravity grenades cause [[flying]] creatures to fall to the ground.{{Code Reference|class=GravityGrenade|name=GravityGrenade}}{{Code Reference|class=Physics|method=AccelerateInternal}}
Their effect is not related to {{favilink|neutron flux}} explosions which create a different type of "gravitational collapse".
{{references|2.0.202.96}}

Navigation menu