HollowPS_TV_experiments/extras/zzz-0.1-jsons/Card_BB_Test.json

171 lines
No EOL
5.7 KiB
JSON

{
"AbilityName": "Card_BB_Test",
"DefaultModifier":
{
"OnAdded":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"IceBurst_Modifiers",
"Target":"Self",
},
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_HowlTotem_Attack_1",
"Target" : "Self",
},
]
},
"Modifiers" :
{
//冰爆modifiers
"IceBurst_Modifiers":
{
"ModifierStacking" : "Unique",
"Duration": -1,
"IgnoreTimeScale" : false,
"OnKillOtherPre"://"OnKillOtherPre"
[
{
"$type":"MoleMole.ApplyModifier",//添加冰冻Buff
"ModifierName":"FrozenBlastModifier",
"Target":"Custom",
"CustomKey": "Custom_Target_Test_A",
"Predicates" :
[
{
"$type" : "MoleMole.ByBuffGroup",
"BuffGroupList" : ["Frozen"],
"Target" : "SelfAttackTarget"
},
]
},
// {
// "$type":"MoleMole.ApplyModifier",//添加CD管控
// "ModifierName":"IceBurstCoolDown_Modifiers",
// "Target":"Self",
// "Predicates" :
// [
// {
// "$type" : "MoleMole.ByBuffGroup",
// "BuffGroupList" : ["Frozen"],
// "Target" : "SelfAttackTarget"
// },
// ]
// },
{
"$type": "MoleMole.AttachEffect",
"EffectPattern": "Buff_FrozenBurst",
"Target": "SelfAttackTarget",
"AttachEffectPosRot" :
{
"CoordsOption" : "ReferTarget",
"TargetOption" :
{
"$type" : "MoleMole.ConfigPosRotReferTarget",
"OffsetReferTarget" : "Self",
"AttachPoint" : "LockBone",
"IsUseAttachPointPos" : true,
"IsUseAttachPointRotation" : true,
},
"Offset" :
{
"PositionOffset" : {"x":0, "y":0.0, "z":0},
"AngleOffset" : {"x":0.0, "y":0.0, "z":0.0},
"IsUseRotationY" : true,
"IsUseRotationXZ" : true,
},
},
// "Predicates" :
// [
// {
// "$type" : "MoleMole.ByBuffGroup",
// "BuffGroupList" : ["Frozen"],
// "Target" : "SelfAttackTarget"
// },
// ]
},
]
},
//冰爆总modified
"FrozenBlastModifier":
{
"OnAdded":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"FrozenBuff",//添加冰冻
"Target":"Self",
},
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"LoseTemperatureBuff",//添加失温
"Target":"Self",
},
]
},
//冻结
"FrozenBuff":
{
"Duration": 5,
"Buff":
{
"BuffID": 103001,//冰冻
"IsOverrideDuration" : true
}
},
//失温
"LoseTemperatureBuff":
{
"Duration": 5,
// "$type": "MoleMole.FireEffect",//失温特效//红色投影眼球
// "EffectPattern": "Buff_FrozenBurst",
"Target": "Self",
"Buff":
{
"BuffID": "1000005",//触发碎冰时X倍伤害
"IsOverrideDuration" : true
}
},
//冰爆冷却
"IceBurstCoolDown_Modifiers":
{
"ModifierStacking" : "Unique",
"Duration": "%IceBurstCoolDown",//AbilitySpecials中配置
"IgnoreTimeScale" : false,
"Block":"%IceBurstCoolDown",//AbilitySpecials中配置
"OnAdded":
[
{
"$type":"MoleMole.ProcessModifierBlockAction",
"IsOpenBlock":true,
"AbilityName":"Card_BB_Test",
"ModifierName":"IceBurst_Modifiers"
}
],
},
},
"AbilitySpecials" :
{
//表格参数
"%IceBurstCoolDown" ://冰爆CD时长
{
"Value" : 0.5
},
// "%IceBrokenDamagePercentageBuff" ://失温导致碎冰伤害提升buff调用ID
// {
// "Value" : "1000005"//Buff中FrozenTest的buff调用为碎冰的一倍伤害
// }
}
}