Gravity grenade: Difference between revisions

1,377 bytes added ,  22:35, 20 December 2021
m
formatting cleanup / re-arrange
(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...")
 
m (formatting cleanup / re-arrange)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#cargo_query:tables=ArtifactData=A, GeneralData=GD
{{Grenade Query|GravityGrenade}}
|join on=GD.ObjectID=A.ObjectID
 
|where=GD.ObjectID LIKE "GravityGrenade%"
A {{name}} is a grenade that pulls things caught within the blast towards the epicenter.
|fields = CONCAT("{{((}}favilink id{{!}}",GD.ObjectID,"{{))}}")=Grenade, CONCAT("{{bits{{!}}",Bits,"}}")=Bits, TinkerTier=Tinker Skill, Tier, CONCAT("{{qud shader{{!}}B{{!}}$}} ",Commerce)=Value, Complexity,CanBuild=Can Build, CanDisassemble= Can Disassemble
 
|order by= GD.ObjectID ASC
There are different versions of the gravity grenade at different strengths:{{Code Reference|class=GravityGrenade|name=GravityGrenade}}<ref><code>ObjectBlueprints.xml</code></ref>
 
{|class=wikitable
! Grenade
! Blast Radius
! Force
|-
| {{Favilink|Gravity grenade mk I}}
| 4
| 4000. dropping off 750 every tile from epicenter
|-
| {{Favilink|Gravity grenade mk II}}
| 5
| 8000. dropping off 1250 every tile from epicenter
|-
| {{Favilink|Gravity grenade mk III}}
| 6
| 17500. dropping off 2000 every tile from epicenter
|}
 
== 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}}
 
[[Category:Grenades]]
{{favilink store cosmetic
| displayname ={{qud shader|K|gravity}} {{qud shader|y|grenade}}
| plainname =gravity grenade
| image = gravity grenade mk i.png
| displaychar = {{qud char|&amp;c|δ}}
}}
}}