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

12 lines
396 B
JSON

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