Expand high resolution battle UI icons

This commit is contained in:
2026-07-03 13:02:44 +09:00
parent a4c9e90472
commit 907e8e6275
13 changed files with 66 additions and 4 deletions

View File

@@ -4739,8 +4739,8 @@ export class BattleScene extends Phaser.Scene {
}
if (id.includes('roar') || id.includes('shout')) {
return {
icon: 'shout' as BattleUiIconKey,
powerIcon: 'shout' as BattleUiIconKey,
icon: 'confusion' as BattleUiIconKey,
powerIcon: 'confusion' as BattleUiIconKey,
accent: 0xc96b4a,
effectLabel: '위압',
powerLabel: `위압 ${usable.power}`
@@ -14193,7 +14193,7 @@ export class BattleScene extends Phaser.Scene {
case 'agility':
return 'move';
case 'luck':
return 'mastery';
return 'luck';
default:
return 'might';
}