sex-idol-48/DataTL/dump/common/202_┗player_walk.json
2026-01-25 14:55:25 -06:00

127 lines
No EOL
3.5 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": 202,
"name": "┗player_walk",
"description": "一歩歩いた時",
"commands": [
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"―――――――――――――――――――――――――――――――――――"
],
"index": 0
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"【処理の内容】"
],
"index": 1
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" 一歩あるいたときの状態更新処理です。"
],
"index": 2
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" 移動中の、すべての状態異常の残りターン数歩数を1減らします。"
],
"index": 3
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" 残りターン歩数が0になっていたら、回復させます。\r\r"
],
"index": 4
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" 毒状態など、継続ダメージがあればそれを処理します。"
],
"index": 5
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
""
],
"index": 6
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" この処理は負荷軽減のため、主人公一時の「ステータス状態要更新フラグ」が1以上のときだけ"
],
"index": 7
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" 当該キャラの更新が実行されます。このフラグは、ステータス付与などによって1になり、"
],
"index": 8
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" 全ステータスが消去された時点で0になります。\r\r"
],
"index": 9
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" "
],
"index": 10
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"【どのコモンイベントから主に呼び出されているか】"
],
"index": 11
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" X[移]歩行時_並列キー処理"
],
"index": 12
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"―――――――――――――――――――――――――――――――――――"
],
"index": 13
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"カラッポ!"
],
"index": 14
}
]
}