CHARA_ATTACK_DARK2_EFF

CHARA_ATTACK_DARK2_EFF(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def CHARA_ATTACK_DARK2_EFF(CID):
        WFOUT_SHORT()
        play_sound(SE_043)
        set_BG_effect(1, 1)
        play_sound(SE_044)
        set_camera_distortion(1, true, EFF_007)
        set_BG_effect(1, 1, EFF_007)
        set_BG_effect_color(EFF_007, 178, 120, 221)
        set_BG_effect_opacity(EFF_007, 1.1)
        set_BG_effect_speed(EFF_007, 1.2)
        set_BG_effect_trigger(2, 2, 9)
        wait(0.5)
        set_BG_effect_trigger(2, 2, 1)
        set_camera_distortion(1, false, EFF_007)

References

Table Implementation

{
    "name": "CHARA_ATTACK_DARK2_EFF",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 3575,
            "command": "WFOUT_SHORT",
            "args": [],
            "end": 1
        },
        {
            "row": 3576,
            "command": "play_sound",
            "args": [
                "SE_043"
            ],
            "end": 1
        },
        {
            "row": 3577,
            "command": "set_BG_effect",
            "args": [
                "1",
                "1"
            ],
            "end": 1
        },
        {
            "row": 3578,
            "command": "play_sound",
            "args": [
                "SE_044"
            ],
            "end": 1
        },
        {
            "row": 3579,
            "command": "set_camera_distortion",
            "args": [
                "1",
                "true",
                "EFF_007"
            ],
            "end": 1
        },
        {
            "row": 3580,
            "command": "set_BG_effect",
            "args": [
                "1",
                "1",
                "EFF_007"
            ],
            "end": 1
        },
        {
            "row": 3581,
            "command": "set_BG_effect_color",
            "args": [
                "EFF_007",
                "178",
                "120",
                "221"
            ],
            "end": 1
        },
        {
            "row": 3582,
            "command": "set_BG_effect_opacity",
            "args": [
                "EFF_007",
                "1.1"
            ],
            "end": 1
        },
        {
            "row": 3583,
            "command": "set_BG_effect_speed",
            "args": [
                "EFF_007",
                "1.2"
            ],
            "end": 1
        },
        {
            "row": 3584,
            "command": "set_BG_effect_trigger",
            "args": [
                "2",
                "2",
                "9"
            ],
            "end": 1
        },
        {
            "row": 3585,
            "command": "wait",
            "args": [
                "0.5"
            ],
            "end": 1
        },
        {
            "row": 3586,
            "command": "set_BG_effect_trigger",
            "args": [
                "2",
                "2",
                "1"
            ],
            "end": 1
        },
        {
            "row": 3587,
            "command": "set_camera_distortion",
            "args": [
                "1",
                "false",
                "EFF_007"
            ],
            "end": 1
        }
    ]
}

Sample

{}