fix: 스킬 반복 필드 중복 정리 #91
@@ -979,7 +979,7 @@
|
||||
"DefaultValue": "0",
|
||||
"SyncDirection": 0,
|
||||
"Attributes": [],
|
||||
"Name": "SkillCostReductionThisTurn"
|
||||
"Name": "NextSkillRepeatCount"
|
||||
},
|
||||
{
|
||||
"Type": "any",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user