ZenlessData/Data/RandomSkill_Follower_Magic_IceBall.json
2024-09-23 09:11:37 -03:00

138 lines
3.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "BulletMixin",
"AliveDuration": 7,
"BulletColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 0,
"z": 1.7
},
"ColliderType": "Sphere",
"SphereColliderRadius": 0.5
},
"BulletEffect": {
"EffectPattern": "Eff_RandomSkill_Magic_IceBall_Flying"
},
"BulletHitTypeName": "Normal",
"BulletInitPosRot": {
"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": "GunPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Caster"
}
},
"BulletName": "Bullet_Empty",
"CanHitStage": true,
"DestroyExplode": true,
"ExplodeAnimEventID": "#RandomSkill_Follower_Magic_IceBall_AttackProperty_1",
"ExplodeEffect": {
"EffectPattern": "Eff_RandomSkill_Magic_IceBall_End"
},
"ExplodePosType": "HitPoint",
"HitExplodeRadius": 4,
"HitOtherExplode": true,
"HitStageExplode": true,
"MaxHitNum": 0,
"MaxHitStageNum": 0,
"MaxHitTargetNum": 0,
"MaxTouchStageNum": 0,
"MovementConfig": {
"$type": "ConfigMovementSimple",
"Acceleration": {
"x": 0,
"y": 0,
"z": 0
},
"CoordinateType": "Local",
"Duration": -1,
"Gravity": 0,
"HitNormalRatio": 1,
"HitTangentialRatio": 1,
"InitVelocity": {
"x": 0,
"y": 0,
"z": 50
},
"TargetPosRot": {
"CoordsOption": "Relative",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Target"
}
},
"TimesUpMoveOption": "Remain"
},
"OnBulletDestroyAction": [
{
"$type": "AttackCameraShakeAction",
"ShakeConfigKey": "Monster_RangeSoldier_ATK04_CamShake",
"Target": "Other"
}
],
"Targetting": "Enemy"
}
],
"AbilityName": "RandomSkill_Follower_Magic_IceBall",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Odds": 1,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"#RandomSkill_Follower_Magic_IceBall_AttackProperty_1"
]
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"BuffModifier": {
"Buff": {
"BuffID": 103001
}
}
}
}