1
0

OSPRODWin2.2.0_R10681338_S10482878_D10681338

This commit is contained in:
DimbreathBot 2025-09-23 10:31:09 +02:00
parent 222012b081
commit 9bbb48d8a3
24 changed files with 468 additions and 44 deletions

View File

@ -340,7 +340,7 @@
"AnimEventIDs": [ "AnimEventIDs": [
"Longinus_Attack_Normal_Enhance_04_AttackProperty_05_02", "Longinus_Attack_Normal_Enhance_04_AttackProperty_05_02",
"Longinus_Attack_Normal_04_AttackProperty_05", "Longinus_Attack_Normal_04_AttackProperty_05",
"Brujas_Attack_Special_02_AttackProperty_04_02" "Brujas_Attack_Special_02_AttackProperty_03"
] ]
} }
], ],

View File

@ -218,6 +218,15 @@
"ParamName": "AS_LaserStartCount", "ParamName": "AS_LaserStartCount",
"ParamType": "Float" "ParamType": "Float"
} }
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_CanExtend",
"ParamType": 2,
"Target": "Self"
}
] ]
}, },
"NoDamageModifier_Branch_02": { "NoDamageModifier_Branch_02": {

View File

@ -7,13 +7,13 @@
"ActionList": [ "ActionList": [
{ {
"$type": "ApplyModifier", "$type": "ApplyModifier",
"ModifierName": "QTEBulletLaunchModifier" "ModifierName": "QTEExtraBulletLaunchModifier"
} }
], ],
"AnimatorStateName": "SwitchIn_Attack_Extra", "AnimatorStateName": "SwitchIn_Attack_Extra",
"ForceTriggerOnTransitionIn": false, "ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false, "ForceTriggerOnTransitionOut": false,
"Frame": 115, "Frame": 79,
"IsLoop": false, "IsLoop": false,
"LayerIndex": 0 "LayerIndex": 0
}, },
@ -27,7 +27,7 @@
"AnimatorStateName": "SwitchIn_Attack", "AnimatorStateName": "SwitchIn_Attack",
"ForceTriggerOnTransitionIn": false, "ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false, "ForceTriggerOnTransitionOut": false,
"Frame": 115, "Frame": 79,
"IsLoop": false, "IsLoop": false,
"LayerIndex": 0 "LayerIndex": 0
}, },
@ -41,7 +41,7 @@
"AnimatorStateName": "Attack_Special_02", "AnimatorStateName": "Attack_Special_02",
"ForceTriggerOnTransitionIn": false, "ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false, "ForceTriggerOnTransitionOut": false,
"Frame": 44, "Frame": 62,
"IsLoop": false, "IsLoop": false,
"LayerIndex": 0 "LayerIndex": 0
} }
@ -70,10 +70,28 @@
{ {
"$type": "TriggerAbilityAction", "$type": "TriggerAbilityAction",
"AbilityName": "Brujas_QTE_Bullet_04" "AbilityName": "Brujas_QTE_Bullet_04"
}
]
},
"QTEExtraBulletLaunchModifier": {
"Duration": 2,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Brujas_QTEExtra_Bullet_01"
}, },
{ {
"$type": "TriggerAbilityAction", "$type": "TriggerAbilityAction",
"AbilityName": "Brujas_QTE_Bullet_05" "AbilityName": "Brujas_QTEExtra_Bullet_02"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Brujas_QTEExtra_Bullet_03"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Brujas_QTEExtra_Bullet_04"
} }
] ]
}, },
@ -96,10 +114,6 @@
{ {
"$type": "TriggerAbilityAction", "$type": "TriggerAbilityAction",
"AbilityName": "Brujas_SP_Bullet_04" "AbilityName": "Brujas_SP_Bullet_04"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Brujas_SP_Bullet_05"
} }
] ]
} }

View File

@ -166,6 +166,11 @@
"$type": "ByTransitionName", "$type": "ByTransitionName",
"Target": "Caster", "Target": "Caster",
"TransitionName": "RunEndToNormal" "TransitionName": "RunEndToNormal"
},
{
"$type": "ByTransitionName",
"Target": "Caster",
"TransitionName": "Run_Loop -> Evade_Front"
} }
], ],
"Target": "Caster" "Target": "Caster"

