the-mist-ruins-and-the-lone.../DataTL/dump/common/142_X[戦]指定主人公更新処理.json
2025-01-30 19:53:49 -06:00

327 lines
No EOL
8.3 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": 142,
"name": "X[戦]指定主人公更新処理",
"description": "戦闘中かつ指定した主人公IDのキャラが参戦している場合だけ、そのキャラのパラメータ更新描画更新を行います。",
"commands": [
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"―――――――――――――――――――――――――――――――――――"
],
"index": 0
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"【処理の内容】"
],
"index": 1
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" 指定した主人公IDのキャラが参戦している場合だけ、そのキャラのパラメータ更新描画更新を行います。"
],
"index": 2
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
" もっぱら、パラメータ変更処理や武器・防具変更の処理を戦闘スロットに反映させるために呼び出されます。"
],
"index": 3
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"―――――――――――――――――――――――――――――――――――"
],
"index": 4
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"戦闘時のみ実行(戦闘してなければ無効)\r\r"
],
"index": 5
},
{
"code": 121,
"codeStr": "SetVariable",
"intArgs": [
1600099,
0,
0,
0
],
"index": 6
},
{
"code": 250,
"codeStr": "Database",
"stringArgs": [
"",
"基本システム用変数",
"[戦闘]戦闘中フラグ",
""
],
"intArgs": [
18,
68,
0,
200704,
1600025
],
"index": 7
},
{
"code": 111,
"codeStr": "VariableCondition",
"intArgs": [
1,
1600025,
1,
2
],
"index": 8
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
1
],
"index": 9
},
{
"code": 250,
"codeStr": "Database",
"stringArgs": [
"",
"基本システム用変数",
"",
""
],
"intArgs": [
18,
51,
0,
69632,
1600020
],
"index": 10
},
{
"code": 121,
"codeStr": "SetVariable",
"intArgs": [
1600010,
4294967295,
0,
0
],
"index": 11
},
{
"code": 179,
"codeStr": "LoopTimes",
"intArgs": [
1600020
],
"index": 12
},
{
"code": 121,
"codeStr": "SetVariable",
"intArgs": [
1600010,
1,
0,
256
],
"index": 13
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]スロットから主人公ID取得"
],
"intArgs": [
0,
16777217,
1600010,
1600011
],
"index": 14
},
{
"code": 111,
"codeStr": "VariableCondition",
"intArgs": [
1,
1600011,
1600000,
2
],
"index": 15
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
1
],
"index": 16
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"該当キャラがいた場合。今の主人公DBからコピーし直す"
],
"index": 17
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]主人公DB→戦闘DBコピー"
],
"intArgs": [
0,
3,
1600010,
1600011,
1
],
"index": 18
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"パラメータ再計算"
],
"index": 19
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]一時ステ計算<初期化>"
],
"intArgs": [
0,
1,
1600010
],
"index": 20
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]一時ステ計算<装備補正>"
],
"intArgs": [
0,
2,
1600010,
4294967295
],
"index": 21
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]一時ステ計算<状態補正>"
],
"intArgs": [
0,
2,
1600010,
0
],
"index": 22
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]状態付与/消去"
],
"intArgs": [
0,
4,
1600010,
4294967295,
2,
0
],
"index": 23
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"描画しなおし\r\r"
],
"index": 24
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]味方欄_座標算出"
],
"intArgs": [
0,
1,
1600010
],
"index": 25
},
{
"code": 300,
"codeStr": "CommonEventByName",
"stringArgs": [
"X[戦]味方欄_単体描画"
],
"intArgs": [
0,
3,
3,
1600010,
1600010
],
"index": 26
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"処理されたフラグをオンに\r\r"
],
"index": 27
},
{
"code": 121,
"codeStr": "SetVariable",
"intArgs": [
1600099,
1,
0,
0
],
"index": 28
}
]
}