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

@@ -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'),