Skip to content

Harmful Status Effect

Type ID: "status_effect:harmful"

Fields

Field Type Default Description
colour Colour Holder {"red": 1, "green": 1, "blue": 1, "alpha": 1) The colours used in the status effect's particles. The alpha value doesn't affect this.

Add functionality using Power Types and Universal Powers

Example Code

{
    "type": "status_effect:harmful",
    "color": {
        "red": 0.38823529411,
        "green": 0.24705882352,
        "blue": 0.27843137254
    }
}