fix: 교활 카드 초기 필드 선언 추가 #92

Merged
maple merged 5 commits from codex/fix-skill-sly-fields into main 2026-06-23 23:30:41 +09:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 8292e26726 - Show all commits

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'),