mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-09-22 13:01:12 +03:00
12 lines
396 B
JSON
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."
|
|
}
|
|
}
|