mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
151
Data/Bangboo_FightingCommon_EnemyCheck.json
Normal file
151
Data/Bangboo_FightingCommon_EnemyCheck.json
Normal file
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"AbilityMixins": [
|
||||
{
|
||||
"$type": "ActionsOnPropertyChangeMixin",
|
||||
"PropertyActions": [
|
||||
{
|
||||
"CustomPropertyType": "EnemiesNum_InRange",
|
||||
"CustomReferMaxPropertyType": "EnemiesNum_InRange_Max",
|
||||
"IsUsePercentage": false,
|
||||
"PropertyType": "Custom",
|
||||
"ReferMaxPropertyType": "Custom",
|
||||
"ValueRangeActions": [
|
||||
{
|
||||
"LowToValueActions": [
|
||||
{
|
||||
"$type": "WriteAIParamAction",
|
||||
"BoolParamValue": false,
|
||||
"ParamName": "Bool_NoEnermyInRange",
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"Val": 1
|
||||
},
|
||||
{
|
||||
"HighToValueActions": [
|
||||
{
|
||||
"$type": "WriteAIParamAction",
|
||||
"BoolParamValue": true,
|
||||
"ParamName": "Bool_NoEnermyInRange",
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"Val": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"AbilityName": "Bangboo_FightingCommon_EnemyCheck",
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "EnemyCheckModifer",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"EnemyCheckModifer": {
|
||||
"Duration": -1,
|
||||
"IgnoreTimeScale": false,
|
||||
"ModifierMixins": [
|
||||
{
|
||||
"$type": "FieldRangeMixin",
|
||||
"ColliderConfig": {
|
||||
"ColliderAngleOffset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ColliderPosOffset": {
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"ColliderType": "FanCylinder",
|
||||
"FanCylinderColliderAngle": 360,
|
||||
"FanCylinderColliderHeight": 2,
|
||||
"FanCylinderColliderRadius": 2.5,
|
||||
"FanCylinderColliderVertexNum": 24
|
||||
},
|
||||
"FieldEnterActions": [
|
||||
{
|
||||
"$type": "ModifyProperty",
|
||||
"Amount": 1,
|
||||
"CustomPropertyType": "EnemiesNum_InRange",
|
||||
"IsUsePercentage": false,
|
||||
"Percentage": 0,
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByRelativeCampType",
|
||||
"Relationship": "Enemy",
|
||||
"Target": "Target"
|
||||
}
|
||||
],
|
||||
"PropertyModifyFunction": "Add",
|
||||
"PropertyType": "Custom"
|
||||
}
|
||||
],
|
||||
"FieldExitActions": [
|
||||
{
|
||||
"$type": "ModifyProperty",
|
||||
"Amount": -1,
|
||||
"CustomPropertyType": "EnemiesNum_InRange",
|
||||
"IsUsePercentage": false,
|
||||
"Percentage": 0,
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByRelativeCampType",
|
||||
"Relationship": "Enemy",
|
||||
"Target": "Target"
|
||||
}
|
||||
],
|
||||
"PropertyModifyFunction": "Add",
|
||||
"PropertyType": "Custom"
|
||||
}
|
||||
],
|
||||
"FieldInitPosRot": {
|
||||
"CoordsOption": "Self",
|
||||
"NeedRaycastGround": true,
|
||||
"Offset": {
|
||||
"AngleOffset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"IsUseRotationXZ": false,
|
||||
"IsUseRotationY": true,
|
||||
"PositionOffset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"TargetOption": {
|
||||
"$type": "ConfigPosRotReferTarget",
|
||||
"OffsetReferTarget": "Self"
|
||||
}
|
||||
},
|
||||
"FieldStopActions": [
|
||||
{
|
||||
"$type": "ModifyProperty",
|
||||
"Amount": 0,
|
||||
"CustomPropertyType": "EnemiesNum_InRange",
|
||||
"IsUsePercentage": false,
|
||||
"Percentage": 0,
|
||||
"PropertyModifyFunction": "Replace",
|
||||
"PropertyType": "Custom"
|
||||
}
|
||||
],
|
||||
"IsFollow": true,
|
||||
"TotalDuration": -1
|
||||
}
|
||||
],
|
||||
"ModifierStacking": "Unique"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user