MONSTER_BEAT_BOW
MONSTER_BEAT_BOW(CID)
Arguments
CID
Description
Not Added.
Implementation
def MONSTER_BEAT_BOW(CID):
WFOUT_SHORT()
CHARA_SET(M, M, C, CID, 1)
set_BG_effect(EFF_092)
set_BG_effect_trigger(8)
set_BG_effect_speed(EFF_092, 1.5)
wait(0.3)
c_swing2_h_fast(CID)
play_sound(SE_239)
wait(0.55)
play_sound(SE_205)
MONSTER_BEAT_AFTER_0(CID)
References
Table Implementation
{
"name": "MONSTER_BEAT_BOW",
"args": [
"CID"
],
"commandList": [
{
"row": 3753,
"command": "WFOUT_SHORT",
"args": [],
"end": 1
},
{
"row": 3754,
"command": "CHARA_SET",
"args": [
"M",
"M",
"C",
"CID",
"1"
],
"end": 1
},
{
"row": 3755,
"command": "set_BG_effect",
"args": [
"EFF_092"
],
"end": 1
},
{
"row": 3756,
"command": "set_BG_effect_trigger",
"args": [
"8"
],
"end": 1
},
{
"row": 3757,
"command": "set_BG_effect_speed",
"args": [
"EFF_092",
"1.5"
],
"end": 1
},
{
"row": 3758,
"command": "wait",
"args": [
"0.3"
],
"end": 1
},
{
"row": 3759,
"command": "c_swing2_h_fast",
"args": [
"CID"
],
"end": 1
},
{
"row": 3760,
"command": "play_sound",
"args": [
"SE_239"
],
"end": 1
},
{
"row": 3761,
"command": "wait",
"args": [
"0.55"
],
"end": 1
},
{
"row": 3762,
"command": "play_sound",
"args": [
"SE_205"
],
"end": 1
},
{
"row": 3763,
"command": "MONSTER_BEAT_AFTER_0",
"args": [
"CID"
],
"end": 1
}
]
}
Sample
{}