View File

@ -192,7 +192,7 @@
{ {
"AnimatorStateName": "Attack_ChainAttack_02", "AnimatorStateName": "Attack_ChainAttack_02",
"FrameCountHigh": 130, "FrameCountHigh": 130,
"FrameCountLow": 30, "FrameCountLow": 39,
"MaxFrameCountHigh": false, "MaxFrameCountHigh": false,
"ModifierNameList": [ "ModifierNameList": [
"AidAttack_Common_Modifier" "AidAttack_Common_Modifier"

View File

@ -0,0 +1,74 @@
{
"AbilityMixins": [
{
"$type": "BulletMixin",
"AliveDuration": 1,
"BulletColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderType": "Sphere",
"SphereColliderRadius": 3
},
"BulletHitTypeName": "Normal",
"BulletInitPosRot": {
"CoordsOption": "Caster",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": -0.04,
"y": 0,
"z": 3.44
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Caster"
},
"Targetting": "Enemy"
},
"BulletName": "Bullet_Empty_IgnoreWall",
"CanHitStage": false,
"DelayActionList": [
{
"Actions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Brujas_Attack_ExQTE_23_ShockWave",
"Target": "Other"
}
],
"DelayTime": 0
},
{
"DelayTime": 0.07,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_01_02"
}
],
"DestroyExplode": false,
"HitOtherExplode": false,
"HitStageExplode": false,
"MaxHitNum": -1,
"MaxHitStageNum": -1,
"MaxHitTargetNum": -1,
"MaxTouchStageNum": 0,
"Targetting": "Enemy"
}
],
"AbilityName": "Brujas_ExQTE_Bullet_01",
"AbilityStacking": "Unique"
}

View File

@ -0,0 +1,74 @@
{
"AbilityMixins": [
{
"$type": "BulletMixin",
"AliveDuration": 1,
"BulletColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderType": "Sphere",
"SphereColliderRadius": 3
},
"BulletEffect": {
"EffectPattern": "Eff_Brujas_Attack_QTE_01_Boom"
},
"BulletHitTypeName": "Normal",
"BulletInitPosRot": {
"CoordsOption": "Caster",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": -1.2,
"y": 0,
"z": 2
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Caster"
},
"Targetting": "Enemy"
},
"BulletName": "Bullet_Empty_IgnoreWall",
"CanHitStage": false,
"DelayActionList": [
{
"Actions": [
{
"$type": "FireAudio",
"AudioPattern": "Play_SFX_Char_Skill_Brujas_SwitchIn_Attack_4_Explo_1_Extra",
"Target": "Other"
}
],
"DelayTime": 0.35,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Extra_Attack_AttackProperty_04"
}
],
"DestroyExplode": false,
"HitOtherExplode": false,
"HitStageExplode": false,
"MaxHitNum": -1,
"MaxHitStageNum": -1,
"MaxHitTargetNum": -1,
"MaxTouchStageNum": 0,
"Targetting": "Enemy"
}
],
"AbilityName": "Brujas_QTEExtra_Bullet_01",
"AbilityStacking": "Unique"
}

View File

@ -0,0 +1,81 @@
{
"AbilityMixins": [
{
"$type": "BulletMixin",
"AliveDuration": 1,
"BulletColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderType": "Sphere",
"SphereColliderRadius": 3
},
"BulletHitTypeName": "Normal",
"BulletInitPosRot": {
"CoordsOption": "Caster",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0.7,
"y": 0,
"z": 1.5
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Caster"
},
"Targetting": "Enemy"
},
"BulletName": "Bullet_Empty_IgnoreWall",
"CanHitStage": false,
"DelayActionList": [
{
"Actions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Brujas_Attack_QTE_01_Boom",
"Target": "Other"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_SFX_Char_Skill_Brujas_SwitchIn_Attack_4_Explo_3_Extra",
"Target": "Other"
},
{
"$type": "TriggerSoundAction",
"Target": "Other",
"soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4"
}
],
"DelayTime": 0.433333,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Extra_Attack_AttackProperty_04"
}
],
"DestroyExplode": false,
"HitOtherExplode": false,
"HitStageExplode": false,
"MaxHitNum": -1,
"MaxHitStageNum": -1,
"MaxHitTargetNum": -1,
"MaxTouchStageNum": 0,
"Targetting": "Enemy"
}
],
"AbilityName": "Brujas_QTEExtra_Bullet_02",
"AbilityStacking": "Unique"
}

