fix: 보상 스크린 상태 추가

This commit is contained in:
2026-06-23 21:56:33 +09:00
parent 07ae56909a
commit 8292e26726
2 changed files with 8 additions and 0 deletions

View File

@@ -813,6 +813,13 @@
"Attributes": [],
"Name": "ActiveKillReward"
},
{
"Type": "number",
"DefaultValue": "0",
"SyncDirection": 0,
"Attributes": [],
"Name": "BonusRewardScreens"
},
{
"Type": "number",
"DefaultValue": "0",

View File

@@ -135,6 +135,7 @@ function writeCodeblocks() {
prop('number', 'PoisonApplicationsThisCombat', '0'),
prop('number', 'EnemyStrengthLossThisTurn', '0'),
prop('number', 'ActiveKillReward', '0'),
prop('number', 'BonusRewardScreens', '0'),
prop('number', 'FightAttackCount', '0'),
prop('number', 'TurnAttackCardsPlayed', '0'),
prop('number', 'TurnCardsPlayedThisTurn', '0'),