esi-issues icon indicating copy to clipboard operation
esi-issues copied to clipboard

SDE is missing radius on many types

Open Nohus opened this issue 3 months ago • 1 comments

Inconsistency

For all types where Get type information endpoint returns a radius of 1.0, the SDE is missing the radius field.

Resolution

Either include the radius field in the SDE for items with a radius of 1m, or remove it from ESI if it's intended to be gone.

Checklist

Check all boxes that apply to this issue:

Nohus avatar Sep 28 '25 02:09 Nohus

Not for everyone, but the 'radius' field is provided https://sde.riftforeve.online/schema/types/#schema https://developers.eveonline.com/static-data/eve-online-static-data-latest-jsonl.zip types.jsonl {"_key": 211, ..., "radius": 300.0, "volume": 0.015}

asvpdev avatar Oct 25 '25 12:10 asvpdev