-
Notifications
You must be signed in to change notification settings - Fork 20
getResourceByName
Paul Willworth edited this page Sep 22, 2018
·
3 revisions
Path /getResourceByName.py
Get details of a resource spawn or check if it exists.
- name: Name of the resource spawn
- galaxy: Numeric id of galaxy resource belongs to
- result
- spawnID: Numeric ID of the resource spawn
- resourceType: ID string for the specific resource type of this spawn
- resourceTypeName: Display name for the specific resource type of this spawn
- CR: Cold Resistance stat value for this spawn
- CRmin: Minimum possible value for CR for this resource type
- CRmax: Maximum possible value for CR for this resource type
- CD: Conductivity stat value for this spawn
- CDmin: Minimum possible value for CD for this resource type
- CDmax: Maximum possible value for CD for this resource type
- DR: Decat Resistance stat value for this spawn
- DRmin: Minimum possible value for DR for this resource type
- DRmax: Maximum possible value for DR for this resource type
- FL: Flavor stat value for this spawn
- FLmin: Minimum possible value for FL for this resource type
- FLmax: Maximum possible value for FL for this resource type
- HR: Heat Resistance stat value for this spawn
- HRmin: Minimum possible value for HR for this resource type
- HRmax: Maximum possible value for HR for this resource type
- MA: Malleability stat value for this spawn
- MAmin: Minimum possible value for MA for this resource type
- MAmax: Maximum possible value for MA for this resource type
- PE: Potential Energy stat value for this spawn
- PEmin: Minimum possible value for PE for this resource type
- PEmax: Maximum possible value for PE for this resource type
- OQ: Overall Quality stat value for this spawn
- OQmin: Minimum possible value for OQ for this resource type
- OQmax: Maximum possible value for OQ for this resource type
- SR: Shock Resistance stat value for this spawn
- SRmin: Minimum possible value for SR for this resource type
- SRmax: Maximum possible value for SR for this resource type
- UT: Unit Toughness stat value for this spawn
- UTmin: Minimum possible value for UT for this resource type
- UTmax: Maximum possible value for UT for this resource type
- ER: Entangle Resistance stat value for this spawn
- ERmin: Minimum possible value for ER for this resource type
- ERmax: Maximum possible value for ER for this resource type
- containerType: Name that associates to the type of container resource type shows up in game
- entered: Timestamp when resource was entered to Galaxy Harvester
- enteredBy: User ID of user who first reported the resource
- unavailable: Timestamp when resource was last marked as not available
- unavailableBy: User ID of last user who reported the resource as not available
- verified: Timestamp when resource was last verified
- verifiedBy: User ID of last user who verified the resource
- maxWaypointConc: Highest concentration percentage number that has been reported for a waypoint for this resource
- planet(n) <id, entered, enteredBy>: Element for each planet resource has been added to with attributes for numeric ID of planet, Timestamp resource was added to the planet, and user ID who added the resource to the planet.
- Planets: Comma spaced separated string of the names of planets the resource has been added to.
- resultText: Can be "found", "new", or some Error