SHOUT_JUP

SHOUT_JUP()

Arguments

Description

Not Added.

Implementation

def SHOUT_JUP():
        WFOUT_DEF()
        wait(0.2)
        play_sound(SE_STORY_COMMON_0215)
        set_camera_distortion(cameraType_Chara, true, EFF_007)
        SHOUT_0()
        effect_shake_bg(12, 0.4, 1.2, 1)
        set_BG_effect_trigger(1)
        set_camera_distortion(cameraType_Chara, false, EFF_007)

References

Table Implementation

{
    "name": "SHOUT_JUP",
    "args": [],
    "commandList": [
        {
            "row": 3342,
            "command": "WFOUT_DEF",
            "args": [],
            "end": 1
        },
        {
            "row": 3343,
            "command": "wait",
            "args": [
                "0.2"
            ],
            "end": 1
        },
        {
            "row": 3344,
            "command": "play_sound",
            "args": [
                "SE_STORY_COMMON_0215"
            ],
            "end": 1
        },
        {
            "row": 3345,
            "command": "set_camera_distortion",
            "args": [
                "cameraType_Chara",
                "true",
                "EFF_007"
            ],
            "end": 1
        },
        {
            "row": 3346,
            "command": "SHOUT_0",
            "args": [],
            "end": 1
        },
        {
            "row": 3347,
            "command": "effect_shake_bg",
            "args": [
                "12",
                "0.4",
                "1.2",
                "1"
            ],
            "end": 1
        },
        {
            "row": 3348,
            "command": "set_BG_effect_trigger",
            "args": [
                "1"
            ],
            "end": 1
        },
        {
            "row": 3349,
            "command": "set_camera_distortion",
            "args": [
                "cameraType_Chara",
                "false",
                "EFF_007"
            ],
            "end": 1
        }
    ]
}

Sample

{}