Difference between revisions of "Projectile"

m
Added category info, minor grammar edits.
(Created Projectile page. Pulled and updated information from https://ck.uesp.net/wiki/Projectile)
 
m (Added category info, minor grammar edits.)
Line 1: Line 1:
'''Type:''' Projectile
'''Type:''' <code>Projectile</code>


'''Papyrus:''' Projectile Script, ObjectReference Script
'''Papyrus:''' Projectile Script, ObjectReference Script
Line 39: Line 39:


* '''Speed:''' Velocity of the Projectile.
* '''Speed:''' Velocity of the Projectile.
* '''Gravity:''' How much gravity has an effect on the Projectile.
* '''Gravity:''' How much gravity affects the Projectile.
* '''Range:''' The maximum distance the Projectile will fire (or be tracked).
* '''Range:''' The maximum distance the Projectile will fire (or be tracked).
* '''Impact Force:''' The Projectile's force of impact.
* '''Impact Force:''' The Projectile's force of impact.
Line 46: Line 46:
* '''Cone Spread:'''  Cone Projectiles only. See Aim if modifying cone spread for shotguns.
* '''Cone Spread:'''  Cone Projectiles only. See Aim if modifying cone spread for shotguns.
* '''Collison Radius:'''
* '''Collison Radius:'''
* '''Lifetime:''' How long the the Projectile stays "alive".
* '''Lifetime:''' How long the Projectile stays "alive".
* '''Relaunch Interval:'''
* '''Relaunch Interval:'''


Line 63: Line 63:
* '''Type:''' Editor ID of the [[Explosion]].
* '''Type:''' Editor ID of the [[Explosion]].
* '''Triggers:''' You can only select one.
* '''Triggers:''' You can only select one.
** '''Trigger on Impact:''' If selected, the Explosion occurs when the Projectile make impact.
** '''Trigger on Impact:''' If selected, the Explosion occurs when the Projectile make an impact.
** '''Alt. Trigger:''' If selected, the Explosion does not necessarily occur when the Project makes impact.
** '''Alt. Trigger:''' If selected, the Explosion does not necessarily occur when the Project makes an impact.
* '''Timer:''' How long before the Explosion occurs.
* '''Timer:''' How long before the Explosion occurs.
* '''Proximity:''' How close a target must be for the Explosion to occur.
* '''Proximity:''' How close a target must be for the Explosion to occur.
Line 94: Line 94:
* [[Mine|Mines]]
* [[Mine|Mines]]
* [[Projectile Script|Projectile]]
* [[Projectile Script|Projectile]]
* [[Weapon]]
*[[:Category:Items|Items Category]]
* How to create an armed, placed mine
* How to create an armed, placed mine
[[Category:Editor Reference]]
[[Category:Object Classes]]
[[Category:Items]]