OSPRODWin1.1.0_R3563587_S3563587_D3563587

This commit is contained in:
Dimbreath
2024-08-13 22:59:23 -03:00
parent c41e9aec5e
commit c3a86751c1
4027 changed files with 4661713 additions and 0 deletions

87
Data/Spray_Bullet.json Normal file
View File

@@ -0,0 +1,87 @@
{
"AbilityMixins": [
{
"$type": "BulletMixin",
"AliveDuration": 10,
"BulletColliderConfig": {
"ColliderAngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"ColliderPosOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"ColliderType": "Sphere",
"SphereColliderRadius": 5.0
},
"BulletEffect": {
"EffectPattern": "Buff_Burn_02"
},
"BulletHitTypeName": "Penetrate",
"BulletInitPosRot": {
"CoordsOption": "Caster",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"IsUseRotationXZ": false,
"IsUseRotationY": false,
"PositionOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"RaycastGroundOffset": 1.0,
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "Root",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Caster"
}
},
"BulletName": "Bullet_Empty",
"CanHitStage": false,
"DestroyExplode": false,
"ExplodePosType": "Bullet",
"HitAnimEventID": "LeveLItem_Searchlight_BulletAttackproperty",
"HitExplodeRadius": 1.0,
"HitInterval": 0.1,
"HitOtherExplode": false,
"HitStageExplode": false,
"MaxHitNum": -1,
"MaxHitStageNum": 0,
"MaxHitTargetNum": 1,
"MaxTouchStageNum": 0,
"MovementConfig": {
"$type": "ConfigMovementSimple",
"Acceleration": {
"x": 0,
"y": 0,
"z": 0
},
"CoordinateType": "Local",
"Duration": 0.0,
"Gravity": 0.0,
"HitNormalRatio": 0,
"HitTangentialRatio": 0,
"InitVelocity": {
"x": 0,
"y": 0,
"z": 0
},
"TimesUpMoveOption": "Remain"
},
"Targetting": "All"
}
],
"AbilityName": "Spray_Bullet",
"AbilityStacking": "Unique"
}