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