CHARA_ATTACK_HIT

CHARA_ATTACK_HIT(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def CHARA_ATTACK_HIT(CID):
        WFOUT_SHORT()
        play_sound(SE_117)
        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)

References

Table Implementation

{
    "name": "CHARA_ATTACK_HIT",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 3631,
            "command": "WFOUT_SHORT",
            "args": [],
            "end": 1
        },
        {
            "row": 3632,
            "command": "play_sound",
            "args": [
                "SE_117"
            ],
            "end": 1
        },
        {
            "row": 3633,
            "command": "mnu_scale",
            "args": [
                "CID",
                "true",
                "0.15",
                "1.35",
                "1.35",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 3634,
            "command": "mnu_scale",
            "args": [
                "CID",
                "false",
                "0.15",
                "1",
                "1",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 3635,
            "command": "cmp_scale",
            "args": [
                "CID",
                "0.3",
                "1",
                "1"
            ],
            "end": 1
        }
    ]
}

Sample

{}