View File

@ -0,0 +1,81 @@
{
"AbilityMixins": [
{
"$type": "BulletMixin",
"AliveDuration": 1,
"BulletColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderType": "Sphere",
"SphereColliderRadius": 3
},
"BulletHitTypeName": "Normal",
"BulletInitPosRot": {
"CoordsOption": "Caster",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": -2,
"y": 0,
"z": 4
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Caster"
},
"Targetting": "Enemy"
},
"BulletName": "Bullet_Empty_IgnoreWall",
"CanHitStage": false,
"DelayActionList": [
{
"Actions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Brujas_Attack_QTE_01_Boom",
"Target": "Other"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_SFX_Char_Skill_Brujas_SwitchIn_Attack_4_Explo_4_Extra",
"Target": "Other"
},
{
"$type": "TriggerSoundAction",
"Target": "Other",
"soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4"
}
],
"DelayTime": 0.5166667,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Extra_Attack_AttackProperty_04"
}
],
"DestroyExplode": false,
"HitOtherExplode": false,
"HitStageExplode": false,
"MaxHitNum": -1,
"MaxHitStageNum": -1,
"MaxHitTargetNum": -1,
"MaxTouchStageNum": 0,
"Targetting": "Enemy"
}
],
"AbilityName": "Brujas_QTEExtra_Bullet_03",
"AbilityStacking": "Unique"
}

View File

@ -0,0 +1,81 @@
{
"AbilityMixins": [
{
"$type": "BulletMixin",
"AliveDuration": 1,
"BulletColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderType": "Sphere",
"SphereColliderRadius": 3
},
"BulletHitTypeName": "Normal",
"BulletInitPosRot": {
"CoordsOption": "Caster",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 1,
"y": 0,
"z": 3.5
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Caster"
},
"Targetting": "Enemy"
},
"BulletName": "Bullet_Empty_IgnoreWall",
"CanHitStage": false,
"DelayActionList": [
{
"Actions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Brujas_Attack_QTE_01_Boom",
"Target": "Other"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_SFX_Char_Skill_Brujas_SwitchIn_Attack_4_Explo_5_Extra",
"Target": "Other"
},
{
"$type": "TriggerSoundAction",
"Target": "Other",
"soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4"
}
],
"DelayTime": 0.6,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Extra_Attack_AttackProperty_04"
}
],
"DestroyExplode": false,
"HitOtherExplode": false,
"HitStageExplode": false,
"MaxHitNum": -1,
"MaxHitStageNum": -1,
"MaxHitTargetNum": -1,
"MaxTouchStageNum": 0,
"Targetting": "Enemy"
}
],
"AbilityName": "Brujas_QTEExtra_Bullet_04",
"AbilityStacking": "Unique"
}

View File

@ -33,7 +33,7 @@
"IsUseRotationXZ": false, "IsUseRotationXZ": false,
"IsUseRotationY": true, "IsUseRotationY": true,
"PositionOffset": { "PositionOffset": {
"x": -0.7, "x": -1.2,
"y": 0, "y": 0,
"z": 2 "z": 2
} }
@ -55,7 +55,8 @@
"Target": "Other" "Target": "Other"
} }
], ],
"DelayTime": 0 "DelayTime": 0.35,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Attack_AttackProperty_04"
} }
], ],
"DestroyExplode": false, "DestroyExplode": false,

View File

