mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
4943 lines
234 KiB
JSON
4943 lines
234 KiB
JSON
[
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_LudiHarpastum_Shooter",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"modifierName": "Mode0"
|
|
},
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 201,
|
|
"modifierName": "Mode1"
|
|
},
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 202,
|
|
"modifierName": "Mode2"
|
|
},
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 203,
|
|
"modifierName": "Mode3"
|
|
}
|
|
],
|
|
"abilitySpecials": {
|
|
"FeverPercentage": 1.0,
|
|
"RealFeverPercentage": 2.0,
|
|
"NormalDamage": -10.0,
|
|
"SoilDamage": -15.0,
|
|
"IceDamage": -15.0,
|
|
"CurveDamage": -20.0,
|
|
"AttractDamage": -10.0,
|
|
"SpeedDamage": -20.0,
|
|
"ShieldPercentage": 1.0,
|
|
"PerfectPercentage": 1.2000000476837158,
|
|
"MaxHP": 240.0,
|
|
"AttachSheildHp": 30.0,
|
|
"MaxHP2": 320.0,
|
|
"AttachSheildHp2": 30.0,
|
|
"MaxHP3": 360.0,
|
|
"AttachSheildHp3": 30.0,
|
|
"ShieldTimer": 5.0,
|
|
"ShieldValue": 3.0,
|
|
"ShieldBrokNum": 1.5,
|
|
"ShieldMaxTime": 15.0,
|
|
"FerverTimer": 15.0,
|
|
"MissNum": 3.0
|
|
},
|
|
"modifiers": {
|
|
"Mode0": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "EnableHitBoxByName",
|
|
"hitBoxNames": [
|
|
"HitBox"
|
|
]
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "_CHARGEBAR_VALUE",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController3"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController2"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController"
|
|
}
|
|
]
|
|
},
|
|
"Mode1": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "EnableHitBoxByName",
|
|
"hitBoxNames": [
|
|
"HitBox"
|
|
],
|
|
"setEnable": true
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "FeverController"
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "ShieldController"
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "ShootController"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "HPController2"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "HPController3"
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": "MaxHP",
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": "MaxHP",
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"Mode2": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "EnableHitBoxByName",
|
|
"hitBoxNames": [
|
|
"HitBox"
|
|
],
|
|
"setEnable": true
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "FeverController"
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "ShieldController"
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "ShootController"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController2"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "HPController"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "HPController3"
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": "MaxHP2",
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": "MaxHP2",
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"Mode3": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "EnableHitBoxByName",
|
|
"hitBoxNames": [
|
|
"HitBox"
|
|
],
|
|
"setEnable": true
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "FeverController"
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "ShieldController"
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "ShootController"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController3"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "HPController2"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "HPController"
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": "MaxHP3",
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": "MaxHP3",
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootController": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueMixin",
|
|
"globalValueKey": "SGV_BDShootType",
|
|
"defaultGlobalValueOnCreate": 0.0,
|
|
"valueSteps": [
|
|
0.5,
|
|
1.5,
|
|
2.5,
|
|
3.5,
|
|
4.5,
|
|
5.5,
|
|
6.5,
|
|
7.5,
|
|
8.5,
|
|
9.5,
|
|
10.5,
|
|
11.5,
|
|
12.5,
|
|
13.5,
|
|
14.5,
|
|
15.5,
|
|
16.5,
|
|
17.5,
|
|
18.5,
|
|
19.5,
|
|
20.5,
|
|
21.5,
|
|
22.5,
|
|
23.5,
|
|
24.5,
|
|
25.5,
|
|
26.5,
|
|
27.5,
|
|
28.5,
|
|
29.5,
|
|
30.5,
|
|
31.5,
|
|
32.5,
|
|
33.5,
|
|
34.5,
|
|
35.5,
|
|
36.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"ShootType1",
|
|
"ShootType2",
|
|
"ShootType3",
|
|
"ShootType4",
|
|
"ShootType5",
|
|
"ShootType6",
|
|
"ShootType7",
|
|
"ShootType8",
|
|
"ShootType9",
|
|
"ShootType10",
|
|
"ShootType11",
|
|
"ShootType12",
|
|
"ShootType13",
|
|
"ShootType14",
|
|
"ShootType15",
|
|
"ShootType16",
|
|
"ShootType17",
|
|
"ShootType18",
|
|
"ShootType19",
|
|
"ShootType20",
|
|
"ShootType21",
|
|
"ShootType22",
|
|
"ShootType23",
|
|
"ShootType24",
|
|
"ShootType25",
|
|
"ShootType26",
|
|
"ShootType27",
|
|
"ShootType28",
|
|
"ShootType29",
|
|
"ShootType30",
|
|
"ShootType31",
|
|
"ShootType32",
|
|
"ShootType33",
|
|
"ShootType34",
|
|
"ShootType35",
|
|
"ShootType36"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ShootType1": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 2.75,
|
|
"maxInterval": 2.8499999046325684,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 20,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType2": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.75,
|
|
"maxInterval": 1.850000023841858,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 2,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 3,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType3": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 2.549999952316284,
|
|
"maxInterval": 2.6500000953674316,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType4": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.649999976158142,
|
|
"maxInterval": 1.75,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"FMMJLOCHHLM": 30
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350229,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType5": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 2.3499999046325684,
|
|
"maxInterval": 2.450000047683716,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 30
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350229,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType6": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.5499999523162842,
|
|
"maxInterval": 1.649999976158142,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 20,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 15,
|
|
"FMMJLOCHHLM": 30
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350229,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 10,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType7": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.75,
|
|
"maxInterval": 1.850000023841858,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 3,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 3,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType8": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.7000000476837158,
|
|
"maxInterval": 1.7999999523162842,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350230,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 10,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType9": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.75,
|
|
"maxInterval": 1.850000023841858,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350272,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType10": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 0.699999988079071,
|
|
"maxInterval": 0.800000011920929,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType11": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.5499999523162842,
|
|
"maxInterval": 1.649999976158142,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 15,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350230,
|
|
"FPLBCOJFHAI": 70350272,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 10,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType12": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 0.625,
|
|
"maxInterval": 0.675000011920929,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 20,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350230,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType13": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 2.3499999046325684,
|
|
"maxInterval": 2.450000047683716,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350232,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType14": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.75,
|
|
"maxInterval": 1.850000023841858,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350232,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType15": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 2.1500000953674316,
|
|
"maxInterval": 2.25,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350231,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"IPEEJEJKOIL": 70350231,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType16": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.75,
|
|
"maxInterval": 1.850000023841858,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350231,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350232,
|
|
"IPEEJEJKOIL": 70350231,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType17": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.9500000476837158,
|
|
"maxInterval": 2.049999952316284,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350229,
|
|
"FPLBCOJFHAI": 70350272,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType18": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 0.7250000238418579,
|
|
"maxInterval": 0.7749999761581421,
|
|
"GAGPHFOPHLF": 0.75,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
},
|
|
{
|
|
"bulletID": 70350231,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350230,
|
|
"FPLBCOJFHAI": 70350232,
|
|
"IPEEJEJKOIL": 70350231,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType19": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.9500000476837158,
|
|
"maxInterval": 2.049999952316284,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 20,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType20": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4500000476837158,
|
|
"maxInterval": 1.5499999523162842,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 2,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 3,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType21": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.850000023841858,
|
|
"maxInterval": 1.9500000476837158,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType22": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4500000476837158,
|
|
"maxInterval": 1.5499999523162842,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"FMMJLOCHHLM": 30
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350229,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType23": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.75,
|
|
"maxInterval": 1.850000023841858,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 30
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350229,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType24": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4500000476837158,
|
|
"maxInterval": 1.5499999523162842,
|
|
"GAGPHFOPHLF": 1.0,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 20,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 15,
|
|
"FMMJLOCHHLM": 30
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 25
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350229,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 10,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType25": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4500000476837158,
|
|
"maxInterval": 1.5499999523162842,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 3,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 3,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType26": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4249999523162842,
|
|
"maxInterval": 1.475000023841858,
|
|
"GAGPHFOPHLF": 0.75,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350230,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 10,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType27": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4500000476837158,
|
|
"maxInterval": 1.5499999523162842,
|
|
"GAGPHFOPHLF": 0.75,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350272,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType28": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 0.6000000238418579,
|
|
"maxInterval": 0.699999988079071,
|
|
"GAGPHFOPHLF": 0.75,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType29": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.350000023841858,
|
|
"maxInterval": 1.399999976158142,
|
|
"GAGPHFOPHLF": 0.75,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 15,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350230,
|
|
"FPLBCOJFHAI": 70350272,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 10,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType30": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 0.574999988079071,
|
|
"maxInterval": 0.625,
|
|
"GAGPHFOPHLF": 0.75,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 20,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350272,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350230,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType31": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.725000023841858,
|
|
"maxInterval": 1.774999976158142,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
},
|
|
{
|
|
"bulletID": 70350233,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350232,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType32": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4500000476837158,
|
|
"maxInterval": 1.5499999523162842,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350232,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType33": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.725000023841858,
|
|
"maxInterval": 1.774999976158142,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350206,
|
|
"w": -1,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350231,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": 5,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350206,
|
|
"IPEEJEJKOIL": 70350231,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType34": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.4500000476837158,
|
|
"maxInterval": 1.5499999523162842,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
},
|
|
{
|
|
"bulletID": 70350273,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350231,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350273,
|
|
"FPLBCOJFHAI": 70350232,
|
|
"IPEEJEJKOIL": 70350231,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType35": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 1.6749999523162842,
|
|
"maxInterval": 1.725000023841858,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350272,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 25
|
|
},
|
|
{
|
|
"bulletID": 70350280,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 20
|
|
},
|
|
{
|
|
"bulletID": 70350229,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350229,
|
|
"FPLBCOJFHAI": 70350272,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"ShootType36": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "MultiBadmintonShootMixin",
|
|
"minInterval": 0.625,
|
|
"maxInterval": 0.675000011920929,
|
|
"GAGPHFOPHLF": 0.8500000238418579,
|
|
"DCDGDKAJLFB": [
|
|
"_Is_LudiHarpastum_Ball_Attract"
|
|
],
|
|
"CFMOHNBOLEJ": [
|
|
{
|
|
"bulletID": 70350232,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 32
|
|
},
|
|
{
|
|
"bulletID": 70350231,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
},
|
|
{
|
|
"bulletID": 70350230,
|
|
"w": 10,
|
|
"FMMJLOCHHLM": 28
|
|
}
|
|
],
|
|
"FKNABNHBOAF": 70350230,
|
|
"FPLBCOJFHAI": 70350232,
|
|
"IPEEJEJKOIL": 70350231,
|
|
"JGCLENGBODI": [
|
|
"BD_TraceTarget"
|
|
],
|
|
"KGFLPOOODAD": 5,
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByAttachPoint",
|
|
"LHNNAGIFPIB": 25.0,
|
|
"attachPointName": "ShootPoint"
|
|
},
|
|
"attachPointName": "ShootPoint"
|
|
}
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_CanTriggerShield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"HPController": {
|
|
"stacking": "Unique",
|
|
"modifierName": "",
|
|
"elementDurability": "MaxHP",
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "ShieldBarMixin",
|
|
"showDamageText": ""
|
|
},
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueMixin",
|
|
"globalValueKey": "LudiHarpastum_Shooter_In_Shield",
|
|
"defaultGlobalValueOnCreate": 0.0,
|
|
"valueSteps": [
|
|
-1.0,
|
|
0.5,
|
|
1.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"OutShield",
|
|
"InShield"
|
|
]
|
|
},
|
|
{
|
|
"$type": "AttachModifierToElementDurabilityMixin",
|
|
"valueSteps": [
|
|
0.5,
|
|
"AttachSheildHp"
|
|
],
|
|
"modifierNameSteps": [
|
|
"AddSheild"
|
|
]
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_HPCount",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "LudiHarpastum_Shooter_In_Shield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": -1.0,
|
|
"key": "GV_HPCount",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_HPCount",
|
|
"value": 0.0
|
|
}
|
|
],
|
|
"effectPattern": "Eff_SceneObj_ElementPitchingMachine_Destroy"
|
|
},
|
|
{
|
|
"$type": "KillSelf",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_HPCount",
|
|
"value": 0.0
|
|
}
|
|
],
|
|
"duration": 1.0,
|
|
"BKFHCBOLIFL": true
|
|
}
|
|
],
|
|
"onBeingHit": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 1.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 1.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"NormalDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 1.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 2.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 2.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SoilDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 2.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 4.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 4.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"CurveDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 4.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 6.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 6.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"AttractDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 6.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 3.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 3.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"IceDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 3.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 5.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 5.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SpeedDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 5.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"HPController2": {
|
|
"stacking": "Unique",
|
|
"modifierName": "",
|
|
"elementDurability": "MaxHP2",
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "ShieldBarMixin",
|
|
"showDamageText": ""
|
|
},
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueMixin",
|
|
"globalValueKey": "LudiHarpastum_Shooter_In_Shield",
|
|
"defaultGlobalValueOnCreate": 0.0,
|
|
"valueSteps": [
|
|
-1.0,
|
|
0.5,
|
|
1.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"OutShield",
|
|
"InShield"
|
|
]
|
|
},
|
|
{
|
|
"$type": "AttachModifierToElementDurabilityMixin",
|
|
"valueSteps": [
|
|
0.5,
|
|
"AttachSheildHp2"
|
|
],
|
|
"modifierNameSteps": [
|
|
"AddSheild"
|
|
]
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_HPCount",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "LudiHarpastum_Shooter_In_Shield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": -1.0,
|
|
"key": "GV_HPCount",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_HPCount",
|
|
"value": 0.0
|
|
}
|
|
],
|
|
"effectPattern": "Eff_SceneObj_ElementPitchingMachine_Destroy"
|
|
},
|
|
{
|
|
"$type": "KillSelf",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_HPCount",
|
|
"value": 0.0
|
|
}
|
|
],
|
|
"duration": 1.0,
|
|
"BKFHCBOLIFL": true
|
|
}
|
|
],
|
|
"onBeingHit": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 1.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 1.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"NormalDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 1.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 2.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 2.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SoilDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 2.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 4.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 4.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"CurveDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 4.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 6.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 6.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"AttractDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 6.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 3.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 3.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"IceDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 3.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 5.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 5.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SpeedDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 5.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController2",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"HPController3": {
|
|
"stacking": "Unique",
|
|
"modifierName": "",
|
|
"elementDurability": "MaxHP3",
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "ShieldBarMixin",
|
|
"showDamageText": ""
|
|
},
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueMixin",
|
|
"globalValueKey": "LudiHarpastum_Shooter_In_Shield",
|
|
"defaultGlobalValueOnCreate": 0.0,
|
|
"valueSteps": [
|
|
-1.0,
|
|
0.5,
|
|
1.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"OutShield",
|
|
"InShield"
|
|
]
|
|
},
|
|
{
|
|
"$type": "AttachModifierToElementDurabilityMixin",
|
|
"valueSteps": [
|
|
0.5,
|
|
"AttachSheildHp3"
|
|
],
|
|
"modifierNameSteps": [
|
|
"AddSheild"
|
|
]
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_HPCount",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "LudiHarpastum_Shooter_In_Shield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": -1.0,
|
|
"key": "GV_HPCount",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_HPCount",
|
|
"value": 0.0
|
|
}
|
|
],
|
|
"effectPattern": "Eff_SceneObj_ElementPitchingMachine_Destroy"
|
|
},
|
|
{
|
|
"$type": "KillSelf",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_HPCount",
|
|
"value": 0.0
|
|
}
|
|
],
|
|
"duration": 1.0,
|
|
"BKFHCBOLIFL": true
|
|
}
|
|
],
|
|
"onBeingHit": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 1.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 1.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"NormalDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 1.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"NormalDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 2.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 2.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SoilDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 2.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SoilDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 4.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 4.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"CurveDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 4.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"CurveDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 6.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 6.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"AttractDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 6.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"AttractDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 3.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 3.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"IceDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 3.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"IceDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 5.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 5.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"failActions": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"target": "TargetOriginOwner",
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"GAIGNEFHDBL": true,
|
|
"funcName": "AddScore",
|
|
"MPBMJIGLEMJ": 3,
|
|
"LIOGECEPJAH": [
|
|
"SpeedDamage",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"FDDPMCCJIKN": 1.0,
|
|
"KNJMHMKNCKF": 5.0
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": [
|
|
"SpeedDamage",
|
|
"ShieldPercentage",
|
|
"Mul",
|
|
"FeverPercentage",
|
|
"Mul",
|
|
"PerfectPercentage",
|
|
"Mul"
|
|
],
|
|
"modifierName": "HPController3",
|
|
"useLimitRange": true,
|
|
"maxValue": 1000.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ShieldController": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"thinkInterval": "ShieldTimer",
|
|
"onThinkInterval": [
|
|
{
|
|
"$type": "Predicated",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "SGV_BDShootType",
|
|
"value": 0.0,
|
|
"compareType": "MoreThan"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_CanTriggerShield",
|
|
"value": 1.0
|
|
}
|
|
],
|
|
"value": 1.0,
|
|
"key": "LudiHarpastum_Shooter_In_Shield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "ShieldController"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"AddSheild": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "GV_CanTriggerShield",
|
|
"value": 1.0
|
|
}
|
|
],
|
|
"value": 1.0,
|
|
"key": "LudiHarpastum_Shooter_In_Shield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"OutShield": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetOverrideMapValue",
|
|
"value": 1.0,
|
|
"OGAHELLALBB": "ShieldPercentage"
|
|
}
|
|
]
|
|
},
|
|
"InShield": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"thinkInterval": "ShieldMaxTime",
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueMixin",
|
|
"globalValueKey": "Shield_Hit_Num",
|
|
"defaultGlobalValueOnCreate": 0.0,
|
|
"valueSteps": [
|
|
"ShieldBrokNum",
|
|
"ShieldValue"
|
|
],
|
|
"modifierNameSteps": [
|
|
"ShieldBroken"
|
|
]
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetOverrideMapValue",
|
|
"value": 0.5,
|
|
"OGAHELLALBB": "ShieldPercentage"
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "GV_In_Shield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_ElementPitchingMachine_Shield"
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "SetOverrideMapValue",
|
|
"value": 1.0,
|
|
"OGAHELLALBB": "ShieldPercentage"
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "GV_In_Shield",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_SceneObj_ElementPitchingMachine_Shield_Destroy"
|
|
}
|
|
],
|
|
"onBeingHit": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Perfect",
|
|
"value": 1.0
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": 1.0,
|
|
"key": "Shield_Hit_Num",
|
|
"useLimitRange": true,
|
|
"maxValue": "ShieldValue",
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "Shield_Hit_Num",
|
|
"value": "ShieldValue"
|
|
}
|
|
],
|
|
"luaCallType": "CurGalleryControlGroup",
|
|
"funcName": "ShieldDieCount",
|
|
"LIOGECEPJAH": 0.0,
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 0.0
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "Shield_Hit_Num",
|
|
"value": "ShieldValue"
|
|
}
|
|
],
|
|
"modifierName": "InShield"
|
|
}
|
|
],
|
|
"onThinkInterval": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "InShield"
|
|
}
|
|
]
|
|
},
|
|
"ShieldBroken": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_ElementPitchingMachine_ShieldCracked"
|
|
}
|
|
]
|
|
},
|
|
"FeverController": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueMixin",
|
|
"globalValueKey": "_CHARGEBAR_VALUE",
|
|
"defaultGlobalValueOnCreate": 0.0,
|
|
"valueSteps": [
|
|
-1.0,
|
|
7.5,
|
|
8.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"OutFever",
|
|
"UNIQUE_InFever"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ChargeBarMixin",
|
|
"JHEDELNOMHP": 2,
|
|
"DDGAMGECBHI": 0.0,
|
|
"maxValue": 8.0
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "EnableHitBoxByName",
|
|
"hitBoxNames": [
|
|
"HitBox"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController2"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "HPController3"
|
|
},
|
|
{
|
|
"$type": "AddElementDurability",
|
|
"value": "MaxHP",
|
|
"modifierName": "HPController",
|
|
"useLimitRange": true,
|
|
"maxValue": "MaxHP",
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"empty": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0
|
|
},
|
|
"OutFever": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetOverrideMapValue",
|
|
"value": 1.0,
|
|
"OGAHELLALBB": "FeverPercentage"
|
|
}
|
|
],
|
|
"onBeingHit": [
|
|
{
|
|
"$type": "Predicated",
|
|
"target": "Target",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "_Is_LudiHarpastum_Ball_Type",
|
|
"value": 0.0,
|
|
"compareType": "MoreThan"
|
|
},
|
|
{
|
|
"$type": "ByAttackTags",
|
|
"attackTags": [
|
|
"Activity_LudiHarpastum_CounterBall"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Self",
|
|
"key": "GV_In_Shield",
|
|
"value": 0.0,
|
|
"compareType": "NoneOrEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "AddChargeBarValue",
|
|
"value": 1.0,
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"Miss_To_RemoveFever": {
|
|
"modifierName": "",
|
|
"duration": 0.5,
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "_CHARGEBAR_VALUE",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "MultiBD_Miss",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_InFever": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"duration": "FerverTimer",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"luaCallType": "SpecificGroup",
|
|
"GHGADIKFEGC": [
|
|
144003005
|
|
],
|
|
"funcName": "FeverStart",
|
|
"LIOGECEPJAH": 0.0,
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 0.0
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_ElementPitchingMachine_PowerUp"
|
|
},
|
|
{
|
|
"$type": "SetOverrideMapValue",
|
|
"value": "RealFeverPercentage",
|
|
"OGAHELLALBB": "FeverPercentage"
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "ServerLuaCall",
|
|
"luaCallType": "SpecificGroup",
|
|
"GHGADIKFEGC": [
|
|
144003005
|
|
],
|
|
"funcName": "FeverEnd",
|
|
"LIOGECEPJAH": 0.0,
|
|
"FDDPMCCJIKN": 0.0,
|
|
"KNJMHMKNCKF": 0.0
|
|
},
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 0.0,
|
|
"key": "_CHARGEBAR_VALUE",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetGlobalValue",
|
|
"value": 1.0,
|
|
"key": "Is_LudiHarpastum_Shooter",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |