fix: 교활 카드 초기 필드 추가

This commit is contained in:
2026-06-23 21:40:17 +09:00
parent a682baa5dc
commit f33018194f
2 changed files with 16 additions and 0 deletions

View File

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

View File

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