Files
mindustry/tools/extra-schemas/sin.json
2026-08-05 11:53:34 -04:00

17 lines
465 B
JSON

{
"doc": "Applies a sine wave to progress. Applied via PartProgress's 'op'/'operation' field (e.g. `op: sin`), NOT 'type' - its parameter fields (if any) are written flat alongside 'op', on the same object.",
"offset": {
"type": "float",
"doc": "Phase offset.",
"default": "0"
},
"scl": {
"type": "float",
"doc": "Scale (frequency) of the wave."
},
"mag": {
"type": "float",
"doc": "Magnitude (amplitude) of the wave."
}
}