Scoped: Difference between revisions

1,269 bytes added ,  17:58, 3 May 2022
m
no edit summary
m (additional infobox properties)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:


The {{name}} mod does not improve the ''Accuracy'' stat of the weapon itself, and has no effect on [[Missile_weapon_combat#Weapon_Variance|weapon variance]] calculations. For this reason, weapons that are naturally inaccurate, such as the {{favilink|blast cannon}}, tend to remain fairly inaccurate even when scoped.<ref name="MissileWeaponFireEvent" />
The {{name}} mod does not improve the ''Accuracy'' stat of the weapon itself, and has no effect on [[Missile_weapon_combat#Weapon_Variance|weapon variance]] calculations. For this reason, weapons that are naturally inaccurate, such as the {{favilink|blast cannon}}, tend to remain fairly inaccurate even when scoped.<ref name="MissileWeaponFireEvent" />
== Eligible Equipment ==
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,MissileWeaponData=MWD
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=MWD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
            CONCAT(MWD.Accuracy,' ({{(}}#switch: ',MWD.Accuracy,
                  '{{!}}0=Very High',
                  '{{!}}1{{!}}2{{!}}3{{!}}4=High',
                  '{{!}}5{{!}}6{{!}}7{{!}}8{{!}}9=Medium',
                  '{{!}}10{{!}}11{{!}}12{{!}}13{{!}}14{{!}}15{{!}}16{{!}}17{{!}}18{{!}}19{{!}}20{{!}}21{{!}}22{{!}}23{{!}}24=Low',
                  '{{!}}Very Low{{)}})')=Base Weapon Accuracy (Not Affected by Scoped)
  | where = M.SupportedMods HOLDS 'FirearmMods' AND GD._pageNamespace = '0'
  | order by = MWD.Accuracy,GD.PlainName
  | format = table
}}


== Tips ==
=== Eligible NPC Equipment ===
* If your character already has very high agility along with skills or cybernetics that improve aim variance, the scoped mod may not have any functional effect on the weapons you fire. For a more detailed explanation, refer to the [[Missile_weapon_combat#Additional_Notes|Additional Notes]] section of the missile weapon combat page.
 
== Eligible Items ==
{{#cargo_query:
{{#cargo_query:
   | tables = Modability=M,GeneralData=GD,MissileWeaponData=MWD
   | tables = Modability=M,GeneralData=GD,MissileWeaponData=MWD
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=MWD.JoinKey
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=MWD.JoinKey
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
   | fields = CONCAT(CASE
                WHEN GD.ObjectID = 'Naser Cannon'
                THEN '{{(}}favilink{{!}}galgal{{!}}possessive{{)}}'
                WHEN GD.ObjectID = 'LightLock'
                THEN '{{(}}favilink{{!}}conservator{{!}}possessive{{)}}'
                WHEN GD.ObjectID = 'Point-Defense Laser'
                THEN '{{(}}favilink{{!}}anomaly extinguisher{{!}}possessive{{)}}'
                ELSE ''
            END,'{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item,
             CONCAT(MWD.Accuracy,' ({{(}}#switch: ',MWD.Accuracy,
             CONCAT(MWD.Accuracy,' ({{(}}#switch: ',MWD.Accuracy,
                   '{{!}}0=Very High',
                   '{{!}}0=Very High',
Line 35: Line 55:
                   '{{!}}10{{!}}11{{!}}12{{!}}13{{!}}14{{!}}15{{!}}16{{!}}17{{!}}18{{!}}19{{!}}20{{!}}21{{!}}22{{!}}23{{!}}24=Low',
                   '{{!}}10{{!}}11{{!}}12{{!}}13{{!}}14{{!}}15{{!}}16{{!}}17{{!}}18{{!}}19{{!}}20{{!}}21{{!}}22{{!}}23{{!}}24=Low',
                   '{{!}}Very Low{{)}})')=Base Weapon Accuracy (Not Affected by Scoped)
                   '{{!}}Very Low{{)}})')=Base Weapon Accuracy (Not Affected by Scoped)
   | where = M.SupportedMods HOLDS 'FirearmMods'
   | where = M.SupportedMods HOLDS 'FirearmMods' AND GD._pageNamespace <> '0'
   | order by = MWD.Accuracy,GD.PlainName
   | order by = MWD.Accuracy,GD.PlainName
   | format = table
   | format = table
}}
}}
== Tips ==
* If your character already has very high agility along with skills or cybernetics that improve aim variance, the scoped mod may not have any functional effect on the weapons you fire. For a more detailed explanation, refer to the [[Missile_weapon_combat#Additional_Notes|Additional Notes]] section of the missile weapon combat page.


{{References|2.0.201.114}}
{{References|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}
2,158

edits