Geomagnetic disc: Difference between revisions

Jump to navigation Jump to search
Updated by egocarib with game version 2.0.206.57 using QBE v1.0rc2
(Major revisions, including dispelling of vibro myth!)
(Updated by egocarib with game version 2.0.206.57 using QBE v1.0rc2)
 
(12 intermediate revisions by 4 users not shown)
Line 15: Line 15:
| energycellrequired = yes
| energycellrequired = yes
| isthrown = yes
| isthrown = yes
| chargeused = 400
| chargeused = 100
| chargefunction = Throw Effect
| chargefunction = Throw Effect
| id = Geomagnetic Disc
| id = Geomagnetic Disc
Line 26: Line 26:
| tilecolors = CY
| tilecolors = CY
| renderstr = .
| renderstr = .
| extra = {{Extra info|empsensitive = yes | energycellrequired = yes}}
| extra = {{Extra info|empsensitive = yes | powerloadsensitive = yes | energycellrequired = yes}}
| inheritingfrom = Item
| inheritingfrom = Item
| unidentifiedinfo = {{Unidentified info | tile = geomagnetic disc unidentified.png | name = weird artifact | altname = device }}
| dynamictable = {{Dynamic object|Items|Geomagnetic Disc}}
| desc = Ions spun into a euhedral disc on a spinning wheel crystallizer. Aquamarine smoothed into a wheel by deepsea steam vents.
| unidentifiedimage = geomagnetic disc unidentified.png
| unidentifiedname = weird artifact
| unidentifiedaltname = weird artifact
| supportedmods = CommonMods,ElectronicsMods,ThrownWeaponMods
| desc = Ions were spun into a euhedral disc on a spinning wheel, and aquamarine was heat-set on the inner ring by deepsea steam.
| categories = Thrown Weapons
| categories = Thrown Weapons
| gameversion = 2.0.201.114
| gameversion = 2.0.206.57
}}
}}
<!-- END QBE -->
<!-- END QBE -->
A {{Name}} is an [[artifact]] which acts as a powerful [[:Category:Thrown Weapons|thrown weapon]] with several unique properties.
A {{Name}} is an [[artifact]] which acts as a powerful [[:Category:Thrown Weapons|thrown weapon]] with several unique properties.


{{Name|plural}} must be [[energy|powered]] in order to function, and thus requires an [[Energy Cells|energy cell]]. Throwing a disc without power will cause it to behave as a low-tier throwing weapon, having a flat {{PV}}5 [[PV]] and dealing only {{Heart}}1 damage.
{{Name|plural}} must be [[energy|powered]] in order to function, and thus require an [[Energy Cells|energy cell]]. Throwing a disc without power will cause it to behave as a low-tier throwing weapon, having a flat {{PV}}5 [[PV]] and dealing only {{Heart}}1 damage.


