fix: 교활 카드 초기 필드 추가
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user