StarCitizenWiki / API

The star-citizen.wiki API. Automatically scrapes Comm-Links, Stats and In-Game Data.
https://api.star-citizen.wiki
MIT License
25 stars 6 forks source link

Making TractorBeam, SalvageModifier stats available #93

Closed alistair3149 closed 7 months ago

alistair3149 commented 7 months ago

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:

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.

octfx commented 7 months ago

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">
alistair3149 commented 7 months ago

Looks like it compared to game strings

alistair3149 commented 7 months ago

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

octfx commented 7 months ago

Added in 2fcc68cbffe15153c2a00dc52327d5f0ecca9571 :)