== Visual Demo ==
== Visual Demo ==
Line 43: Line 47:
== Properties When Powered ==
== Properties When Powered ==
=== Throwing and Returning ===
=== Throwing and Returning ===
When a powered {{name}} is thrown at a visible target, it instantly travels to that target with perfect accuracy, regardless of distance. This means a disc cannot miss due to throw variance, and there is no limit to how far it can be thrown at the initial target (as long as the target is in sight). When the disc reaches its target, a simplified hit roll is performed to determine if the disc hits its target and deals damage. The calculation is '''{{dice tooltip|1d20}} + StatModifier'''. If the player is throwing the disc, ''StatModifier'' is always the player's [[Agility]] [[Attributes#Attribute_Modifiers|modifier]]. If a non-player is throwing the disc, ''StatModifier'' is the higher of either the creature's [[Strength]] modifier or Agility modifier.{{Code Reference|class=GeomagneticDisc|method=FireEvent|name=GeomagneticDisc}}
When a powered {{name}} is thrown at a visible target, it instantly travels to that target with perfect accuracy, regardless of distance. This means a disc cannot miss due to throw variance, and there is no limit to how far it can be thrown at the initial target (as long as the target is in sight). When the disc reaches its target, a simplified hit roll is performed to determine if the disc hits its target and deals damage. The calculation is '''{{dice tooltip|1d20}} + StatModifier''', which must be higher than the target's [[DV]]. If the player is throwing the disc, ''StatModifier'' is always the player's [[Agility]] [[Attributes#Attribute_Modifiers|modifier]]. If a non-player is throwing the disc, ''StatModifier'' is the higher of either the creature's [[Strength]] modifier or Agility modifier.{{Code Reference|class=GeomagneticDisc|method=FireEvent|name=GeomagneticDisc}}


Damage is applied immediately to any target hit by the Disc. It ignores [[AV]] completely and does not use conventional [[penetration]] or [[vibro]] mechanics. A cerulean heart blip appears on top of any creature hit by the disc.<ref name="GeomagneticDisc" />
Damage is applied immediately to any target successfully hit by the Disc. It ignores [[AV]] completely and does not use conventional [[penetration]] or [[vibro]] mechanics. A cerulean heart blip appears on top of any creature hit by the disc.<ref name="GeomagneticDisc" />


After being thrown at a valid target (and completing any subsequent bounces), a disc will return to its thrower (regardless of distance), automatically re-equipping itself in the thrown weapon slot. If a disc is not thrown at a valid target, either due to incompatible [[phase]] states or due to not being thrown at a target at all, it will travel to its destination and fall to the ground as a normal thrown item would, even if powered.
After being thrown at a valid target (and completing any subsequent bounces), a disc will return to its thrower (regardless of distance), automatically re-equipping itself in the thrown weapon slot. If a disc is not thrown at a valid target, either due to incompatible [[phase]] states or due to not being thrown at a target at all, it will travel to its destination and fall to the ground as a normal thrown item would, even if powered.
Line 56: Line 60:
While the initial throw has no distance limit, bounces ''are'' limited in range. The maximum bounce radius of the disc is equal to 12 plus the thrower's maximum throw range. The maximum throw range is calculated as described in the [[Thrown weapon combat#Range|Thrown weapon combat - Range]] topic, except that a random number between 1 and 6 is '''''not''''' added for the purposes of calculating the {{name|possessive}} bounce radius. Bounce radius is relative to each new target hit, indicating how far the disc can travel from its current target to its next target (it is not locked to the initial target).<ref name="GeomagneticDisc" />
While the initial throw has no distance limit, bounces ''are'' limited in range. The maximum bounce radius of the disc is equal to 12 plus the thrower's maximum throw range. The maximum throw range is calculated as described in the [[Thrown weapon combat#Range|Thrown weapon combat - Range]] topic, except that a random number between 1 and 6 is '''''not''''' added for the purposes of calculating the {{name|possessive}} bounce radius. Bounce radius is relative to each new target hit, indicating how far the disc can travel from its current target to its next target (it is not locked to the initial target).<ref name="GeomagneticDisc" />


Each time the disc bounces, it looks for targets that would be visible from its current location. For this reason, the disc can often circle behind walls or into rooms to hit secondary targets that are not visible to the thrower.<ref name="GeomagneticDisc" />
Each time the disc bounces, it looks for targets that would be visible from its current location (ignoring light level). For this reason, the disc can often circle behind walls or into rooms to hit secondary targets that are not visible to the thrower.<ref name="GeomagneticDisc" />


=== Vibro ===
=== Vibro ===
Line 72: Line 76:
{{opinion}}
{{opinion}}
* Can keep powered with very little effort if powered by a {{favilink|biodynamic cell}} that is set to auto-collect {{favilink|blood}}.
* Can keep powered with very little effort if powered by a {{favilink|biodynamic cell}} that is set to auto-collect {{favilink|blood}}.
* Very effective against enemies that use [[Force Wall]]/[[Force Bubble]]/{{favilink|force bracelet}}, because it can attack through the force barrier.  
* Very effective against enemies that use {{favilink|Force Wall}}/{{favilink|Force Bubble}}/{{favilink|force bracelet}}, because it can attack through the force barrier.
* When modded with [[morphogenetic]], can reliably stunlock crowds of enemies.


== References ==
== References ==
19,173

edits

Navigation menu