CHARA_ATTACK_BOW
CHARA_ATTACK_BOW(CID)
Arguments
CID
Description
Not Added.
Implementation
def CHARA_ATTACK_BOW(CID):
WFOUT_SHORT()
play_sound(SE_222)
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_BOW",
"args": [
"CID"
],
"commandList": [
{
"row": 3432,
"command": "WFOUT_SHORT",
"args": [],
"end": 1
},
{
"row": 3433,
"command": "play_sound",
"args": [
"SE_222"
],
"end": 1
},
{
"row": 3434,
"command": "mnu_scale",
"args": [
"CID",
"true",
"0.15",
"1.35",
"1.35",
"EaseOutCubic"
],
"end": 1
},
{
"row": 3435,
"command": "mnu_scale",
"args": [
"CID",
"false",
"0.15",
"1",
"1",
"EaseOutCubic"
],
"end": 1
},
{
"row": 3436,
"command": "cmp_scale",
"args": [
"CID",
"0.3",
"1",
"1"
],
"end": 1
}
]
}
Sample
{}