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

12 lines
461 B
JSON

{
"doc": "Blends between this progress and another PartProgress by a fixed amount. Applied via PartProgress's 'op'/'operation' field (e.g. `op: blend`), NOT 'type' - its parameter fields (if any) are written flat alongside 'op', on the same object.",
"other": {
"type": "mindustry.entities.part.DrawPart$PartProgress",
"doc": "Progress function to blend with."
},
"amount": {
"type": "float",
"doc": "Blend factor toward 'other'."
}
}