CHARA_ATTACK_MON

CHARA_ATTACK_MON(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def CHARA_ATTACK_MON(CID):
        WFOUT_SHORT()
        play_sound(SE_099)
        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_MON",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 3623,
            "command": "WFOUT_SHORT",
            "args": [],
            "end": 1
        },
        {
            "row": 3624,
            "command": "play_sound",
            "args": [
                "SE_099"
            ],
            "end": 1
        },
        {
            "row": 3625,
            "command": "mnu_scale",
            "args": [
                "CID",
                "true",
                "0.15",
                "1.35",
                "1.35",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 3626,
            "command": "mnu_scale",
            "args": [
                "CID",
                "false",
                "0.15",
                "1",
                "1",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 3627,
            "command": "cmp_scale",
            "args": [
                "CID",
                "0.3",
                "1",
                "1"
            ],
            "end": 1
        }
    ]
}

Sample

{}