Spring-loaded: Difference between revisions

743 bytes added ,  17:28, 5 October 2021
add description + list of eligible items
(cat)
(add description + list of eligible items)
Line 9: Line 9:
|desc      =&CSpring-loaded: +5-10 movespeed
|desc      =&CSpring-loaded: +5-10 movespeed
}}
}}
The {{name}} mod adds a movespeed bonus that applies when the modded item is equipped. The bonus is a randomly selected number from 5 to 10, chosen at the time the item is modified. This randomization is not tied to a stable seed, meaning that it can be re-rolled using [[Precognition]] or similar effects.{{Code Reference|class=ModSpringLoaded}}
== Eligible Items ==
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ExtraInfo=EI
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=EI.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item
  | where = M.SupportedMods HOLDS 'BootMods' OR M.SupportedMods HOLDS 'ExoskeletonMods'
  | order by = GD.PlainName
  | format = ul
  | columns = 2
}}
{{references|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}