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 16 additions and 0 deletions
Showing only changes of commit f33018194f - Show all commits

View File

@@ -736,6 +736,20 @@
"Attributes": [],
"Name": "SkillCostReductionThisTurn"
},
{
"Type": "any",
"DefaultValue": "nil",
"SyncDirection": 0,
"Attributes": [],
"Name": "SkillSlyOnPlayCards"
},
{
"Type": "any",
"DefaultValue": "nil",
"SyncDirection": 0,
"Attributes": [],
"Name": "TurnSkillSlyCards"
},
{
"Type": "any",
"DefaultValue": "nil",

View File

@@ -124,6 +124,8 @@ function writeCodeblocks() {
prop('boolean', 'HandCostZeroThisTurn', 'false'),
prop('boolean', 'DrawDisabledThisTurn', 'false'),
prop('number', 'SkillCostReductionThisTurn', '0'),
prop('any', 'SkillSlyOnPlayCards'),
prop('any', 'TurnSkillSlyCards'),
prop('any', 'CombatCardCostReduction'),
prop('number', 'ActiveAttackDamageVsWeakMultiplier', '1'),
prop('number', 'DrawDamageThisTurn', '0'),