Counterweighted: Difference between revisions

Jump to navigation Jump to search
1,074 bytes added ,  18:38, 3 May 2022
m
typo
imported>Lemonlich
(Created page with "{{Mod |title = |type =Weapon |id = |rarity = |tinkerable =yes |tinkertier =2 |value =1.1 |desc = }}")
 
m (typo)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Mod
{{Mod
|title     =
| title             = {{qud text|&ycounterweighted|notxml}}
|type       =Weapon
| type               = Melee Weapon
|id         =
| id                 = ModCounterweighted
|rarity     =
| rarity             = C
|tinkerable =yes
| mintier            = 1
|tinkertier =2
| tinkerable         = yes
|value     =1.1
| tinkertier         = 2
|desc       =
| value             = 1.1
| difficulty        = 1
| complexity        = 1
| empsensitive      = no
| powerloadsensitive = no
| realitydistortion  = no
| desc               = &CCounterweighted: Adds +1-3 to hit.
| gameversion        = 2.0.201.114
}}
}}
{{name|caps}} adds a tier-based [[Melee_combat#Hit_Roll|to-hit bonus]] to a melee weapon.
The formula to determine the hit bonus is <math>Ceiling( (Tier + 1) / 3 )</math>.{{Code Reference|class=ModCounterweighted}}
== Eligible Equipment ==
{{#cargo_query:
  | tables = Modability=M,ItemsTable=IT,GeneralData=GD
  | join on = M.JoinKey=IT.JoinKey,M.JoinKey=GD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item,
            GD.Tier,
            CONCAT('<strong>+',CEIL((GD.Tier+1)/3),'</strong>')=To-Hit Bonus
  | where = M.SupportedMods HOLDS 'WeaponMods'
  | order by = GD.Tier DESC,GD.PlainName
  | format = table
  | limit = 999
}}
{{references|2.0.201.114}}
{{Mod Navbox}}

Navigation menu