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

109 lines
No EOL
3.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//每场战斗中免疫首次近战伤害的90%
"AbilityName":"Card_DailyUse_1000912",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"Controller"
}
]
},
"Modifiers":
{
"Controller":{
"Duration" : -1,
"ModifierStacking": "Unique",
"Block": -1,
"OnAdded":
[
{
//给LocalAvatar添加ImmuneModifier
"$type":"MoleMole.ApplyModifier",
"ModifierName":"ImmuneModifier",
"Target" : "Self",
"Predicates":[
{
"$type" : "MoleMole.ByIsLocalAvatar",
"Target" : "Self",
"IsLocalAvatar" : true
}
]
}
],
"OnSwitchInBegin":
[
{
//给上场角色添加
"$type":"MoleMole.ApplyModifier",
"ModifierName":"ImmuneModifier",
"Target" : "Self"
}
],
"OnSwitchOutFinish":
[
{
//下场移除
"$type": "MoleMole.RemoveModifier",
"ModifierName": "ImmuneModifier",
"Target": "Self"
}
]
},
"ImmuneModifier":
{
"Duration" : -1,
"Block": -1,
"ModifierStacking": "Unique",
"OnBeingHitPre":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio",
"Predicates":
[
{
"$type": "MoleMole.ByHitDataType",
"TheHitDataType": "Melee"
}
]
},
//Block
{
"$type":"MoleMole.ProcessModifierBlockAction",
"IsOpenBlock":true,
"AbilityName":"Card_DailyUse_1000912",
"ModifierName":"Controller"
},
{
"$type":"MoleMole.ProcessModifierBlockAction",
"IsOpenBlock":true,
"AbilityName":"Card_DailyUse_1000912",
"ModifierName":"ImmuneModifier"
}
],
"OnSwitchOutFinish": [
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "ImmuneModifier",
"Target": "Self"
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"DamageTakeRatio" :
{
"Value" : -0.9
}
}
}