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:
@@ -979,7 +979,7 @@
|
|||||||
"DefaultValue": "0",
|
"DefaultValue": "0",
|
||||||
"SyncDirection": 0,
|
"SyncDirection": 0,
|
||||||
"Attributes": [],
|
"Attributes": [],
|
||||||
"Name": "SkillCostReductionThisTurn"
|
"Name": "NextSkillRepeatCount"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "any",
|
"Type": "any",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user