Merge pull request 'fix: 스킬 반복 필드 중복 정리' (#91) from codex/fix-skill-repeat-fields into main

Reviewed-on: #91
This commit was merged in pull request #91.
This commit is contained in:
2026-06-23 21:38:10 +09:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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