fix: 스킬 반복 필드 중복 정리 #91

Merged
maple merged 1 commits from codex/fix-skill-repeat-fields into main 2026-06-23 21:38:11 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -979,7 +979,7 @@
"DefaultValue": "0",
"SyncDirection": 0,
"Attributes": [],
"Name": "SkillCostReductionThisTurn"
"Name": "NextSkillRepeatCount"
},
{
"Type": "any",

View File

@@ -158,7 +158,7 @@ function writeCodeblocks() {
prop('string', 'NextTurnSelectPrompt', '""'),
prop('number', 'NextTurnSelectCopies', '0'),
prop('boolean', 'NextSkillCostZero', 'false'),
prop('number', 'SkillCostReductionThisTurn', '0'),
prop('number', 'NextSkillRepeatCount', '0'),
prop('any', 'NextTurnAddCards'),
], [
...bootMethods,