@ -30,9 +30,9 @@
"IsUseRotationXZ": false, "IsUseRotationXZ": false,
"IsUseRotationY": true, "IsUseRotationY": true,
"PositionOffset": { "PositionOffset": {
"x": 1, "x": 0.7,
"y": 0, "y": 0,
"z": 4.5 "z": 1.5
} }
}, },
"TargetOption": { "TargetOption": {
@ -62,7 +62,8 @@
"soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4" "soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4"
} }
], ],
"DelayTime": 0.083333 "DelayTime": 0.433333,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Attack_AttackProperty_04"
} }
], ],
"DestroyExplode": false, "DestroyExplode": false,

View File

@ -32,7 +32,7 @@
"PositionOffset": { "PositionOffset": {
"x": -2, "x": -2,
"y": 0, "y": 0,
"z": 7 "z": 4
} }
}, },
"TargetOption": { "TargetOption": {
@ -62,7 +62,8 @@
"soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4" "soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4"
} }
], ],
"DelayTime": 0.1666667 "DelayTime": 0.5166667,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Attack_AttackProperty_04"
} }
], ],
"DestroyExplode": false, "DestroyExplode": false,

View File

@ -30,9 +30,9 @@
"IsUseRotationXZ": false, "IsUseRotationXZ": false,
"IsUseRotationY": true, "IsUseRotationY": true,
"PositionOffset": { "PositionOffset": {
"x": 1.25, "x": 1,
"y": 0, "y": 0,
"z": 9.5 "z": 3.5
} }
}, },
"TargetOption": { "TargetOption": {
@ -62,7 +62,8 @@
"soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4" "soundActionKey": "Play_SFX_Char_Impact_Brujas_SwitchIn_Attack_4"
} }
], ],
"DelayTime": 0.25 "DelayTime": 0.6,
"HitAnimEventID": "Brujas_Attack_SwitchIn_Attack_AttackProperty_04"
} }
], ],
"DestroyExplode": false, "DestroyExplode": false,

View File

@ -30,9 +30,9 @@
"IsUseRotationXZ": false, "IsUseRotationXZ": false,
"IsUseRotationY": true, "IsUseRotationY": true,
"PositionOffset": { "PositionOffset": {
"x": 0, "x": -0.27,
"y": 0, "y": 0,
"z": 1 "z": 4.841536
} }
}, },
"TargetOption": { "TargetOption": {
@ -57,7 +57,7 @@
"Target": "Other" "Target": "Other"
} }
], ],
"DelayTime": 0.1, "DelayTime": 0,
"HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01" "HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01"
} }
], ],

View File

@ -30,9 +30,9 @@
"IsUseRotationXZ": false, "IsUseRotationXZ": false,
"IsUseRotationY": true, "IsUseRotationY": true,
"PositionOffset": { "PositionOffset": {
"x": 0.5, "x": -0.1,
"y": 0, "y": 0,
"z": 2 "z": 10.55154
} }
}, },
"TargetOption": { "TargetOption": {
@ -53,11 +53,11 @@
}, },
{ {
"$type": "FireAudio", "$type": "FireAudio",
"AudioPattern": "Play_SFX_Char_Skill_Brujas_Attack_Special_02_4_Explo_2", "AudioPattern": "Play_SFX_Char_Skill_Brujas_Attack_Special_02_4_Explo_3",
"Target": "Other" "Target": "Other"
} }
], ],
"DelayTime": 0.23333, "DelayTime": 0.13333,
"HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01" "HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01"
} }
], ],

View File

@ -30,9 +30,9 @@
"IsUseRotationXZ": false, "IsUseRotationXZ": false,
"IsUseRotationY": true, "IsUseRotationY": true,
"PositionOffset": { "PositionOffset": {
"x": -0.5, "x": 0.05,
"y": 0, "y": 0,
"z": 5 "z": 17.50154
} }
}, },
"TargetOption": { "TargetOption": {
@ -53,11 +53,11 @@
}, },
{ {
"$type": "FireAudio", "$type": "FireAudio",
"AudioPattern": "Play_SFX_Char_Skill_Brujas_Attack_Special_02_4_Explo_3", "AudioPattern": "Play_SFX_Char_Skill_Brujas_Attack_Special_02_4_Explo_4",
"Target": "Other" "Target": "Other"
} }
], ],
"DelayTime": 0.3333333, "DelayTime": 0.2333333,
"HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01" "HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01"
} }
], ],

