This commit is contained in:
dazedanon 2025-09-01 00:24:24 -05:00
parent ab8475a052
commit 1720acd99d

View file

@ -1222501,7 +1222501,7 @@
"code": 355,
"indent": 1,
"parameters": [
"BattleManager._logWindow.addText('シルシェは寄生の効果により' + $gameVariables.value(35) + 'ダメージを受けた!');"
"BattleManager._logWindow.addText('Sirseh suffers ' + $gameVariables.value(35) + ' damage from parasites!');"
]
},
{
@ -1222552,7 +1222552,7 @@
"code": 355,
"indent": 1,
"parameters": [
"BattleManager._logWindow.addText('シルシェは特殊寄生の効果により' + $gameVariables.value(35) + 'ダメージを受けた!');"
"BattleManager._logWindow.addText('Sirshe suffers ' + $gameVariables.value(35) + ' damage from parasites!');"
]
},
{
@ -1226027,7 +1226027,7 @@
"code": 355,
"indent": 0,
"parameters": [
"BattleManager._logWindow.addText('シルシェは反動で' + $gameVariables.value(35) + 'ダメージを受けた');"
"BattleManager._logWindow.addText('Sirche suffers' + $gameVariables.value(35) + 'damage from the recoil!');"
]
},
{