search_resource_nodes
Find resource nodes in your Satisfactory world by resource, purity, or location. Choose grouped clusters, individual nodes, or nearest to a point.
Instructions
Resource nodes, in one of three modes.
fields (default) clusters nodes within 200 m and ranks by yield -- "where is there a lot of iron".
nodes lists one row per node, ranked by yield, with ids reusable as selectors.
nearest lists one row per node ranked by DISTANCE from
near, with the distance shown -- "what is closest". Requiresnear.
sources is a list of selectors; locations union, filters intersect::
["north"] northern half of the map
["region:Northern Forest"] one named region
["near:0,-2000,800"] within 800 m of (0, -2000) metres
["grid:X3Y4"] one 1.024 km grid cell
["node:BP_ResourceNode26_99"] one specific node
["north", "resource:Crude Oil"] crude oil in the north
["bbox:-500,-2500,600,-1800"] a rectangle, metresnear accepts a coordinate in metres, me for the player, or the name of a
labelled factory -- "the nearest free coal to the coal powerplant" needs no
coordinates. Giving near in any mode adds a distance column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| mode | No | fields | nodes | nearest | fields |
| near | No | origin for mode=nearest: 'x,y' in metres, 'me', or a factory name | |
| save | No | ||
| group | No | deprecated alias for mode | |
| limit | No | max rows (hard cap 25) | |
| world | No | ||
| purity | No | ||
| sources | No | ||
| resource | No | ||
| only_free | No |