ZenlessData/Data/Diny_Default.json
2024-12-17 20:43:14 -03:00

150 lines
3.6 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierSectionEditionMixin",
"ConfigList": [
{
"AnimatorStateName": "Born",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"BornModifier"
]
},
{
"AnimatorStateName": "Idle",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"IdleModifier"
]
},
{
"AnimatorStateName": "Death",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DeathModifier"
]
}
]
}
],
"AbilityName": "Diny_Default",
"AbilityStacking": "Unique",
"Modifiers": {
"BornModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Diny_Range",
"Target": "Self"
}
]
},
"DeathModifier": {
"Duration": 2,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "FireEffect",
"AttachPointName": "EffectPoint",
"EffectPattern": "Eff_DropItem_Diny_Loot",
"Target": "Self"
},
{
"$type": "PushRenderVisibleAction",
"Paths": [
"Drop_Item_Diny"
],
"Tag": "Drop_Item_Diny",
"Target": "Self",
"Visible": false
},
{
"$type": "AddRewardAction",
"IsShowDropModel": true,
"RewardCount": 2,
"RewardID": 203110006,
"Target": "Self"
},
{
"$type": "AddRewardAction",
"IsShowDropModel": false,
"RewardCount": 18,
"RewardID": 203110006,
"Target": "Self"
},
{
"$type": "LDListenEntityAction",
"TargetKey": "Diny_Get"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Destroy",
"ParamType": 1,
"Target": "Self"
}
],
"OnRemoved": [
]
},
"IdleModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "EffectPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_DropItem_Diny",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "Diny_Range",
"Target": "Self"
}
]
}
}
}