mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
Merge pull request #4 from GanyusLeftHorn/deobfuscate
(Mostly) Deobfuscate AvatarAbilities and Scene Points
This commit is contained in:
commit
67bc29fb82
File diff suppressed because it is too large
Load Diff
@ -3,29 +3,29 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_DefaultAbility_VisionReplaceDieInvincible",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "DoReviveMixin",
|
||||
"NPBFNPAOCHE": [
|
||||
"onReviveActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"NPHOOPNDCAC": "CurLocalAvatar",
|
||||
"ACOKKHADPOJ": true,
|
||||
"target": "CurLocalAvatar",
|
||||
"doOffStage": true,
|
||||
"GAIGOBCNNEE": "UNIQUE_VisionReplaceDieInvincible_Invincible"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"UNIQUE_VisionReplaceDieInvincible_Invincible": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"IEOFBCGJGEK": true,
|
||||
"GMIMMDOGGIO": 2.5,
|
||||
"isUnique": true,
|
||||
"duration": 2.5,
|
||||
"elementDurability": 100.0,
|
||||
"state": "Invincible"
|
||||
}
|
||||
},
|
||||
"NDHIFGEGBAC": [
|
||||
"onAvatarIn": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"predicates": [
|
||||
@ -34,11 +34,11 @@
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByEntityAppearVisionType",
|
||||
"BFEPGFDNFOC": "VisionReborn"
|
||||
"visionType": "VisionReborn"
|
||||
},
|
||||
{
|
||||
"$type": "ByEntityAppearVisionType",
|
||||
"BFEPGFDNFOC": "VisionReplaceDie"
|
||||
"visionType": "VisionReplaceDie"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -46,19 +46,19 @@
|
||||
"GAIGOBCNNEE": "UNIQUE_VisionReplaceDieInvincible_Invincible"
|
||||
}
|
||||
],
|
||||
"FEFIHIEHDOM": true
|
||||
"isDynamicAbility": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_DefaultAbility_AvartarInShaderChange",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"ShaderLerp": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.2999999523162842,
|
||||
"duration": 1.2999999523162842,
|
||||
"elementDurability": 100.0,
|
||||
"FNJKJKACMCH": [
|
||||
"modifierMixins": [
|
||||
{
|
||||
"$type": "ShaderLerpMixin",
|
||||
"type": "CharacterDissolve"
|
||||
@ -66,13 +66,13 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"NDHIFGEGBAC": [
|
||||
"onAvatarIn": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "ShaderLerp"
|
||||
}
|
||||
],
|
||||
"FEFIHIEHDOM": true
|
||||
"isDynamicAbility": true
|
||||
}
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,10 +3,10 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "ActivityAbility_Avatar_Eula_Plot1",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"UNIQUE_ActivityAbility_Avatar_Eula_Plot_NoHarm": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"IEOFBCGJGEK": true,
|
||||
"isUnique": true,
|
||||
"elementDurability": 100.0,
|
||||
"onBeingHit": [
|
||||
{
|
||||
@ -14,27 +14,27 @@
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByHitDamage",
|
||||
"GOCKFJJFLHN": 0.0
|
||||
"damage": 0.0
|
||||
}
|
||||
],
|
||||
"NCNDEAPMKCP": [
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "ServerLuaCall",
|
||||
"MINNFFNDCJH": "CurChallengeGroup",
|
||||
"PDFANJKMFNK": "Avatar_Eula_Plot_Fail",
|
||||
"LIOGECEPJAH": 0.0,
|
||||
"FDDPMCCJIKN": 0.0,
|
||||
"KNJMHMKNCKF": 0.0
|
||||
"luaCallType": "CurChallengeGroup",
|
||||
"funcName": "Avatar_Eula_Plot_Fail",
|
||||
"param1": 0.0,
|
||||
"param2": 0.0,
|
||||
"param3": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"ACOKKHADPOJ": true,
|
||||
"doOffStage": true,
|
||||
"GAIGOBCNNEE": "UNIQUE_ActivityAbility_Avatar_Eula_Plot_NoHarm"
|
||||
}
|
||||
]
|
||||
@ -44,35 +44,35 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "ActivityAbility_Avatar_Eula_Plot2",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"UNIQUE_ActivityAbility_Avatar_Eula_Plot_Throw": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"IEOFBCGJGEK": true,
|
||||
"isUnique": true,
|
||||
"elementDurability": 100.0,
|
||||
"FNJKJKACMCH": [
|
||||
"modifierMixins": [
|
||||
{
|
||||
"$type": "DoActionByAnimatorStateIDMixin",
|
||||
"stateIDs": [
|
||||
"Hit_Throw"
|
||||
],
|
||||
"KELPBOLPMNI": [
|
||||
"enterActions": [
|
||||
{
|
||||
"$type": "ServerLuaCall",
|
||||
"MINNFFNDCJH": "CurChallengeGroup",
|
||||
"PDFANJKMFNK": "Avatar_Eula_Plot_Fail",
|
||||
"LIOGECEPJAH": 0.0,
|
||||
"FDDPMCCJIKN": 0.0,
|
||||
"KNJMHMKNCKF": 0.0
|
||||
"luaCallType": "CurChallengeGroup",
|
||||
"funcName": "Avatar_Eula_Plot_Fail",
|
||||
"param1": 0.0,
|
||||
"param2": 0.0,
|
||||
"param3": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"ACOKKHADPOJ": true,
|
||||
"doOffStage": true,
|
||||
"GAIGOBCNNEE": "UNIQUE_ActivityAbility_Avatar_Eula_Plot_Throw"
|
||||
}
|
||||
]
|
||||
@ -82,15 +82,15 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "ActivityAbility_Avatar_Eula_Plot3",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"UNIQUE_ActivityAbility_Avatar_Eula_Plot_Nofrozen": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"IEOFBCGJGEK": true,
|
||||
"isUnique": true,
|
||||
"elementDurability": 100.0,
|
||||
"FNJKJKACMCH": [
|
||||
"modifierMixins": [
|
||||
{
|
||||
"$type": "AttachToAbilityStateMixin",
|
||||
"ELJGGBDOPIL": [
|
||||
"abilityStates": [
|
||||
"ElementFreeze"
|
||||
],
|
||||
"GAIGOBCNNEE": "UNIQUE_Eula_Plot_Nofrozen_Fail"
|
||||
@ -99,25 +99,25 @@
|
||||
},
|
||||
"UNIQUE_Eula_Plot_Nofrozen_Fail": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"IEOFBCGJGEK": true,
|
||||
"GMIMMDOGGIO": 0.10000000149011612,
|
||||
"isUnique": true,
|
||||
"duration": 0.10000000149011612,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ServerLuaCall",
|
||||
"MINNFFNDCJH": "CurChallengeGroup",
|
||||
"PDFANJKMFNK": "Avatar_Eula_Plot_Fail",
|
||||
"LIOGECEPJAH": 0.0,
|
||||
"FDDPMCCJIKN": 0.0,
|
||||
"KNJMHMKNCKF": 0.0
|
||||
"luaCallType": "CurChallengeGroup",
|
||||
"funcName": "Avatar_Eula_Plot_Fail",
|
||||
"param1": 0.0,
|
||||
"param2": 0.0,
|
||||
"param3": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"ACOKKHADPOJ": true,
|
||||
"doOffStage": true,
|
||||
"GAIGOBCNNEE": "UNIQUE_ActivityAbility_Avatar_Eula_Plot_Nofrozen"
|
||||
}
|
||||
]
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,20 +3,20 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_Wind_Trigger1",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "SkillButtonHoldChargeMixin",
|
||||
"overtime": 10011,
|
||||
"FBKEKCDNBGA": "NextLoopTrigger",
|
||||
"FPOECNCOANG": "EndHoldTrigger",
|
||||
"DALGCIDCLHM": [
|
||||
"nextLoopTriggerID": "NextLoopTrigger",
|
||||
"endHoldTrigger": "EndHoldTrigger",
|
||||
"beforeStateIDs": [
|
||||
"Attack_Pre"
|
||||
],
|
||||
"DPOLLOHHCHN": [
|
||||
"chargeLoopStateIDs": [
|
||||
"WindBlade_Charge",
|
||||
"WindBlade_AS"
|
||||
],
|
||||
"FDBPIFFNAND": [
|
||||
"chargeLoopDurations": [
|
||||
1.0
|
||||
]
|
||||
},
|
||||
@ -28,14 +28,14 @@
|
||||
"GAIGOBCNNEE": "Charge1"
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Charge1": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -46,20 +46,20 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_Wind_Trigger2",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "SkillButtonHoldChargeMixin",
|
||||
"overtime": 10012,
|
||||
"FBKEKCDNBGA": "NextLoopTrigger",
|
||||
"FPOECNCOANG": "EndHoldTrigger",
|
||||
"DALGCIDCLHM": [
|
||||
"nextLoopTriggerID": "NextLoopTrigger",
|
||||
"endHoldTrigger": "EndHoldTrigger",
|
||||
"beforeStateIDs": [
|
||||
"Turbulence_BS"
|
||||
],
|
||||
"DPOLLOHHCHN": [
|
||||
"chargeLoopStateIDs": [
|
||||
"StormBlow_Charge",
|
||||
"StormBlow_AS"
|
||||
],
|
||||
"FDBPIFFNAND": [
|
||||
"chargeLoopDurations": [
|
||||
1.5
|
||||
]
|
||||
},
|
||||
@ -71,14 +71,14 @@
|
||||
"GAIGOBCNNEE": "Charge1"
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Charge1": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -89,22 +89,22 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_WindBlade",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"WindBlade": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 20.0,
|
||||
"duration": 20.0,
|
||||
"elementDurability": 100.0,
|
||||
"FNJKJKACMCH": [
|
||||
"modifierMixins": [
|
||||
{
|
||||
"$type": "ReplaceEventPatternMixin",
|
||||
"LELEMIDJLMK": [
|
||||
"oldPatterns": [
|
||||
"Kevin_Wind_Attack01",
|
||||
"Kevin_Wind_Attack02",
|
||||
"Kevin_Wind_Attack03",
|
||||
"Kevin_Wind_Attack04",
|
||||
"Kevin_Wind_Attack05"
|
||||
],
|
||||
"ECCHFNODIPH": [
|
||||
"newPatterns": [
|
||||
"Kevin_WindBlade01",
|
||||
"Kevin_WindBlade02",
|
||||
"Kevin_WindBlade03",
|
||||
@ -114,47 +114,47 @@
|
||||
},
|
||||
{
|
||||
"$type": "AttachModifierToSelfGlobalValueMixin",
|
||||
"BPCFCANOMNH": "_ABILITY_WindBlade_COUNT",
|
||||
"FEGIOIGELHB": 0.0,
|
||||
"CMEDACODLEA": [
|
||||
"globalValueKey": "_ABILITY_WindBlade_COUNT",
|
||||
"defaultGlobalValueOnCreate": 0.0,
|
||||
"valueSteps": [
|
||||
-1.0,
|
||||
0.5
|
||||
],
|
||||
"MIEPCOONDEM": [
|
||||
"modifierNameSteps": [
|
||||
"WindBlade_Remove"
|
||||
]
|
||||
}
|
||||
],
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
},
|
||||
{
|
||||
"$type": "AddGlobalValue",
|
||||
"value": 5.0,
|
||||
"HJJEAOMEOFI": "_ABILITY_WindBlade_COUNT",
|
||||
"EODOIECEPEF": true,
|
||||
"JDHHMBHOOEC": 5.0,
|
||||
"KHAHOELDONA": 0.0
|
||||
"key": "_ABILITY_WindBlade_COUNT",
|
||||
"useLimitRange": true,
|
||||
"maxValue": 5.0,
|
||||
"minValue": 0.0
|
||||
}
|
||||
],
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "AddGlobalValue",
|
||||
"value": -5.0,
|
||||
"HJJEAOMEOFI": "_ABILITY_WindBlade_COUNT",
|
||||
"EODOIECEPEF": true,
|
||||
"JDHHMBHOOEC": 5.0,
|
||||
"KHAHOELDONA": 0.0
|
||||
"key": "_ABILITY_WindBlade_COUNT",
|
||||
"useLimitRange": true,
|
||||
"maxValue": 5.0,
|
||||
"minValue": 0.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"WindBlade_Remove": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"GAIGOBCNNEE": "WindBlade"
|
||||
@ -162,7 +162,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "WindBlade"
|
||||
@ -174,24 +174,24 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_WindBlade_CountDown",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"WindBlade_CountDown": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AddGlobalValue",
|
||||
"value": -1.0,
|
||||
"HJJEAOMEOFI": "_ABILITY_WindBlade_COUNT",
|
||||
"EODOIECEPEF": true,
|
||||
"JDHHMBHOOEC": 5.0,
|
||||
"KHAHOELDONA": 0.0
|
||||
"key": "_ABILITY_WindBlade_COUNT",
|
||||
"useLimitRange": true,
|
||||
"maxValue": 5.0,
|
||||
"minValue": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "WindBlade_CountDown"
|
||||
@ -203,26 +203,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_Turbulence",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Turbulence": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "DamageByAttackValue",
|
||||
"GILFKOBKGLI": {
|
||||
"otherTargets": {
|
||||
"$type": "SelectTargetsByShape",
|
||||
"JBKKOJLJHDK": "SectorR8D50",
|
||||
"ONPOPLLHJLE": "Enemy",
|
||||
"CJJABKCAIEB": 1.0
|
||||
"shapeName": "SectorR8D50",
|
||||
"campTargetType": "Enemy",
|
||||
"sizeRatio": 1.0
|
||||
},
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -238,7 +238,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 700.0,
|
||||
"hitImpulseX": 700.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.05000000074505806
|
||||
@ -249,17 +249,17 @@
|
||||
},
|
||||
"Turbulence_Effect": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.5,
|
||||
"duration": 1.5,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Turbulence"
|
||||
@ -275,27 +275,27 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_StormBlow",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"StormBlow": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackSphere",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.800000011920929,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.800000011920929,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"ICGFCBOFFDI": 1.0
|
||||
"radius": 1.0
|
||||
},
|
||||
"attackInfo": {
|
||||
"attackTag": "",
|
||||
@ -310,7 +310,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Air",
|
||||
"HPOPMELEPEB": 700.0,
|
||||
"hitImpulseX": 700.0,
|
||||
"hitImpulseY": 700.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.05000000074505806
|
||||
@ -322,24 +322,24 @@
|
||||
},
|
||||
"StormBlow_Effect": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 2.0,
|
||||
"duration": 2.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GILFKOBKGLI": {
|
||||
"otherTargets": {
|
||||
"$type": "SelectTargetsByShape",
|
||||
"JBKKOJLJHDK": "CircleR10",
|
||||
"ONPOPLLHJLE": "Enemy",
|
||||
"CJJABKCAIEB": 1.0
|
||||
"shapeName": "CircleR10",
|
||||
"campTargetType": "Enemy",
|
||||
"sizeRatio": 1.0
|
||||
},
|
||||
"GAIGOBCNNEE": "StormBlow"
|
||||
},
|
||||
@ -354,7 +354,7 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_WindWalk",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "AttachToStateIDMixin",
|
||||
"stateIDs": [
|
||||
@ -364,7 +364,7 @@
|
||||
"GAIGOBCNNEE": "SupportInvincible"
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"SupportInvincible": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
@ -372,23 +372,23 @@
|
||||
},
|
||||
"WindWalk": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 8.0,
|
||||
"duration": 8.0,
|
||||
"elementDurability": 100.0,
|
||||
"FFOHEEFOELN": {
|
||||
"properties": {
|
||||
"Animator_MoveSpeedRatio": 0.20000000298023224
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"NPHOOPNDCAC": "CurLocalAvatar",
|
||||
"target": "CurLocalAvatar",
|
||||
"GAIGOBCNNEE": "WindWalk"
|
||||
}
|
||||
]
|
||||
@ -398,7 +398,7 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_WindWalk_Trigger",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "TriggerElementSupportMixin",
|
||||
"duration": 3.0,
|
||||
@ -411,27 +411,27 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_RockFall",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"RockFall": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackSphere",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.800000011920929,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.800000011920929,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"ICGFCBOFFDI": 1.0
|
||||
"radius": 1.0
|
||||
},
|
||||
"attackInfo": {
|
||||
"attackTag": "",
|
||||
@ -446,7 +446,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 0.0,
|
||||
"hitImpulseX": 0.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.05000000074505806
|
||||
@ -462,35 +462,35 @@
|
||||
},
|
||||
"RockFall_Effect": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 2.0,
|
||||
"duration": 2.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"RockFall_Stun": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 4.0,
|
||||
"duration": 4.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GILFKOBKGLI": {
|
||||
"otherTargets": {
|
||||
"$type": "SelectTargetsByShape",
|
||||
"JBKKOJLJHDK": "CircleR5",
|
||||
"ONPOPLLHJLE": "Enemy",
|
||||
"CJJABKCAIEB": 1.0
|
||||
"shapeName": "CircleR5",
|
||||
"campTargetType": "Enemy",
|
||||
"sizeRatio": 1.0
|
||||
},
|
||||
"GAIGOBCNNEE": "RockFall"
|
||||
},
|
||||
@ -505,35 +505,35 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_Taunt",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Taunt": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 4.0,
|
||||
"duration": 4.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"Taunt_Buff": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 8.0,
|
||||
"duration": 8.0,
|
||||
"elementDurability": 100.0,
|
||||
"FFOHEEFOELN": {
|
||||
"properties": {
|
||||
"Actor_DefenceRatio": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GILFKOBKGLI": {
|
||||
"otherTargets": {
|
||||
"$type": "SelectTargetsByShape",
|
||||
"JBKKOJLJHDK": "CircleR10",
|
||||
"ONPOPLLHJLE": "Enemy",
|
||||
"CJJABKCAIEB": 1.0
|
||||
"shapeName": "CircleR10",
|
||||
"campTargetType": "Enemy",
|
||||
"sizeRatio": 1.0
|
||||
},
|
||||
"GAIGOBCNNEE": "Taunt"
|
||||
},
|
||||
@ -548,16 +548,16 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_RockImpact",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000118,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000118,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.30000001192092896,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.30000001192092896,
|
||||
"z": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -568,7 +568,7 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_RockShield",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "AttachToStateIDMixin",
|
||||
"stateIDs": [
|
||||
@ -578,7 +578,7 @@
|
||||
"GAIGOBCNNEE": "SupportInvincible"
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"SupportInvincible": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
@ -586,23 +586,23 @@
|
||||
},
|
||||
"RockShield": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 8.0,
|
||||
"duration": 8.0,
|
||||
"elementDurability": 100.0,
|
||||
"FFOHEEFOELN": {
|
||||
"properties": {
|
||||
"Actor_DefenceRatio": 0.20000000298023224
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": ""
|
||||
"effectPattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"NPHOOPNDCAC": "CurLocalAvatar",
|
||||
"target": "CurLocalAvatar",
|
||||
"GAIGOBCNNEE": "RockShield"
|
||||
}
|
||||
]
|
||||
@ -612,7 +612,7 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Kevin_RockShield_Trigger",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "TriggerElementSupportMixin",
|
||||
"duration": 3.0,
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_ExtraAttack",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "AttachToStateIDMixin",
|
||||
"stateIDs": [
|
||||
@ -14,9 +14,9 @@
|
||||
{
|
||||
"$type": "ButtonHoldChargeMixin",
|
||||
"overtime": 10281,
|
||||
"DBKLMBJJHDP": 0.20000000298023224,
|
||||
"BLOPHAGIDDP": 0.4000000059604645,
|
||||
"CBGHBGNKMPO": [
|
||||
"chargeTime": 0.20000000298023224,
|
||||
"secondChargeTime": 0.4000000059604645,
|
||||
"OnBeginUncharged": [
|
||||
{
|
||||
"$type": "SetAnimatorTrigger",
|
||||
"triggerID": "DoSkill"
|
||||
@ -27,7 +27,7 @@
|
||||
"value": 1.0
|
||||
}
|
||||
],
|
||||
"PKNMLLHNOLA": [
|
||||
"OnBeginCharged": [
|
||||
{
|
||||
"$type": "SetAnimatorTrigger",
|
||||
"triggerID": "DoSkill"
|
||||
@ -38,7 +38,7 @@
|
||||
"value": 6.0
|
||||
}
|
||||
],
|
||||
"KBDIHBMGNBC": [
|
||||
"chargeStateIDs": [
|
||||
"Attack01",
|
||||
"Attack02",
|
||||
"Attack03",
|
||||
@ -47,37 +47,37 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"ExtraAttack_FX": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_WhiteBox_RushAttack"
|
||||
"effectPattern": "Eff_WhiteBox_RushAttack"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExtraAttack_Damage_Handler": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "TriggerSetVisible"
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_Monster_Abyss_Fire_Blink_BS"
|
||||
"effectPattern": "Eff_Monster_Abyss_Fire_Blink_BS"
|
||||
}
|
||||
],
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "TriggerSetVisible",
|
||||
"ACDFJMCPFGH": true
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_Monster_Abyss_Fire_Blink_AS"
|
||||
"effectPattern": "Eff_Monster_Abyss_Fire_Blink_AS"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -88,7 +88,7 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_HideWeapon",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "AttachToStateIDMixin",
|
||||
"stateIDs": [
|
||||
@ -98,15 +98,15 @@
|
||||
"GAIGOBCNNEE": "ExtraAttack_HideWeapon_Handler"
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"ExtraAttack_HideWeapon_Handler": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "TriggerHideWeapon",
|
||||
"ACDFJMCPFGH": true,
|
||||
"FLCNICMDANB": [
|
||||
"visible": true,
|
||||
"partNames": [
|
||||
"equip01"
|
||||
]
|
||||
}
|
||||
@ -119,17 +119,17 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_ExtraAttack_TriggerBullet",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Prototype_ExtraAttack_Blink_Handler": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"AIJPLNMHBEN": [
|
||||
"onAttackLanded": [
|
||||
{
|
||||
"$type": "SetAnimatorTrigger",
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByAttackTags",
|
||||
"NMJGDKCDFOJ": [
|
||||
"attackTags": [
|
||||
"ExtraAttack"
|
||||
]
|
||||
}
|
||||
@ -139,29 +139,29 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Prototype_ExtraAttack_Blink_Handler"
|
||||
}
|
||||
],
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 41023001,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 41023001,
|
||||
"born": {
|
||||
"$type": "ConfigBornByAttachPoint",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"NHPNHKBMAEO": {
|
||||
"direction": {
|
||||
"$type": "ConfigDirectionByAttachPoint",
|
||||
"KJNJNKLLNCN": "FocusAnchor",
|
||||
"MMFHENHCBGB": "Self"
|
||||
"attachPointName": "FocusAnchor",
|
||||
"attachPointTargetType": "Self"
|
||||
},
|
||||
"KJNJNKLLNCN": "WeaponR"
|
||||
"attachPointName": "WeaponR"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -171,40 +171,40 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Xiangling_ExtraAttack_Damage",
|
||||
"EDDGGPMFDGK": {
|
||||
"abilitySpecials": {
|
||||
"ExtraAttack_Damage": 0.800000011920929
|
||||
},
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Xiangling_ExtraAttack_Material": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_WhiteBox_Pole"
|
||||
"effectPattern": "Eff_WhiteBox_Pole"
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_Arrow_Fly"
|
||||
"effectPattern": "Eff_Arrow_Fly"
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_WhiteBox_RushAttack",
|
||||
"LALONNAHJDN": 0.20000000298023224
|
||||
"effectPattern": "Eff_WhiteBox_RushAttack",
|
||||
"scale": 0.20000000298023224
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Xiangling_ExtraAttack_Material"
|
||||
}
|
||||
],
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "DamageByAttackValue",
|
||||
"NPHOOPNDCAC": "Target",
|
||||
"target": "Target",
|
||||
"attackInfo": {
|
||||
"attackTag": "ExtraAttack",
|
||||
"attenuationTag": "",
|
||||
@ -220,7 +220,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 180.0,
|
||||
"hitImpulseX": 180.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.05000000074505806
|
||||
@ -234,16 +234,16 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_ExtraAttackHold",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "SkillButtonHoldChargeMixin",
|
||||
"overtime": 10282,
|
||||
"FBKEKCDNBGA": "NextLoopTrigger",
|
||||
"FPOECNCOANG": "EndHoldTrigger",
|
||||
"DALGCIDCLHM": [
|
||||
"nextLoopTriggerID": "NextLoopTrigger",
|
||||
"endHoldTrigger": "EndHoldTrigger",
|
||||
"beforeStateIDs": [
|
||||
"SKill_ExtraAttack_BS_01"
|
||||
],
|
||||
"DPOLLOHHCHN": [
|
||||
"chargeLoopStateIDs": [
|
||||
"SKill_ExtraAttack_BS_02"
|
||||
]
|
||||
},
|
||||
@ -263,34 +263,34 @@
|
||||
"GAIGOBCNNEE": "Visible_Handler"
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Focus": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AvatarEnterFocus",
|
||||
"OBGFLLMNMEC": {
|
||||
"cameraFollowLower": {
|
||||
"_x": 0.5,
|
||||
"_z": -2.5
|
||||
},
|
||||
"JIEOBPNGIMH": {
|
||||
"cameraFollowUpper": {
|
||||
"_x": 0.30000001192092896,
|
||||
"_y": -0.20000000298023224
|
||||
},
|
||||
"OIAHIMEGJFA": true,
|
||||
"JCBJMHODNNI": "Skill2",
|
||||
"OKFIENEGKLC": {
|
||||
"cameraFastFocusMode": true,
|
||||
"dragButtonName": "Skill2",
|
||||
"assistance": {
|
||||
"ps4": {},
|
||||
"ps5": {},
|
||||
"other": {
|
||||
"DOJPCPNGBBA": true
|
||||
"useGyro": true
|
||||
}
|
||||
},
|
||||
"EFEDMKCKAMH": false
|
||||
"canMove": false
|
||||
}
|
||||
],
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "AvatarExitFocus"
|
||||
}
|
||||
@ -299,23 +299,23 @@
|
||||
"Visible_Handler": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "TriggerSetVisible"
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_Monster_Abyss_Fire_Blink_BS"
|
||||
"effectPattern": "Eff_Monster_Abyss_Fire_Blink_BS"
|
||||
}
|
||||
],
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "TriggerSetVisible",
|
||||
"ACDFJMCPFGH": true
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_Monster_Abyss_Fire_Blink_AS"
|
||||
"effectPattern": "Eff_Monster_Abyss_Fire_Blink_AS"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -326,69 +326,69 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Pole_Polespine",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Pole_Appear": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 0.5,
|
||||
"duration": 0.5,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "CreateGadget",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.10000000149011612,
|
||||
"PHDCJAHHIOG": 4.0
|
||||
"x": 0.0,
|
||||
"y": 0.10000000149011612,
|
||||
"z": 4.0
|
||||
},
|
||||
"JBPCKOKLHEB": true,
|
||||
"ANAGBFPADIE": true
|
||||
"onGround": true,
|
||||
"alongGround": true
|
||||
},
|
||||
"CABLIPAKCGB": 41028001,
|
||||
"DOLAJLACEDF": 1001,
|
||||
"ONPOPLLHJLE": "Enemy"
|
||||
"gadgetID": 41028001,
|
||||
"campID": 1001,
|
||||
"campTargetType": "Enemy"
|
||||
},
|
||||
{
|
||||
"$type": "CreateGadget",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": -2.8299999237060547,
|
||||
"KAAPLGBEDPM": 0.10000000149011612,
|
||||
"PHDCJAHHIOG": 2.8299999237060547
|
||||
"x": -2.8299999237060547,
|
||||
"y": 0.10000000149011612,
|
||||
"z": 2.8299999237060547
|
||||
},
|
||||
"JBPCKOKLHEB": true,
|
||||
"ANAGBFPADIE": true
|
||||
"onGround": true,
|
||||
"alongGround": true
|
||||
},
|
||||
"CABLIPAKCGB": 41028001,
|
||||
"DOLAJLACEDF": 1001,
|
||||
"ONPOPLLHJLE": "Enemy"
|
||||
"gadgetID": 41028001,
|
||||
"campID": 1001,
|
||||
"campTargetType": "Enemy"
|
||||
},
|
||||
{
|
||||
"$type": "CreateGadget",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 2.8299999237060547,
|
||||
"KAAPLGBEDPM": 0.10000000149011612,
|
||||
"PHDCJAHHIOG": 2.8299999237060547
|
||||
"x": 2.8299999237060547,
|
||||
"y": 0.10000000149011612,
|
||||
"z": 2.8299999237060547
|
||||
},
|
||||
"JBPCKOKLHEB": true,
|
||||
"ANAGBFPADIE": true
|
||||
"onGround": true,
|
||||
"alongGround": true
|
||||
},
|
||||
"CABLIPAKCGB": 41028001,
|
||||
"DOLAJLACEDF": 1001,
|
||||
"ONPOPLLHJLE": "Enemy"
|
||||
"gadgetID": 41028001,
|
||||
"campID": 1001,
|
||||
"campTargetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "AvatarSkillStart",
|
||||
"overtime": 10283,
|
||||
"AFPAPIFKIHK": 1.0,
|
||||
"JFIJFCKLFCF": 1.0
|
||||
"cdRatio": 1.0,
|
||||
"costStaminaRatio": 1.0
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
@ -401,12 +401,12 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Pole_Attack",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Pole_Attack_Timer": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 0.30000001192092896,
|
||||
"duration": 0.30000001192092896,
|
||||
"elementDurability": 100.0,
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Pole_Attack_Hit"
|
||||
@ -415,24 +415,24 @@
|
||||
},
|
||||
"Pole_Attack_Hit": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0499999523162842,
|
||||
"duration": 1.0499999523162842,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackCircle",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"ICGFCBOFFDI": 2.0
|
||||
"radius": 2.0
|
||||
},
|
||||
"attackInfo": {
|
||||
"attackTag": "Skill",
|
||||
@ -448,7 +448,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Air",
|
||||
"HPOPMELEPEB": 0.0,
|
||||
"hitImpulseX": 0.0,
|
||||
"hitImpulseY": 600.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.05000000074505806
|
||||
@ -456,22 +456,22 @@
|
||||
"cameraShake": {}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
},
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_Avatar_IceExplodeArrow"
|
||||
"effectPattern": "Eff_Avatar_IceExplodeArrow"
|
||||
}
|
||||
],
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_Avatar_IceSlash_Out"
|
||||
"effectPattern": "Eff_Avatar_IceSlash_Out"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Pole_Attack_Timer"
|
||||
@ -483,26 +483,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack01",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.2000000476837158,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.0
|
||||
"x": 1.2000000476837158,
|
||||
"y": 1.0,
|
||||
"z": 3.0
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -520,7 +520,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 280.0,
|
||||
"hitImpulseX": 280.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTime": 0.029999999329447746,
|
||||
@ -533,7 +533,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -542,26 +542,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack02",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.600000023841858,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.299999952316284
|
||||
"x": 1.600000023841858,
|
||||
"y": 1.0,
|
||||
"z": 3.299999952316284
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -579,7 +579,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 360.0,
|
||||
"hitImpulseX": 360.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTime": 0.029999999329447746,
|
||||
@ -592,7 +592,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -601,26 +601,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack03",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.2000000476837158,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.299999952316284
|
||||
"x": 1.2000000476837158,
|
||||
"y": 1.0,
|
||||
"z": 3.299999952316284
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -638,7 +638,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 240.0,
|
||||
"hitImpulseX": 240.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.009999999776482582,
|
||||
@ -650,7 +650,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -659,26 +659,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack03B",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.2000000476837158,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.299999952316284
|
||||
"x": 1.2000000476837158,
|
||||
"y": 1.0,
|
||||
"z": 3.299999952316284
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -696,7 +696,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 300.0,
|
||||
"hitImpulseX": 300.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTime": 0.029999999329447746,
|
||||
@ -709,7 +709,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -718,26 +718,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack04",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.2000000476837158,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.299999952316284
|
||||
"x": 1.2000000476837158,
|
||||
"y": 1.0,
|
||||
"z": 3.299999952316284
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -755,7 +755,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 120.0,
|
||||
"hitImpulseX": 120.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.009999999776482582,
|
||||
@ -767,7 +767,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -776,26 +776,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack04B",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.2000000476837158,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.299999952316284
|
||||
"x": 1.2000000476837158,
|
||||
"y": 1.0,
|
||||
"z": 3.299999952316284
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -813,7 +813,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 480.0,
|
||||
"hitImpulseX": 480.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTime": 0.029999999329447746,
|
||||
@ -826,7 +826,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -835,26 +835,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack05",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.399999976158142,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.299999952316284
|
||||
"x": 1.399999976158142,
|
||||
"y": 1.0,
|
||||
"z": 3.299999952316284
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -872,7 +872,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Air",
|
||||
"HPOPMELEPEB": 680.0,
|
||||
"hitImpulseX": 680.0,
|
||||
"hitImpulseY": 480.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTime": 0.09000000357627869,
|
||||
@ -885,7 +885,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -894,26 +894,26 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Prototype_Attack_Extra",
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"CFICIECHNKI": true,
|
||||
"NGDMCBABOJA": {
|
||||
"filterByFrame": true,
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.699999988079071,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.699999988079071,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 1.399999976158142,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 3.299999952316284
|
||||
"x": 1.399999976158142,
|
||||
"y": 1.0,
|
||||
"z": 3.299999952316284
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -931,7 +931,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Air",
|
||||
"HPOPMELEPEB": 50.0,
|
||||
"hitImpulseX": 50.0,
|
||||
"hitImpulseY": 480.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTime": 0.09000000357627869,
|
||||
@ -944,7 +944,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,13 +3,13 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_TestXXX_ExtraAttack",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "ButtonHoldChargeMixin",
|
||||
"overtime": 10461,
|
||||
"DBKLMBJJHDP": 0.11999999731779099,
|
||||
"BLOPHAGIDDP": 0.20000000298023224,
|
||||
"CBGHBGNKMPO": [
|
||||
"chargeTime": 0.11999999731779099,
|
||||
"secondChargeTime": 0.20000000298023224,
|
||||
"OnBeginUncharged": [
|
||||
{
|
||||
"$type": "SetAnimatorTrigger",
|
||||
"triggerID": "DoSkill"
|
||||
@ -22,15 +22,15 @@
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByAnimatorInt",
|
||||
"GMFCOCAJBDM": "Equal",
|
||||
"logic": "Equal",
|
||||
"value": 0,
|
||||
"MOCGJNIDDAI": "ComboCount"
|
||||
"parameter": "ComboCount"
|
||||
},
|
||||
{
|
||||
"$type": "ByAnimatorInt",
|
||||
"GMFCOCAJBDM": "Equal",
|
||||
"logic": "Equal",
|
||||
"value": 5,
|
||||
"MOCGJNIDDAI": "ComboCount"
|
||||
"parameter": "ComboCount"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -40,27 +40,27 @@
|
||||
},
|
||||
{
|
||||
"$type": "SetAnimatorBool",
|
||||
"HHFIHBEAPAP": "IsCharging"
|
||||
"boolID": "IsCharging"
|
||||
}
|
||||
],
|
||||
"CGFPHLEJDMJ": [
|
||||
"OnReleaseUncharged": [
|
||||
{
|
||||
"$type": "SetAnimatorInt",
|
||||
"intID": "SkillID",
|
||||
"value": 1.0
|
||||
}
|
||||
],
|
||||
"PKNMLLHNOLA": [
|
||||
"OnBeginCharged": [
|
||||
{
|
||||
"$type": "SetAnimatorBool",
|
||||
"HHFIHBEAPAP": "IsCharging",
|
||||
"boolID": "IsCharging",
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"NFPDHLMEPGB": [
|
||||
"OnReleaseCharged": [
|
||||
{
|
||||
"$type": "SetAnimatorBool",
|
||||
"HHFIHBEAPAP": "IsCharging"
|
||||
"boolID": "IsCharging"
|
||||
},
|
||||
{
|
||||
"$type": "SetAnimatorInt",
|
||||
@ -68,14 +68,14 @@
|
||||
"value": 1.0
|
||||
}
|
||||
],
|
||||
"EGNJLDKPBMI": [
|
||||
"OnBeginSecondCharged": [
|
||||
{
|
||||
"$type": "SetAnimatorTrigger",
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByLocalAvatarStamina",
|
||||
"GMFCOCAJBDM": "GreaterOrEqual",
|
||||
"JBAKBEFIMBN": [
|
||||
"logic": "GreaterOrEqual",
|
||||
"stamina": [
|
||||
"ExtraAttack_Sword_Stamina_Cost",
|
||||
"Flexible_Stamina",
|
||||
"Add"
|
||||
@ -89,8 +89,8 @@
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByLocalAvatarStamina",
|
||||
"GMFCOCAJBDM": "GreaterOrEqual",
|
||||
"JBAKBEFIMBN": [
|
||||
"logic": "GreaterOrEqual",
|
||||
"stamina": [
|
||||
"ExtraAttack_Sword_Stamina_Cost",
|
||||
"Flexible_Stamina",
|
||||
"Add"
|
||||
@ -102,10 +102,10 @@
|
||||
},
|
||||
{
|
||||
"$type": "SetAnimatorBool",
|
||||
"HHFIHBEAPAP": "IsCharging"
|
||||
"boolID": "IsCharging"
|
||||
}
|
||||
],
|
||||
"KBDIHBMGNBC": [
|
||||
"chargeStateIDs": [
|
||||
"Attack01",
|
||||
"Attack02",
|
||||
"Attack03",
|
||||
@ -115,9 +115,9 @@
|
||||
},
|
||||
{
|
||||
"$type": "AttachToNormalizedTimeMixin",
|
||||
"EFAJCDMGOHL": "ExtraAttack_AS",
|
||||
"stateID": "ExtraAttack_AS",
|
||||
"GAIGOBCNNEE": "ExtraAttack_AS_Effect",
|
||||
"AAIFCLGLOMO": 0.20999999344348907
|
||||
"normalizeStart": 0.20999999344348907
|
||||
},
|
||||
{
|
||||
"$type": "AttachToStateIDMixin",
|
||||
@ -127,31 +127,31 @@
|
||||
"GAIGOBCNNEE": "ExtraAttack_StaminaCost"
|
||||
}
|
||||
],
|
||||
"EDDGGPMFDGK": {
|
||||
"abilitySpecials": {
|
||||
"ExtraAttack_Sword_Stamina_Cost": 0.0,
|
||||
"Flexible_Stamina": -2.0
|
||||
},
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"ExtraAttack_StaminaCost": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AvatarSkillStart",
|
||||
"overtime": 10001,
|
||||
"AFPAPIFKIHK": 1.0,
|
||||
"JFIJFCKLFCF": "ExtraAttack_Sword_Stamina_Cost"
|
||||
"cdRatio": 1.0,
|
||||
"costStaminaRatio": "ExtraAttack_Sword_Stamina_Cost"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExtraAttack_AS_Effect": {
|
||||
"FGJPBKGPNJJ": "Unique",
|
||||
"stacking": "Unique",
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_Avatar_Male_Sword_Kaeya_ExtraAttack_SwordAS"
|
||||
"effectPattern": "Eff_Avatar_Male_Sword_Kaeya_ExtraAttack_SwordAS"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -162,7 +162,7 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_TestXXX_Normalattackball",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "AttachToStateIDMixin",
|
||||
"stateIDs": [
|
||||
@ -171,20 +171,20 @@
|
||||
"GAIGOBCNNEE": "GenerateElemBall_IceShield"
|
||||
}
|
||||
],
|
||||
"EDDGGPMFDGK": {
|
||||
"abilitySpecials": {
|
||||
"damage": 0.0,
|
||||
"GetElementRatio": 1.0,
|
||||
"TasteOfCold": 0.15000000596046448
|
||||
},
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"GenerateElemBall_IceShield": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"AIJPLNMHBEN": [
|
||||
"onAttackLanded": [
|
||||
{
|
||||
"$type": "Predicated",
|
||||
"NPHOOPNDCAC": "Target",
|
||||
"ELDBAFHCOBL": [
|
||||
"target": "Target",
|
||||
"targetPredicates": [
|
||||
{
|
||||
"$type": "ByEntityTypes",
|
||||
"entityTypes": [
|
||||
@ -192,7 +192,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"NCNDEAPMKCP": [
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "ElementBall"
|
||||
@ -206,54 +206,54 @@
|
||||
]
|
||||
},
|
||||
"ElementBall": {
|
||||
"FGJPBKGPNJJ": "Unique",
|
||||
"stacking": "Unique",
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "GenerateElemBall",
|
||||
"APIAFGPIIHE": 2020,
|
||||
"NGDMCBABOJA": {
|
||||
"configID": 2020,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 1.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ratio": "GetElementRatio",
|
||||
"GJNDGIAENMI": 6.0
|
||||
"baseEnergy": 6.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"ElementBall_Extra": {
|
||||
"FGJPBKGPNJJ": "MultipleRefreshNoRemove",
|
||||
"DGAJIEGBDKP": {
|
||||
"BOICMOPAIII": "",
|
||||
"INDGEIJCJAJ": 3.0
|
||||
"stacking": "MultipleRefreshNoRemove",
|
||||
"stackingOption": {
|
||||
"abilitySpecialName": "",
|
||||
"maxModifierNumForMultipleType": 3.0
|
||||
},
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "Randomed",
|
||||
"PLKDGIELEEF": 0.9900000095367432,
|
||||
"NCNDEAPMKCP": [
|
||||
"chance": 0.9900000095367432,
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "GenerateElemBall",
|
||||
"APIAFGPIIHE": 2020,
|
||||
"NGDMCBABOJA": {
|
||||
"configID": 2020,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 1.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ratio": "GetElementRatio",
|
||||
"GJNDGIAENMI": 3.0
|
||||
"baseEnergy": 3.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -266,15 +266,15 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_TestXXX_NormalattackElement",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "OnAvatarUseSkillMixin",
|
||||
"MPNINPNOPPE": [
|
||||
"onTriggerSkill": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GILFKOBKGLI": {
|
||||
"otherTargets": {
|
||||
"$type": "SelectTargetsByEquipParts",
|
||||
"GNNLGDBFIDI": [
|
||||
"equipPartNames": [
|
||||
"equip01",
|
||||
"sheathPoint"
|
||||
]
|
||||
@ -285,18 +285,18 @@
|
||||
"CAHFPMLJFAK": 0.20000000298023224
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Fire_Enhancement_Weapon": {
|
||||
"FGJPBKGPNJJ": "Unique",
|
||||
"stacking": "Unique",
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 10.0,
|
||||
"duration": 10.0,
|
||||
"elementType": "Fire",
|
||||
"elementDurability": 30.0,
|
||||
"ONDNPIMNAOC": true,
|
||||
"KCICDEJLIJD": [
|
||||
"overrideWeaponElement": true,
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_Diluc_FireCross_Weapon_02"
|
||||
"effectPattern": "Eff_Diluc_FireCross_Weapon_02"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -307,12 +307,12 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_TestXXX_IceShield_Impact",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "AttachToNormalizedTimeMixin",
|
||||
"EFAJCDMGOHL": "IceShield_AS",
|
||||
"stateID": "IceShield_AS",
|
||||
"GAIGOBCNNEE": "IceShield_AS_Effect",
|
||||
"AAIFCLGLOMO": 0.14000000059604645
|
||||
"normalizeStart": 0.14000000059604645
|
||||
},
|
||||
{
|
||||
"$type": "AttachToStateIDMixin",
|
||||
@ -323,40 +323,40 @@
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByUnlockTalentParam",
|
||||
"GFIJPNMCOGJ": "TasteOfCold"
|
||||
"talentParam": "TasteOfCold"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"EDDGGPMFDGK": {
|
||||
"abilitySpecials": {
|
||||
"damage": 0.0,
|
||||
"GetElementRatio": 1.0,
|
||||
"TasteOfCold": 0.15000000596046448
|
||||
},
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"IceShield_AS_Effect": {
|
||||
"FGJPBKGPNJJ": "Unique",
|
||||
"stacking": "Unique",
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_Kaeya_IceShield_Impact_SwordAS"
|
||||
"effectPattern": "Eff_Kaeya_IceShield_Impact_SwordAS"
|
||||
},
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_Kaeya_IceShield_Impact_SwordAS1"
|
||||
"effectPattern": "Eff_Kaeya_IceShield_Impact_SwordAS1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TasteOfCold": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"AIJPLNMHBEN": [
|
||||
"onAttackLanded": [
|
||||
{
|
||||
"$type": "Predicated",
|
||||
"NPHOOPNDCAC": "Target",
|
||||
"ELDBAFHCOBL": [
|
||||
"target": "Target",
|
||||
"targetPredicates": [
|
||||
{
|
||||
"$type": "ByEntityTypes",
|
||||
"entityTypes": [
|
||||
@ -365,15 +365,15 @@
|
||||
},
|
||||
{
|
||||
"$type": "ByAttackTags",
|
||||
"NMJGDKCDFOJ": [
|
||||
"attackTags": [
|
||||
"Elemental_Art"
|
||||
]
|
||||
}
|
||||
],
|
||||
"NCNDEAPMKCP": [
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "HealHP",
|
||||
"MPAJEDAFLDP": "TasteOfCold"
|
||||
"amountByCasterAttackRatio": "TasteOfCold"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -382,14 +382,14 @@
|
||||
"GenerateElemBall_IceShield": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"AIJPLNMHBEN": [
|
||||
"onAttackLanded": [
|
||||
{
|
||||
"$type": "Predicated",
|
||||
"NPHOOPNDCAC": "Target",
|
||||
"ELDBAFHCOBL": [
|
||||
"target": "Target",
|
||||
"targetPredicates": [
|
||||
{
|
||||
"$type": "ByAttackTags",
|
||||
"NMJGDKCDFOJ": [
|
||||
"attackTags": [
|
||||
"Elemental_Art"
|
||||
]
|
||||
},
|
||||
@ -400,7 +400,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"NCNDEAPMKCP": [
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "ElementBall"
|
||||
@ -411,11 +411,11 @@
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"NPHOOPNDCAC": "Target",
|
||||
"target": "Target",
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByUnlockTalentParam",
|
||||
"GFIJPNMCOGJ": "FrozenStar"
|
||||
"talentParam": "FrozenStar"
|
||||
}
|
||||
],
|
||||
"GAIGOBCNNEE": "FrozenStar"
|
||||
@ -425,27 +425,27 @@
|
||||
]
|
||||
},
|
||||
"FrozenStar": {
|
||||
"FGJPBKGPNJJ": "Unique",
|
||||
"stacking": "Unique",
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 0.10000000149011612,
|
||||
"duration": 0.10000000149011612,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"NPHOOPNDCAC": "Caster",
|
||||
"target": "Caster",
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByAny",
|
||||
"predicates": [
|
||||
{
|
||||
"$type": "ByHasAbilityState",
|
||||
"NPHOOPNDCAC": "Self",
|
||||
"MFKFDKDKKNJ": "ElementWet"
|
||||
"target": "Self",
|
||||
"abilityState": "ElementWet"
|
||||
},
|
||||
{
|
||||
"$type": "ByHasAbilityState",
|
||||
"NPHOOPNDCAC": "Self",
|
||||
"MFKFDKDKKNJ": "ElementFreeze"
|
||||
"target": "Self",
|
||||
"abilityState": "ElementFreeze"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -455,115 +455,115 @@
|
||||
]
|
||||
},
|
||||
"FrozenStar_ElementBall": {
|
||||
"FGJPBKGPNJJ": "Multiple",
|
||||
"DGAJIEGBDKP": {
|
||||
"BOICMOPAIII": "",
|
||||
"INDGEIJCJAJ": 2.0
|
||||
"stacking": "Multiple",
|
||||
"stackingOption": {
|
||||
"abilitySpecialName": "",
|
||||
"maxModifierNumForMultipleType": 2.0
|
||||
},
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "GenerateElemBall",
|
||||
"APIAFGPIIHE": 2022,
|
||||
"NGDMCBABOJA": {
|
||||
"configID": 2022,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 1.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ratio": 1.0,
|
||||
"GJNDGIAENMI": 3.0
|
||||
"baseEnergy": 3.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"ElementBall": {
|
||||
"FGJPBKGPNJJ": "Unique",
|
||||
"stacking": "Unique",
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "GenerateElemBall",
|
||||
"APIAFGPIIHE": 2022,
|
||||
"NGDMCBABOJA": {
|
||||
"configID": 2022,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 1.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ratio": "GetElementRatio",
|
||||
"GJNDGIAENMI": 6.0
|
||||
"baseEnergy": 6.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"ElementBall_Extra": {
|
||||
"FGJPBKGPNJJ": "MultipleRefreshNoRemove",
|
||||
"DGAJIEGBDKP": {
|
||||
"BOICMOPAIII": "",
|
||||
"INDGEIJCJAJ": 3.0
|
||||
"stacking": "MultipleRefreshNoRemove",
|
||||
"stackingOption": {
|
||||
"abilitySpecialName": "",
|
||||
"maxModifierNumForMultipleType": 3.0
|
||||
},
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 1.0,
|
||||
"duration": 1.0,
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "Randomed",
|
||||
"PLKDGIELEEF": 0.6700000166893005,
|
||||
"NCNDEAPMKCP": [
|
||||
"chance": 0.6700000166893005,
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "GenerateElemBall",
|
||||
"APIAFGPIIHE": 2022,
|
||||
"NGDMCBABOJA": {
|
||||
"configID": 2022,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 1.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ratio": "GetElementRatio",
|
||||
"GJNDGIAENMI": 3.0
|
||||
"baseEnergy": 3.0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "AvatarSkillStart",
|
||||
"overtime": 10462,
|
||||
"AFPAPIFKIHK": 1.0,
|
||||
"JFIJFCKLFCF": 1.0
|
||||
"cdRatio": 1.0,
|
||||
"costStaminaRatio": 1.0
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"JBHFPDMBFHN": "Eff_TestXXX_IceShield_Impact_Breath"
|
||||
"effectPattern": "Eff_TestXXX_IceShield_Impact_Breath"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackBox",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": -0.20000000298023224
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"z": -0.20000000298023224
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"AEAAJCIDPED": 4.0,
|
||||
"KAAPLGBEDPM": 1.7999999523162842,
|
||||
"PHDCJAHHIOG": 8.0
|
||||
"x": 4.0,
|
||||
"y": 1.7999999523162842,
|
||||
"z": 8.0
|
||||
}
|
||||
},
|
||||
"attackInfo": {
|
||||
@ -583,7 +583,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Heavy",
|
||||
"HPOPMELEPEB": 800.0,
|
||||
"hitImpulseX": 800.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.019999999552965164
|
||||
@ -595,7 +595,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -9,33 +9,33 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Weapon_Wood_Normal",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"GrassMaterial": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementType": "Grass",
|
||||
"elementDurability": 150.0,
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ACOKKHADPOJ": true,
|
||||
"doOffStage": true,
|
||||
"GAIGOBCNNEE": "Burned"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Burned": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 5.0,
|
||||
"duration": 5.0,
|
||||
"elementDurability": 100.0,
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ACOKKHADPOJ": true,
|
||||
"doOffStage": true,
|
||||
"GAIGOBCNNEE": "GrassMaterial"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "GrassMaterial"
|
||||
@ -47,12 +47,12 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Avatar_Weapon_Wood_Hard",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"GrassMaterial": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementType": "Grass",
|
||||
"elementDurability": 150.0,
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Burned"
|
||||
@ -66,9 +66,9 @@
|
||||
},
|
||||
"Burned": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 5.0,
|
||||
"duration": 5.0,
|
||||
"elementDurability": 100.0,
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "GrassMaterial"
|
||||
@ -80,7 +80,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "GrassMaterial"
|
||||
|
@ -3,131 +3,131 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Frost_Orb_Material",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Frost_Orb_Attack_Handler": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"GMIMMDOGGIO": 12.0,
|
||||
"duration": 12.0,
|
||||
"elementDurability": 100.0,
|
||||
"IKKMDDLDLIN": 0.4000000059604645,
|
||||
"PBDDACFFPOE": [
|
||||
"thinkInterval": 0.4000000059604645,
|
||||
"onThinkInterval": [
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": -0.10000000149011612,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.10000000149011612
|
||||
"x": -0.10000000149011612,
|
||||
"y": 0.0,
|
||||
"z": 0.10000000149011612
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.10000000149011612
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.10000000149011612
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.10000000149011612,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.10000000149011612
|
||||
"x": 0.10000000149011612,
|
||||
"y": 0.0,
|
||||
"z": 0.10000000149011612
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": -0.10000000149011612,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": -0.10000000149011612,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.10000000149011612,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.10000000149011612,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": -0.10000000149011612,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": -0.10000000149011612
|
||||
"x": -0.10000000149011612,
|
||||
"y": 0.0,
|
||||
"z": -0.10000000149011612
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": -0.10000000149011612
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": -0.10000000149011612
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 40000173,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 40000173,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.10000000149011612,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": -0.10000000149011612
|
||||
"x": 0.10000000149011612,
|
||||
"y": 0.0,
|
||||
"z": -0.10000000149011612
|
||||
}
|
||||
},
|
||||
"ENJEPFDLDDF": "Caster"
|
||||
"trackTarget": "Caster"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Frost_Orb_FX": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_WhiteBox_WaterBall"
|
||||
"effectPattern": "Eff_WhiteBox_WaterBall"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Frost_Orb_Attack_Handler"
|
||||
@ -137,10 +137,10 @@
|
||||
"GAIGOBCNNEE": "Frost_Orb_FX"
|
||||
}
|
||||
],
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "DamageByAttackValue",
|
||||
"NPHOOPNDCAC": "Target",
|
||||
"target": "Target",
|
||||
"attackInfo": {
|
||||
"attackTag": "",
|
||||
"attenuationTag": "",
|
||||
@ -157,7 +157,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "",
|
||||
"hitLevel": "Light",
|
||||
"HPOPMELEPEB": 0.0,
|
||||
"hitImpulseX": 0.0,
|
||||
"hitImpulseY": 0.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.05000000074505806
|
||||
@ -171,40 +171,40 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "Frost_Orb_Bullet_Material",
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Frost_Orb_Bullet_FX": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_WhiteBox_Ice_Missile"
|
||||
"effectPattern": "Eff_WhiteBox_Ice_Missile"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Frost_Orb_Bullet_FX"
|
||||
}
|
||||
],
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "TriggerAttackEvent",
|
||||
"DMCJDGELKBC": {
|
||||
"attackEvent": {
|
||||
"attackPattern": {
|
||||
"$type": "ConfigAttackCircle",
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornBySelf",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.0,
|
||||
"KAAPLGBEDPM": 0.0,
|
||||
"PHDCJAHHIOG": 0.0
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"ICGFCBOFFDI": 3.0
|
||||
"radius": 3.0
|
||||
},
|
||||
"attackInfo": {
|
||||
"attackTag": "",
|
||||
@ -222,7 +222,7 @@
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "default",
|
||||
"hitLevel": "Light",
|
||||
"HPOPMELEPEB": 10.0,
|
||||
"hitImpulseX": 10.0,
|
||||
"hitImpulseY": 10.0,
|
||||
"hitImpulseType": "",
|
||||
"hitHaltTimeScale": 0.05000000074505806
|
||||
@ -230,7 +230,7 @@
|
||||
"cameraShake": {}
|
||||
}
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
"targetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -239,10 +239,10 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "WhiteBox_FPS_Mode",
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "EnterCameraLock",
|
||||
"JLKLIDDGCLO": "CameraLook",
|
||||
"transName": "CameraLook",
|
||||
"cfgPath": "Data/Camera/Shot/Camera_WhiteBox_FPS"
|
||||
}
|
||||
]
|
||||
@ -252,76 +252,76 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "WhiteBox_RockJack",
|
||||
"CHBMMFLIIGH": [
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "ButtonHoldChargeMixin",
|
||||
"overtime": 10391,
|
||||
"DBKLMBJJHDP": 999999.0,
|
||||
"BLOPHAGIDDP": 999999.0,
|
||||
"CBGHBGNKMPO": [
|
||||
"chargeTime": 999999.0,
|
||||
"secondChargeTime": 999999.0,
|
||||
"OnBeginUncharged": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"GAIGOBCNNEE": "Focus"
|
||||
}
|
||||
],
|
||||
"CGFPHLEJDMJ": [
|
||||
"OnReleaseUncharged": [
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"GAIGOBCNNEE": "Focus"
|
||||
},
|
||||
{
|
||||
"$type": "TriggerBullet",
|
||||
"NGAAOMEHOGE": 41003002,
|
||||
"NGDMCBABOJA": {
|
||||
"bulletID": 41003002,
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"AEAAJCIDPED": 0.20000000298023224,
|
||||
"KAAPLGBEDPM": 1.0,
|
||||
"PHDCJAHHIOG": 0.6000000238418579
|
||||
"x": 0.20000000298023224,
|
||||
"y": 1.0,
|
||||
"z": 0.6000000238418579
|
||||
},
|
||||
"NHPNHKBMAEO": {
|
||||
"direction": {
|
||||
"$type": "ConfigDirectionByAttachPoint",
|
||||
"KJNJNKLLNCN": "FocusAnchor",
|
||||
"MMFHENHCBGB": "Self"
|
||||
"attachPointName": "FocusAnchor",
|
||||
"attachPointTargetType": "Self"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"HNEIEGHMLKH": {
|
||||
"modifiers": {
|
||||
"Focus": {
|
||||
"GAIGOBCNNEE": "",
|
||||
"elementDurability": 100.0,
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_Avatar_WhiteBox_Line"
|
||||
"effectPattern": "Eff_Avatar_WhiteBox_Line"
|
||||
},
|
||||
{
|
||||
"$type": "AvatarEnterFocus",
|
||||
"OBGFLLMNMEC": {
|
||||
"cameraFollowLower": {
|
||||
"_x": 0.5,
|
||||
"_z": -2.5
|
||||
},
|
||||
"JIEOBPNGIMH": {
|
||||
"cameraFollowUpper": {
|
||||
"_x": 0.30000001192092896,
|
||||
"_y": -0.20000000298023224
|
||||
},
|
||||
"OIAHIMEGJFA": true,
|
||||
"JCBJMHODNNI": "Skill2",
|
||||
"OKFIENEGKLC": {
|
||||
"cameraFastFocusMode": true,
|
||||
"dragButtonName": "Skill2",
|
||||
"assistance": {
|
||||
"ps4": {},
|
||||
"ps5": {},
|
||||
"other": {
|
||||
"DOJPCPNGBBA": true
|
||||
"useGyro": true
|
||||
}
|
||||
},
|
||||
"EFEDMKCKAMH": false,
|
||||
"EJJBEEALCGG": false
|
||||
"canMove": false,
|
||||
"showCrosshair": false
|
||||
}
|
||||
],
|
||||
"ILBIENDPCBG": [
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "AvatarExitFocus"
|
||||
}
|
||||
@ -334,20 +334,20 @@
|
||||
"Default": {
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "WhiteBox_RockJack_Bullet",
|
||||
"KCICDEJLIJD": [
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"JBHFPDMBFHN": "Eff_Ningguang_NormalAttack_Bullet_Trail"
|
||||
"effectPattern": "Eff_Ningguang_NormalAttack_Bullet_Trail"
|
||||
}
|
||||
],
|
||||
"HKBHLMNEMKM": [
|
||||
"onAbilityStart": [
|
||||
{
|
||||
"$type": "CreateGadget",
|
||||
"NGDMCBABOJA": {
|
||||
"born": {
|
||||
"$type": "ConfigBornByCollisionPoint"
|
||||
},
|
||||
"CABLIPAKCGB": 41003001,
|
||||
"ONPOPLLHJLE": "Enemy"
|
||||
"gadgetID": 41003001,
|
||||
"campTargetType": "Enemy"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -17,14 +17,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_KNIGHT",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_KNIGHT",
|
||||
"triggerSize": {
|
||||
"_x": 3.0,
|
||||
"_y": 3.0,
|
||||
"_z": 3.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
},
|
||||
"doors": {
|
||||
|
@ -17,9 +17,9 @@
|
||||
"_y": -150.0
|
||||
},
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_CHURCH",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_CHURCH",
|
||||
"triggerSize": {
|
||||
"_x": 2.0,
|
||||
"_y": 2.0,
|
||||
"_z": 1.0
|
||||
|
@ -208,13 +208,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -226,18 +226,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -252,13 +252,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -273,13 +273,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -294,13 +294,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -315,13 +315,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -336,13 +336,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -354,18 +354,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -377,18 +377,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -400,18 +400,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -17,15 +17,15 @@
|
||||
"_y": 180.0
|
||||
},
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 1005,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_ENTER_BASEMENT",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 1005,
|
||||
"titleTextID": "UI_SCENE_ENTRY_ENTER_BASEMENT",
|
||||
"triggerSize": {
|
||||
"_x": 3.0,
|
||||
"_y": 3.0,
|
||||
"_z": 3.0
|
||||
},
|
||||
"JIEENNEMKHB": 18.0,
|
||||
"EKDHPCECBAD": 6.0
|
||||
"openTime": 18.0,
|
||||
"closeTime": 6.0
|
||||
},
|
||||
"2": {
|
||||
"$type": "PersonalSceneJumpPoint",
|
||||
@ -45,14 +45,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_CHURCH",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_CHURCH",
|
||||
"triggerSize": {
|
||||
"_x": 2.0,
|
||||
"_y": 2.0,
|
||||
"_z": 2.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -21,14 +21,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"triggerSize": {
|
||||
"_x": 1.5,
|
||||
"_y": 1.5,
|
||||
"_z": 1.5
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
},
|
||||
"2": {
|
||||
"$type": "PersonalSceneJumpPoint",
|
||||
@ -51,14 +51,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"triggerSize": {
|
||||
"_x": 1.5,
|
||||
"_y": 1.5,
|
||||
"_z": 1.5
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
},
|
||||
"3": {
|
||||
"$type": "PersonalSceneJumpPoint",
|
||||
@ -81,14 +81,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"triggerSize": {
|
||||
"_x": 1.5,
|
||||
"_y": 1.5,
|
||||
"_z": 1.5
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -74,17 +74,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -96,18 +96,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -119,18 +119,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 60.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -142,18 +142,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -165,18 +165,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -188,18 +188,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -211,17 +211,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -233,17 +233,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 160.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -255,17 +255,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 160.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -277,17 +277,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -299,17 +299,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -321,17 +321,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 70.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -343,17 +343,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 70.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -365,18 +365,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -122,17 +122,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 700.0,
|
||||
"uiLenLerpSpeed": 500.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -144,17 +144,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -166,18 +166,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -189,18 +189,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -212,18 +212,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -235,17 +235,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -257,17 +257,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -279,18 +279,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -302,17 +302,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 80.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 140.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -324,17 +324,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 80.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 140.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -346,17 +346,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 700.0,
|
||||
"uiLenLerpSpeed": 500.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -368,17 +368,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 400.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -390,17 +390,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"checkDist": 500.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -126,18 +126,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 600.0,
|
||||
"uiLenLerpSpeed": 600.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -22,14 +22,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_CHATEAU",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_CHATEAU",
|
||||
"triggerSize": {
|
||||
"_x": 3.0,
|
||||
"_y": 3.0,
|
||||
"_z": 3.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -53,7 +53,7 @@
|
||||
"_y": 10.0,
|
||||
"_z": 20.0
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
201024003,
|
||||
201024017
|
||||
]
|
||||
@ -181,18 +181,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2002.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -204,18 +204,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 250.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -227,18 +227,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -250,18 +250,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -273,18 +273,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -296,18 +296,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -319,18 +319,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2002.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -342,18 +342,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -365,18 +365,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -388,18 +388,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 300.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -411,18 +411,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -434,18 +434,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 400.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -457,18 +457,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -480,18 +480,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -18,14 +18,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_BeiguoBank",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_BeiguoBank",
|
||||
"triggerSize": {
|
||||
"_x": 2.0,
|
||||
"_y": 2.0,
|
||||
"_z": 2.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -18,14 +18,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_Liuliting",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_Liuliting",
|
||||
"triggerSize": {
|
||||
"_x": 2.0,
|
||||
"_y": 2.0,
|
||||
"_z": 2.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -15,14 +15,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_XINYUEXUAN",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_XINYUEXUAN",
|
||||
"triggerSize": {
|
||||
"_x": 3.0,
|
||||
"_y": 3.0,
|
||||
"_z": 3.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -126,18 +126,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 600.0,
|
||||
"uiLenLerpSpeed": 600.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -88,18 +88,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 8.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -111,18 +111,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -134,18 +134,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -157,18 +157,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -180,18 +180,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -203,18 +203,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 60.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -226,18 +226,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -249,18 +249,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -272,18 +272,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -295,18 +295,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -318,18 +318,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -341,18 +341,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -364,18 +364,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -387,18 +387,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -101,13 +101,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -122,13 +122,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -143,13 +143,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -164,13 +164,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -185,13 +185,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"15": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -206,13 +206,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 60.0,
|
||||
"uiLenLerpSpeed": 80.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"16": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -227,13 +227,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 45.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"17": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -248,13 +248,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 11.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"18": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -269,13 +269,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 35.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"19": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -290,13 +290,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 6.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -311,13 +311,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 240.0,
|
||||
"uiLenLerpSpeed": 240.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"20": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -332,13 +332,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"22": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -353,13 +353,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 25.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"23": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -374,13 +374,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 3.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"24": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -395,13 +395,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"25": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -416,13 +416,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -437,13 +437,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 250.0,
|
||||
"uiLenLerpSpeed": 250.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -458,13 +458,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -479,13 +479,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -500,13 +500,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -521,13 +521,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -542,13 +542,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 60.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -21,14 +21,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_QUNYUGE",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_QUNYUGE",
|
||||
"triggerSize": {
|
||||
"_x": 2.0,
|
||||
"_y": 2.0,
|
||||
"_z": 2.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -101,18 +101,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 120.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -124,18 +124,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -147,18 +147,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -170,18 +170,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 60.0,
|
||||
"uiLenLerpSpeed": 65.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -193,18 +193,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -216,18 +216,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 80.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"15": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -239,18 +239,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"16": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -262,18 +262,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 60.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 35.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"17": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -285,18 +285,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 15.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 8.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"18": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -308,18 +308,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 60.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"19": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -331,18 +331,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 80.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -354,18 +354,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 80.0,
|
||||
"uiLenLerpSpeed": 80.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"20": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -377,18 +377,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"21": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -400,18 +400,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 90.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"22": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -423,18 +423,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 15.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 1.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"23": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -446,18 +446,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 80.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"24": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -469,18 +469,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 80.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"25": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -492,18 +492,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 80.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"26": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -515,18 +515,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"27": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -538,18 +538,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -561,18 +561,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -584,18 +584,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 25.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -607,18 +607,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -630,18 +630,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -653,18 +653,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 250.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -676,18 +676,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -699,18 +699,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 80.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -18,14 +18,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_MULOU",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_MULOU",
|
||||
"triggerSize": {
|
||||
"_x": 3.0,
|
||||
"_y": 3.0,
|
||||
"_z": 3.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -18,14 +18,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_SHEFENGXING",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_SHEFENGXING",
|
||||
"triggerSize": {
|
||||
"_x": 3.0,
|
||||
"_y": 3.0,
|
||||
"_z": 3.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -98,17 +98,17 @@
|
||||
"_z": -25.258607864379883
|
||||
},
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 45.0,
|
||||
"uiLenLerpSpeed": 120.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -124,17 +124,17 @@
|
||||
"_z": -18.890445709228516
|
||||
},
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -150,17 +150,17 @@
|
||||
"_z": -5.7200026512146
|
||||
},
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -176,17 +176,17 @@
|
||||
"_z": -19.85935401916504
|
||||
},
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 45.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -202,17 +202,17 @@
|
||||
"_z": -14.35782241821289
|
||||
},
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -18,14 +18,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_DONJON",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_DONJON",
|
||||
"triggerSize": {
|
||||
"_x": 3.0,
|
||||
"_y": 3.0,
|
||||
"_z": 3.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -21,14 +21,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_TenryuBugyo",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_TenryuBugyo",
|
||||
"triggerSize": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -21,14 +21,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_UYUTEI",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_UYUTEI",
|
||||
"triggerSize": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -20,14 +20,14 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHBICGBAPIH": 3,
|
||||
"PFMFPKFDNEK": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"EIMIOHLCLCP": {
|
||||
"tranSceneId": 3,
|
||||
"titleTextID": "UI_SCENE_ENTRY_EXIT_ANGELSHARE",
|
||||
"triggerSize": {
|
||||
"_x": 1.5,
|
||||
"_y": 1.5,
|
||||
"_z": 1.5
|
||||
},
|
||||
"EKDHPCECBAD": 24.0
|
||||
"closeTime": 24.0
|
||||
}
|
||||
}
|
||||
}
|
@ -28,18 +28,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -15,22 +15,22 @@
|
||||
"_z": -1463.6412353515625
|
||||
},
|
||||
"alias": "",
|
||||
"ICDADNDIEFN": [
|
||||
"cutsceneList": [
|
||||
531002
|
||||
],
|
||||
"JHKOJLHDEGK": "OnUnlocked",
|
||||
"JHHFPGJNMIN": [
|
||||
"mapVisibility": "OnUnlocked",
|
||||
"dungeonIds": [
|
||||
7201
|
||||
],
|
||||
"AKFJHGGIBJJ": {},
|
||||
"dungeonQuestConditionList": {},
|
||||
"size": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"PFMFPKFDNEK": "UI_STC_Intee_DungeonEntry",
|
||||
"GIADFOMBMHM": true,
|
||||
"OFKEJBCMICF": true
|
||||
"titleTextID": "UI_STC_Intee_DungeonEntry",
|
||||
"forbidSimpleUnlock": true,
|
||||
"fireFieldEvent": true
|
||||
}
|
||||
}
|
||||
}
|
@ -26,18 +26,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 8.319999694824219,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 32.560001373291016,
|
||||
"uiLenLerpSpeed": 1.5099999904632568
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -101,19 +101,19 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"LLPIABPJAOA": 0.10000000149011612,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 0.10000000149011612,
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -125,18 +125,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 36.75,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 251.89999389648438,
|
||||
"uiLenLerpSpeed": 256.6000061035156
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -148,18 +148,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 156.89999389648438,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 153.39999389648438,
|
||||
"uiLenLerpSpeed": 82.30000305175781
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -171,18 +171,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 156.89999389648438,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 153.39999389648438,
|
||||
"uiLenLerpSpeed": 82.30000305175781
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -194,18 +194,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 156.89999389648438,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 153.39999389648438,
|
||||
"uiLenLerpSpeed": 82.30000305175781
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -217,18 +217,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 156.89999389648438,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 161.1999969482422,
|
||||
"uiLenLerpSpeed": 191.39999389648438
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"15": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -240,19 +240,19 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 24.100000381469727,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": -17.399999618530273,
|
||||
"uiLenLerpSpeed": -9.699999809265137
|
||||
},
|
||||
"LLPIABPJAOA": 2.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 2.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"16": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -264,18 +264,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 37.709999084472656,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 35.70000076293945,
|
||||
"uiLenLerpSpeed": 52.25
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"17": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -287,23 +287,23 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 10.0,
|
||||
"_y": 10.0,
|
||||
"_z": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -315,23 +315,23 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.190000534057617,
|
||||
"uiLenLerpSpeed": 59.369998931884766
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 10.0,
|
||||
"_y": 10.0,
|
||||
"_z": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -343,18 +343,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 67.04000091552734,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 53.5,
|
||||
"uiLenLerpSpeed": 70.69999694824219
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -366,21 +366,21 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeCircle",
|
||||
"secondHeight": 2.0,
|
||||
"BPLAKLDAHHD": 3.109999895095825
|
||||
"radius": 3.109999895095825
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 4.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 4.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -392,21 +392,21 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeCircle",
|
||||
"secondHeight": 2.0,
|
||||
"BPLAKLDAHHD": 3.109999895095825
|
||||
"radius": 3.109999895095825
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 4.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 4.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -418,24 +418,24 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 15.8100004196167,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 3.880000114440918,
|
||||
"uiLenLerpSpeed": 33.900001525878906
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 2.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 2.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -447,24 +447,24 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 7.800000190734863,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 8.800000190734863,
|
||||
"uiLenLerpSpeed": 15.720000267028809
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 2.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 2.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -476,24 +476,24 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 28.610000610351562,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 2.5999999046325684,
|
||||
"uiLenLerpSpeed": 72.0
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 2.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 2.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -505,24 +505,24 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 28.610000610351562,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 11.899999618530273,
|
||||
"uiLenLerpSpeed": 0.30000001192092896
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": 5.0,
|
||||
"_y": 5.0,
|
||||
"_z": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 2.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 2.0,
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -37,7 +37,7 @@
|
||||
"_y": 20.0,
|
||||
"_z": 30.0
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220006002
|
||||
]
|
||||
},
|
||||
@ -59,7 +59,7 @@
|
||||
"_y": 20.0,
|
||||
"_z": 50.0
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220006003,
|
||||
220006004
|
||||
]
|
||||
@ -101,7 +101,7 @@
|
||||
"_y": 50.0,
|
||||
"_z": 50.0
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220006005
|
||||
]
|
||||
}
|
||||
@ -163,13 +163,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 7.360000133514404,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 64.0,
|
||||
"uiLenLerpSpeed": 111.83000183105469
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -184,13 +184,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 16.299999237060547,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 120.4000015258789,
|
||||
"uiLenLerpSpeed": 92.80000305175781
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -205,14 +205,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -227,14 +227,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -249,14 +249,14 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"15": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -271,14 +271,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"16": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -293,14 +293,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"17": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -315,14 +315,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"18": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -337,14 +337,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"19": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -359,14 +359,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 80.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -381,13 +381,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 57.5,
|
||||
"uiLenLerpSpeed": 90.11000061035156
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"20": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -403,12 +403,12 @@
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"secondHeight": 2.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 13.170000076293945
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -423,13 +423,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.21999979019165,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 126.30000305175781,
|
||||
"uiLenLerpSpeed": 163.60000610351562
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -444,13 +444,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 152.10000610351562,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 45.56999969482422,
|
||||
"uiLenLerpSpeed": 712.8800048828125
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -465,13 +465,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 22.200000762939453,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 202.3000030517578,
|
||||
"uiLenLerpSpeed": 239.8000030517578
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -487,9 +487,9 @@
|
||||
"shape": {
|
||||
"$type": "ConfigShapeCircle",
|
||||
"secondHeight": 2.0,
|
||||
"BPLAKLDAHHD": 4.900000095367432
|
||||
"radius": 4.900000095367432
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -505,9 +505,9 @@
|
||||
"shape": {
|
||||
"$type": "ConfigShapeCircle",
|
||||
"secondHeight": 2.0,
|
||||
"BPLAKLDAHHD": 4.829999923706055
|
||||
"radius": 4.829999923706055
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -523,9 +523,9 @@
|
||||
"shape": {
|
||||
"$type": "ConfigShapeCircle",
|
||||
"secondHeight": 2.0,
|
||||
"BPLAKLDAHHD": 4.179999828338623
|
||||
"radius": 4.179999828338623
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -540,13 +540,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 23.65999984741211,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 24.700000762939453,
|
||||
"uiLenLerpSpeed": 3.9800000190734863
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -76,13 +76,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -15,7 +15,7 @@
|
||||
"_y": 7.03000020980835,
|
||||
"_z": 35.540000915527344
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220008001
|
||||
]
|
||||
},
|
||||
@ -53,7 +53,7 @@
|
||||
"_y": 4.199999809265137,
|
||||
"_z": 43.560001373291016
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220008003
|
||||
]
|
||||
},
|
||||
@ -127,7 +127,7 @@
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"velocity": 10.0,
|
||||
"LALONNAHJDN": 1.100000023841858,
|
||||
"scale": 1.100000023841858,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
}
|
||||
@ -146,13 +146,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 87.80000305175781,
|
||||
"uiLenLerpSpeed": 70.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -167,14 +167,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -189,14 +189,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -211,14 +211,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 70.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -233,14 +233,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 120.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"15": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -255,14 +255,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"16": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -277,14 +277,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"17": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -299,14 +299,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"18": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -321,14 +321,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 80.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"19": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -343,14 +343,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 60.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"20": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -365,13 +365,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 27.299999237060547,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"21": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -386,13 +386,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"22": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -407,14 +407,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 173.8000030517578,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 8.600000381469727,
|
||||
"uiLenLerpSpeed": 185.10000610351562
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"23": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -426,18 +426,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 0.8399999737739563,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.96999979019165,
|
||||
"uiLenLerpSpeed": 11.039999961853027
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"24": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -449,19 +449,19 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 9.229999542236328,
|
||||
"uiLenLerpSpeed": 22.34000015258789
|
||||
},
|
||||
"LLPIABPJAOA": 0.20000000298023224,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 0.20000000298023224,
|
||||
"stringParam": ""
|
||||
},
|
||||
"25": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -473,19 +473,19 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 6.800000190734863,
|
||||
"uiLenLerpSpeed": 16.100000381469727
|
||||
},
|
||||
"LLPIABPJAOA": 0.20000000298023224,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 0.20000000298023224,
|
||||
"stringParam": ""
|
||||
},
|
||||
"26": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -497,18 +497,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.5,
|
||||
"uiLenLerpSpeed": 23.899999618530273
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"27": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -520,18 +520,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -543,17 +543,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 43.81999969482422,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 124.80000305175781
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -565,17 +565,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 3.0799999237060547,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 84.80000305175781,
|
||||
"uiLenLerpSpeed": 101.05000305175781
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"6": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -590,13 +590,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -611,13 +611,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -632,13 +632,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -653,13 +653,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 4.559999942779541,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 70.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
"_y": 5.000000953674316,
|
||||
"_z": 30.5
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220009002
|
||||
]
|
||||
},
|
||||
@ -281,14 +281,14 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"27": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -303,14 +303,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 5.0,
|
||||
"uiLenLerpSpeed": 300.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"28": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -325,14 +325,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"29": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -347,14 +347,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"30": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -369,14 +369,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"31": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -391,14 +391,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 5.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"32": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -410,24 +410,24 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "Teleport",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 2.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 3.990000009536743,
|
||||
"uiLenLerpSpeed": 27.200000762939453
|
||||
},
|
||||
"IPDMGONIMNK": {
|
||||
"vectorParam": {
|
||||
"_x": -63.70000076293945,
|
||||
"_y": -6.599999904632568,
|
||||
"_z": 95.26000213623047
|
||||
},
|
||||
"LLPIABPJAOA": -90.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": -90.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"34": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -442,13 +442,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 48.959999084472656,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 77.54000091552734,
|
||||
"uiLenLerpSpeed": 75.6500015258789
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"35": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -460,18 +460,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"36": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -483,18 +483,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"37": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -506,18 +506,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"38": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -529,18 +529,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"39": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -552,18 +552,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -578,13 +578,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 29.549999237060547,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 221.1999969482422,
|
||||
"uiLenLerpSpeed": 206.10000610351562
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"40": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -596,18 +596,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"41": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -619,18 +619,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"42": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -642,18 +642,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"43": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -665,18 +665,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"44": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -688,18 +688,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"45": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -711,18 +711,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"46": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -734,18 +734,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -85,7 +85,7 @@
|
||||
},
|
||||
"alias": "",
|
||||
"velocity": 30.0,
|
||||
"LALONNAHJDN": 1.5,
|
||||
"scale": 1.5,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
},
|
||||
@ -114,7 +114,7 @@
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"velocity": 15.0,
|
||||
"LALONNAHJDN": 1.5,
|
||||
"scale": 1.5,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
},
|
||||
@ -174,7 +174,7 @@
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"velocity": 30.0,
|
||||
"LALONNAHJDN": 1.5,
|
||||
"scale": 1.5,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
},
|
||||
@ -189,7 +189,7 @@
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"velocity": 30.0,
|
||||
"LALONNAHJDN": 1.5,
|
||||
"scale": 1.5,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
}
|
||||
@ -208,14 +208,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -230,13 +230,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -251,13 +251,13 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -272,13 +272,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 400.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -293,13 +293,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"15": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -314,13 +314,13 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"16": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -335,13 +335,13 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"17": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -356,13 +356,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"18": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -377,13 +377,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 25.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"19": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -398,13 +398,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -419,13 +419,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 250.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"20": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -440,13 +440,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 150.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"21": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -461,13 +461,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"22": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -482,13 +482,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"23": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -503,13 +503,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 70.0,
|
||||
"uiLenLerpSpeed": 80.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"24": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -524,13 +524,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"25": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -545,13 +545,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 7.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"26": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -566,13 +566,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 8.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"27": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -587,13 +587,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 60.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"28": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -608,13 +608,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 70.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"29": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -629,13 +629,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"30": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -650,13 +650,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 35.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"31": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -671,13 +671,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 10.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"32": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -692,13 +692,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 400.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"33": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -713,13 +713,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"34": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -734,13 +734,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"36": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -755,13 +755,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"37": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -776,13 +776,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"38": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -797,13 +797,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -818,13 +818,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"40": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -839,13 +839,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"41": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -857,17 +857,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 50.0,
|
||||
"checkDist": 50.0,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"42": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -879,17 +879,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 50.0,
|
||||
"checkDist": 50.0,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 25.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"5": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -904,13 +904,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 25.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -925,13 +925,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -946,13 +946,13 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -967,13 +967,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -131,14 +131,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"10": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -153,13 +153,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"11": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -174,13 +174,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 100.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 100.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"12": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -195,13 +195,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 400.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"13": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -216,13 +216,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 200.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 400.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"14": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -237,14 +237,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 15.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"15": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -259,14 +259,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"16": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -281,14 +281,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"17": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -303,14 +303,14 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 22.0,
|
||||
"uiLenLerpSpeed": 22.0
|
||||
},
|
||||
"LLPIABPJAOA": 15.0,
|
||||
"IOJJNLLMPFF": ""
|
||||
"floatParam": 15.0,
|
||||
"stringParam": ""
|
||||
},
|
||||
"18": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -325,13 +325,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 25.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"19": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -346,13 +346,13 @@
|
||||
"triggerFlag": "ReturnRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 10.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -367,13 +367,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 250.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"20": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -388,13 +388,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 40.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"21": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -409,13 +409,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"22": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -430,13 +430,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 30.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 200.0,
|
||||
"uiLenLerpSpeed": 250.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"23": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -451,13 +451,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 15.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"24": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -469,18 +469,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"25": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -492,19 +492,19 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 400.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"checkCount": 20,
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"26": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -516,19 +516,19 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 60.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"checkCount": 40,
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"27": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -543,13 +543,13 @@
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 20.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 50.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"28": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -561,18 +561,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"29": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -584,18 +584,18 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"JHPKOBAFBPK": 500.0,
|
||||
"GGMNIOBJKKH": true,
|
||||
"checkDist": 500.0,
|
||||
"withGO": true,
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 100.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"3": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -610,13 +610,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 30.0,
|
||||
"uiLenLerpSpeed": 30.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"30": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -628,17 +628,17 @@
|
||||
},
|
||||
"unlocked": true,
|
||||
"alias": "",
|
||||
"GGMNIOBJKKH": true,
|
||||
"withGO": true,
|
||||
"triggerFlag": "NoReviveRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 12.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 20.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"4": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -653,13 +653,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 50.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"7": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -674,13 +674,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 150.0,
|
||||
"uiLenLerpSpeed": 200.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"8": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -695,13 +695,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 40.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 20.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"9": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -716,13 +716,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 150.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 300.0,
|
||||
"uiLenLerpSpeed": 50.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
"_y": 5.0,
|
||||
"_z": 26.799999237060547
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220012003
|
||||
]
|
||||
},
|
||||
@ -40,7 +40,7 @@
|
||||
"_y": 20.0,
|
||||
"_z": 30.0
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220012005
|
||||
]
|
||||
},
|
||||
@ -62,7 +62,7 @@
|
||||
"_y": 13.390000343322754,
|
||||
"_z": 47.209999084472656
|
||||
},
|
||||
"HFOBOOHKBGF": [
|
||||
"groupIds": [
|
||||
220012007
|
||||
]
|
||||
},
|
||||
@ -97,13 +97,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 10.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 500.0,
|
||||
"uiLenLerpSpeed": 500.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLocalTrigger",
|
||||
@ -118,13 +118,13 @@
|
||||
"triggerFlag": "DeadRegion",
|
||||
"shape": {
|
||||
"$type": "ConfigShapeRect",
|
||||
"FLPNGLDPBNG": true,
|
||||
"useHeight": true,
|
||||
"secondHeight": 5.0,
|
||||
"OLFAKOJCBDN": "Center",
|
||||
"centerType": "Center",
|
||||
"perfCostRatio": 40.0,
|
||||
"uiLenLerpSpeed": 60.0
|
||||
},
|
||||
"IOJJNLLMPFF": ""
|
||||
"stringParam": ""
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user