CHARA_ATTACK_DRG_EFF

CHARA_ATTACK_DRG_EFF(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def CHARA_ATTACK_DRG_EFF(CID):
        WFOUT_SHORT()
        play_sound(SE_129)
        set_camera_distortion(1, true, EFF_007)
        set_BG_effect(1, 1, EFF_007)
        set_BG_effect_opacity(EFF_007, 0.6)
        set_BG_effect_trigger(2, 2, 9)
        mnu_scale(CID, true, 0.15, 1.35, 1.35, EaseOutCubic)
        mnu_scale(CID, false, 0.15, 1, 1, EaseOutCubic)
        cmp_scale(CID, 0.3, 1, 1)
        wait(0.3)
        set_BG_effect(1, 1, 0)
        set_camera_distortion(1, false, EFF_007)

References

Table Implementation

{
    "name": "CHARA_ATTACK_DRG_EFF",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 3654,
            "command": "WFOUT_SHORT",
            "args": [],
            "end": 1
        },
        {
            "row": 3655,
            "command": "play_sound",
            "args": [
                "SE_129"
            ],
            "end": 1
        },
        {
            "row": 3656,
            "command": "set_camera_distortion",
            "args": [
                "1",
                "true",
                "EFF_007"
            ],
            "end": 1
        },
        {
            "row": 3657,
            "command": "set_BG_effect",
            "args": [
                "1",
                "1",
                "EFF_007"
            ],
            "end": 1
        },
        {
            "row": 3658,
            "command": "set_BG_effect_opacity",
            "args": [
                "EFF_007",
                "0.6"
            ],
            "end": 1
        },
        {
            "row": 3659,
            "command": "set_BG_effect_trigger",
            "args": [
                "2",
                "2",
                "9"
            ],
            "end": 1
        },
        {
            "row": 3660,
            "command": "mnu_scale",
            "args": [
                "CID",
                "true",
                "0.15",
                "1.35",
                "1.35",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 3661,
            "command": "mnu_scale",
            "args": [
                "CID",
                "false",
                "0.15",
                "1",
                "1",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 3662,
            "command": "cmp_scale",
            "args": [
                "CID",
                "0.3",
                "1",
                "1"
            ],
            "end": 1
        },
        {
            "row": 3663,
            "command": "wait",
            "args": [
                "0.3"
            ],
            "end": 1
        },
        {
            "row": 3664,
            "command": "set_BG_effect",
            "args": [
                "1",
                "1",
                "0"
            ],
            "end": 1
        },
        {
            "row": 3665,
            "command": "set_camera_distortion",
            "args": [
                "1",
                "false",
                "EFF_007"
            ],
            "end": 1
        }
    ]
}

Sample

{}