CHARA_ATTACK_DARK2

CHARA_ATTACK_DARK2(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def CHARA_ATTACK_DARK2(CID):
        WFOUT_SHORT()
        play_sound(SE_043)
        play_sound(SE_044)
        set_camera_distortion(1, true, EFF_007)
        set_BG_effect(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(9)
        wait(0.5)
        set_BG_effect_trigger(1)
        set_camera_distortion(1, false, EFF_007)

References

Table Implementation

{
    "name": "CHARA_ATTACK_DARK2",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 3591,
            "command": "WFOUT_SHORT",
            "args": [],
            "end": 1
        },
        {
            "row": 3592,
            "command": "play_sound",
            "args": [
                "SE_043"
            ],
            "end": 1
        },
        {
            "row": 3593,
            "command": "play_sound",
            "args": [
                "SE_044"
            ],
            "end": 1
        },
        {
            "row": 3594,
            "command": "set_camera_distortion",
            "args": [
                "1",
                "true",
                "EFF_007"
            ],
            "end": 1
        },
        {
            "row": 3595,
            "command": "set_BG_effect",
            "args": [
                "EFF_007"
            ],
            "end": 1
        },
        {
            "row": 3596,
            "command": "set_BG_effect_color",
            "args": [
                "EFF_007",
                "178",
                "120",
                "221"
            ],
            "end": 1
        },
        {
            "row": 3597,
            "command": "set_BG_effect_opacity",
            "args": [
                "EFF_007",
                "1.1"
            ],
            "end": 1
        },
        {
            "row": 3598,
            "command": "set_BG_effect_speed",
            "args": [
                "EFF_007",
                "1.2"
            ],
            "end": 1
        },
        {
            "row": 3599,
            "command": "set_BG_effect_trigger",
            "args": [
                "9"
            ],
            "end": 1
        },
        {
            "row": 3600,
            "command": "wait",
            "args": [
                "0.5"
            ],
            "end": 1
        },
        {
            "row": 3601,
            "command": "set_BG_effect_trigger",
            "args": [
                "1"
            ],
            "end": 1
        },
        {
            "row": 3602,
            "command": "set_camera_distortion",
            "args": [
                "1",
                "false",
                "EFF_007"
            ],
            "end": 1
        }
    ]
}

Sample

{}