MAGIC_CURE_AFTER

MAGIC_CURE_AFTER()

Arguments

Description

Not Added.

Implementation

def MAGIC_CURE_AFTER():
        set_BG_effect(EFF_050)
        fade_color(1.0, 255, 255, 255, 0)

References

Table Implementation

{
    "name": "MAGIC_CURE_AFTER",
    "args": [],
    "commandList": [
        {
            "row": 4320,
            "command": "set_BG_effect",
            "args": [
                "EFF_050"
            ],
            "end": 1
        },
        {
            "row": 4321,
            "command": "fade_color",
            "args": [
                "1.0",
                "255",
                "255",
                "255",
                "0"
            ],
            "end": 1
        }
    ]
}

Sample

{}