ARTICLE_STONE
ARTICLE_STONE(EFF)
Arguments
EFF
Description
Not Added.
Implementation
def ARTICLE_STONE(EFF):
SCREEN_FLASH_WHITE_DEF()
WFOUT_DEF()
play_sound(SE_139)
play_sound(SE_140)
if EFF == "EFF_022":
set_BG_effect(0, EFF_025)
set_BG_effect_pos(EFF_025, 0, 100)
elif EFF == "EFF_023":
set_BG_effect(0, EFF_026)
set_BG_effect_pos(EFF_026, 0, 100)
fade_color(0.8, 255, 255, 255, 1)
set_BG_effect(EFF, 1)
set_BG_effect_pos(EFF, 0, 100)
fade_color(3.0, 255, 255, 255, 0)
touch_wait()
NO_EFFECT()
SEFOUT_DEF()
References
Table Implementation
{
"name": "ARTICLE_STONE",
"args": [
"EFF"
],
"commandList": [
{
"row": 3110,
"command": "SCREEN_FLASH_WHITE_DEF",
"args": [],
"end": 1
},
{
"row": 3111,
"command": "WFOUT_DEF",
"args": [],
"end": 1
},
{
"row": 3112,
"command": "play_sound",
"args": [
"SE_139"
],
"end": 1
},
{
"row": 3113,
"command": "play_sound",
"args": [
"SE_140"
],
"end": 1
},
{
"row": 3114,
"command": "if",
"args": [
"EFF",
"EFF_022"
],
"end": 1
},
{
"row": 3115,
"command": "set_BG_effect",
"args": [
"0",
"EFF_025"
],
"end": 1
},
{
"row": 3116,
"command": "set_BG_effect_pos",
"args": [
"EFF_025",
"0",
"100"
],
"end": 1
},
{
"row": 3117,
"command": "elif",
"args": [
"EFF",
"EFF_023"
],
"end": 1
},
{
"row": 3118,
"command": "set_BG_effect",
"args": [
"0",
"EFF_026"
],
"end": 1
},
{
"row": 3119,
"command": "set_BG_effect_pos",
"args": [
"EFF_026",
"0",
"100"
],
"end": 1
},
{
"row": 3120,
"command": "endif",
"args": [],
"end": 1
},
{
"row": 3121,
"command": "fade_color",
"args": [
"0.8",
"255",
"255",
"255",
"1"
],
"end": 1
},
{
"row": 3122,
"command": "set_BG_effect",
"args": [
"EFF",
"1"
],
"end": 1
},
{
"row": 3123,
"command": "set_BG_effect_pos",
"args": [
"EFF",
"0",
"100"
],
"end": 1
},
{
"row": 3124,
"command": "fade_color",
"args": [
"3.0",
"255",
"255",
"255",
"0"
],
"end": 1
},
{
"row": 3125,
"command": "touch_wait",
"args": [],
"end": 1
},
{
"row": 3126,
"command": "NO_EFFECT",
"args": [],
"end": 1
},
{
"row": 3127,
"command": "SEFOUT_DEF",
"args": [],
"end": 1
}
]
}
Sample
{}