fix: 쉬브 첫 피해 보너스 상태 추가

This commit is contained in:
2026-06-23 21:47:49 +09:00
parent f33018194f
commit 07ae56909a
2 changed files with 8 additions and 0 deletions

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