View File

@ -30,9 +30,9 @@
"IsUseRotationXZ": false, "IsUseRotationXZ": false,
"IsUseRotationY": true, "IsUseRotationY": true,
"PositionOffset": { "PositionOffset": {
"x": 0.5, "x": 0.22,
"y": 0, "y": 0,
"z": 8 "z": 25
} }
}, },
"TargetOption": { "TargetOption": {
@ -53,11 +53,11 @@
}, },
{ {
"$type": "FireAudio", "$type": "FireAudio",
"AudioPattern": "Play_SFX_Char_Skill_Brujas_Attack_Special_02_4_Explo_4", "AudioPattern": "Play_SFX_Char_Skill_Brujas_Attack_Special_02_4_Explo_5",
"Target": "Other" "Target": "Other"
} }
], ],
"DelayTime": 0.466666666, "DelayTime": 0.3,
"HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01" "HitAnimEventID": "Brujas_Attack_Special_02_AttackProperty_04_01"
} }
], ],

View File

@ -56,6 +56,7 @@
"$type": "ByAnimEventIDs", "$type": "ByAnimEventIDs",
"AnimEventIDs": [ "AnimEventIDs": [
"Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_01", "Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_01",
"Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_01_02",
"Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_02", "Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_02",
"Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_03", "Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_03",
"Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_04_01", "Brujas_Attack_SwitchIn_Attack_Ex_AttackProperty_04_01",

View File

@ -42,7 +42,7 @@
} }
], ],
"AnimatorStateName": "Attack_ChainAttack_02", "AnimatorStateName": "Attack_ChainAttack_02",
"ForceTriggerOnTransitionIn": false, "ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false, "ForceTriggerOnTransitionOut": false,
"Frame": 0, "Frame": 0,
"IsLoop": false, "IsLoop": false,

Binary file not shown.

View File

@ -19650,10 +19650,10 @@
"DBEACLEEOGA": 1301, "DBEACLEEOGA": 1301,
"KPFDAJBNLJN": 1, "KPFDAJBNLJN": 1,
"AGBJDONHLPK": 0, "AGBJDONHLPK": 0,
"HELBJAHCAAF": 22590, "HELBJAHCAAF": 28090,
"NFOPJKIGIFE": 2060, "NFOPJKIGIFE": 2560,
"DKLDKOAAEGF": 22590, "DKLDKOAAEGF": 28090,
"BBIBJLPFNJH": 1030, "BBIBJLPFNJH": 1280,
"MPNBPLPLLDE": 0, "MPNBPLPLLDE": 0,
"EANHDJMLGAE": 0, "EANHDJMLGAE": 0,
"BJPMAHPCENC": 0, "BJPMAHPCENC": 0,
@ -19661,15 +19661,15 @@
"OBKDJNKIIOJ": "", "OBKDJNKIIOJ": "",
"MIMIKEMBIMP": 0, "MIMIKEMBIMP": 0,
"JCBFBLKEEMK": 0, "JCBFBLKEEMK": 0,
"NOLDAEJFMPK": 23125, "NOLDAEJFMPK": 28333,
"HJPPLIKLICL": 0, "HJPPLIKLICL": 0,
"DOJCDGBIAGK": 2, "DOJCDGBIAGK": 2,
"IGCOCLADDHJ": 496375, "IGCOCLADDHJ": 582175,
"IIDOBJPFBHG": 0, "IIDOBJPFBHG": 0,
"BCDFBJKOAAC": 0, "BCDFBJKOAAC": 0,
"KIJBBHBHCJG": [], "KIJBBHBHCJG": [],
"GGNGEAIEPAM": 0, "GGNGEAIEPAM": 0,
"OIECPHMHAMJ": 10167, "OIECPHMHAMJ": 14334,
"FDOGFCLNBCD": 0, "FDOGFCLNBCD": 0,
"EBGPDHCCPMI": 0, "EBGPDHCCPMI": 0,
"LMABJBOOELC": 0 "LMABJBOOELC": 0