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

View File

@@ -750,6 +750,13 @@
"Attributes": [], "Attributes": [],
"Name": "TurnSkillSlyCards" "Name": "TurnSkillSlyCards"
}, },
{
"Type": "boolean",
"DefaultValue": "false",
"SyncDirection": 0,
"Attributes": [],
"Name": "ShivFirstDamageBonusUsed"
},
{ {
"Type": "any", "Type": "any",
"DefaultValue": "nil", "DefaultValue": "nil",

View File

@@ -126,6 +126,7 @@ function writeCodeblocks() {
prop('number', 'SkillCostReductionThisTurn', '0'), prop('number', 'SkillCostReductionThisTurn', '0'),
prop('any', 'SkillSlyOnPlayCards'), prop('any', 'SkillSlyOnPlayCards'),
prop('any', 'TurnSkillSlyCards'), prop('any', 'TurnSkillSlyCards'),
prop('boolean', 'ShivFirstDamageBonusUsed', 'false'),
prop('any', 'CombatCardCostReduction'), prop('any', 'CombatCardCostReduction'),
prop('number', 'ActiveAttackDamageVsWeakMultiplier', '1'), prop('number', 'ActiveAttackDamageVsWeakMultiplier', '1'),
prop('number', 'DrawDamageThisTurn', '0'), prop('number', 'DrawDamageThisTurn', '0'),