ZenlessData/Data/TarotCard_1001901.json

51 lines
1.2 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AddInteractMixin",
"InteractKey": "TarotCard_1001901",
"InteractTag": "TarotCard_1001901",
"IsMonopolize": false,
"OnInteract": [
{
"$type": "ApplyModifier",
"ModifierName": "DieModifier"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Interact",
"ParamType": 1,
"Target": "Self"
}
],
"OnInteractForbidden": [],
"OnInteractRemove": []
}
],
"AbilityName": "TarotCard_1001901",
"Modifiers": {
"DieModifier": {
"Duration": 0.3,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Die",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_Device_TartoCard_Add",
"Target": "LocalAvatar"
},
{
"$type": "LDListenEntityAction",
"TargetKey": "TarotCard_1001901_Get"
}
]
}
},
"OnAbilityStart": []
}