Difference between revisions of "Formulae/quotes"

From Starsonata Wiki
Jump to: navigation, search
(New page: ===Laser Mechanics=== JeffL Laser weapons and projectile weapons are both derived from the generic Weapon class, and each sort has it's own Fire() function and functionality, though many ...)
 
(Replaced content with "{{delete}}")
 
Line 1: Line 1:
===Laser Mechanics===
+
{{delete}}
JeffL
 
 
 
Laser weapons and projectile weapons are both derived from the generic Weapon class, and each sort has it's own Fire() function and functionality, though many stats, like damage, range, etc, are commonly inherited from Weapon.
 
 
 
After basic checks, like energy, PvP ranges, etc, the laser fire function uses the collision code to trace the route of of the laser to what it would hit, aiming as far towards the selected target as possible, and calculates an impact point. It then does damage, tweaks, etc, and then adds an effect object to the galaxy to show where the laser was, slightly randomizing the end point. That effect stays for a little while and automatically deletes itself after its lifetime expires.
 

Latest revision as of 17:05, 6 July 2021


Someone has proposed that this article be deleted. Please discuss on this articles's talk page. For a list of all articles marked with this tag check out the category.