StarCitizenWiki / API

The star-citizen.wiki API. Automatically scrapes Comm-Links, Stats and In-Game Data.

Home Page:https://api.star-citizen.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making TractorBeam, SalvageModifier stats available

alistair3149 opened this issue · comments

Currently, the JSON files from SCUnpacked does not contain any stats on the tractor beams.

For tractor beams. stats below would be helpful to the community:

  • Force
  • Range
  • Full strength distance
  • Max angle
  • Max volume

On a side note. SalvageModifier can be different modules such as Tractor Module or Scraper Module. Those stats are not available on the API yet as well.

Are these the correct values for GRIN_TractorBeam_S2?

<SWeaponActionFireTractorBeamParams
name="TractorBeam"
minForce="1500"
maxForce="1350000"
additionalForceDuringZeroGHandholding="0"
minDistance="0.5"
maxDistance="150"
fullStrengthDistance="75"
maxAngle="60"
maxVolume="10000">

Looks like it compared to game strings

Thanks for adding the tractor beam stats! It seems that some of the stats should also transfer to towing beam as well.
Here's the UUID for the towing beam on the SRV: fd3625ad-6dce-4a48-ac86-3c7f8f09e11f

Added in 2fcc68c :)