diff --git a/Data/AbyssS2_SingeleTask_Unagi.json b/Data/AbyssS2_SingeleTask_Unagi.json index 2401336..131816e 100644 --- a/Data/AbyssS2_SingeleTask_Unagi.json +++ b/Data/AbyssS2_SingeleTask_Unagi.json @@ -131,6 +131,27 @@ } ] } + ], + "OnSkillStart": [ + { + "$type": "SendCustomEvent", + "EventKey": "AbyssS2_SingeleTask_Unagi_01", + "IsGlobal": true, + "Predicates": [ + { + "$type": "ByFromSkillType", + "SkillType": "Rush" + }, + { + "$type": "ByHasAbility", + "AbilityNameList": [ + "Unagi_Card_S_01" + ], + "Target": "Self" + } + ], + "Target": "Self" + } ] }, "Modifiers": { diff --git a/Data/Abyss_BossFight03_EnvBuff_02.json b/Data/Abyss_BossFight03_EnvBuff_02.json index f5856cd..5e0e409 100644 --- a/Data/Abyss_BossFight03_EnvBuff_02.json +++ b/Data/Abyss_BossFight03_EnvBuff_02.json @@ -65,7 +65,7 @@ "BuffID": 3400332, "IsOverrideDuration": true }, - "Duration": -1, + "Duration": 20, "MaxStackingNumber": 4, "ModifierStacking": "MultipleAllRefresh" } diff --git a/Data/AudioResourceData.json b/Data/AudioResourceData.json index 215a6ca..f2b5f87 100644 Binary files a/Data/AudioResourceData.json and b/Data/AudioResourceData.json differ diff --git a/Data/Evelyn_Card_S_03.json b/Data/Evelyn_Card_S_03.json index fa6c4b1..0248d11 100644 --- a/Data/Evelyn_Card_S_03.json +++ b/Data/Evelyn_Card_S_03.json @@ -81,39 +81,6 @@ "AbilityStacking": "Unique", "DefaultModifier": { "ModifierMixins": [ - { - "$type": "ActwithStateFrameMixin", - "ConfigList": [ - { - "ActionList": [ - { - "$type": "RemoveModifier", - "ModifierName": "CardParryModifier", - "Target": "Self" - } - ], - "AnimatorStateName": "Attack_ParryAid_H_Card_03", - "ForceTriggerOnTransitionIn": false, - "ForceTriggerOnTransitionOut": false, - "Frame": 12, - "LayerIndex": 0 - }, - { - "ActionList": [ - { - "$type": "ApplyModifier", - "ModifierName": "CardParryModifier", - "Target": "Self" - } - ], - "AnimatorStateName": "Attack_ParryAid_H_Card_03", - "ForceTriggerOnTransitionIn": false, - "ForceTriggerOnTransitionOut": true, - "Frame": 50, - "LayerIndex": 0 - } - ] - }, { "$type": "AttachStateWithModifierMixin", "ConfigList": [ @@ -128,6 +95,66 @@ "ModifierNameList": [ "CardAutoParryModifier" ] + }, + { + "AnimatorStateName": "Attack_ParryAid_H_Card_03", + "FrameCountHigh": 50, + "FrameCountLow": 12, + "IsLoop": false, + "LayerIndex": 0, + "MaxFrameCountHigh": false, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "MuteAutoParryModifier" + ] + }, + { + "AnimatorStateName": "Attack_ParryAid_L_Start", + "FrameCountHigh": 50, + "FrameCountLow": 0, + "IsLoop": false, + "LayerIndex": 0, + "MaxFrameCountHigh": false, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "MuteAutoParryModifier" + ] + }, + { + "AnimatorStateName": "Attack_ParryAid_H_Start", + "FrameCountHigh": 50, + "FrameCountLow": 0, + "IsLoop": false, + "LayerIndex": 0, + "MaxFrameCountHigh": false, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "MuteAutoParryModifier" + ] + }, + { + "AnimatorStateName": "Attack_ParryAid_H", + "FrameCountHigh": 50, + "FrameCountLow": 0, + "IsLoop": false, + "LayerIndex": 0, + "MaxFrameCountHigh": false, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "MuteAutoParryModifier" + ] + }, + { + "AnimatorStateName": "Attack_ParryAid_L", + "FrameCountHigh": 20, + "FrameCountLow": 0, + "IsLoop": false, + "LayerIndex": 0, + "MaxFrameCountHigh": false, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "MuteAutoParryModifier" + ] } ] } @@ -375,98 +402,14 @@ ], "Target": "Self" }, - { - "$type": "DamageByAttackPropertyAction", - "AnimEventID": "Evelyn_Attack_ParryAid_L_AttackProperty_01", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "InAir" - ], - "TargetSubHitEffectGrounds": [ - "Stay", - "Light" - ] - } - ], - "Target": "Target" - }, - { - "$type": "ApplyModifier", - "ModifierName": "LightParryModifer", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "InAir" - ], - "TargetSubHitEffectGrounds": [ - "Stay", - "Light" - ] - } - ], - "Target": "Self" - }, { "$type": "DamageByAttackPropertyAction", "AnimEventID": "Evelyn_Attack_ParryAid_H_AttackProperty_01", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "ThrowLow", - "ThrowHigh", - "Fly", - "Knock" - ], - "TargetSubHitEffectGrounds": [ - "Heavy", - "Knock" - ] - } - ], "Target": "Target" }, { "$type": "ApplyModifier", "ModifierName": "HeavyParryModifer", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "ThrowLow", - "ThrowHigh", - "Fly", - "Knock" - ], - "TargetSubHitEffectGrounds": [ - "Heavy", - "Knock" - ] - } - ], "Target": "Self" }, { @@ -667,39 +610,6 @@ ], "Target": "Self" }, - { - "$type": "ModifyPerfectSwitchPointAction", - "Amount": -1, - "ModifyFunction": "Add", - "Predicates": [ - { - "$type": "ByNot", - "Predicates": [ - { - "$type": "ByAnimTagList", - "TagList": [ - "Conserve_PerfectSwitchPoint" - ] - } - ] - }, - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "InAir" - ], - "TargetSubHitEffectGrounds": [ - "Stay", - "Light" - ] - } - ] - }, { "$type": "ModifyPerfectSwitchPointAction", "Amount": -2, @@ -715,119 +625,17 @@ ] } ] - }, - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "ThrowLow", - "ThrowHigh", - "Fly", - "Knock" - ], - "TargetSubHitEffectGrounds": [ - "Heavy", - "Knock" - ] } ] }, - { - "$type": "DamageByAttackPropertyAction", - "AnimEventID": "Evelyn_Attack_ParryAid_L_AttackProperty_01", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "InAir" - ], - "TargetSubHitEffectGrounds": [ - "Stay", - "Light" - ] - } - ], - "Target": "Target" - }, - { - "$type": "ApplyModifier", - "ModifierName": "LightParryModifer", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "InAir" - ], - "TargetSubHitEffectGrounds": [ - "Stay", - "Light" - ] - } - ], - "Target": "Self" - }, { "$type": "DamageByAttackPropertyAction", "AnimEventID": "Evelyn_Attack_ParryAid_H_AttackProperty_01", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "ThrowLow", - "ThrowHigh", - "Fly", - "Knock" - ], - "TargetSubHitEffectGrounds": [ - "Heavy", - "Knock" - ] - } - ], "Target": "Target" }, { "$type": "ApplyModifier", "ModifierName": "HeavyParryModifer", - "Predicates": [ - { - "$type": "ByTargetHitEffect", - "HitEffectKind": "FinalHitEffect", - "TargetHitEffects": [ - "HitGround", - "HitSky" - ], - "TargetSubHitEffectAirs": [ - "ThrowLow", - "ThrowHigh", - "Fly", - "Knock" - ], - "TargetSubHitEffectGrounds": [ - "Heavy", - "Knock" - ] - } - ], "Target": "Self" }, { @@ -1141,6 +949,24 @@ } ] }, + "MuteAutoParryModifier": { + "Duration": -1, + "ModifierStacking": "Unique", + "OnAdded": [ + { + "$type": "RemoveModifier", + "ModifierName": "CardParryModifier", + "Target": "Self" + } + ], + "OnRemoved": [ + { + "$type": "ApplyModifier", + "ModifierName": "CardParryModifier", + "Target": "Self" + } + ] + }, "ParrtCDModifier": { "Duration": 0.3333, "IgnoreTimeScale": true, diff --git a/Data/Evelyn_MathSkill.json b/Data/Evelyn_MathSkill.json index 6a840d5..7d52c28 100644 --- a/Data/Evelyn_MathSkill.json +++ b/Data/Evelyn_MathSkill.json @@ -69,7 +69,16 @@ "Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_12", "Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_13", "Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_14", - "Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_15" + "Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_15", + "Evelyn_Attack_Card_02_AttackProperty_01", + "Evelyn_Attack_Card_02_AttackProperty_02", + "Evelyn_Attack_Card_02_AttackProperty_03", + "Evelyn_Attack_Card_02_AttackProperty_04", + "Evelyn_Attack_Card_02_AttackProperty_05", + "Evelyn_Attack_Card_02_AttackProperty_06", + "Evelyn_Attack_Card_02_AttackProperty_07", + "Evelyn_Attack_Card_02_AttackProperty_08", + "Evelyn_Attack_Card_02_AttackProperty_09" ], "Target": "Self" } diff --git a/Data/Trigger_Attack_ChainAttackInvincible.json b/Data/Trigger_Attack_ChainAttackInvincible.json new file mode 100644 index 0000000..3a88b36 --- /dev/null +++ b/Data/Trigger_Attack_ChainAttackInvincible.json @@ -0,0 +1,122 @@ +{ + "AbilityMixins": [ + { + "$type": "AttachStateWithModifierMixin", + "ConfigList": [ + { + "AnimatorStateName": "Attack_ChainAttack", + "FrameCountHigh": 0, + "FrameCountLow": 0, + "LayerIndex": 0, + "MaxFrameCountHigh": true, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "ChainAttackInvincibleModifier" + ] + }, + { + "AnimatorStateName": "Attack_ChainAttack_Extra", + "FrameCountHigh": 0, + "FrameCountLow": 0, + "LayerIndex": 0, + "MaxFrameCountHigh": true, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "ChainAttackInvincibleModifier" + ] + }, + { + "AnimatorStateName": "Attack_ChainAttack_Plus_1", + "FrameCountHigh": 0, + "FrameCountLow": 0, + "LayerIndex": 0, + "MaxFrameCountHigh": true, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "ChainAttackInvincibleModifier" + ] + }, + { + "AnimatorStateName": "Attack_ChainAttack_Plus_2", + "FrameCountHigh": 0, + "FrameCountLow": 0, + "LayerIndex": 0, + "MaxFrameCountHigh": true, + "MaxFrameCountLow": false, + "ModifierNameList": [ + "ChainAttackInvincibleModifier" + ] + } + ], + "IsSeam": false + } + ], + "AbilityName": "Trigger_Attack_ChainAttackInvincible", + "AbilitySpecials": { + "AS_ChargeHitCount": { + "Value": 0 + }, + "AS_EvadeCount": { + "Value": 0 + }, + "AS_FinalHitAddedBreakStunRatio": { + "Value": 0 + }, + "AS_FinalHitAddedDamageRatio": { + "Value": 0 + }, + "AS_LowChainAttack_Add_Fin": { + "Value": 25 + }, + "AS_LowChainAttack_Add_Int": { + "Value": 25 + }, + "AS_LowChainAttack_Talent_1_Add": { + "Value": 1.25 + }, + "AS_PerHitAddedBreakStunRatio": { + "Value": 0.5 + }, + "AS_PerHitAddedDamageRatio": { + "Value": 0.5 + } + }, + "AbilityStacking": "Unique", + "DefaultModifier": { + "OnSwitchTriggered": [ + { + "$type": "RemoveModifier", + "ModifierName": "ChainAttackInvincibleModifier", + "Predicates": [ + { + "$type": "ByIsLocalAvatar", + "IsLocalAvatar": true, + "Target": "Caster" + } + ], + "Target": "Self" + } + ] + }, + "Modifiers": { + "ChainAttackInvincibleModifier": { + "Duration": -1, + "IgnoreTimeScale": false, + "ModifierStacking": "Unique", + "OnAdded": [ + { + "$type": "PushInvincibleAction", + "Tag": "ChainAttackInvincibleTag", + "Target": "Self" + } + ], + "OnRemoved": [ + { + "$type": "PopInvincibleAction", + "Tag": "ChainAttackInvincibleTag", + "Target": "Self" + } + ] + } + } +} \ No newline at end of file diff --git a/Data/Trigger_Attack_Charge_Manager.json b/Data/Trigger_Attack_Charge_Manager.json index 6f5cb12..2603c81 100644 --- a/Data/Trigger_Attack_Charge_Manager.json +++ b/Data/Trigger_Attack_Charge_Manager.json @@ -935,10 +935,6 @@ "$type": "ApplyModifier", "ModifierName": "Modifier_AidAttackTag", "Predicates": [ - { - "$type": "ByCauseStun", - "IsCauseStun": true - }, { "$type": "ByNot", "Predicates": [ @@ -958,10 +954,6 @@ "$type": "ApplyModifier", "ModifierName": "AidAttack_Common_CD_Modifier_Controller", "Predicates": [ - { - "$type": "ByCauseStun", - "IsCauseStun": true - }, { "$type": "ByNot", "Predicates": [ diff --git a/Data/Unagi_Card_S_01.json b/Data/Unagi_Card_S_01.json index 0f6c8c8..b99561c 100644 --- a/Data/Unagi_Card_S_01.json +++ b/Data/Unagi_Card_S_01.json @@ -259,36 +259,6 @@ } ], "Target": "Self" - }, - { - "$type": "SendCustomEvent", - "EventKey": "AbyssS2_SingeleTask_Unagi_01", - "IsGlobal": true, - "Predicates": [ - { - "$type": "ByOr", - "Predicates": [ - { - "$type": "ByTransitionName", - "TransitionName": "Hit_H_F -> Attack_Rush_03" - }, - { - "$type": "ByTransitionName", - "TransitionName": "Hit_H_B -> Attack_Rush_03" - }, - { - "$type": "ByTransitionName", - "TransitionName": "HitFly_F -> Attack_Rush_03" - }, - { - "$type": "ByTransitionName", - "TransitionName": "HitFly_B -> Attack_Rush_03" - } - ], - "Target": "Self" - } - ], - "Target": "Self" } ], "OnBeAttackLanded": [ diff --git a/FileCfg/15470938365241671230.json b/FileCfg/15470938365241671230.json index fb76383..1d302ac 100644 --- a/FileCfg/15470938365241671230.json +++ b/FileCfg/15470938365241671230.json @@ -357,7 +357,6 @@ "MPHLIEKKFIK": "ActivityBangBooDream_LevelDes01", "BAMEEJGEFJI": [ 31000007, - 79990029, 31000008 ], "JOOLCGLAHJP": "", diff --git a/FileCfg/6587217776238216689.json b/FileCfg/6587217776238216689.json index fe92185..3dfce48 100644 --- a/FileCfg/6587217776238216689.json +++ b/FileCfg/6587217776238216689.json @@ -932,7 +932,7 @@ "LCBEMEABNMG": 0, "PDNFHBMBFLO": 12065089, "ECNIBDMPLEO": 1012001, - "JIFHJEMHGNK": 24021, + "JIFHJEMHGNK": 24046, "KLBKKKHGGCL": false, "BNEFMKNKONB": "" }, @@ -944,7 +944,7 @@ "LCBEMEABNMG": 0, "PDNFHBMBFLO": 12065090, "ECNIBDMPLEO": 1013001, - "JIFHJEMHGNK": 24008, + "JIFHJEMHGNK": 24047, "KLBKKKHGGCL": false, "BNEFMKNKONB": "" }, @@ -955,8 +955,8 @@ "BLHMJBFEELA": 2, "LCBEMEABNMG": 0, "PDNFHBMBFLO": 12065091, - "ECNIBDMPLEO": 1013001, - "JIFHJEMHGNK": 24021, + "ECNIBDMPLEO": 1012001, + "JIFHJEMHGNK": 24048, "KLBKKKHGGCL": false, "BNEFMKNKONB": "" }, @@ -967,8 +967,8 @@ "BLHMJBFEELA": 2, "LCBEMEABNMG": 0, "PDNFHBMBFLO": 12065092, - "ECNIBDMPLEO": 1013001, - "JIFHJEMHGNK": 24021, + "ECNIBDMPLEO": 1012001, + "JIFHJEMHGNK": 24049, "KLBKKKHGGCL": false, "BNEFMKNKONB": "" } diff --git a/FileCfg/8423183413999768910.json b/FileCfg/8423183413999768910.json index 97a120b..875bfae 100644 --- a/FileCfg/8423183413999768910.json +++ b/FileCfg/8423183413999768910.json @@ -321,7 +321,7 @@ "ILPFIHCKOGN": "1001", "ONFNJDPLGGD": "", "CJJOHOLIPKC": "", - "AKLCFFGAKDJ": 1102, + "AKLCFFGAKDJ": 1103, "LMBIHEFPFPD": 1110, "NDCHKMJPHLK": 0, "GHDALCANMCD": 2 diff --git a/FileCfg/AbilityConfigTemplateTb.json b/FileCfg/AbilityConfigTemplateTb.json index c0b4386..64fc102 100644 --- a/FileCfg/AbilityConfigTemplateTb.json +++ b/FileCfg/AbilityConfigTemplateTb.json @@ -14263,23 +14263,6 @@ "GLEBFJDOOPI": "", "ADNAMONAGDL": "" }, - { - "EBPCDLGCDON": 79990029, - "AMDFPDIKMIJ": "", - "LHOFPFFFJNE": "", - "LACJKOGEKKE": "BangbooDream_Server_FloorCount", - "DNBBNMBMNNA": 1, - "ALMNNGFCOOP": "", - "BFCHHPKMIOM": "", - "PHOGPNFGGNN": "", - "KOIFLEFAMAF": "", - "AIADKKHADKN": "", - "OLLNJDGIJOJ": "", - "KLFOPEEDNME": "", - "EJPECJBKIIH": "", - "GLEBFJDOOPI": "", - "ADNAMONAGDL": "" - }, { "EBPCDLGCDON": 79990030, "AMDFPDIKMIJ": "", diff --git a/FileCfg/ConditionConfigTemplateTb.json b/FileCfg/ConditionConfigTemplateTb.json index a274e46..dbf9954 100644 Binary files a/FileCfg/ConditionConfigTemplateTb.json and b/FileCfg/ConditionConfigTemplateTb.json differ diff --git a/FileCfg/ItemTemplateTb.json b/FileCfg/ItemTemplateTb.json index 056db12..210b545 100644 Binary files a/FileCfg/ItemTemplateTb.json and b/FileCfg/ItemTemplateTb.json differ diff --git a/FileCfg/OnceRewardTemplateTb.json b/FileCfg/OnceRewardTemplateTb.json index 84f255b..1b3cbca 100644 Binary files a/FileCfg/OnceRewardTemplateTb.json and b/FileCfg/OnceRewardTemplateTb.json differ diff --git a/FileCfg/SectionConfigTemplateTb.json b/FileCfg/SectionConfigTemplateTb.json index 5b339a5..ce567e4 100644 --- a/FileCfg/SectionConfigTemplateTb.json +++ b/FileCfg/SectionConfigTemplateTb.json @@ -148,7 +148,7 @@ "NEJDHLCNFGO": "SkyScraper_JaneOVA_PlayerPos_Default", "MENHKFJFLNE": 3, "MPHLIEKKFIK": "SectionName_SkyScraper", - "LMAGEIDGDFP": "Default" + "LMAGEIDGDFP": "None" }, { "LPEKBBJAKBP": 153, @@ -158,7 +158,7 @@ "NEJDHLCNFGO": "Subway_PlayerPos_Default", "MENHKFJFLNE": 3, "MPHLIEKKFIK": "SectionName_Subway", - "LMAGEIDGDFP": "Default" + "LMAGEIDGDFP": "None" }, { "LPEKBBJAKBP": 154, @@ -168,7 +168,7 @@ "NEJDHLCNFGO": "SubwayFortuneSquare_PlayerPos_Default", "MENHKFJFLNE": 3, "MPHLIEKKFIK": "SectionName_Subway", - "LMAGEIDGDFP": "Default" + "LMAGEIDGDFP": "None" }, { "LPEKBBJAKBP": 155, @@ -178,7 +178,7 @@ "NEJDHLCNFGO": "HandOffice_PlayerPos_Default", "MENHKFJFLNE": 3, "MPHLIEKKFIK": "SectionName_HandOffice", - "LMAGEIDGDFP": "Default" + "LMAGEIDGDFP": "None" }, { "LPEKBBJAKBP": 156, @@ -208,7 +208,7 @@ "NEJDHLCNFGO": "Fortune2FMall_PlayerPos_Default", "MENHKFJFLNE": 3, "MPHLIEKKFIK": "SectionName_Fortune2FMall", - "LMAGEIDGDFP": "Default" + "LMAGEIDGDFP": "None" } ] } \ No newline at end of file diff --git a/FileCfg/TeleportConfigTemplateTb.json b/FileCfg/TeleportConfigTemplateTb.json index 29452ce..0a2eaed 100644 --- a/FileCfg/TeleportConfigTemplateTb.json +++ b/FileCfg/TeleportConfigTemplateTb.json @@ -6614,13 +6614,13 @@ }, { "OPFEAMDPIAG": 112000123, - "LANJNPHPJEH": 110, + "LANJNPHPJEH": 120, "HLEAEPDDBLE": 0, "JOGGOAJIAJJ": "", "KAOMKKBEKOF": "", "OBPOMMPNBOE": "UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/ShopPic/IconStorage.png", "IJIMOCEONPL": 100001, - "EELAMDEHNJF": 105, + "EELAMDEHNJF": 106, "PEJILDNFBDM": "1206012101_BiWeeklyPlan_PlayerPos", "GODBHKPHLJL": "TeleportName_01_DecorativeText", "HPHDJNGIGEG": "", @@ -6635,13 +6635,13 @@ }, { "OPFEAMDPIAG": 112000124, - "LANJNPHPJEH": 110, + "LANJNPHPJEH": 120, "HLEAEPDDBLE": 0, "JOGGOAJIAJJ": "", "KAOMKKBEKOF": "", "OBPOMMPNBOE": "UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/ShopPic/IconStorage.png", "IJIMOCEONPL": 100001, - "EELAMDEHNJF": 105, + "EELAMDEHNJF": 106, "PEJILDNFBDM": "1206012102_BiWeeklyPlan_PlayerPos", "GODBHKPHLJL": "TeleportName_01_DecorativeText", "HPHDJNGIGEG": "", @@ -6656,13 +6656,13 @@ }, { "OPFEAMDPIAG": 112000125, - "LANJNPHPJEH": 110, + "LANJNPHPJEH": 130, "HLEAEPDDBLE": 0, "JOGGOAJIAJJ": "", "KAOMKKBEKOF": "", "OBPOMMPNBOE": "UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/ShopPic/IconStorage.png", "IJIMOCEONPL": 100001, - "EELAMDEHNJF": 105, + "EELAMDEHNJF": 107, "PEJILDNFBDM": "1206012103_BiWeeklyPlan_PlayerPos", "GODBHKPHLJL": "TeleportName_01_DecorativeText", "HPHDJNGIGEG": "", @@ -6677,13 +6677,13 @@ }, { "OPFEAMDPIAG": 112000126, - "LANJNPHPJEH": 110, + "LANJNPHPJEH": 130, "HLEAEPDDBLE": 0, "JOGGOAJIAJJ": "", "KAOMKKBEKOF": "", "OBPOMMPNBOE": "UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/ShopPic/IconStorage.png", "IJIMOCEONPL": 100001, - "EELAMDEHNJF": 105, + "EELAMDEHNJF": 107, "PEJILDNFBDM": "1206012104_BiWeeklyPlan_PlayerPos", "GODBHKPHLJL": "TeleportName_01_DecorativeText", "HPHDJNGIGEG": "", diff --git a/TextMap/TextMapTemplateTb.json b/TextMap/TextMapTemplateTb.json index 6e3fcce..82faca4 100644 Binary files a/TextMap/TextMapTemplateTb.json and b/TextMap/TextMapTemplateTb.json differ diff --git a/TextMap/TextMap_CHTTemplateTb.json b/TextMap/TextMap_CHTTemplateTb.json index 191e35f..06e658a 100644 Binary files a/TextMap/TextMap_CHTTemplateTb.json and b/TextMap/TextMap_CHTTemplateTb.json differ diff --git a/TextMap/TextMap_DETemplateTb.json b/TextMap/TextMap_DETemplateTb.json index 2123fed..92d3791 100644 Binary files a/TextMap/TextMap_DETemplateTb.json and b/TextMap/TextMap_DETemplateTb.json differ diff --git a/TextMap/TextMap_ENTemplateTb.json b/TextMap/TextMap_ENTemplateTb.json index e06ce96..ff147ff 100644 Binary files a/TextMap/TextMap_ENTemplateTb.json and b/TextMap/TextMap_ENTemplateTb.json differ diff --git a/TextMap/TextMap_ESTemplateTb.json b/TextMap/TextMap_ESTemplateTb.json index 4e26d52..e08376d 100644 Binary files a/TextMap/TextMap_ESTemplateTb.json and b/TextMap/TextMap_ESTemplateTb.json differ diff --git a/TextMap/TextMap_FRTemplateTb.json b/TextMap/TextMap_FRTemplateTb.json index 01a4b94..379adf4 100644 Binary files a/TextMap/TextMap_FRTemplateTb.json and b/TextMap/TextMap_FRTemplateTb.json differ diff --git a/TextMap/TextMap_IDTemplateTb.json b/TextMap/TextMap_IDTemplateTb.json index aafa8ff..6582f97 100644 Binary files a/TextMap/TextMap_IDTemplateTb.json and b/TextMap/TextMap_IDTemplateTb.json differ diff --git a/TextMap/TextMap_JATemplateTb.json b/TextMap/TextMap_JATemplateTb.json index f185937..b8bdf6f 100644 Binary files a/TextMap/TextMap_JATemplateTb.json and b/TextMap/TextMap_JATemplateTb.json differ diff --git a/TextMap/TextMap_KOTemplateTb.json b/TextMap/TextMap_KOTemplateTb.json index 9e666c0..8f71c6f 100644 Binary files a/TextMap/TextMap_KOTemplateTb.json and b/TextMap/TextMap_KOTemplateTb.json differ diff --git a/TextMap/TextMap_PTTemplateTb.json b/TextMap/TextMap_PTTemplateTb.json index f02d1b1..68ba69e 100644 Binary files a/TextMap/TextMap_PTTemplateTb.json and b/TextMap/TextMap_PTTemplateTb.json differ diff --git a/TextMap/TextMap_RUTemplateTb.json b/TextMap/TextMap_RUTemplateTb.json index 2002ecd..3de4cd7 100644 Binary files a/TextMap/TextMap_RUTemplateTb.json and b/TextMap/TextMap_RUTemplateTb.json differ diff --git a/TextMap/TextMap_THTemplateTb.json b/TextMap/TextMap_THTemplateTb.json index 90a7819..57bd46f 100644 Binary files a/TextMap/TextMap_THTemplateTb.json and b/TextMap/TextMap_THTemplateTb.json differ diff --git a/TextMap/TextMap_VITemplateTb.json b/TextMap/TextMap_VITemplateTb.json index bbc4975..f4d7662 100644 Binary files a/TextMap/TextMap_VITemplateTb.json and b/TextMap/TextMap_VITemplateTb.json differ