diff --git a/EnderLilies.Game/EnderLilies.Game.rc b/EnderLilies.Game/EnderLilies.Game.rc index bba3372..d09fac3 100644 --- a/EnderLilies.Game/EnderLilies.Game.rc +++ b/EnderLilies.Game/EnderLilies.Game.rc @@ -52,7 +52,7 @@ END VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,1 - PRODUCTVERSION 2,2,1,0 + PRODUCTVERSION 2,3,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -74,7 +74,7 @@ BEGIN VALUE "LegalCopyright", "Copyright (C) 2021" VALUE "OriginalFilename", "EnderLilies.Game" VALUE "ProductName", "EnderLilies.Randomizer.Game" - VALUE "ProductVersion", "2.2.1.0" + VALUE "ProductVersion", "2.3.2.0" END END BLOCK "VarFileInfo" diff --git a/EnderLilies.Game/Randomizer.cpp b/EnderLilies.Game/Randomizer.cpp index fda1a03..d860d13 100644 --- a/EnderLilies.Game/Randomizer.cpp +++ b/EnderLilies.Game/Randomizer.cpp @@ -893,6 +893,7 @@ void Randomizer::RefreshAptitudes() for (int i = 0; i < gm->TutorialTable->Data.Num(); ++i) pc->MarkTutorialAsSeen(gm->TutorialTable->Data[i].Name); + return; #ifdef _DEBUG pc->UnlockAllAptitudes(); diff --git a/EnderLilies.Game/xinput.cpp b/EnderLilies.Game/xinput.cpp index c7058c0..322de9b 100644 --- a/EnderLilies.Game/xinput.cpp +++ b/EnderLilies.Game/xinput.cpp @@ -7,21 +7,3 @@ namespace { HMODULE xinput; } - - -/* -BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) -{ - write(); - if(fdwReason == DLL_PROCESS_ATTACH) { - xinput = LoadLibrary(L"C:\\Windows\\System32\\xinput1_3-orig.dll"); - if(xinput == 0) - xinput = LoadLibrary(L"C:\\Windows\\System32\\xinput1_3.dll"); - } - - - - - - return TRUE; -}*/ diff --git a/EnderLilies.Randomizer/ComponentSettings.cs b/EnderLilies.Randomizer/ComponentSettings.cs index 7681597..d0b4611 100644 --- a/EnderLilies.Randomizer/ComponentSettings.cs +++ b/EnderLilies.Randomizer/ComponentSettings.cs @@ -756,6 +756,7 @@ public ComponentSettings() public event PropertyChangedEventHandler PropertyChanged = delegate { }; public event PropertyChangedEventHandler PropertyChangedEnded = delegate { }; + public bool Init = false; public void SetSettings(XmlNode node) { var element = (XmlElement)node; @@ -788,8 +789,8 @@ public void SetSettings(XmlNode node) DashProgressive = SettingsHelper.ParseBool(element["DashProgressive"], true); StartWeaponUsesAncientSouls = SettingsHelper.ParseBool(element["StartWeaponUsesAncientSouls"], true); ShuffleWeaponUpgrades = SettingsHelper.ParseBool(element["ShuffleWeaponUpgrades"], false); - - + Init = true; + NotifyPropertyChanged(); } public XmlNode GetSettings(XmlDocument document) @@ -1032,7 +1033,9 @@ private void NotifyPropertyChanged([CallerMemberName] String propertyName = "") if (!_internalInteraction) { if (propertyName != "SeedText") + { NotifyPropertyChanged("SeedText"); + } else PropertyChangedEnded(this, new PropertyChangedEventArgs(propertyName)); } diff --git a/EnderLilies.Randomizer/EnderLilies.Randomizer.json b/EnderLilies.Randomizer/EnderLilies.Randomizer.json index 1353324..f1f3e22 100644 --- a/EnderLilies.Randomizer/EnderLilies.Randomizer.json +++ b/EnderLilies.Randomizer/EnderLilies.Randomizer.json @@ -1015,7 +1015,7 @@ }, "Castle_15_GAMEPLAY.BP_WorldTravelVolume_2": { "content": "Map.map_castle_16.15", - "rules": "Castle15Left | TowerAlcove + claw + (hook | FULLSILVA + sinner | 3LEDGE)" + "rules": "TowerAlcove + claw + (hook | FULLSILVA + sinner | 3LEDGE)" }, "Castle_15_GAMEPLAY.BP_WorldTravelVolume2": { "content": "Map.map_castle_14.15", @@ -2550,11 +2550,11 @@ }, "Oubliette_04_GAMEPLAY.BP_SCR_LV1S_2020_2": { "content": "Generic.i_SpiritCurrencyLv1_M", - "rules": "Oubliette04Left + (FULLSILVA | hook)" + "rules": "Oubliette04Left + (FULLSILVA | hook | 3LEDGE | sinner + silva + djump | silva + champion + dodge | 2HORIZONTAL + dash + LEDGE | djump + champion + HORIZONTAL)" }, "Oubliette_04_GAMEPLAY.BP_SCR_LV2S_2010_3": { "content": "Generic.i_SpiritCurrencyLv2_S", - "rules": "Oubliette04Right" + "rules": "Oubliette04Right | Oubliette04Left" }, "Oubliette_04_GAMEPLAY.BP_WorldTravelVolume14": { "content": "Map.map_oubliette_03.4", @@ -2562,7 +2562,7 @@ }, "Oubliette_04_GAMEPLAY.BP_WorldTravelVolume16": { "content": "Map.map_oubliette_02.4", - "rules": "Oubliette04Left | Oubliette04Right" + "rules": "Oubliette04Right | Oubliette04Left" }, "Oubliette_05_1_GAMEPLAY.BP_Interactable_WorldTravel13": { "content": "Map.map_oubliette_05.5_1", @@ -2922,7 +2922,7 @@ }, "Oubliette_16_GAMEPLAY.BP_WorldTravelVolume18": { "content": "Map.map_outside_01.O16", - "rules": "Oubliette16Right | Oubliette16Left + (hook + ((sinner + LEDGE) | 2HORIZONTAL | silva + (djump | dodge) | djump + (dodge | champion)) | silva + djump + (claw | champion | dodge))" + "rules": "Oubliette16Right | Oubliette16Left + (hook + (sinner + (LEDGE | dash | dodge) | silva + (djump | dodge | champion + dash) | djump + (dodge | champion)) | silva + djump + (claw | champion | dodge))" }, "Oubliette_17_GAMEPLAY.BP_WorldTravelVolume19": { "content": "Map.map_oubliette_10.17", @@ -3130,7 +3130,7 @@ }, "Swamp_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { "content": "Parameter.i_maxHPUp_01", - "rules": "Swamp11Left + (LEDGE + HORIZONTAL)" + "rules": "Swamp11Left + (LEDGE + HORIZONTAL | 2HORIZONTAL | silva + djump)" }, "Swamp_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { "content": "Passive.i_passive_dmgup", @@ -3350,7 +3350,7 @@ }, "Village_03_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { "content": "Passive.i_passive_dmgcut_LV1", - "rules": "Village03Right + (claw | hook | LEDGE | HORIZONTAL)" + "rules": "Village03Right + (claw | hook | LEDGE | HORIZONTAL | dash)" }, "Village_03_GAMEPLAY.BP_SCR_LV1S_2021_2": { "content": "Generic.i_SpiritCurrencyLv1_S", @@ -3530,11 +3530,11 @@ }, "Village_10_GAMEPLAY.BP_WorldTravelVolume_2": { "content": "Map.map_village_09.1", - "rules": "Village10Left | Gerrod" + "rules": "Gerrod" }, "Village_10_GAMEPLAY.BP_WorldTravelVolume2": { "content": "Map.map_village_11.0", - "rules": "Village10Right | Gerrod" + "rules": "Gerrod" }, "Village_11_1_GAMEPLAY.BP_Interactable_Item_HealPower_Up_5": { "content": "Generic.i_HealPower_Up", diff --git a/EnderLilies.Randomizer/Logic/GameGraph.cs b/EnderLilies.Randomizer/Logic/GameGraph.cs index 284dbb3..b1cc0e3 100644 --- a/EnderLilies.Randomizer/Logic/GameGraph.cs +++ b/EnderLilies.Randomizer/Logic/GameGraph.cs @@ -141,92 +141,46 @@ public bool AddProgressItem(int key, bool metaprogression, ref BitArray reachabl return true; } + int max_item_count = 0; + public Dictionary Solve(string start, string weapon = "umbral", bool metaprogression = false, bool roomrandom = false) { + if (aliases.ContainsKey(start)) + start = aliases[start]; + Dictionary data = new Dictionary(); if (roomrandom) { - /* - var trans = new List(transitions.Values); - trans.Shuffle(); - List first_pass = tags.Where(k => transitions.ContainsKey(k.Value)). - Select, string>(k => k.Key).ToList(); - - List tagsnames = new List(transitions.Values); - List volumes = new List(transitions.Keys); - - var query = tags.Values.GroupBy(x => x) - .Where(g => g.Count() > 1) - .Select(y => y.Key) - .ToList(); - - first_pass.Shuffle(); - HashSet done = new HashSet(); - while (first_pass.Count > 0) - { - string source_map = first_pass[0].Substring(4, first_pass[0].LastIndexOf('.') - 4); - //first_pass[0].Split('.')[1].Substring(4); - int i = 1; - for (; i < first_pass.Count; ++i) - { - string dest_map = first_pass[i].Substring(4, first_pass[i].LastIndexOf('.') - 4); - if (source_map != dest_map) - break; - } - if (i >= first_pass.Count) - break; - string tag1 = first_pass[0]; - string tag2 = first_pass[i]; - data[Node(tags[tag1])] = tag2; - data[Node(tags[tag2])] = tag1; - AddRule(Node(tags[tag1]), Node(tags[tag2])); - AddRule(Node(tags[tag2]), Node(tags[tag1])); - first_pass.RemoveAt(i); - first_pass.RemoveAt(0); - int i1 = tagsnames.IndexOf(tag1); - tagsnames.RemoveAt(i1); - int i2 = tagsnames.IndexOf(tag2); - tagsnames.RemoveAt(i2); - int v1 = volumes.IndexOf(tags[tag1]); - volumes.RemoveAt(v1); - int v2 = volumes.IndexOf(tags[tag2]); - volumes.RemoveAt(v2); - } - while (volumes.Count > 0) - { - string node = Node(volumes[0]); - node = node.Substring(0, node.IndexOf('.')); - string source_map = node.Substring(0, node.LastIndexOf('_')).ToLower(); - int i = 0; - for (; i < tagsnames.Count; ++i) + var trans = new List(transitions.Values); + trans.Shuffle(); + foreach (var id in transitions) { - string dest_map = tagsnames[i].Substring(4, tagsnames[i].LastIndexOf('.') - 4); - if (source_map != dest_map) - break; + var i = trans.Count - 1; + var tag = trans[i]; + data[Node(id.Key)] = trans[i]; + AddRule(tag, Node(id.Key)); + trans.RemoveAt(i); } - if (i >= tagsnames.Count) - break; - data[Node(volumes[0])] = tagsnames[i]; - AddRule(Node(tags[tagsnames[i]]), Node(volumes[0])); - volumes.RemoveAt(0); - tagsnames.RemoveAt(i); - }*/ - - var trans = new List(transitions.Values); - trans.Shuffle(); - foreach (var id in transitions) - { - data[Node(id.Key)] = trans[trans.Count - 1]; - AddRule(Node(tags[trans[trans.Count - 1]]), Node(id.Key)); - trans.RemoveAt(trans.Count - 1); - } } + /* + var area = new Dictionary() + { + { "Map.map_church_08.1", "Map.map_village_01.0" }, + { "Map.map_church_08.2", "Map.map_forest_01.C8" }, + { "Map.map_village_11.1", "Map.map_castle_01.0" }, + { "Map.map_village_12.C1", "Map.map_cave_01.V12" }, + { "Map.map_village_15.F1", "Map.map_fort_01.V15" }, + { "Map.map_castle_07.F1", "Map.map_fort_01.C7" }, + { "Map.map_cave_22.F2", "Map.map_fort_02.C22" }, + { "Map.map_forest_07.O1", "Map.map_oubliette_01.F7" }, + { "Map.map_forest_09.S2","Map.map_swamp_02.F9" }, + { "Map.map_oubliette_17.S6", "Map.map_swamp_06.O17" }, + }; + */ else - foreach (var trans in transitions) - AddRule(trans.Value, Node(trans.Key)); + foreach (var t in transitions) + AddRule(t.Value, Node(t.Key)); - if (aliases.ContainsKey(start)) - start = aliases[start]; if (aliases.ContainsKey(weapon)) weapon = aliases[weapon]; @@ -261,7 +215,7 @@ public Dictionary Solve(string start, string weapon = "umbral", do { progress = false; - for (int nb_items = 1; !progress && nb_items <= missing_keys.Count; nb_items++) + for (int nb_items = 1; !progress && nb_items <= missing_keys.Count && nb_items < max_item_count; nb_items++) { // check 1 by 1 item that would grant progress foreach (IEnumerable subitems in Numerics.Combinations(missing_keys, nb_items)) @@ -293,7 +247,7 @@ public Dictionary Solve(string start, string weapon = "umbral", empty_locations.AddRange(meta_locations); //for (int i = 0; i < meta_locations.Count; i++) //{ - //Console.WriteLine(i.ToString() + " " + Node(meta_locations[i])); + //Console.WriteLine(i.ToString() + " " + Node(meta_locations[i])); //} foreach (int key in subitems) @@ -369,6 +323,8 @@ public int AddNode(string node, string check = null) int id = nodes.IndexOf(node); if (check != null) { + if (aliases.ContainsKey(check)) + check = aliases[check]; if (check.StartsWith("Map.")) transitions[id] = check; else @@ -402,6 +358,7 @@ public void AddRule(string location, params string[] tokens) else keys_condition.Add(AddKey(condition)); } + max_item_count = Math.Max(max_item_count, keys_condition.Count); if (nodes_condition.Count == 0) throw new Exception("unlinked node"); if (!conditions.ContainsKey(node)) diff --git a/EnderLilies.Randomizer/Logic/RandomSession.cs b/EnderLilies.Randomizer/Logic/RandomSession.cs index 6877c33..7c4ae41 100644 --- a/EnderLilies.Randomizer/Logic/RandomSession.cs +++ b/EnderLilies.Randomizer/Logic/RandomSession.cs @@ -21,8 +21,12 @@ public RandomSession(ComponentSettings settings) _settings.PropertyChangedEnded += _settings_PropertyChanged; } + string _seed_text = ""; private void _settings_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { + if (!_settings.Init || _settings.SeedText == _seed_text) + return; + _seed_text = _settings.SeedText; Generate(_settings.Seed); _settings.GeneratePreview(this); } diff --git a/EnderLilies.Randomizer/Properties/AssemblyInfo.cs b/EnderLilies.Randomizer/Properties/AssemblyInfo.cs index 88992d5..acdd1d3 100644 --- a/EnderLilies.Randomizer/Properties/AssemblyInfo.cs +++ b/EnderLilies.Randomizer/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.1.0")] +[assembly: AssemblyVersion("2.3.2.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Update/Components/EnderLilies.Game.dll b/Update/Components/EnderLilies.Game.dll index 466cdae..0388f27 100644 Binary files a/Update/Components/EnderLilies.Game.dll and b/Update/Components/EnderLilies.Game.dll differ diff --git a/Update/Components/EnderLilies.Randomizer.dll b/Update/Components/EnderLilies.Randomizer.dll index 28a1b8b..a7e89fa 100644 Binary files a/Update/Components/EnderLilies.Randomizer.dll and b/Update/Components/EnderLilies.Randomizer.dll differ diff --git a/Update/Components/EnderLilies.Randomizer.json b/Update/Components/EnderLilies.Randomizer.json index 7bb9155..f1f3e22 100644 --- a/Update/Components/EnderLilies.Randomizer.json +++ b/Update/Components/EnderLilies.Randomizer.json @@ -1,42 +1,5 @@ { - "aliases": { - "Start": "Church_12_GAMEPLAY.BP_Interactable_Item_Tip1", - "Lab1": "Swamp_1_GAMEPLAY.BP_Interactable_Item_Tip3", - "Lab2": "Swamp_06_GAMEPLAY.BP_Interactable_Item_Tip3", - "Lab3": "Swamp_10_GAMEPLAY.BP_Interactable_Item_Tip3", - "Lab4": "Swamp_12_GAMEPLAY.BP_Interactable_Item_Tip3", - "BastionGates": "Fort_03_GAMEPLAY.BP_Interactable_Item_Tip3", - "AnkletRoom": "Forest_17_Map.BP_Interactable_Item_Tip5", - "Aqueduct": "Oubliette_02_GAMEPLAY.BP_Interactable_Item_Tip3", - "DryadLake": "Forest_05_GAMEPLAY.BP_Interactable_Item_Tip4", - "Crossroads": "Church_08_GAMEPLAY.BP_Interactable_Item_Tip3", - - "Gerrod": "Village_10_GAMEPLAY.BP_e5050_Giant", - "Silva": "Cave_23_GAMEPLAY.BP_e5021_OlderSister", - "Julius": "Castle_20_GAMEPLAY.BP_e5030_Leader", - "Ulv": "Fort_21_GAMEPLAY.BP_e5070_Killer", - "Eleine": "Forest_15_GAMEPLAY.BP_e5040_Witch", - "Hoenir": "Oubliette_15_GAMEPLAY.BP_e5060_Assassin", - "Faden": "Swamp_18_GAMEPLAY.BP_Interactable_Spirit_s5080_2", - "Siegrid": "Church_03_GAMEPLAY.BP_e5011_YoungerSister", - "Youth": "Church_07_GAMEPLAY.BP_e2012_Slime_Unique", - "Defender": "Village_08_GAMEPLAY.BP_e2002_Knight", - "Bird": "Village_04_1_GAMEPLAY.BP_e2102_Crow", - "Dog": "Castle_01_GAMEPLAY.BP_e2082_Dog", - "Archer": "Cave_19_GAMEPLAY.BP_e2022_Soldier", - "Crypt": "Cave_07_GAMEPLAY.BP_e2162_Spider", - "Fungal": "Forest_06_GAMEPLAY.BP_e2122_Fungus", - "Floral": "Forest_11_GAMEPLAY.BP_e2132_Mandrake", - "Sentinel": "Fort_01_GAMEPLAY.BP_e2192_Gargoyle", - "Subject": "Oubliette_07_2_GAMEPLAY.BP_e2072_Mimic", - "Executionner": "Oubliette_12_GAMEPLAY.BP_e2182_Shadow", - "Sinner": "Swamp_15_GAMEPLAY.BP_e2052_Toad", - "Champion": "Swamp_04_GAMEPLAY.BP_e2172_Inferior", - "Elder": "Village_14_GAMEPLAY.BP_e2112_Ork", - "Chief": "Church_09_GAMEPLAY.BP_e2092_Priest", - "Aegis": "Castle_16_GAMEPLAY.BP_e2032_BigKnight", - "Fellwyrm": "Fort_12_GAMEPLAY.BP_e2232_Dragon", - + "items_alias": { "umbral": "Spirit.s5000", "gerrod": "Spirit.s5050", "silva": "Spirit.s5020", @@ -127,7 +90,6 @@ "Blighted Phantom": "Passive.i_passive_override_skin_level_max", "Fretia's Ring": "Passive.i_passive_parry" }, - "macros": { "3LEDGE": "djump + silva + champion", "2LEDGE": "djump + silva | djump + champion | silva + champion", @@ -138,2435 +100,10 @@ "CHARGE": "pierce + dash", "3HEAL": "heal1 + heal2 + heal3" }, - "connections": [ - { - "from": "Faden", - "to": "Abyss_01_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "unlock + swim + CHARGE + (hook | FULLSILVA)", - "twoways": true - }, - { - "from": "Faden", - "to": "Abyss_01_GAMEPLAY.BP_SCR_LV2M_2171_2", - "requires": "unlock + swim + CHARGE + (hook | FULLSILVA)", - "twoways": true - }, - { - "from": "Faden", - "to": "Abyss_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "unlock + (claw + 2LEDGE | LEDGE + HORIZONTAL)", - "twoways": true - }, - { - "from": "Faden", - "to": "Abyss_02_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "unlock + swim + CHARGE + (hook | FULLSILVA)", - "twoways": true - }, - { - "from": "Faden", - "to": "Abyss_02_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "unlock + swim + CHARGE + (hook | FULLSILVA)", - "twoways": true - }, - { - "from": "Faden", - "to": "Abyss_02_GAMEPLAY.BP_Interactable_Passive_healcountup_2", - "requires": "unlock + swim + CHARGE + (hook | FULLSILVA)", - "twoways": true - }, - { - "from": "Lab4", - "to": "Abyss_04_GAMEPLAY.BP_SCR_LV1L_2170_2", - "requires": "dash + unlock + mask + slam + claw + hook + HORIZONTAL + LEDGE + 3HEAL", - "twoways": false - }, - { - "from": "Lab4", - "to": "Abyss_04_GAMEPLAY.BP_SCR_LV1L_2170_3", - "requires": "dash + unlock + mask + slam + claw + hook + HORIZONTAL + LEDGE + 3HEAL", - "twoways": false - }, - { - "from": "Lab4", - "to": "Abyss_05_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2", - "requires": "swim + dash + unlock + mask + slam + claw + hook + HORIZONTAL + LEDGE + 3HEAL", - "twoways": true - }, - { - "from": "Lab4", - "to": "Abyss_05_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "swim + dash + unlock + mask + slam + claw + hook + HORIZONTAL + LEDGE + 3HEAL", - "twoways": true - }, - { - "from": "Lab4", - "to": "Abyss_05_GAMEPLAY.BP_SCR_LV3S_5000_1", - "requires": "swim + dash + unlock + mask + slam + claw + hook + HORIZONTAL + LEDGE + 3HEAL", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Castle_01_GAMEPLAY.BP_e2082_Dog", - "requires": "claw", - "twoways": true - }, - { - "from": "Sentinel", - "to": "Castle_01_GAMEPLAY.BP_e2082_Dog", - "requires": "hook", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_01_GAMEPLAY.BP_Interactable_Passive_healcountup_4", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_01_GAMEPLAY.BP_Interactable_Passive_Spirit_StunStaminaDamageUp_2", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_01_GAMEPLAY.BP_SCR_LV1L_2031_2", - "requires": "CHARGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_01_GAMEPLAY.BP_SCR_LV2M_2001_2", - "requires": "CHARGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_02_GAMEPLAY.BP_SCR_LV1M_2000_3", - "requires": "hook", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_03_GAMEPLAY.BP_SCR_LV1M_2001_2", - "requires": "hook | claw + (LEDGE | HORIZONTAL) | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_04_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_06_GAMEPLAY.BP_SCR_LV1L_2030_3", - "requires": "claw", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_07_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_08_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "claw", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_08_GAMEPLAY.BP_Interactable_Passive_expup_5", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_08_GAMEPLAY.BP_SCR_LV1M_2000_2", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_08_GAMEPLAY.BP_SCR_LV1M_2000_3", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_08_GAMEPLAY.BP_SCR_LV1S_2010_3", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_09_GAMEPLAY.BP_SCR_LV2M_2000_3", - "requires": "claw + (2LEDGE | (silva | djump) + HORIZONTAL)", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_10_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_10_GAMEPLAY.BP_SCR_LV1M_2000_3", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_12_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "hook", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_12_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_12_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_12_GAMEPLAY.BP_SCR_LV1M_2001_1", - "requires": "hook | claw", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2", - "requires": "silva + djump + claw | FULLSILVA + hook", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_14_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "hook + LEDGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_14_GAMEPLAY.BP_SCR_LV1L_2220_3", - "requires": "CHARGE + LEDGE + (claw | HORIZONTAL)", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_14_GAMEPLAY.BP_SCR_LV2LL_0000_2", - "requires": "claw + (3LEDGE | FULLSILVA | sinner + 2LEDGE | silva + 2HORIZONTAL | Dodge + Dash + 2LEDGE)", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_15_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_15_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Julius", - "to": "Castle_16_GAMEPLAY.BP_e2032_BigKnight", - "requires": "claw + (hook | FULLSILVA + sinner | 3LEDGE)", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_3", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_4", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_6", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_7", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1M_2191_2", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_3", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_4", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_6", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1S_2101_2", - "requires": "", - "twoways": true - }, - { - "from": "Aegis", - "to": "Castle_16_GAMEPLAY.BP_SCR_LV1S_2101_4", - "requires": "claw", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_17_GAMEPLAY.BP_SCR_LV1M_2000_3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_18_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE + CHARGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_18_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "LEDGE + CHARGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_18_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "LEDGE + CHARGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_18_GAMEPLAY.BP_SCR_LV2L_2221_2", - "requires": "LEDGE + CHARGE + hook", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_19_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_20_GAMEPLAY.BP_e5030_Leader", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_21_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "unlock", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_21_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "unlock", - "twoways": true - }, - { - "from": "Dog", - "to": "Castle_21_GEO.BP_SCR_LV1L_2120_2", - "requires": "unlock", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Cave_01_GAMEPLAY.BP_Interactable_Passive_Parry_2", - "requires": "swim + slam", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_01_GAMEPLAY.BP_Interactable_Passive_Parry_2", - "requires": "claw", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_01_GAMEPLAY.BP_SCR_LV2LL_0000_2", - "requires": "claw + (FULLSILVA + dash | 3LEDGE + (HORIZONTAL | dash) | 2LEDGE + 2HORIZONTAL)", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Cave_01_GAMEPLAY.BP_SCR_LV2LL_0000_2", - "requires": "swim + slam + 3LEDGE + 2HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_02_GAMEPLAY.BP_SCR_LV1M_2160_1", - "requires": "hook | claw + (HORIZONTAL | djump | champ + dash | silva + dash)", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_02_GAMEPLAY.BP_SCR_LV1S_2020_2", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_03_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_03_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_05_GAMEPLAY.BP_SCR_LV1M_2161_2", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_06_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_06_GAMEPLAY.BP_Interactable_Item_Tip5", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_07_GAMEPLAY.BP_e2162_Spider", - "requires": "slam", - "twoways": true - }, - { - "from": "Crypt", - "to": "Cave_07_GAMEPLAY.BP_SCR_LV1M_2161_2", - "requires": "swim", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "slam", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "claw | LEDGE", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_09_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_10_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "hook | claw | 2LEDGE | 2HORIZONTAL | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_10_GAMEPLAY.BP_SCR_LV1S_2011_2", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_11_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_11_GAMEPLAY.BP_SCR_LV1M_2161_2", - "requires": "LEDGE | hook ", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_11_GAMEPLAY.BP_SCR_LV2M_2050_2", - "requires": "swim", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_12_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2", - "requires": "unlock", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_13_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_13_GAMEPLAY.BP_SCR_LV2L_2091_4", - "requires": "hook | claw", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_13_GAMEPLAY.BP_SCR_LV2M_2161_5", - "requires": "dash | LEDGE | HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_14_GAMEPLAY.BP_SCR_LV1S_2020_7", - "requires": "hook | claw | 2LEDGE | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Sentinel", - "to": "Cave_14_GAMEPLAY.BP_SCR_LV1S_2020_7", - "requires": "2LEDGE | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_15_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "claw | LEDGE", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_15_GAMEPLAY.BP_SCR_LV1L_2070_3", - "requires": "slam", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_15_GAMEPLAY.BP_SCR_LV1S_2020_2", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_16_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_16_GAMEPLAY.BP_SCR_LV1L_2091_5", - "requires": "hook | claw + (2LEDGE | LEDGE + HORIZONTAL)", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_17_GAMEPLAY.BP_SCR_LV3M_5000_2", - "requires": "slam + swim", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_18_GAMEPLAY.BP_Interactable_Passive_healpowerup_2", - "requires": "hook | claw + LEDGE | 2LEDGE | 2HORIZONTAL | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_19_GAMEPLAY.BP_e2022_Soldier", - "requires": "", - "twoways": true - }, - { - "from": "Archer", - "to": "Cave_19_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2", - "requires": "", - "twoways": true - }, - { - "from": "Archer", - "to": "Cave_19_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "hook | LEDGE | HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_20_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_20_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_20_GAMEPLAY.BP_SCR_LV1S_2011_2", - "requires": "", - "twoways": true - }, - { - "from": "Archer", - "to": "Cave_21_GAMEPLAY.BP_Interactable_Passive_healcountup_2", - "requires": "claw | 2LEDGE | 2HORIZONTAL | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_22_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Cave_23_GAMEPLAY.BP_e5021_OlderSister", - "requires": "swim + slam", - "twoways": true - }, - { - "from": "Sentinel", - "to": "Cave_23_GAMEPLAY.BP_e5021_OlderSister", - "requires": "2LEDGE | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Silva", - "to": "Cave_23_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Start", - "to": "Church_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "", - "twoways": true - }, - { - "from": "Start", - "to": "Church_02_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Start", - "to": "Church_03_GAMEPLAY.BP_e5011_YoungerSister", - "requires": "", - "twoways": true - }, - { - "from": "Siegrid", - "to": "Church_04_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Siegrid", - "to": "Church_05_GAMEPLAY.BP_Interactable_Passive_MaxHPUp_Lv1_2", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Siegrid", - "to": "Church_07_GAMEPLAY.BP_e2012_Slime_Unique", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Church_07_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "slam", - "twoways": true - }, - { - "from": "Youth", - "to": "Church_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Church_08_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Siegrid", - "to": "Church_09_GAMEPLAY.BP_e2092_Priest", - "requires": "claw", - "twoways": true - }, - { - "from": "Chief", - "to": "Church_09_GAMEPLAY.BP_Interactable_Passive_JumpHeightUp_2", - "requires": "claw + CHARGE + LEDGE", - "twoways": true - }, - { - "from": "Siegrid", - "to": "Church_09_GAMEPLAY.BP_SCR_LV2M_2001_2", - "requires": "claw", - "twoways": true - }, - { - "from": "Start", - "to": "Church_10_GAMEPLAY.BP_Interactable_Item_Tip_2", - "requires": "", - "twoways": true - }, - { - "from": "Start", - "to": "Church_10_GAMEPLAY.BP_Interactable_Item_Tip2", - "requires": "", - "twoways": true - }, - { - "from": "Start", - "to": "Church_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "", - "twoways": true - }, - { - "from": "Siegrid", - "to": "Church_11_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Chief", - "to": "Church_12_GAMEPLAY.BP_Interactable_Item_Tip1", - "requires": "", - "twoways": false - }, - { - "from": "Start", - "to": "Church_13_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "unlock + ( djump | champion | silva + dodge | claw )", - "twoways": true - }, - { - "from": "Chief", - "to": "Church_14_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2", - "requires": "hook", - "twoways": true - }, - { - "from": "Chief", - "to": "Church_14_GAMEPLAY.BP_Interactable_Item_Tip5", - "requires": "hook", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_02_GAMEPLAY.BP_SCR_LV1S_2130_2", - "requires": "", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "swim", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Forest_03_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "LEDGE | claw | HORIZONTAL + swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_04_GAMEPLAY.BP_Interactable_Passive_dmgup_swimming_2", - "requires": "LEDGE | claw + HORIZONTAL", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_04_GAMEPLAY.BP_SCR_LV1S_2100_2", - "requires": "slam + LEDGE", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_05_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "LEDGE | claw | swim + HORIZONTAL", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_06_GAMEPLAY.BP_e2122_Fungus", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_06_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_06_GAMEPLAY.BP_SCR_LV2M_2120_3", - "requires": "LEDGE + slam | 2LEDGE | LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Forest_07_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "LEDGE | hook | HORIZONTAL", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Forest_07_GAMEPLAY.BP_SCR_LV1S_2121_1", - "requires": "hook | claw + (2LEDGE | LEDGE + HORIZONTAL)", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Forest_07_GAMEPLAY.BP_SCR_LV1S_2130_2", - "requires": "", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure2", - "requires": "2LEDGE | LEDGE + HORIZONTAL | hook", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Forest_08_GAMEPLAY.BP_SCR_LV2M_2120_1", - "requires": "LEDGE | HORIZONTAL", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_09_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2", - "requires": "swim + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_09_GAMEPLAY.BP_Interactable_Item_Tip1", - "requires": "swim + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_09_GAMEPLAY.BP_SCR_LV2S_2130_2", - "requires": "swim + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_10_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_11_GAMEPLAY.BP_e2132_Mandrake", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_11_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Forest_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "swim + (LEDGE | HORIZONTAL)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_11_GAMEPLAY.BP_SCR_LV1M_2120_2", - "requires": "LEDGE + swim + (claw | hook)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_11_GAMEPLAY.BP_SCR_LV1S_2130_2", - "requires": "swim + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_12_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_12_GAMEPLAY.BP_SCR_LV1M_2131_3", - "requires": "LEDGE | claw + swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_13_GAMEPLAY.BP_SCR_LV1S_2130_3", - "requires": "LEDGE | claw + swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_14_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE | claw + swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_15_GAMEPLAY.BP_e5040_Witch", - "requires": "LEDGE | claw + swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_16_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "claw + unlock + (LEDGE + HORIZONTAL | 2LEDGE)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_16_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "claw + unlock + (LEDGE + HORIZONTAL | 2LEDGE)", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_16_GAMEPLAY.BP_SCR_LV1LL_0000_2", - "requires": "claw + unlock + (LEDGE + HORIZONTAL | 2LEDGE)", - "twoways": true - }, - { - "from": "AnkletRoom", - "to": "Forest_17_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2", - "requires": "claw | LEDGE", - "twoways": true - }, - { - "from": "AnkletRoom", - "to": "Forest_17_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "claw | LEDGE + hook | silva + djump", - "twoways": true - }, - { - "from": "AnkletRoom", - "to": "Forest_17_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "claw | LEDGE", - "twoways": true - }, - { - "from": "Youth", - "to": "Forest_17_Map.BP_Interactable_Item_Tip5", - "requires": "hook + (LEDGE | claw) | claw + (djump | champion) | silva + djump | sinner + (djump | champion) | 2HORIZONTAL + LEDGE | 2LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Dog", - "to": "Fort_01_GAMEPLAY.BP_e2192_Gargoyle", - "requires": "hook", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Fort_01_GAMEPLAY.BP_e2192_Gargoyle", - "requires": "swim + (claw + (sinner + (djump | champion) | dodge + silva | 2LEDGE + HORIZONTAL) | hook + 2LEDGE | hook + claw + (LEDGE | HORIZONTAL))", - "twoways": true - }, - { - "from": "Sentinel", - "to": "Fort_01_GAMEPLAY.BP_SCR_LV1M_2190_2", - "requires": "hook", - "twoways": true - }, - { - "from": "Silva", - "to": "Fort_02_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "", - "twoways": true - }, - { - "from": "Silva", - "to": "Fort_02_GAMEPLAY.BP_SCR_LV2S_2021_2", - "requires": "LEDGE + HORIZONTAL | djump + (silva | champion)", - "twoways": true - }, - { - "from": "Silva", - "to": "Fort_03_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE + HORIZONTAL | djump + (silva | champion)", - "twoways": true - }, - { - "from": "Sentinel", - "to": "Fort_03_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_04_GAMEPLAY.BP_SCR_LV1L_2230_8", - "requires": "CHARGE + (LEDGE | claw)", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_05_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_05_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "LEDGE + (hook | claw)", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_05_GAMEPLAY.BP_SCR_LV1S_2020_6", - "requires": "LEDGE + claw", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_05_GAMEPLAY.BP_SCR_LV1S_2020_6", - "requires": "LEDGE + slam", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_06_GAMEPLAY.BP_SCR_LV1M_2190_4", - "requires": "LEDGE + claw", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_07_GAMEPLAY.BP_SCR_LV1S_2021_1", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_08_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_09_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_09_GAMEPLAY.BP_Interactable_Passive_dmgcut_Lv3_2", - "requires": "LEDGE + CHARGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_09_GAMEPLAY.BP_SCR_LV1S_2020_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_09_GAMEPLAY.BP_SCR_LV2M_2190_3", - "requires": "claw + LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_10_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE + claw", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_10_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "LEDGE + slam + swim", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_11_GAMEPLAY.BP_SCR_LV1M_2190_4", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Ulv", - "to": "Fort_12_GAMEPLAY.BP_e2232_Dragon", - "requires": "CHARGE", - "twoways": true - }, - { - "from": "Ulv", - "to": "Fort_12_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_7", - "requires": "", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Ulv", - "to": "Fort_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "LEDGE + claw", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_14_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE + hook + slam + unlock + swim", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_14_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "LEDGE + hook + slam + unlock + swim", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_14_GAMEPLAY.BP_SCR_LV1L_2231_2", - "requires": "LEDGE + CHARGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_14_GAMEPLAY.BP_SCR_LV1LL_0000_2", - "requires": "LEDGE + hook + slam + unlock + swim", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_14_GAMEPLAY.BP_SCR_LV2S_2020_3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_15_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_15_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "LEDGE + (HORIZONTAL | claw) + hook | 2LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_15_GAMEPLAY.BP_SCR_LV1M_2190_2", - "requires": "LEDGE + claw", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_15_GAMEPLAY.BP_SCR_LV1S_2021_1", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_16_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_17_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Ulv", - "to": "Fort_18_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2", - "requires": "claw + (sinner | dodge + LEDGE | 2LEDGE | djump + dash)", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_18_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_19_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_19_GAMEPLAY.BP_SCR_LV2M_2190_4", - "requires": "LEDGE + claw", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_19_GAMEPLAY.BP_SCR_LV2S_2021_2", - "requires": "LEDGE + slam", - "twoways": true - }, - { - "from": "BastionGates", - "to": "Fort_21_GAMEPLAY.BP_e5070_Killer", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Ulv", - "to": "Fort_21_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2", - "requires": "claw | (silva + djump + (champion | dodge))", - "twoways": true - }, - { - "from": "Ulv", - "to": "Fort_21_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "claw | (silva + djump + (champion | dodge))", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_01_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_5", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_01_GAMEPLAY.BP_SCR_LV1S_2010_3", - "requires": "", - "twoways": true - }, - { - "from": "DryadLake", - "to": "Oubliette_02_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "swim + (dodge + (LEDGE | dash) | 2LEDGE | hook | sinner | djump + dash)", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_03_GAMEPLAY.BP_SCR_LV1M_2050_2", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_03_GAMEPLAY.BP_SCR_LV1S_2081_2", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_03_GEO.BP_SCR_LV1LL_0000_2", - "requires": "CHARGE", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_04_GAMEPLAY.BP_SCR_LV1S_2020_2", - "requires": "FULLSILVA | hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_04_GAMEPLAY.BP_SCR_LV2S_2010_3", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_05_1_GAMEPLAY.BP_SCR_LV2S_2021_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_05_2_GAMEPLAY.BP_SCR_LV1S_2010_3", - "requires": "LEDGE + claw + hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_05_3_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_05_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2", - "requires": "LEDGE + claw + hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_05_GAMEPLAY.BP_SCR_LV1L_2220_3", - "requires": "LEDGE + CHARGE", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_05_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "LEDGE + claw + hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_06_1_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE | hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_06_2_GAMEPLAY.BP_Interactable_Passive_dmgup_maxHP_2", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_06_3_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "hook + (LEDGE | HORIZONTAL) | FULLSILVA | 3LEDGE", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_06_4_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2", - "requires": "unlock + ( hook | FULLSILVA + claw)", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_06_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_06_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_06_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_07_1_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_07_2_GAMEPLAY.BP_e2072_Mimic", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_08_GAMEPLAY.BP_SCR_LV2M_2050_3", - "requires": "slam", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_08_GAMEPLAY.BP_SCR_LV2S_2081_2", - "requires": "hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "claw", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_5", - "requires": "claw", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_09_GAMEPLAY.BP_SCR_LV1M_2050_2", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_10_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_11_GAMEPLAY.BP_SCR_LV2S_2020_2", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_12_GAMEPLAY.BP_e2182_Shadow", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_13_1_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": " claw + (FULLSILVA | hook)", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_13_2_GAMEPLAY.BP_SCR_LV3S_5000_1", - "requires": "slam", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "claw + LEDGE | 2LEDGE | hook", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_13_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_13_GAMEPLAY.BP_SCR_LV1M_2001_3", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_13_GAMEPLAY.BP_SCR_LV1M_2180_2", - "requires": "CHARGE", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_14_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Aqueduct", - "to": "Oubliette_15_GAMEPLAY.BP_e5060_Assassin", - "requires": "", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Oubliette_16_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2", - "requires": "hook + ((sinner + LEDGE) | 2HORIZONTAL | silva + (djump | dodge) | djump + (dodge | champion)) | silva + djump + (claw | champion | dodge)", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Oubliette_16_GAMEPLAY.BP_SCR_LV1L_2180_3", - "requires": "", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "claw + silva + djump", - "twoways": false - }, - { - "from": "Sentinel", - "to": "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "claw + (2LEDGE | LEDGE + HORIZONTAL)", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "claw + silva + djump", - "twoways": false - }, - { - "from": "Sentinel", - "to": "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "claw + (2LEDGE | LEDGE + HORIZONTAL)", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Outside_03_GAMEPLAY.BP_Interactable_Passive_ShortHeal_2", - "requires": "swim + claw + silva + djump ", - "twoways": false - }, - { - "from": "Sentinel", - "to": "Outside_03_GAMEPLAY.BP_Interactable_Passive_ShortHeal_2", - "requires": "claw + swim", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Outside_03_GAMEPLAY.BP_SCR_LV2L_2230_2", - "requires": "claw + silva + djump", - "twoways": false - }, - { - "from": "Sentinel", - "to": "Outside_03_GAMEPLAY.BP_SCR_LV2L_2230_2", - "requires": "claw + (2LEDGE | LEDGE + HORIZONTAL)", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_04_GAMEPLAY.BP_e2172_Inferior", - "requires": "unlock + LEDGE", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_04_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Lab2", - "to": "Swamp_05_GAMEPLAY.BP_SCR_LV2M_2171_2", - "requires": "swim", - "twoways": true - }, - { - "from": "Lab2", - "to": "Swamp_05_GEO.BP_SCR_LV1M_2051_2", - "requires": "swim", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Swamp_06_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "CHARGE + slam + (dodge + claw | hook)", - "twoways": false - }, - { - "from": "Lab1", - "to": "Swamp_06_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Hoenir", - "to": "Swamp_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "CHARGE + slam + (dodge + claw | hook)", - "twoways": false - }, - { - "from": "Hoenir", - "to": "Swamp_06_GAMEPLAY.BP_SCR_LV1L_2180_3", - "requires": "CHARGE + slam + (dodge + claw | hook)", - "twoways": false - }, - { - "from": "Lab2", - "to": "Swamp_07_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "claw + LEDGE + CHARGE", - "twoways": true - }, - { - "from": "Lab3", - "to": "Swamp_07_GAMEPLAY.BP_Interactable_Passive_RecastTimeCut_Lv2_2", - "requires": "claw + LEDGE", - "twoways": true - }, - { - "from": "Sinner", - "to": "Swamp_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2", - "requires": "swim + mask", - "twoways": true - }, - { - "from": "Sinner", - "to": "Swamp_08_GAMEPLAY.BP_SCR_LV1M_2051_2", - "requires": "swim + mask", - "twoways": true - }, - { - "from": "Sinner", - "to": "Swamp_08_GAMEPLAY.BP_SCR_LV2M_2051_2", - "requires": "swim + mask", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_09_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "LEDGE", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_09_GAMEPLAY.BP_SCR_LV2M_2170_2", - "requires": "LEDGE + HORIZONTAL | 2LEDGE", - "twoways": true - }, - { - "from": "Eleine", - "to": "Swamp_1_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "swim + (LEDGE | claw) + (dash | dodge)", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_10_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "CHARGE + slam", - "twoways": false - }, - { - "from": "Lab3", - "to": "Swamp_10_GAMEPLAY.BP_SCR_LV1M_2051_2", - "requires": "swim + mask", - "twoways": true - }, - { - "from": "Lab3", - "to": "Swamp_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE + HORIZONTAL", - "twoways": true - }, - { - "from": "Lab3", - "to": "Swamp_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "slam", - "twoways": false - }, - { - "from": "Lab4", - "to": "Swamp_12_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2", - "requires": "slam", - "twoways": true - }, - { - "from": "Sinner", - "to": "Swamp_12_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "", - "twoways": true - }, - { - "from": "Lab3", - "to": "Swamp_13_GAMEPLAY.BP_SCR_LV1L_2170_3", - "requires": "slam", - "twoways": false - }, - { - "from": "Lab3", - "to": "Swamp_13_GAMEPLAY.BP_SCR_LV2L_2170_3", - "requires": "slam + (hook | claw)", - "twoways": false - }, - { - "from": "Lab3", - "to": "Swamp_14_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "slam", - "twoways": false - }, - { - "from": "Lab3", - "to": "Swamp_14_GAMEPLAY.BP_SCR_LV1L_2170_3", - "requires": "slam + (2LEDGE | hook)", - "twoways": false - }, - { - "from": "Lab3", - "to": "Swamp_15_GAMEPLAY.BP_e2052_Toad", - "requires": "swim + mask", - "twoways": false - }, - { - "from": "Lab3", - "to": "Swamp_15_GAMEPLAY.BP_SCR_LV1M_2171_2", - "requires": "slam", - "twoways": false - }, - { - "from": "Faden", - "to": "Swamp_16_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Faden", - "to": "Swamp_18_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "", - "twoways": true - }, - { - "from": "Faden", - "to": "Swamp_18_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Lab2", - "to": "Swamp_18_GAMEPLAY.BP_Interactable_Spirit_s5080_2", - "requires": "CHARGE + slam + (FULLSILVA | hook | claw) + mask", - "twoways": true - }, - { - "from": "Faden", - "to": "Swamp_18_GAMEPLAY.BP_SCR_LV1LL_miliel_2", - "requires": "claw + (LEDGE + 2HORIZONTAL) | (2LEDGE + dodge)", - "twoways": true - }, - { - "from": "Eleine", - "to": "Swamp_2_GAMEPLAY.BP_SCR_LV2S_2010_2", - "requires": "swim + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Eleine", - "to": "Swamp_2_GAMEPLAY.BP_SCR_LV2S_2121_1", - "requires": "swim + (claw | LEDGE + hook)", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_3_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "", - "twoways": true - }, - { - "from": "Lab1", - "to": "Swamp_3_GAMEPLAY.BP_SCR_LV1L_2170_3", - "requires": "", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop", - "requires": "", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_02_GAMEPLAY.BP_SCR_LV1S_2020_2", - "requires": "djump + (silva | champion) | (djump | silva) + HORIZONTAL | hook", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_02_GAMEPLAY.BP_SCR_LV1S_2100_2", - "requires": "2LEDGE | silva + dodge | hook + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "slam + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_03_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_03_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_03_GAMEPLAY.BP_SCR_LV2S_2020_2", - "requires": "slam + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_04_1_GAMEPLAY.BP_e2102_Crow", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_04_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "hook + (LEDGE | claw) | LEDGE + HORIZONTAL | 2LEDGE | LEDGE + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_04_GAMEPLAY.BP_SCR_LV1S_2010_1", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_05_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_06_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_06_GAMEPLAY.BP_SCR_LV1M_2000_3", - "requires": "2LEDGE | LEDGE + claw | (silva | djump) + HORIZONTAL | champion + sinner", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_06_GAMEPLAY.BP_SCR_LV1S_2020_2", - "requires": "slam + (2LEDGE | LEDGE + claw | hook + (LEDGE | claw))", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_06_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "slam + (2LEDGE | LEDGE + claw | hook + (LEDGE | claw))", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_06_GAMEPLAY.BP_SCR_LV2S_2010_3", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_06_GAMEPLAY.BP_SCR_LV2S_2021_2", - "requires": "(LEDGE | hook + claw) + slam", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_07_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_07_GAMEPLAY.BP_SCR_LV1S_2100_3", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_07_GAMEPLAY.BP_SCR_LV2S_2080_3", - "requires": "hook + (LEDGE | claw) | 2LEDGE", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_08_GAMEPLAY.BP_e2002_Knight", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_08_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "(LEDGE | hook + claw) + swim", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_09_GAMEPLAY.BP_Interactable_Item_Tip3", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_09_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_10_GAMEPLAY.BP_e5050_Giant", - "requires": "LEDGE | hook + claw", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_11_1_GAMEPLAY.BP_Interactable_Item_HealPower_Up_5", - "requires": "slam", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_11_GAMEPLAY.BP_Interactable_Item_Tip1", - "requires": "", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_11_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_11_GAMEPLAY.BP_SCR_LV2S_2020_3", - "requires": "", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_12_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "slam", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2", - "requires": "slam + (djump | 2LEDGE | LEDGE + HORIZONTAL)", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", - "requires": "slam + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_13_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "swim + (LEDGE | claw)", - "twoways": true - }, - { - "from": "Youth", - "to": "Village_13_GAMEPLAY.BP_SCR_LV1S_2021_2", - "requires": "LEDGE | claw", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_14_GAMEPLAY.BP_e2112_Ork", - "requires": "hook | LEDGE + sinner | djump + (dodge | silva | champion) | dodge + (silva | champion + dash)", - "twoways": true - }, - { - "from": "Elder", - "to": "Village_14_GAMEPLAY.BP_SCR_LV1L_2111_2", - "requires": "slam + (hook | LEDGE + sinner | silva + (djump | dodge) | champion + (dash | claw) + (silva | djump))", - "twoways": true - }, - { - "from": "Elder", - "to": "Village_14_GAMEPLAY.BP_SCR_LV2L_2110_3", - "requires": "slam + (hook | 3LEDGE | FULLSILVA | claw + LEDGE) ", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_15_GAMEPLAY.BP_SCR_LV1LL_0000_2", - "requires": "swim + (claw + (sinner + (djump | champion) | dodge + silva | 2LEDGE + HORIZONTAL) | hook + 2LEDGE | hook + claw + (LEDGE | HORIZONTAL))", - "twoways": true - }, - { - "from": "Sentinel", - "to": "Village_15_GAMEPLAY.BP_SCR_LV1LL_0000_2", - "requires": "swim + claw + djump + silva", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_15_GAMEPLAY.BP_SCR_LV1M_2050_3", - "requires": "swim + (claw + (sinner + (djump | champion) | dodge + silva | 2LEDGE + HORIZONTAL) | hook + 2LEDGE | hook + claw + (LEDGE | HORIZONTAL))", - "twoways": true - }, - { - "from": "Sentinel", - "to": "Village_15_GAMEPLAY.BP_SCR_LV1M_2050_3", - "requires": "swim", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_15_GAMEPLAY.BP_SCR_LV2M_2050_2", - "requires": "swim", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_16_GAMEPLAY.BP_Interactable_Item_Tip4", - "requires": "slam + CHARGE", - "twoways": true - }, - { - "from": "Gerrod", - "to": "Village_16_GAMEPLAY.BP_Interactable_Passives_Treasure_2", - "requires": "slam + CHARGE", - "twoways": true - } - ], - "locations": { - "Abyss_01_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_066", - "Abyss_01_GAMEPLAY.BP_SCR_LV2M_2171_2": "Generic.i_SpiritCurrencyLv2_L", - "Abyss_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Abyss_02_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_067", - "Abyss_02_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_028", - "Abyss_02_GAMEPLAY.BP_Interactable_Passive_healcountup_2": "Passive.i_passive_heal_count_up_2", - "Abyss_04_GAMEPLAY.BP_SCR_LV1L_2170_2": "Generic.i_SpiritCurrencyLv1_L", - "Abyss_04_GAMEPLAY.BP_SCR_LV1L_2170_3": "Generic.i_SpiritCurrencyLv1_L", - "Abyss_05_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2": "Generic.i_FinalPassivePart_Up", - "Abyss_05_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_065", - "Abyss_05_GAMEPLAY.BP_SCR_LV3S_5000_1": "Generic.i_SpiritCurrencyLv3_2", - "Castle_01_GAMEPLAY.BP_e2082_Dog": "Spirit.s2082", - "Castle_01_GAMEPLAY.BP_Interactable_Passive_healcountup_4": "Passive.i_passive_heal_count_up_3", - "Castle_01_GAMEPLAY.BP_Interactable_Passive_Spirit_StunStaminaDamageUp_2": "Passive.i_passive_stunstamina_damage_up", - "Castle_01_GAMEPLAY.BP_SCR_LV1L_2031_2": "Generic.i_SpiritCurrencyLv1_L", - "Castle_01_GAMEPLAY.BP_SCR_LV2M_2001_2": "Generic.i_SpiritCurrencyLv2_L", - "Castle_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Castle_02_GAMEPLAY.BP_SCR_LV1M_2000_3": "Generic.i_SpiritCurrencyLv1_M", - "Castle_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Castle_03_GAMEPLAY.BP_SCR_LV1M_2001_2": "Generic.i_SpiritCurrencyLv1_M", - "Castle_04_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_035", - "Castle_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_maxhpup_LV2", - "Castle_06_GAMEPLAY.BP_SCR_LV1L_2030_3": "Generic.i_SpiritCurrencyLv1_M", - "Castle_07_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_019", - "Castle_08_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Castle_08_GAMEPLAY.BP_Interactable_Passive_expup_5": "Passive.i_passive_expup_2", - "Castle_08_GAMEPLAY.BP_SCR_LV1M_2000_2": "Generic.i_SpiritCurrencyLv1_S", - "Castle_08_GAMEPLAY.BP_SCR_LV1M_2000_3": "Generic.i_SpiritCurrencyLv1_S", - "Castle_08_GAMEPLAY.BP_SCR_LV1S_2010_3": "Generic.i_SpiritCurrencyLv1_S", - "Castle_09_GAMEPLAY.BP_SCR_LV2M_2000_3": "Generic.i_SpiritCurrencyLv2_M", - "Castle_10_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_064", - "Castle_10_GAMEPLAY.BP_SCR_LV1M_2000_3": "Generic.i_SpiritCurrencyLv1_M", - "Castle_12_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Castle_12_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_042", - "Castle_12_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_043", - "Castle_12_GAMEPLAY.BP_SCR_LV1M_2001_1": "Generic.i_SpiritCurrencyLv1_M", - "Castle_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2": "Parameter.i_maxHPUp_02", - "Castle_14_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Castle_14_GAMEPLAY.BP_SCR_LV1L_2220_3": "Generic.i_SpiritCurrencyLv1_L", - "Castle_14_GAMEPLAY.BP_SCR_LV2LL_0000_2": "Generic.i_SpiritCurrencyLv2_LL", - "Castle_15_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": "Generic.i_HealPower_Up", - "Castle_15_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_069", - "Castle_16_GAMEPLAY.BP_e2032_BigKnight": "Spirit.s2032", - "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_3": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_4": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_6": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_7": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1M_2191_2": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_3": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_4": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_6": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1S_2101_2": "Generic.i_SpiritCurrencyLv1_S", - "Castle_16_GAMEPLAY.BP_SCR_LV1S_2101_4": "Generic.i_SpiritCurrencyLv1_S", - "Castle_17_GAMEPLAY.BP_SCR_LV1M_2000_3": "Generic.i_SpiritCurrencyLv1_M", - "Castle_18_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Castle_18_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_063", - "Castle_18_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_mp_restore_up_LV1", - "Castle_18_GAMEPLAY.BP_SCR_LV2L_2221_2": "Generic.i_SpiritCurrencyLv2_L", - "Castle_19_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_062", - "Castle_20_GAMEPLAY.BP_e5030_Leader": "Spirit.s5030", - "Castle_21_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_044", - "Castle_21_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Generic.i_FinalPassivePart_Up", - "Castle_21_GEO.BP_SCR_LV1L_2120_2": "Generic.i_SpiritCurrencyLv1_L", - "Cave_01_GAMEPLAY.BP_Interactable_Passive_Parry_2": "Passive.i_passive_parry", - "Cave_01_GAMEPLAY.BP_SCR_LV2LL_0000_2": "Generic.i_SpiritCurrencyLv2_LL", - "Cave_02_GAMEPLAY.BP_SCR_LV1M_2160_1": "Generic.i_SpiritCurrencyLv1_M", - "Cave_02_GAMEPLAY.BP_SCR_LV1S_2020_2": "Generic.i_SpiritCurrencyLv1_S", - "Cave_03_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_022", - "Cave_03_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_027", - "Cave_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Cave_05_GAMEPLAY.BP_SCR_LV1M_2161_2": "Generic.i_SpiritCurrencyLv2_S", - "Cave_06_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_025", - "Cave_06_GAMEPLAY.BP_Interactable_Item_Tip5": "Tip.tip_024", - "Cave_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_recast_time_cut_LV1", - "Cave_07_GAMEPLAY.BP_e2162_Spider": "Spirit.s2162", - "Cave_07_GAMEPLAY.BP_SCR_LV1M_2161_2": "Generic.i_SpiritCurrencyLv1_S", - "Cave_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Cave_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Cave_09_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Cave_10_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Cave_10_GAMEPLAY.BP_SCR_LV1S_2011_2": "Generic.i_SpiritCurrencyLv1_S", - "Cave_11_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_030", - "Cave_11_GAMEPLAY.BP_SCR_LV1M_2161_2": "Generic.i_SpiritCurrencyLv1_S", - "Cave_11_GAMEPLAY.BP_SCR_LV2M_2050_2": "Generic.i_SpiritCurrencyLv2_S", - "Cave_12_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2": "Generic.i_FinalPassivePart_Up", - "Cave_13_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_029", - "Cave_13_GAMEPLAY.BP_SCR_LV2L_2091_4": "Generic.i_SpiritCurrencyLv2_M", - "Cave_13_GAMEPLAY.BP_SCR_LV2M_2161_5": "Generic.i_SpiritCurrencyLv2_S", - "Cave_14_GAMEPLAY.BP_SCR_LV1S_2020_7": "Generic.i_SpiritCurrencyLv1_S", - "Cave_15_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_021", - "Cave_15_GAMEPLAY.BP_SCR_LV1L_2070_3": "Generic.i_SpiritCurrencyLv1_S", - "Cave_15_GAMEPLAY.BP_SCR_LV1S_2020_2": "Generic.i_SpiritCurrencyLv1_S", - "Cave_16_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_020", - "Cave_16_GAMEPLAY.BP_SCR_LV1L_2091_5": "Generic.i_SpiritCurrencyLv1_M", - "Cave_17_GAMEPLAY.BP_SCR_LV3M_5000_2": "Generic.i_SpiritCurrencyLv3_2", - "Cave_18_GAMEPLAY.BP_Interactable_Passive_healpowerup_2": "Passive.i_passive_heal_power_up", - "Cave_19_GAMEPLAY.BP_e2022_Soldier": "Spirit.s2022", - "Cave_19_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": "Generic.i_HealPower_Up", - "Cave_19_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Cave_20_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Cave_20_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_023", - "Cave_20_GAMEPLAY.BP_SCR_LV1S_2011_2": "Generic.i_SpiritCurrencyLv1_S", - "Cave_21_GAMEPLAY.BP_Interactable_Passive_healcountup_2": "Passive.i_passive_heal_count_up_1", - "Cave_22_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_026", - "Cave_23_GAMEPLAY.BP_e5021_OlderSister": "Spirit.s5020", - "Cave_23_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_031", - "Church_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Church_02_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_002", - "Church_03_GAMEPLAY.BP_e5011_YoungerSister": "Spirit.s5010", - "Church_04_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_005", - "Church_05_GAMEPLAY.BP_Interactable_Passive_MaxHPUp_Lv1_2": "Passive.i_passive_maxhpup_LV1", - "Church_07_GAMEPLAY.BP_e2012_Slime_Unique": "Spirit.s2012", - "Church_07_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Church_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Church_08_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_016", - "Church_09_GAMEPLAY.BP_e2092_Priest": "Spirit.s2092", - "Church_09_GAMEPLAY.BP_Interactable_Passive_JumpHeightUp_2": "Passive.i_passive_jump_height_up", - "Church_09_GAMEPLAY.BP_SCR_LV2M_2001_2": "Generic.i_SpiritCurrencyLv2_M", - "Church_10_GAMEPLAY.BP_Interactable_Item_Tip_2": "Tip.tip_003", - "Church_10_GAMEPLAY.BP_Interactable_Item_Tip2": "Tip.tip_004", - "Church_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Church_11_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_015", - "Church_12_GAMEPLAY.BP_Interactable_Item_Tip1": "Tip.tip_001", - "Church_13_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_068", - "Church_14_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": "Generic.i_HealPower_Up", - "Church_14_GAMEPLAY.BP_Interactable_Item_Tip5": "Tip.tip_070", - "Forest_02_GAMEPLAY.BP_SCR_LV1S_2130_2": "Generic.i_SpiritCurrencyLv1_S", - "Forest_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Forest_03_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Forest_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Forest_04_GAMEPLAY.BP_Interactable_Passive_dmgup_swimming_2": "Passive.i_passive_dmgup_swimming", - "Forest_04_GAMEPLAY.BP_SCR_LV1S_2100_2": "Generic.i_SpiritCurrencyLv1_S", - "Forest_05_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_010", - "Forest_06_GAMEPLAY.BP_e2122_Fungus": "Spirit.s2122", - "Forest_06_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_011", - "Forest_06_GAMEPLAY.BP_SCR_LV2M_2120_3": "Generic.i_SpiritCurrencyLv2_S", - "Forest_07_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Forest_07_GAMEPLAY.BP_SCR_LV1S_2121_1": "Generic.i_SpiritCurrencyLv1_M", - "Forest_07_GAMEPLAY.BP_SCR_LV1S_2130_2": "Generic.i_SpiritCurrencyLv1_S", - "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure_2": "Passive.i_passive_spirit_maxcast_count_up_LV1", - "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure2": "Passive.i_passive_dmgcut_LV2", - "Forest_08_GAMEPLAY.BP_SCR_LV2M_2120_1": "Generic.i_SpiritCurrencyLv2_S", - "Forest_09_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": "Generic.i_HealPower_Up", - "Forest_09_GAMEPLAY.BP_Interactable_Item_Tip1": "Tip.tip_012", - "Forest_09_GAMEPLAY.BP_SCR_LV2S_2130_2": "Generic.i_SpiritCurrencyLv2_S", - "Forest_10_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_013", - "Forest_11_GAMEPLAY.BP_e2132_Mandrake": "Spirit.s2132", - "Forest_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Forest_11_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Forest_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_swim_fast", - "Forest_11_GAMEPLAY.BP_SCR_LV1M_2120_2": "Generic.i_SpiritCurrencyLv1_M", - "Forest_11_GAMEPLAY.BP_SCR_LV1S_2130_2": "Generic.i_SpiritCurrencyLv1_S", - "Forest_12_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Forest_12_GAMEPLAY.BP_SCR_LV1M_2131_3": "Generic.i_SpiritCurrencyLv1_S", - "Forest_13_GAMEPLAY.BP_SCR_LV1S_2130_3": "Generic.i_SpiritCurrencyLv1_S", - "Forest_14_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_017", - "Forest_15_GAMEPLAY.BP_e5040_Witch": "Spirit.s5040", - "Forest_16_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_057", - "Forest_16_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Generic.i_FinalPassivePart_Up", - "Forest_16_GAMEPLAY.BP_SCR_LV1LL_0000_2": "Generic.i_SpiritCurrencyLv1_LL", - "Forest_17_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2": "Parameter.i_maxHPUp_02", - "Forest_17_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_056", - "Forest_17_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_move_speed_up", - "Forest_17_Map.BP_Interactable_Item_Tip5": "Tip.tip_055", - "Fort_01_GAMEPLAY.BP_e2192_Gargoyle": "Spirit.s2192", - "Fort_01_GAMEPLAY.BP_SCR_LV1M_2190_2": "Generic.i_SpiritCurrencyLv2_M", - "Fort_02_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_S", - "Fort_02_GAMEPLAY.BP_SCR_LV2S_2021_2": "Generic.i_SpiritCurrencyLv2_S", - "Fort_03_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_037", - "Fort_04_GAMEPLAY.BP_SCR_LV1L_2230_8": "Generic.i_SpiritCurrencyLv1_L", - "Fort_05_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Fort_05_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Fort_05_GAMEPLAY.BP_SCR_LV1S_2020_6": "Generic.i_SpiritCurrencyLv1_S", - "Fort_06_GAMEPLAY.BP_SCR_LV1M_2190_4": "Generic.i_SpiritCurrencyLv1_M", - "Fort_07_GAMEPLAY.BP_SCR_LV1S_2021_1": "Generic.i_SpiritCurrencyLv1_S", - "Fort_08_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_060", - "Fort_09_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_041", - "Fort_09_GAMEPLAY.BP_Interactable_Passive_dmgcut_Lv3_2": "Passive.i_passive_dmgcut_LV3", - "Fort_09_GAMEPLAY.BP_SCR_LV1S_2020_2": "Generic.i_SpiritCurrencyLv1_S", - "Fort_09_GAMEPLAY.BP_SCR_LV2M_2190_3": "Generic.i_SpiritCurrencyLv2_M", - "Fort_10_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Fort_10_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_038", - "Fort_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_maxmpup", - "Fort_11_GAMEPLAY.BP_SCR_LV1M_2190_4": "Generic.i_SpiritCurrencyLv1_M", - "Fort_12_GAMEPLAY.BP_e2232_Dragon": "Spirit.s2232", - "Fort_12_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_7": "Parameter.i_maxHPUp_01", - "Fort_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Fort_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Fort_14_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_061", - "Fort_14_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Generic.i_FinalPassivePart_Up", - "Fort_14_GAMEPLAY.BP_SCR_LV1L_2231_2": "Generic.i_SpiritCurrencyLv1_L", - "Fort_14_GAMEPLAY.BP_SCR_LV1LL_0000_2": "Generic.i_SpiritCurrencyLv1_LL", - "Fort_14_GAMEPLAY.BP_SCR_LV2S_2020_3": "Generic.i_SpiritCurrencyLv2_S", - "Fort_15_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_039", - "Fort_15_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_regenHP_attack", - "Fort_15_GAMEPLAY.BP_SCR_LV1M_2190_2": "Generic.i_SpiritCurrencyLv1_M", - "Fort_15_GAMEPLAY.BP_SCR_LV1S_2021_1": "Generic.i_SpiritCurrencyLv1_S", - "Fort_16_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_040", - "Fort_17_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Fort_18_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2": "Parameter.i_maxHPUp_02", - "Fort_18_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Fort_19_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_dmgup_airborne", - "Fort_19_GAMEPLAY.BP_SCR_LV2M_2190_4": "Generic.i_SpiritCurrencyLv2_M", - "Fort_19_GAMEPLAY.BP_SCR_LV2S_2021_2": "Generic.i_SpiritCurrencyLv2_S", - "Fort_21_GAMEPLAY.BP_e5070_Killer": "Spirit.s5070", - "Fort_21_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": "Generic.i_HealPower_Up", - "Fort_21_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_036", - "Oubliette_01_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_5": "Parameter.i_maxHPUp_01", - "Oubliette_01_GAMEPLAY.BP_SCR_LV1S_2010_3": "Generic.i_SpiritCurrencyLv1_S", - "Oubliette_02_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_032", - "Oubliette_03_GAMEPLAY.BP_SCR_LV1M_2050_2": "Generic.i_SpiritCurrencyLv1_S", - "Oubliette_03_GAMEPLAY.BP_SCR_LV1S_2081_2": "Generic.i_SpiritCurrencyLv1_S", - "Oubliette_03_GEO.BP_SCR_LV1LL_0000_2": "Generic.i_SpiritCurrencyLv1_LL", - "Oubliette_04_GAMEPLAY.BP_SCR_LV1S_2020_2": "Generic.i_SpiritCurrencyLv1_M", - "Oubliette_04_GAMEPLAY.BP_SCR_LV2S_2010_3": "Generic.i_SpiritCurrencyLv2_S", - "Oubliette_05_1_GAMEPLAY.BP_SCR_LV2S_2021_2": "Generic.i_SpiritCurrencyLv2_S", - "Oubliette_05_2_GAMEPLAY.BP_SCR_LV1S_2010_3": "Generic.i_SpiritCurrencyLv1_S", - "Oubliette_05_3_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Oubliette_05_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2": "Parameter.i_maxHPUp_02", - "Oubliette_05_GAMEPLAY.BP_SCR_LV1L_2220_3": "Generic.i_SpiritCurrencyLv1_L", - "Oubliette_05_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_M", - "Oubliette_06_1_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_058", - "Oubliette_06_2_GAMEPLAY.BP_Interactable_Passive_dmgup_maxHP_2": "Passive.i_passive_dmgup_maxhp", - "Oubliette_06_3_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Oubliette_06_4_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2": "Generic.i_FinalPassivePart_Up", - "Oubliette_06_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Oubliette_06_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Oubliette_06_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_S", - "Oubliette_07_1_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_014", - "Oubliette_07_2_GAMEPLAY.BP_e2072_Mimic": "Spirit.s2072", - "Oubliette_08_GAMEPLAY.BP_SCR_LV2M_2050_3": "Generic.i_SpiritCurrencyLv2_M", - "Oubliette_08_GAMEPLAY.BP_SCR_LV2S_2081_2": "Generic.i_SpiritCurrencyLv2_M", - "Oubliette_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Oubliette_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_5": "Parameter.i_maxHPUp_01", - "Oubliette_09_GAMEPLAY.BP_SCR_LV1M_2050_2": "Generic.i_SpiritCurrencyLv1_M", - "Oubliette_10_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_034", - "Oubliette_11_GAMEPLAY.BP_SCR_LV2S_2020_2": "Generic.i_SpiritCurrencyLv2_S", - "Oubliette_12_GAMEPLAY.BP_e2182_Shadow": "Spirit.s2182", - "Oubliette_13_1_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_spirit_maxcast_count_up_LV2", - "Oubliette_13_2_GAMEPLAY.BP_SCR_LV3S_5000_1": "Generic.i_SpiritCurrencyLv3_1", - "Oubliette_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Oubliette_13_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_033", - "Oubliette_13_GAMEPLAY.BP_SCR_LV1M_2001_3": "Generic.i_SpiritCurrencyLv1_M", - "Oubliette_13_GAMEPLAY.BP_SCR_LV1M_2180_2": "Generic.i_SpiritCurrencyLv1_L", - "Oubliette_14_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_059", - "Oubliette_15_GAMEPLAY.BP_e5060_Assassin": "Spirit.s5060", - "Oubliette_16_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": "Generic.i_HealPower_Up", - "Oubliette_16_GAMEPLAY.BP_SCR_LV1L_2180_3": "Generic.i_SpiritCurrencyLv1_S", - "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_045", - "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_046", - "Outside_03_GAMEPLAY.BP_Interactable_Passive_ShortHeal_2": "Passive.i_passive_shortheal", - "Outside_03_GAMEPLAY.BP_SCR_LV2L_2230_2": "Generic.i_SpiritCurrencyLv1_L", - "Swamp_04_GAMEPLAY.BP_e2172_Inferior": "Spirit.s2172", - "Swamp_04_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Swamp_05_GAMEPLAY.BP_SCR_LV2M_2171_2": "Generic.i_SpiritCurrencyLv2_L", - "Swamp_05_GEO.BP_SCR_LV1M_2051_2": "Generic.i_SpiritCurrencyLv1_M", - "Swamp_06_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_048", - "Swamp_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_ignore_damage_area", - "Swamp_06_GAMEPLAY.BP_SCR_LV1L_2180_3": "Generic.i_SpiritCurrencyLv1_M", - "Swamp_07_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Swamp_07_GAMEPLAY.BP_Interactable_Passive_RecastTimeCut_Lv2_2": "Passive.i_passive_recast_time_cut_LV2", - "Swamp_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2": "Parameter.i_maxHPUp_02", - "Swamp_08_GAMEPLAY.BP_SCR_LV1M_2051_2": "Generic.i_SpiritCurrencyLv1_L", - "Swamp_08_GAMEPLAY.BP_SCR_LV2M_2051_2": "Generic.i_SpiritCurrencyLv2_L", - "Swamp_09_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_regenHP_kill", - "Swamp_09_GAMEPLAY.BP_SCR_LV2M_2170_2": "Generic.i_SpiritCurrencyLv1_M", - "Swamp_1_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_051", - "Swamp_10_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_052", - "Swamp_10_GAMEPLAY.BP_SCR_LV1M_2051_2": "Generic.i_SpiritCurrencyLv1_M", - "Swamp_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Swamp_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_dmgup", - "Swamp_12_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": "Generic.i_HealPower_Up", - "Swamp_12_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_050", - "Swamp_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Swamp_13_GAMEPLAY.BP_SCR_LV1L_2170_3": "Generic.i_SpiritCurrencyLv1_M", - "Swamp_13_GAMEPLAY.BP_SCR_LV2L_2170_3": "Generic.i_SpiritCurrencyLv2_M", - "Swamp_14_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Swamp_14_GAMEPLAY.BP_SCR_LV1L_2170_3": "Generic.i_SpiritCurrencyLv1_L", - "Swamp_15_GAMEPLAY.BP_e2052_Toad": "Spirit.s2052", - "Swamp_15_GAMEPLAY.BP_SCR_LV1M_2171_2": "Generic.i_SpiritCurrencyLv1_M", - "Swamp_16_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_049", - "Swamp_18_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_047", - "Swamp_18_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_053", - "Swamp_18_GAMEPLAY.BP_Interactable_Spirit_s5080_2": "Spirit.s5080", - "Swamp_18_GAMEPLAY.BP_SCR_LV1LL_miliel_2": "Generic.i_SpiritCurrencyLv1_LL", - "Swamp_2_GAMEPLAY.BP_SCR_LV2S_2010_2": "Generic.i_SpiritCurrencyLv2_S", - "Swamp_2_GAMEPLAY.BP_SCR_LV2S_2121_1": "Generic.i_SpiritCurrencyLv2_M", - "Swamp_3_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Swamp_3_GAMEPLAY.BP_SCR_LV1L_2170_3": "Generic.i_SpiritCurrencyLv1_M", - "Village_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": "Parameter.i_maxHPUp_01", - "Village_02_GAMEPLAY.BP_SCR_LV1S_2020_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_02_GAMEPLAY.BP_SCR_LV1S_2100_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Village_03_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_dmgcut_LV1", - "Village_03_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_03_GAMEPLAY.BP_SCR_LV2S_2020_2": "Generic.i_SpiritCurrencyLv2_S", - "Village_04_1_GAMEPLAY.BP_e2102_Crow": "Spirit.s2102", - "Village_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Village_04_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_expup_1", - "Village_04_GAMEPLAY.BP_SCR_LV1S_2010_1": "Generic.i_SpiritCurrencyLv1_S", - "Village_05_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_009", - "Village_06_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Village_06_GAMEPLAY.BP_SCR_LV1M_2000_3": "Generic.i_SpiritCurrencyLv1_S", - "Village_06_GAMEPLAY.BP_SCR_LV1S_2020_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_06_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_06_GAMEPLAY.BP_SCR_LV2S_2010_3": "Generic.i_SpiritCurrencyLv2_S", - "Village_06_GAMEPLAY.BP_SCR_LV2S_2021_2": "Generic.i_SpiritCurrencyLv2_S", - "Village_07_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": "Generic.i_PassiveSlot_Up", - "Village_07_GAMEPLAY.BP_SCR_LV1S_2100_3": "Generic.i_SpiritCurrencyLv1_S", - "Village_07_GAMEPLAY.BP_SCR_LV2S_2080_3": "Generic.i_SpiritCurrencyLv2_S", - "Village_08_GAMEPLAY.BP_e2002_Knight": "Spirit.s2002", - "Village_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": "Parameter.i_maxHPUp_01", - "Village_08_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_09_GAMEPLAY.BP_Interactable_Item_Tip3": "Tip.tip_018", - "Village_09_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_007", - "Village_10_GAMEPLAY.BP_e5050_Giant": "Spirit.s5050", - "Village_11_1_GAMEPLAY.BP_Interactable_Item_HealPower_Up_5": "Generic.i_HealPower_Up", - "Village_11_GAMEPLAY.BP_Interactable_Item_Tip1": "Tip.tip_006", - "Village_11_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_008", - "Village_11_GAMEPLAY.BP_SCR_LV2S_2020_3": "Generic.i_SpiritCurrencyLv2_S", - "Village_12_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2": "Parameter.i_maxHPUp_02", - "Village_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": "Generic.i_PassiveSlot_Up", - "Village_13_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Passive.i_passive_dmgup_grounded", - "Village_13_GAMEPLAY.BP_SCR_LV1S_2021_2": "Generic.i_SpiritCurrencyLv1_S", - "Village_14_GAMEPLAY.BP_e2112_Ork": "Spirit.s2112", - "Village_14_GAMEPLAY.BP_SCR_LV1L_2111_2": "Generic.i_SpiritCurrencyLv1_M", - "Village_14_GAMEPLAY.BP_SCR_LV2L_2110_3": "Generic.i_SpiritCurrencyLv2_M", - "Village_15_GAMEPLAY.BP_SCR_LV1LL_0000_2": "Generic.i_SpiritCurrencyLv1_LL", - "Village_15_GAMEPLAY.BP_SCR_LV1M_2050_3": "Generic.i_SpiritCurrencyLv1_M", - "Village_15_GAMEPLAY.BP_SCR_LV2M_2050_2": "Generic.i_SpiritCurrencyLv2_S", - "Village_16_GAMEPLAY.BP_Interactable_Item_Tip4": "Tip.tip_054", - "Village_16_GAMEPLAY.BP_Interactable_Passives_Treasure_2": "Generic.i_FinalPassivePart_Up", - "starting_weapon": "Spirit.s5000" - }, "extra_items": [ "Aptitude.double_jump", "Aptitude.Dodge", + "Aptitude.dash", "Aptitude.dash_attack", "Aptitude.pound_attack", "Aptitude.dive", @@ -2584,5 +121,3549 @@ "Passive.i_passive_override_skin_level", "Passive.i_passive_override_skin_level_max", "Parameter.i_maxHPUp_03" - ] + ], + "tags": { + "Abyss01Bottom": "Map.map_abyss_01.2", + "Abyss01Top": "Map.map_abyss_01.S18", + "Abyss02Right": "Map.map_abyss_02.3", + "Abyss02Top": "Map.map_abyss_02.1", + "Abyss03Left": "Map.map_abyss_03.2", + "Abyss04Bottom": "Map.map_abyss_04.5", + "Abyss04Top": "Map.map_abyss_04.2", + "Abyss05Top": "Map.map_abyss_05.4", + "Castle01Left": "Map.map_castle_01.0", + "Castle01Right1": "Map.map_castle_01.2B", + "Castle01Right2": "Map.map_castle_01.2", + "Castle01Top": "Map.map_castle_01.10", + "Castle02Bottom": "Map.map_castle_02.4", + "Castle02Left1": "Map.map_castle_02.1B", + "Castle02Left2": "Map.map_castle_02.1", + "Castle02Top": "Map.map_castle_02.5", + "Castle03Bottom": "Map.map_castle_03.5", + "Castle03Top1": "Map.map_castle_03.11A", + "Castle03Top2": "Map.map_castle_03.11B", + "Castle04Top": "Map.map_castle_04.2", + "Castle05Bottom": "Map.map_castle_05.2", + "Castle05Left": "Map.map_castle_05.8", + "Castle05Right": "Map.map_castle_05.6", + "Castle05Top": "Map.map_castle_05.3", + "Castle06Left": "Map.map_castle_06.5", + "Castle06Right": "Map.map_castle_06.7", + "Castle06Top": "Map.map_castle_06.12", + "Castle07Left": "Map.map_castle_07.6", + "Castle07Right": "Map.map_castle_07.F1", + "Castle08Right": "Map.map_castle_08.5", + "Castle08Top": "Map.map_castle_08.9", + "Castle09Bottom": "Map.map_castle_09.8", + "Castle09Left": "Map.map_castle_09.10", + "Castle09Right": "Map.map_castle_09.11", + "Castle10Bottom": "Map.map_castle_10.1", + "Castle10Right": "Map.map_castle_10.9", + "Castle11Bottom1": "Map.map_castle_11.3A", + "Castle11Bottom2": "Map.map_castle_11.3B", + "Castle11Left": "Map.map_castle_11.9", + "Castle11Right": "Map.map_castle_11.12", + "Castle11Top": "Map.map_castle_11.13", + "Castle12Bottom": "Map.map_castle_12.6", + "Castle12Left": "Map.map_castle_12.11", + "Castle12Right": "Map.map_castle_12.21", + "Castle13Bottom": "Map.map_castle_13.11", + "Castle13Left": "Map.map_castle_13.17", + "Castle13Right": "Map.map_castle_13.14", + "Castle14Left": "Map.map_castle_14.13", + "Castle14Top": "Map.map_castle_14.15", + "Castle15Bottom": "Map.map_castle_15.14", + "Castle15Left": "Map.map_castle_15.16", + "Castle16Right": "Map.map_castle_16.15", + "Castle17Right": "Map.map_castle_17.13", + "Castle17Top": "Map.map_castle_17.18", + "Castle18Bottom": "Map.map_castle_18.16", + "Castle18Right": "Map.map_castle_18.19", + "Castle18Top": "Map.map_castle_18.17", + "Castle19Left": "Map.map_castle_19.18", + "Castle19Right": "Map.map_castle_19.20", + "Castle20Left": "Map.map_castle_20.19", + "Castle21Left": "Map.map_castle_21.12", + "Cave01Bottom": "Map.map_cave_01.2", + "Cave01Left": "Map.map_cave_01.V12", + "Cave02Bottom": "Map.map_cave_02.7", + "Cave02Right": "Map.map_cave_02.5", + "Cave02Top": "Map.map_cave_02.1", + "Cave03Left": "Map.map_cave_03.7", + "Cave03Right": "Map.map_cave_03.8", + "Cave03Top": "Map.map_cave_03.6", + "Cave04Bottom": "Map.map_cave_04.5", + "Cave04Left": "Map.map_cave_04.12", + "Cave04Right": "Map.map_cave_04.16", + "Cave05Bottom": "Map.map_cave_05.6", + "Cave05Left": "Map.map_cave_05.2", + "Cave05Right": "Map.map_cave_05.10", + "Cave05Top": "Map.map_cave_05.4", + "Cave06Bottom": "Map.map_cave_06.3", + "Cave06Top": "Map.map_cave_06.5", + "Cave07Right": "Map.map_cave_07.3", + "Cave07Top": "Map.map_cave_07.2", + "Cave08Bottom": "Map.map_cave_08.17", + "Cave08Left": "Map.map_cave_08.3", + "Cave08Right": "Map.map_cave_08.11", + "Cave08Top": "Map.map_cave_08.9", + "Cave09Bottom": "Map.map_cave_09.8", + "Cave09Right": "Map.map_cave_09.21", + "Cave09Top": "Map.map_cave_09.10", + "Cave10Bottom": "Map.map_cave_10.9", + "Cave10Left": "Map.map_cave_10.5", + "Cave10Right": "Map.map_cave_10.23", + "Cave10Top": "Map.map_cave_10.16", + "Cave11Left": "Map.map_cave_11.8", + "Cave11Right1": "Map.map_cave_11.18", + "Cave11Right2": "Map.map_cave_11.18B", + "Cave11Top": "Map.map_cave_11.13", + "Cave12Right": "Map.map_cave_12.4", + "Cave13Bottom": "Map.map_cave_13.11", + "Cave13Left": "Map.map_cave_13.23", + "Cave13Right": "Map.map_cave_13.20", + "Cave13Top": "Map.map_cave_13.14", + "Cave14Bottom": "Map.map_cave_14.13", + "Cave14Left": "Map.map_cave_14.15", + "Cave14Right": "Map.map_cave_14.22", + "Cave15Left": "Map.map_cave_15.16", + "Cave15Right": "Map.map_cave_15.14", + "Cave16Bottom": "Map.map_cave_16.10", + "Cave16Left": "Map.map_cave_16.4", + "Cave16Right": "Map.map_cave_16.15", + "Cave17Top": "Map.map_cave_17.8", + "Cave18Left1": "Map.map_cave_18.11", + "Cave19Left": "Map.map_cave_19.21", + "Cave19Top": "Map.map_cave_19.20", + "Cave20Bottom": "Map.map_cave_20.19", + "Cave20Left": "Map.map_cave_20.13", + "Cave20Top": "Map.map_cave_20.22", + "Cave21Left": "Map.map_cave_21.9", + "Cave21Right": "Map.map_cave_21.19", + "Cave22Bottom": "Map.map_cave_22.20", + "Cave22Left": "Map.map_cave_22.14", + "Cave22Right": "Map.map_cave_22.F2", + "Cave23Left": "Map.map_cave_23.10", + "Cave23Right": "Map.map_cave_23.13", + "Church01Bottom": "Map.map_church_01.1", + "Church01Left": "Map.map_church_01.12", + "Church01Top": "Map.map_church_01.2", + "Church02Right": "Map.map_church_02.10", + "Church02Top": "Map.map_church_02.0", + "Church03Left": "Map.map_church_03.0", + "Church03Right": "Map.map_church_03.1", + "Church04Left": "Map.map_church_04.0", + "Church04Right": "Map.map_church_04.1", + "Church05Bottom": "Map.map_church_05.11", + "Church05Right": "Map.map_church_05.1", + "Church05Top": "Map.map_church_05.9", + "Church06Left": "Map.map_church_06.0", + "Church06Right": "Map.map_church_06.1", + "Church07Left": "Map.map_church_07.0", + "Church07Right": "Map.map_church_07.1", + "Church08Bottom": "Map.map_church_08.2", + "Church08Left": "Map.map_church_08.0", + "Church08Top": "Map.map_church_08.1", + "Church09Bottom": "Map.map_church_09.5", + "Church09Top": "Map.map_church_09.14", + "Church10Left": "Map.map_church_10.2", + "Church10Right": "Map.map_church_10.11", + "Church11Left": "Map.map_church_11.10", + "Church11Top": "Map.map_church_11.5", + "Church12Bottom": "Map.map_church_12.3", + "Church12Right": "Map.map_church_12.1", + "Church13Top": "Map.map_church_13.6", + "Church14Bottom": "Map.map_church_14.9", + "Forest01Right": "Map.map_forest_01.2", + "Forest01Top": "Map.map_forest_01.C8", + "Forest02Left": "Map.map_forest_02.1", + "Forest02Right1": "Map.map_forest_02.4", + "Forest02Right2": "Map.map_forest_02.3", + "Forest03Left": "Map.map_forest_03.2", + "Forest03Right": "Map.map_forest_03.5", + "Forest04Left": "Map.map_forest_04.2", + "Forest04Right": "Map.map_forest_04.6", + "Forest05Left": "Map.map_forest_05.3", + "Forest05Right": "Map.map_forest_05.7", + "Forest05Top": "Map.map_forest_05.4", + "Forest06Bottom": "Map.map_forest_06.7", + "Forest07Bottom": "Map.map_forest_07.8", + "Forest07Left": "Map.map_forest_07.5", + "Forest07Right": "Map.map_forest_07.O1", + "Forest07Top": "Map.map_forest_07.6", + "Forest08Right": "Map.map_forest_08.10", + "Forest08Top": "Map.map_forest_08.7", + "Forest09Left": "Map.map_forest_09.S2", + "Forest09Top": "Map.map_forest_09.10", + "Forest10Bottom1": "Map.map_forest_10.9", + "Forest10Bottom2": "Map.map_forest_10.11", + "Forest10Left": "Map.map_forest_10.8", + "Forest10Right": "Map.map_forest_10.12", + "Forest11Right": "Map.map_forest_11.14", + "Forest11Top": "Map.map_forest_11.10", + "Forest12Bottom": "Map.map_forest_12.13", + "Forest12Left": "Map.map_forest_12.10", + "Forest12Right": "Map.map_forest_12.17", + "Forest13Bottom": "Map.map_forest_13.14", + "Forest13Right": "Map.map_forest_13.16", + "Forest13Top": "Map.map_forest_13.12", + "Forest14Bottom": "Map.map_forest_14.15", + "Forest14Left": "Map.map_forest_14.11", + "Forest14Top": "Map.map_forest_14.13", + "Forest15Top": "Map.map_forest_15.14", + "Forest16Left": "Map.map_forest_16.13", + "Forest17Left": "Map.map_forest_17.12", + "Fort01Left1": "Map.map_fort_01.C7", + "Fort01Left2": "Map.map_fort_01.V15", + "Fort01Right": "Map.map_fort_01.3", + "Fort02Left": "Map.map_fort_02.C22", + "Fort02Right": "Map.map_fort_02.3", + "Fort03Left1": "Map.map_fort_03.1", + "Fort03Left2": "Map.map_fort_03.2", + "Fort03Right": "Map.map_fort_03.4", + "Fort03Top": "Map.map_fort_03.5", + "Fort04Left": "Map.map_fort_04.3", + "Fort04Top": "Map.map_fort_04.5", + "Fort05Bottom1": "Map.map_fort_05.3", + "Fort05Bottom2": "Map.map_fort_05.4", + "Fort05Right": "Map.map_fort_05.6", + "Fort05Top": "Map.map_fort_05.15", + "Fort06Bottom": "Map.map_fort_06.10", + "Fort06Left": "Map.map_fort_06.5", + "Fort06Right": "Map.map_fort_06.7", + "Fort07Bottom1": "Map.map_fort_07.9", + "Fort07Bottom2": "Map.map_fort_07.9B", + "Fort07Left": "Map.map_fort_07.6", + "Fort07Right": "Map.map_fort_07.8", + "Fort07Top": "Map.map_fort_07.11", + "Fort08Left": "Map.map_fort_08.7", + "Fort09Left": "Map.map_fort_09.10", + "Fort09Right": "Map.map_fort_09.O3", + "Fort09Top1": "Map.map_fort_09.7", + "Fort09Top2": "Map.map_fort_09.7B", + "Fort10Right": "Map.map_fort_10.9", + "Fort10Top": "Map.map_fort_10.6", + "Fort11Bottom": "Map.map_fort_11.7", + "Fort11Left": "Map.map_fort_11.12", + "Fort11Top1": "Map.map_fort_11.13", + "Fort11Top2": "Map.map_fort_11.53", + "Fort12Left": "Map.map_fort_12.16", + "Fort12Right": "Map.map_fort_12.11", + "Fort12Top": "Map.map_fort_12.14", + "Fort13Bottom1": "Map.map_fort_13.11", + "Fort13Bottom2": "Map.map_fort_13.11B", + "Fort13Left": "Map.map_fort_13.14", + "Fort13Top": "Map.map_fort_13.19", + "Fort14Bottom": "Map.map_fort_14.12", + "Fort14Left": "Map.map_fort_14.15", + "Fort14Right": "Map.map_fort_14.13", + "Fort15Bottom": "Map.map_fort_15.5", + "Fort15Right1": "Map.map_fort_15.14", + "Fort15Right2": "Map.map_fort_15.16", + "Fort15Right3": "Map.map_fort_15.16B", + "Fort15Top": "Map.map_fort_15.17", + "Fort16Left1": "Map.map_fort_16.15", + "Fort16Left2": "Map.map_fort_16.15B", + "Fort16Right": "Map.map_fort_16.12", + "Fort16Top": "Map.map_fort_16.18", + "Fort17Bottom": "Map.map_fort_17.15", + "Fort17Right": "Map.map_fort_17.18", + "Fort18Bottom": "Map.map_fort_18.16", + "Fort18Left": "Map.map_fort_18.17", + "Fort18Right": "Map.map_fort_18.19", + "Fort19Bottom": "Map.map_fort_19.13", + "Fort19Left": "Map.map_fort_19.18", + "Fort19Top": "Map.map_fort_19.20", + "Fort20Bottom": "Map.map_fort_20.19", + "Fort20Top": "Map.map_fort_20.21", + "Fort21Bottom": "Map.map_fort_21.20", + "Oubliette01Left": "Map.map_oubliette_01.F7", + "Oubliette01Right": "Map.map_oubliette_01.2", + "Oubliette02Left": "Map.map_oubliette_02.1", + "Oubliette02Right1": "Map.map_oubliette_02.5", + "Oubliette02Right2": "Map.map_oubliette_02.4", + "Oubliette03Left": "Map.map_oubliette_03.4", + "Oubliette03Right": "Map.map_oubliette_03.10", + "Oubliette03Top": "Map.map_oubliette_03.5", + "Oubliette04Left": "Map.map_oubliette_04.2", + "Oubliette04Right": "Map.map_oubliette_04.3", + "Oubliette051Bottom": "Map.map_oubliette_05_1.5", + "Oubliette052Bottom1": "Map.map_oubliette_05_2.5", + "Oubliette052Bottom2": "Map.map_oubliette_05_2.5B", + "Oubliette053Top": "Map.map_oubliette_05_3.5", + "Oubliette05Bottom1": "Map.map_oubliette_05.7_1", + "Oubliette05Bottom2": "Map.map_oubliette_05.5_3", + "Oubliette05Bottom3": "Map.map_oubliette_05.3", + "Oubliette05Left": "Map.map_oubliette_05.2", + "Oubliette05Right": "Map.map_oubliette_05.6", + "Oubliette05Top1": "Map.map_oubliette_05.5_1", + "Oubliette05Top2": "Map.map_oubliette_05.5_2", + "Oubliette05Top3": "Map.map_oubliette_05.7_2", + "Oubliette05Top4": "Map.map_oubliette_05.5_2B", + "Oubliette061Left": "Map.map_oubliette_06_1.7", + "Oubliette062Bottom2": "Map.map_oubliette_06_2.7", + "Oubliette063Left1": "Map.map_oubliette_06_3.7", + "Oubliette064Top": "Map.map_oubliette_06_4.7", + "Oubliette06Bottom": "Map.map_oubliette_06.10", + "Oubliette06Left": "Map.map_oubliette_06.5", + "Oubliette06Right": "Map.map_oubliette_06.7", + "Oubliette071Top": "Map.map_oubliette_07_1.5", + "Oubliette072Bottom": "Map.map_oubliette_07_2.5", + "Oubliette07Bottom1": "Map.map_oubliette_07.9", + "Oubliette07Bottom2": "Map.map_oubliette_07.6_2", + "Oubliette07Left1": "Map.map_oubliette_07.6_3", + "Oubliette07Left2": "Map.map_oubliette_07.6", + "Oubliette07Right1": "Map.map_oubliette_07.6_1", + "Oubliette07Right2": "Map.map_oubliette_07.13", + "Oubliette07Top": "Map.map_oubliette_07.6_4", + "Oubliette08Left": "Map.map_oubliette_08.9", + "Oubliette08Right": "Map.map_oubliette_08.11", + "Oubliette08Top": "Map.map_oubliette_08.13", + "Oubliette09Left": "Map.map_oubliette_09.10", + "Oubliette09Right": "Map.map_oubliette_09.8", + "Oubliette09Top": "Map.map_oubliette_09.7", + "Oubliette10Left1": "Map.map_oubliette_10.3", + "Oubliette10Left2": "Map.map_oubliette_10.17", + "Oubliette10Right": "Map.map_oubliette_10.9", + "Oubliette10Top": "Map.map_oubliette_10.6", + "Oubliette11Bottom": "Map.map_oubliette_11.13_2", + "Oubliette11Left1": "Map.map_oubliette_11.13", + "Oubliette11Left2": "Map.map_oubliette_11.8", + "Oubliette11Right1": "Map.map_oubliette_11.12", + "Oubliette11Right2": "Map.map_oubliette_11.14", + "Oubliette11Top": "Map.map_oubliette_11.13_1", + "Oubliette12Left": "Map.map_oubliette_12.11", + "Oubliette131Bottom": "Map.map_oubliette_13_1.11", + "Oubliette132Top": "Map.map_oubliette_13_2.11", + "Oubliette13Bottom": "Map.map_oubliette_13.8", + "Oubliette13Left": "Map.map_oubliette_13.7", + "Oubliette13Right": "Map.map_oubliette_13.11", + "Oubliette14Left": "Map.map_oubliette_14.11", + "Oubliette14Right": "Map.map_oubliette_14.15", + "Oubliette15Left": "Map.map_oubliette_15.14", + "Oubliette15Right": "Map.map_oubliette_15.16", + "Oubliette16Left": "Map.map_oubliette_16.15", + "Oubliette16Right": "Map.map_oubliette_16.O1", + "Oubliette17Bottom": "Map.map_oubliette_17.S6", + "Oubliette17Right": "Map.map_oubliette_17.10", + "Outside01Left1": "Map.map_outside_01.3", + "Outside01Left2": "Map.map_outside_01.O16", + "Outside01Right": "Map.map_outside_01.2", + "Outside02Left": "Map.map_outside_02.1", + "Outside03Right": "Map.map_outside_03.1", + "Outside03Top": "Map.map_outside_03.F9", + "Swamp04Bottom": "Map.map_swamp_04.5", + "Swamp04Left": "Map.map_swamp_04.3", + "Swamp05Bottom": "Map.map_swamp_05.7", + "Swamp05Left": "Map.map_swamp_05.9", + "Swamp05Right": "Map.map_swamp_05.6", + "Swamp05Top": "Map.map_swamp_05.4", + "Swamp06Left": "Map.map_swamp_06.5", + "Swamp06Top": "Map.map_swamp_06.O17", + "Swamp07Bottom": "Map.map_swamp_07.16", + "Swamp07Left": "Map.map_swamp_07.8", + "Swamp07Right": "Map.map_swamp_07.5", + "Swamp07Top": "Map.map_swamp_07.3", + "Swamp08Right1": "Map.map_swamp_08.7", + "Swamp08Right2": "Map.map_swamp_08.15", + "Swamp08Top": "Map.map_swamp_08.14", + "Swamp09Bottom1": "Map.map_swamp_09.13", + "Swamp09Bottom2": "Map.map_swamp_09.13B", + "Swamp09Right1": "Map.map_swamp_09.3", + "Swamp09Right2": "Map.map_swamp_09.5", + "Swamp10Right": "Map.map_swamp_10.13", + "Swamp11Bottom": "Map.map_swamp_11.15", + "Swamp11Left": "Map.map_swamp_11.14", + "Swamp12Bottom": "Map.map_swamp_12.4", + "Swamp12Left": "Map.map_swamp_12.15", + "Swamp12TP": "Map.map_swamp_12.A5", + "Swamp13Bottom": "Map.map_swamp_13.14", + "Swamp13Left": "Map.map_swamp_13.10", + "Swamp13Top1": "Map.map_swamp_13.9", + "Swamp13Top2": "Map.map_swamp_13.9B", + "Swamp14Bottom": "Map.map_swamp_14.8", + "Swamp14Right": "Map.map_swamp_14.11", + "Swamp14Top": "Map.map_swamp_14.13", + "Swamp15Left": "Map.map_swamp_15.8", + "Swamp15Right": "Map.map_swamp_15.12", + "Swamp15Top": "Map.map_swamp_15.11", + "Swamp16Left": "Map.map_swamp_16.17", + "Swamp16Top": "Map.map_swamp_16.7", + "Swamp17Left": "Map.map_swamp_17.18", + "Swamp17Right": "Map.map_swamp_17.16", + "Swamp18Bottom": "Map.map_swamp_18.A1", + "Swamp18Right": "Map.map_swamp_18.17", + "Swamp1Bottom": "Map.map_swamp_01.3", + "Swamp1Left": "Map.map_swamp_01.2", + "Swamp2Right": "Map.map_swamp_02.1", + "Swamp2Top": "Map.map_swamp_02.F9", + "Swamp3Bottom": "Map.map_swamp_03.7", + "Swamp3Left": "Map.map_swamp_03.9", + "Swamp3Right": "Map.map_swamp_03.4", + "Swamp3Top": "Map.map_swamp_03.1", + "Village01Bottom": "Map.map_village_01.0", + "Village01Right": "Map.map_village_01.1", + "Village02Bottom": "Map.map_village_02.13", + "Village02Left": "Map.map_village_02.0", + "Village02Right": "Map.map_village_02.1", + "Village03Bottom1": "Map.map_village_03.0", + "Village03Bottom2": "Map.map_village_03.2", + "Village03Right": "Map.map_village_03.5", + "Village041Bottom": "Map.map_village_04_1.0", + "Village04Right": "Map.map_village_04.5", + "Village04Top": "Map.map_village_04.2", + "Village05Left": "Map.map_village_05.3", + "Village05Right": "Map.map_village_05.1", + "Village05Top": "Map.map_village_05.4", + "Village06Bottom": "Map.map_village_06.12", + "Village06Left": "Map.map_village_06.0", + "Village06Right1": "Map.map_village_06.1", + "Village06Right2": "Map.map_village_06.8", + "Village07Left": "Map.map_village_07.0", + "Village07Right": "Map.map_village_07.9", + "Village07Top": "Map.map_village_07.14", + "Village08Left": "Map.map_village_08.6", + "Village08Right": "Map.map_village_08.9", + "Village09Left1": "Map.map_village_09.7", + "Village09Left2": "Map.map_village_09.8", + "Village09Right1": "Map.map_village_09.1", + "Village09Right2": "Map.map_village_09.2", + "Village10Left": "Map.map_village_10.0", + "Village10Right": "Map.map_village_10.1", + "Village111Bottom": "Map.map_village_11_1.0", + "Village11Left": "Map.map_village_11.0", + "Village11Right": "Map.map_village_11.1", + "Village11Top": "Map.map_village_11.2", + "Village12Left1": "Map.map_village_12.13", + "Village12Left2": "Map.map_village_12.16", + "Village12Right": "Map.map_village_12.C1", + "Village12Top": "Map.map_village_12.6", + "Village13Left": "Map.map_village_13.2", + "Village13Right": "Map.map_village_13.12", + "Village13Top": "Map.map_village_13.0", + "Village14Bottom": "Map.map_village_14.7", + "Village15Left": "Map.map_village_15.0", + "Village15Right": "Map.map_village_15.F1", + "Village16Right": "Map.map_village_16.12" + }, + "nodes_alias": { + "Aegis": "Castle_16_GAMEPLAY.BP_e2032_BigKnight", + "AncientDragonClaw": "Fort_19_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "AnkletRoom": "Forest_17_Map.BP_Interactable_Item_Tip5", + "Aqueduct": "Oubliette_02_GAMEPLAY.BP_Interactable_Item_Tip3", + "Archer": "Cave_19_GAMEPLAY.BP_e2022_Soldier", + "AurasRing": "Oubliette_13_1_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "BastionGates": "Fort_03_GAMEPLAY.BP_Interactable_Item_Tip3", + "Bird": "Village_04_1_GAMEPLAY.BP_e2102_Crow", + "BlightWreathedBlade": "Castle_08_GAMEPLAY.BP_Interactable_Passive_expup_5", + "BlightedAppendage": "Swamp_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "BlightedHeart": "Abyss_02_GAMEPLAY.BP_Interactable_Item_Tip3", + "BloodstainedRibbon": "Village_04_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "BottomOfTheWell": "Cave_01_GAMEPLAY.BP_Interactable_Passive_Parry_2", + "BridgeHead": "Village_09_GAMEPLAY.BP_Interactable_Item_Tip4", + "BrokenMusicBox": "Village_03_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "CaliviasRing": "Swamp_07_GAMEPLAY.BP_Interactable_Passive_RecastTimeCut_Lv2_2", + "CathedralCloister": "CathedralCloister", + "Cave11Tip": "Cave_11_GAMEPLAY.BP_Interactable_Item_Tip3", + "Cellar": "Church_10_GAMEPLAY.BP_Interactable_Item_Tip_2", + "Cells": "Oubliette_06_1_GAMEPLAY.BP_Interactable_Item_Tip3", + "Champion": "Swamp_04_GAMEPLAY.BP_e2172_Inferior", + "Charnel": "Cave_03_GAMEPLAY.BP_Interactable_Item_Tip3", + "Chief": "Church_09_GAMEPLAY.BP_e2092_Priest", + "CollapsedShack": "Village_05_GAMEPLAY.BP_Interactable_Item_Tip4", + "Courtyard": "Fort_10_GAMEPLAY.BP_Interactable_Item_Tip3", + "CovenHalls": "Forest_14_GAMEPLAY.BP_Interactable_Item_Tip3", + "CrackedFamiliarStone": "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure2", + "Crossroads": "Church_08_GAMEPLAY.BP_Interactable_Item_Tip3", + "DarkChamber": "Oubliette_10_GAMEPLAY.BP_Interactable_Item_Tip3", + "DecayedCrown": "Castle_01_GAMEPLAY.BP_Interactable_Passive_Spirit_StunStaminaDamageUp_2", + "Defender": "Village_08_GAMEPLAY.BP_e2002_Knight", + "Dog": "Castle_01_GAMEPLAY.BP_e2082_Dog", + "DryadLake": "Forest_05_GAMEPLAY.BP_Interactable_Item_Tip4", + "Elder": "Village_14_GAMEPLAY.BP_e2112_Ork", + "EldredsRing": "Castle_18_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "Eleine": "Forest_15_GAMEPLAY.BP_e5040_Witch", + "ExecutionGrounds": "Oubliette_14_GAMEPLAY.BP_Interactable_Item_Tip3", + "Executioner": "Oubliette_12_GAMEPLAY.BP_e2182_Shadow", + "ExecutionersGloves": "Oubliette_06_2_GAMEPLAY.BP_Interactable_Passive_dmgup_maxHP_2", + "Faden": "Swamp_18_GAMEPLAY.BP_Interactable_Spirit_s5080_2", + "Fellwyrm": "Fort_12_GAMEPLAY.BP_e2232_Dragon", + "Floral": "Forest_11_GAMEPLAY.BP_e2132_Mandrake", + "Fort11Stagnant": "Fort_11_GAMEPLAY.BP_SCR_LV1M_2190_4", + "Fort12HP": "Fort_12_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_7", + "Fort13Chain": "Fort_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop", + "Fungal": "Forest_06_GAMEPLAY.BP_e2122_Fungus", + "Gerrod": "Village_10_GAMEPLAY.BP_e5050_Giant", + "GiantsRing": "Village_13_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "GreatHall": "Cave_16_GAMEPLAY.BP_Interactable_Item_Tip4", + "Grotto": "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip3", + "GuestChamber": "Castle_07_GAMEPLAY.BP_Interactable_Item_Tip3", + "HereticsMask": "Swamp_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "Hoenir": "Oubliette_15_GAMEPLAY.BP_e5060_Assassin", + "HolySpringWater": "Cave_18_GAMEPLAY.BP_Interactable_Passive_healpowerup_2", + "ImmortalsCrest": "Fort_15_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "Julius": "Castle_20_GAMEPLAY.BP_e5030_Leader", + "KilteusRing": "Cave_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "KingsChamber": "Castle_19_GAMEPLAY.BP_Interactable_Item_Tip3", + "Lab1": "Swamp_1_GAMEPLAY.BP_Interactable_Item_Tip3", + "Lab2": "Swamp_06_GAMEPLAY.BP_Interactable_Item_Tip3", + "Lab3": "Swamp_10_GAMEPLAY.BP_Interactable_Item_Tip3", + "Lab4": "Swamp_12_GAMEPLAY.BP_Interactable_Item_Tip3", + "Lab5": "Swamp_16_GAMEPLAY.BP_Interactable_Item_Tip3", + "MaelstromRemparts": "Castle_10_GAMEPLAY.BP_Interactable_Item_Tip3", + "ManisasRing": "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure_2", + "MonumentOfTheWind": "Fort_16_GAMEPLAY.BP_Interactable_Item_Tip3", + "MourningHall": "MourningHall", + "NymphiliasRing": "Outside_03_GAMEPLAY.BP_Interactable_Passive_ShortHeal_2", + "Ossuary": "Cave_13_GAMEPLAY.BP_Interactable_Item_Tip3", + "PriestessDoll": "Castle_01_GAMEPLAY.BP_Interactable_Passive_healcountup_4", + "RicorusRing": "Fort_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "RoyalAegisCrest": "Castle_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "RuinedCastleCellar": "Castle_04_GAMEPLAY.BP_Interactable_Item_Tip3", + "RuinedWitchsBook": "Forest_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "RustedBlueOrnament": "Forest_04_GAMEPLAY.BP_Interactable_Passive_dmgup_swimming_2", + "SaintsPassage": "Church_04_GAMEPLAY.BP_Interactable_Item_Tip3", + "SecondSpireChamber": "Fort_08_GAMEPLAY.BP_Interactable_Item_Tip3", + "Sentinel": "Fort_01_GAMEPLAY.BP_e2192_Gargoyle", + "Siegrid": "Church_03_GAMEPLAY.BP_e5011_YoungerSister", + "Silva": "Cave_23_GAMEPLAY.BP_e5021_OlderSister", + "Sinner": "Swamp_15_GAMEPLAY.BP_e2052_Toad", + "SnowdropBracelet": "Fort_09_GAMEPLAY.BP_Interactable_Passive_dmgcut_Lv3_2", + "SoiledPrayerBeads": "Church_05_GAMEPLAY.BP_Interactable_Passive_MaxHPUp_Lv1_2", + "SpellboundAnklet": "Forest_17_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "Spider": "Cave_07_GAMEPLAY.BP_e2162_Spider", + "Start": "Church_12_GAMEPLAY.BP_Interactable_Item_Tip1", + "Subject": "Oubliette_07_2_GAMEPLAY.BP_e2072_Mimic", + "TowerAlcove": "Castle_15_GAMEPLAY.BP_Interactable_Item_Tip3", + "Ulv": "Fort_21_GAMEPLAY.BP_e5070_Killer", + "VibrantPlume": "Church_09_GAMEPLAY.BP_Interactable_Passive_JumpHeightUp_2", + "Village800": "Village_15_GAMEPLAY.BP_SCR_LV1LL_0000_2", + "WeatheredNecklace": "Swamp_09_GAMEPLAY.BP_Interactable_Passives_Treasure_2", + "WhitePriestessEarrings": "Abyss_02_GAMEPLAY.BP_Interactable_Passive_healcountup_2", + "WhitePriestessStatue": "Cave_21_GAMEPLAY.BP_Interactable_Passive_healcountup_2", + "WitchsHermitage": "Forest_10_GAMEPLAY.BP_Interactable_Item_Tip3", + "Youth": "Church_07_GAMEPLAY.BP_e2012_Slime_Unique" + }, + "nodes": { + "Abyss_01_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_066", + "rules": "Abyss01Top" + }, + "Abyss_01_GAMEPLAY.BP_SCR_LV2M_2171_2": { + "content": "Generic.i_SpiritCurrencyLv2_L", + "rules": "Abyss01Bottom" + }, + "Abyss_01_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_18.A1", + "rules": "Abyss01Top" + }, + "Abyss_01_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_abyss_02.1", + "rules": "Abyss01Bottom | Abyss01Top + CHARGE + slam + LEDGE + claw + (dash | HORIZONTAL) + (hook | FULLSILVA) + swim" + }, + "Abyss_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Abyss02Top + (claw + 2LEDGE | LEDGE + HORIZONTAL)" + }, + "Abyss_02_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_067", + "rules": "Abyss02Top" + }, + "Abyss_02_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_028", + "rules": "Abyss02Top" + }, + "Abyss_02_GAMEPLAY.BP_Interactable_Passive_healcountup_2": { + "content": "Passive.i_passive_heal_count_up_2", + "rules": "Abyss02Top" + }, + "Abyss_02_GAMEPLAY.BP_WorldTravelVolume": { + "content": "Map.map_abyss_03.2", + "rules": "Abyss02Right | Abyss02Top" + }, + "Abyss_02_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_abyss_01.2", + "rules": "Abyss02Top | Abyss02Right" + }, + "Abyss_03_GAMEPLAY.BP_WorldTravelVolume3_8": { + "content": "Map.map_abyss_02.3", + "rules": "Abyss03Left" + }, + "Abyss_04_GAMEPLAY.BP_SCR_LV1L_2170_2": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Abyss04Top + mask + slam + hook + 3HEAL + dash" + }, + "Abyss_04_GAMEPLAY.BP_SCR_LV1L_2170_3": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Abyss04Top + mask + slam + hook + 3HEAL + dash" + }, + "Abyss_04_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_12.4", + "rules": "Abyss04Top" + }, + "Abyss_04_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_abyss_05.4", + "rules": "Abyss04Bottom | Abyss04Top + mask + swim + slam + hook + 3HEAL + dash" + }, + "Abyss_05_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2": { + "content": "Generic.i_FinalPassivePart_Up", + "rules": "Abyss05Top" + }, + "Abyss_05_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_065", + "rules": "Abyss05Top" + }, + "Abyss_05_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_swamp_12.A5", + "rules": "Abyss05Top" + }, + "Abyss_05_GAMEPLAY.BP_SCR_LV3S_5000_1": { + "content": "Generic.i_SpiritCurrencyLv3_2", + "rules": "Abyss05Top" + }, + "Abyss_05_GAMEPLAY.BP_WorldTravelVolume": { + "content": "Map.map_abyss_04.5", + "rules": "Abyss05Top" + }, + "Castle_01_GAMEPLAY.BP_e2082_Dog": { + "content": "Spirit.s2082", + "rules": "Castle01Left | Castle01Right1 | Castle01Top | Castle01Right2" + }, + "Castle_01_GAMEPLAY.BP_Interactable_Passive_healcountup_4": { + "content": "Passive.i_passive_heal_count_up_3", + "rules": "Castle01Right2 + (LEDGE | HORIZONTAL)" + }, + "Castle_01_GAMEPLAY.BP_Interactable_Passive_Spirit_StunStaminaDamageUp_2": { + "content": "Passive.i_passive_stunstamina_damage_up", + "rules": "Castle01Right1 | Castle01Top" + }, + "Castle_01_GAMEPLAY.BP_SCR_LV1L_2031_2": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Dog + CHARGE" + }, + "Castle_01_GAMEPLAY.BP_SCR_LV2M_2001_2": { + "content": "Generic.i_SpiritCurrencyLv2_L", + "rules": "Dog + CHARGE" + }, + "Castle_01_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_village_11.1", + "rules": "Castle01Left | Dog" + }, + "Castle_01_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_castle_02.1", + "rules": "Castle01Right2 | Dog + (LEDGE | HORIZONTAL | claw)" + }, + "Castle_01_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_castle_02.1B", + "rules": "Castle01Right1 | Castle01Top" + }, + "Castle_01_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_castle_10.1", + "rules": "Castle01Right1 + claw" + }, + "Castle_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Castle02Top" + }, + "Castle_02_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_castle_05.2", + "rules": "Castle02Top | Castle02Left2 + (hook | LEDGE | claw)" + }, + "Castle_02_GAMEPLAY.BP_SCR_LV1M_2000_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Castle02Top + hook" + }, + "Castle_02_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_01.2", + "rules": "Castle02Left2 | Castle02Left1 | Castle02Top | Castle02Bottom" + }, + "Castle_02_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_castle_04.2", + "rules": "Castle02Bottom | Castle02Left2" + }, + "Castle_02_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_01.2B", + "rules": "Castle02Left1 | Castle02Left2 + (claw + LEDGE)" + }, + "Castle_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "(Castle03Top1 | Castle03Top2) + (hook | claw | HORIZONTAL | dash | LEDGE)" + }, + "Castle_03_GAMEPLAY.BP_SCR_LV1M_2001_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "(Castle03Top1 | Castle03Top2) + (hook | claw | LEDGE + HORIZONTAL)" + }, + "Castle_03_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_castle_05.3", + "rules": "Castle03Bottom | Castle03Top1 | Castle03Top2" + }, + "Castle_03_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_castle_11.3A", + "rules": "Castle03Top1" + }, + "Castle_03_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_castle_11.3B", + "rules": "Castle03Top2" + }, + "Castle_04_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_035", + "rules": "Castle04Top" + }, + "Castle_04_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_02.4", + "rules": "Castle04Top | RuinedCastleCellar + (LEDGE | claw)" + }, + "Castle_05_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_castle_02.5", + "rules": "Castle05Bottom | Castle05Right | Castle05Left | Castle05Top" + }, + "Castle_05_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_06.5", + "rules": "Castle05Right | Castle05Bottom" + }, + "Castle_05_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_08.5", + "rules": "Castle05Left | Castle05Bottom" + }, + "Castle_05_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_03.5", + "rules": "Castle05Top" + }, + "Castle_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_maxhpup_LV2", + "rules": "Castle06Top" + }, + "Castle_06_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_castle_12.6", + "rules": "Castle06Top | Castle06Right" + }, + "Castle_06_GAMEPLAY.BP_Interactable_WorldTravel2": { + "content": "Map.map_castle_07.6", + "rules": "Castle06Right | Castle06Top | Castle06Left" + }, + "Castle_06_GAMEPLAY.BP_SCR_LV1L_2030_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Castle06Right + claw" + }, + "Castle_06_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_05.6", + "rules": "Castle06Left | Castle06Top" + }, + "Castle_07_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_019", + "rules": "Castle07Right | Castle07Left" + }, + "Castle_07_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_01.C7", + "rules": "Castle07Right | GuestChamber + (hook | 3LEDGE)" + }, + "Castle_07_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_06.7", + "rules": "Castle07Left | GuestChamber" + }, + "Castle_08_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Castle08Top + claw + (LEDGE | HORIZONTAL)" + }, + "Castle_08_GAMEPLAY.BP_Interactable_Passive_expup_5": { + "content": "Passive.i_passive_expup_2", + "rules": "Castle08Top" + }, + "Castle_08_GAMEPLAY.BP_SCR_LV1M_2000_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Castle08Top" + }, + "Castle_08_GAMEPLAY.BP_SCR_LV1M_2000_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Castle08Top" + }, + "Castle_08_GAMEPLAY.BP_SCR_LV1S_2010_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Castle08Right" + }, + "Castle_08_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_05.8", + "rules": "Castle08Right | Castle08Top" + }, + "Castle_08_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_09.8", + "rules": "Castle08Top | Castle08Right + (claw | LEDGE | HORIZONTAL)" + }, + "Castle_09_GAMEPLAY.BP_SCR_LV2M_2000_3": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Castle09Left + (2HORIZONTAL | claw + (2LEDGE | LEDGE + HORIZONTAL) | FULLSILVA | LEDGE + sinner | djump + dash + (silva | dodge))" + }, + "Castle_09_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_11.9", + "rules": "Castle09Right | Castle09Bottom" + }, + "Castle_09_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_08.9", + "rules": "Castle09Bottom | Castle09Right | Castle09Left" + }, + "Castle_09_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_10.9", + "rules": "Castle09Left | Castle09Bottom" + }, + "Castle_10_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_064", + "rules": "Castle10Right | Castle10Bottom" + }, + "Castle_10_GAMEPLAY.BP_SCR_LV1M_2000_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "MaelstromRemparts" + }, + "Castle_10_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_09.10", + "rules": "MaelstromRemparts" + }, + "Castle_10_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_01.10", + "rules": "MaelstromRemparts" + }, + "Castle_11_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_12.11", + "rules": "Castle11Right | Castle11Bottom2" + }, + "Castle_11_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_09.11", + "rules": "Castle11Left | Castle11Bottom1" + }, + "Castle_11_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_13.11", + "rules": "Castle11Top | Castle11Left + Castle11Right" + }, + "Castle_11_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_castle_03.11A", + "rules": "Castle11Bottom1 | Castle11Left" + }, + "Castle_11_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_castle_03.11B", + "rules": "Castle11Bottom2 | Castle11Right" + }, + "Castle_12_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Castle12Bottom+ hook" + }, + "Castle_12_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_042", + "rules": "Castle12Bottom" + }, + "Castle_12_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_043", + "rules": "Castle12Bottom" + }, + "Castle_12_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_castle_06.12", + "rules": "Castle12Bottom | Castle12Left + (hook + (claw | LEDGE | HORIZONTAL) | slam)" + }, + "Castle_12_GAMEPLAY.BP_SCR_LV1M_2001_1": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Castle12Bottom + (hook | claw | HORIZONTAL)" + }, + "Castle_12_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_11.12", + "rules": "Castle12Left | Castle12Bottom" + }, + "Castle_12_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_21.12", + "rules": "Castle12Right | Castle12Bottom + unlock" + }, + "Castle_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2": { + "content": "Parameter.i_maxHPUp_02", + "rules": "Castle13Bottom + (silva + djump + claw | (FULLSILVA | 3LEDGE) + hook | 2LEDGE + hook + claw | LEDGE + HORIZONTAL + claw + hook)" + }, + "Castle_13_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_17.13", + "rules": "Castle13Left | Castle13Bottom" + }, + "Castle_13_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_11.13", + "rules": "Castle13Bottom | Castle13Left | Castle13Right" + }, + "Castle_13_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_castle_14.13", + "rules": "Castle13Right | Castle13Bottom" + }, + "Castle_14_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Castle14Left + hook" + }, + "Castle_14_GAMEPLAY.BP_SCR_LV1L_2220_3": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Castle14Left + CHARGE + (claw | LEDGE + HORIZONTAL)" + }, + "Castle_14_GAMEPLAY.BP_SCR_LV2LL_0000_2": { + "content": "Generic.i_SpiritCurrencyLv2_LL", + "rules": "Castle14Left + (claw + (3LEDGE | FULLSILVA | sinner + 2LEDGE | silva + 2HORIZONTAL | dodge + dash + 2LEDGE))" + }, + "Castle_14_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_13.14", + "rules": "Castle14Left | Castle14Top" + }, + "Castle_14_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_15.14", + "rules": "Castle14Top | Castle14Left + (LEDGE | hook)" + }, + "Castle_15_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": { + "content": "Generic.i_HealPower_Up", + "rules": "TowerAlcove" + }, + "Castle_15_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_069", + "rules": "Castle15Bottom | Castle15Left" + }, + "Castle_15_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_16.15", + "rules": "TowerAlcove + claw + (hook | FULLSILVA + sinner | 3LEDGE)" + }, + "Castle_15_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_14.15", + "rules": "Castle15Bottom | TowerAlcove" + }, + "Castle_16_GAMEPLAY.BP_e2032_BigKnight": { + "content": "Spirit.s2032", + "rules": "Castle16Right" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_4": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_6": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1M_2190_7": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1M_2191_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_4": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1S_2100_6": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1S_2101_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis" + }, + "Castle_16_GAMEPLAY.BP_SCR_LV1S_2101_4": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Aegis + claw" + }, + "Castle_16_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_18.16", + "rules": "Castle17Top | Aegis" + }, + "Castle_16_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_15.16", + "rules": "Castle16Right | Aegis + (silva + djump | djump + champion | claw)" + }, + "Castle_17_GAMEPLAY.BP_SCR_LV1M_2000_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Castle17Right + (LEDGE | claw)" + }, + "Castle_17_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_13.17", + "rules": "Castle17Right" + }, + "Castle_17_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_18.17", + "rules": "Castle17Right + LEDGE" + }, + "Castle_18_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Castle18Right + CHARGE" + }, + "Castle_18_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_063", + "rules": "Castle18Bottom + (claw | hook + LEDGE) + CHARGE" + }, + "Castle_18_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_mp_restore_up_LV1", + "rules": "Castle18Bottom + (claw | hook + LEDGE) + CHARGE" + }, + "Castle_18_GAMEPLAY.BP_SCR_LV2L_2221_2": { + "content": "Generic.i_SpiritCurrencyLv2_L", + "rules": "Castle18Bottom + hook + LEDGE + CHARGE" + }, + "Castle_18_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_19.18", + "rules": "Castle18Right | Castle18Bottom + (claw | hook + LEDGE)" + }, + "Castle_18_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_17.18", + "rules": "Castle18Right + (claw | hook + LEDGE) | Castle18Top" + }, + "Castle_19_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_062", + "rules": "Castle19Right | Castle19Left" + }, + "Castle_19_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_20.19", + "rules": "KingsChamber" + }, + "Castle_19_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_18.19", + "rules": "KingsChamber" + }, + "Castle_20_GAMEPLAY.BP_e5030_Leader": { + "content": "Spirit.s5030", + "rules": "Castle20Left" + }, + "Castle_20_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_castle_19.20", + "rules": "Julius" + }, + "Castle_21_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_044", + "rules": "Castle21Left" + }, + "Castle_21_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Generic.i_FinalPassivePart_Up", + "rules": "Castle21Left" + }, + "Castle_21_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_12.21", + "rules": "Castle21Left" + }, + "Castle_21_GEO.BP_SCR_LV1L_2120_2": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Castle21Left" + }, + "Cave_01_GAMEPLAY.BP_Interactable_Passive_Parry_2": { + "content": "Passive.i_passive_parry", + "rules": "Cave01Bottom | Cave01Left" + }, + "Cave_01_GAMEPLAY.BP_SCR_LV2LL_0000_2": { + "content": "Generic.i_SpiritCurrencyLv2_LL", + "rules": "Cave01Bottom + (claw | djump | champion | silva + dodge) | Cave01Left + 3LEDGE + 2HORIZONTAL" + }, + "Cave_01_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_02.1", + "rules": "BottomOfTheWell" + }, + "Cave_01_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_village_12.C1", + "rules": "BottomOfTheWell" + }, + "Cave_02_GAMEPLAY.BP_SCR_LV1M_2160_1": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Cave02Right + (hook | claw + (HORIZONTAL | djump | champion + dash | silva + dash))" + }, + "Cave_02_GAMEPLAY.BP_SCR_LV1S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Cave02Right" + }, + "Cave_02_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_05.2", + "rules": "Cave02Right | Cave02Bottom | Cave02Top" + }, + "Cave_02_GAMEPLAY.BP_WorldTravelVolume4_1": { + "content": "Map.map_cave_07.2", + "rules": "Cave02Bottom | Cave02Right + slam" + }, + "Cave_02_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_01.2", + "rules": "Cave02Right + claw + (FULLSILVA + dash | 3LEDGE | 2LEDGE + 2HORIZONTAL | silva + 2HORIZONTAL | silva + sinner + djump | dash + djump + champion + sinner)" + }, + "Cave_03_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_022", + "rules": "Cave03Left | Cave03Right | Cave03Top" + }, + "Cave_03_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_027", + "rules": "Cave03Right" + }, + "Cave_03_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_07.3", + "rules": "Cave03Left" + }, + "Cave_03_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_08.3", + "rules": "Cave03Right" + }, + "Cave_03_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_06.3", + "rules": "Charnel" + }, + "Cave_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Cave04Bottom" + }, + "Cave_04_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_16.4", + "rules": "Cave04Right | Cave04Bottom" + }, + "Cave_04_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_05.4", + "rules": "Cave04Bottom | Cave04Right" + }, + "Cave_04_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_12.4", + "rules": "Cave04Left | Cave04Bottom + unlock" + }, + "Cave_05_GAMEPLAY.BP_SCR_LV1M_2161_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Cave05Bottom + (hook | LEDGE | dash | HORIZONTAL)" + }, + "Cave_05_GAMEPLAY.BP_WorldTravelVolume_0": { + "content": "Map.map_cave_02.5", + "rules": "Cave05Left | Cave05Bottom" + }, + "Cave_05_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_04.5", + "rules": "Cave05Top | Cave05Bottom" + }, + "Cave_05_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_06.5", + "rules": "Cave05Bottom | Cave05Left | Cave05Right | Cave05Top" + }, + "Cave_05_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_10.5", + "rules": "Cave05Right | Cave05Bottom + (claw | 2LEDGE | 2HORIZONTAL | LEDGE + HORIZONTAL)" + }, + "Cave_06_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_025", + "rules": "Cave06Top" + }, + "Cave_06_GAMEPLAY.BP_Interactable_Item_Tip5": { + "content": "Tip.tip_024", + "rules": "Cave06Top" + }, + "Cave_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_recast_time_cut_LV1", + "rules": "Cave06Top" + }, + "Cave_06_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_05.6", + "rules": "Cave06Top | Cave06Bottom" + }, + "Cave_06_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_03.6", + "rules": "Cave06Bottom | Cave06Top" + }, + "Cave_07_GAMEPLAY.BP_e2162_Spider": { + "content": "Spirit.s2162", + "rules": "Cave07Right | Cave07Top" + }, + "Cave_07_GAMEPLAY.BP_SCR_LV1M_2161_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Spider + swim" + }, + "Cave_07_GAMEPLAY.BP_WorldTravelVolume2_1": { "content": "Map.map_cave_02.7" }, + "Cave_07_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_03.7", + "rules": "Spider" + }, + "Cave_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Cave08Left + slam" + }, + "Cave_08_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_09.8", + "rules": "Cave08Top | Cave08Left + (hook | LEDGE | dash | HORIZONTAL)" + }, + "Cave_08_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_03.8", + "rules": "Cave08Left | Cave08Top | Cave08Right" + }, + "Cave_08_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_17.8", + "rules": "Cave08Bottom | Cave08Left + swim + slam" + }, + "Cave_08_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_11.8", + "rules": "Cave08Right | Cave08Left" + }, + "Cave_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Cave09Top + (claw | LEDGE)" + }, + "Cave_09_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Cave09Top" + }, + "Cave_09_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_10.9", + "rules": "Cave09Top | Cave09Bottom + (claw | LEDGE)" + }, + "Cave_09_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_08.9", + "rules": "Cave09Bottom | Cave09Top | Cave09Right" + }, + "Cave_09_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_cave_21.9", + "rules": "Cave09Right | Cave09Top + (sinner | dodge + (LEDGE | dash + claw) | djump + (champion | silva | dash) | claw + champion)" + }, + "Cave_10_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Cave10Left" + }, + "Cave_10_GAMEPLAY.BP_SCR_LV1S_2011_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Cave10Bottom" + }, + "Cave_10_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_23.10", + "rules": "Cave10Right | Cave10Bottom" + }, + "Cave_10_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_05.10", + "rules": "Cave10Left | Cave10Bottom + (hook | 2LEDGE | 2HORIZONTAL | LEDGE + HORIZONTAL)" + }, + "Cave_10_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_09.10", + "rules": "Cave10Bottom | Cave10Right | Cave10Top | Cave10Left" + }, + "Cave_10_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_cave_16.10", + "rules": "Cave10Top | Cave10Bottom" + }, + "Cave_11_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_030", + "rules": "Cave11Left | Cave11Top | Cave11Right1 | Cave11Right2" + }, + "Cave_11_GAMEPLAY.BP_SCR_LV1M_2161_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Cave11Left + (LEDGE | HORIZONTAL | hook | dash)" + }, + "Cave_11_GAMEPLAY.BP_SCR_LV2M_2050_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Cave11Tip + swim" + }, + "Cave_11_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_08.11", + "rules": "Cave11Left | Cave11Tip + (hook | HORIZONTAL | LEDGE | claw)" + }, + "Cave_11_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_13.11", + "rules": "Cave11Tip + claw" + }, + "Cave_11_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_18.11", + "rules": "Cave11Right1 | Cave11Tip + (hook | claw + (LEDGE | sinner | dodge + dash) | 2LEDGE | 2HORIZONTAL | LEDGE + HORIZONTAL)" + }, + "Cave_12_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2": { + "content": "Generic.i_FinalPassivePart_Up", + "rules": "Cave12Right" + }, + "Cave_12_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_04.12", + "rules": "Cave12Right" + }, + "Cave_13_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_029", + "rules": "Cave13Top | Cave13Left | Cave13Right | Cave13Bottom" + }, + "Cave_13_GAMEPLAY.BP_SCR_LV2L_2091_4": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Ossuary + hook | Cave13Bottom + claw" + }, + "Cave_13_GAMEPLAY.BP_SCR_LV2M_2161_5": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Cave13Left + (dash | LEDGE | HORIZONTAL)" + }, + "Cave_13_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_11.13", + "rules": "Ossuary" + }, + "Cave_13_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_14.13", + "rules": "Ossuary" + }, + "Cave_13_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_23.13", + "rules": "Cave13Left | Ossuary + (claw | 2LEDGE | sinner | LEDGE + HORIZONTAL)" + }, + "Cave_13_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_20.13", + "rules": "Ossuary" + }, + "Cave_14_GAMEPLAY.BP_SCR_LV1S_2020_7": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Cave14Right" + }, + "Cave_14_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_13.14", + "rules": "Cave14Bottom | Cave14Right | Cave14Left" + }, + "Cave_14_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_15.14", + "rules": "Cave14Left | Cave14Bottom + LEDGE" + }, + "Cave_14_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_22.14", + "rules": "Cave14Right | Cave14Bottom + (hook | claw | 2LEDGE | LEDGE + HORIZONTAL)" + }, + "Cave_15_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_021", + "rules": "Cave15Right" + }, + "Cave_15_GAMEPLAY.BP_SCR_LV1L_2070_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Cave15Right + slam" + }, + "Cave_15_GAMEPLAY.BP_SCR_LV1S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Cave15Right | Cave15Left" + }, + "Cave_15_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_14.15", + "rules": "Cave15Right | Cave15Left + swim + (LEDGE | claw)" + }, + "Cave_15_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_16.15", + "rules": "Cave15Left | Cave15Right" + }, + "Cave_16_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_020", + "rules": "Cave16Right | Cave16Bottom | Cave16Left" + }, + "Cave_16_GAMEPLAY.BP_SCR_LV1L_2091_5": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "GreatHall + (hook | claw + (2LEDGE | LEDGE + HORIZONTAL))" + }, + "Cave_16_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_15.16", + "rules": "Cave16Right | GreatHall" + }, + "Cave_16_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_10.16", + "rules": "Cave16Bottom" + }, + "Cave_16_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_04.16", + "rules": "Cave16Left | GreatHall" + }, + "Cave_17_GAMEPLAY.BP_SCR_LV3M_5000_2": { + "content": "Generic.i_SpiritCurrencyLv3_2", + "rules": "Cave17Top + swim" + }, + "Cave_17_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_08.17", + "rules": "Cave17Top" + }, + "Cave_18_GAMEPLAY.BP_Interactable_Passive_healpowerup_2": { + "content": "Passive.i_passive_heal_power_up", + "rules": "Cave18Left1" + }, + "Cave_18_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_11.18", + "rules": "Cave18Left1" + }, + "Cave_18_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_11.18B", + "rules": "Cave18Left1 + swim" + }, + "Cave_19_GAMEPLAY.BP_e2022_Soldier": { + "content": "Spirit.s2022", + "rules": "Cave19Top | Cave19Left" + }, + "Cave_19_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": { + "content": "Generic.i_HealPower_Up", + "rules": "Archer" + }, + "Cave_19_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Archer + (hook | LEDGE | HORIZONTAL)" + }, + "Cave_19_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_20.19", + "rules": "Cave19Top | Archer" + }, + "Cave_19_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_21.19", + "rules": "Cave19Left | Cave19Top + (HORIZONTAL + LEDGE | claw | 2LEDGE)" + }, + "Cave_20_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Cave20Top" + }, + "Cave_20_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_023", + "rules": "Cave20Top" + }, + "Cave_20_GAMEPLAY.BP_SCR_LV1S_2011_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Cave20Top" + }, + "Cave_20_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_22.20", + "rules": "Cave20Top | Cave20Bottom + (hook | claw | LEDGE)" + }, + "Cave_20_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_19.20", + "rules": "Cave20Bottom | Cave20Left | Cave20Top" + }, + "Cave_20_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_cave_13.20", + "rules": "Cave20Left | Cave20Bottom | Cave20Top" + }, + "Cave_21_GAMEPLAY.BP_Interactable_Passive_healcountup_2": { + "content": "Passive.i_passive_heal_count_up_1", + "rules": "Cave21Right | Cave21Left" + }, + "Cave_21_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_09.21", + "rules": "Cave21Left | Cave21Right" + }, + "Cave_21_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_19.21", + "rules": "Cave21Right | Cave21Left" + }, + "Cave_22_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_026", + "rules": "Cave22Right" + }, + "Cave_22_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_fort_02.C22", + "rules": "Cave22Right | Cave22Bottom" + }, + "Cave_22_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_14.22", + "rules": "Cave22Left | Cave22Bottom + (2LEDGE | hook | claw | LEDGE + HORIZONTAL)" + }, + "Cave_22_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_20.22", + "rules": "Cave22Bottom | Cave22Right | Cave22Left" + }, + "Cave_23_GAMEPLAY.BP_e5021_OlderSister": { + "content": "Spirit.s5020", + "rules": "Cave23Right | Cave23Left" + }, + "Cave_23_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_031", + "rules": "Silva" + }, + "Cave_23_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_cave_13.23", + "rules": "Silva" + }, + "Cave_23_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_cave_10.23", + "rules": "Silva" + }, + "Church_01_GAMEPLAY.BP_Interactable_WorldTravel": { + "content": "Map.map_church_02.0", + "rules": "Church01Bottom | Church01Left | Church01Top" + }, + "Church_01_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_church_12.1", + "rules": "Church01Left | Church01Bottom | Church01Top" + }, + "Church_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Church02Right" + }, + "Church_02_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_002", + "rules": "Church02Right" + }, + "Church_02_GAMEPLAY.BP_Interactable_WorldTravel": { + "content": "Map.map_church_01.1", + "rules": "Church02Top | Church02Right + (djump | champion | silva + dodge)" + }, + "Church_02_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_church_10.2", + "rules": "Church02Right | Church02Top" + }, + "Church_03_GAMEPLAY.BP_e5011_YoungerSister": { + "content": "Spirit.s5010", + "rules": "Church03Left" + }, + "Church_03_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_church_05.1", + "rules": "Church03Left | Church03Right" + }, + "Church_03_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_04.0", + "rules": "Church03Right | Church03Left" + }, + "Church_04_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_005", + "rules": "Church04Right | Church04Left" + }, + "Church_04_GAMEPLAY.BP_WorldTravelVolume": { + "content": "Map.map_church_03.1", + "rules": "Church04Left | SaintsPassage" + }, + "Church_04_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_06.0", + "rules": "Church04Right | SaintsPassage" + }, + "Church_05_GAMEPLAY.BP_Interactable_Passive_MaxHPUp_Lv1_2": { + "content": "Passive.i_passive_maxhpup_LV1", + "rules": "Church05Top | CathedralCloister + LEDGE" + }, + "Church_05_GAMEPLAY.BP_Interactable_WorldTravel": { + "content": "Map.map_church_11.5", + "rules": "CathedralCloister" + }, + "Church_05_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_church_03.0", + "rules": "CathedralCloister" + }, + "CathedralCloister": { "rules": "Church05Right | Church05Bottom | Church05Top" }, + "Church_05_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_09.5", + "rules": "CathedralCloister + claw" + }, + "Church_06_GAMEPLAY.BP_WorldTravelVolume": { + "content": "Map.map_church_04.1", + "rules": "Church06Left | Church06Right + (LEDGE | claw)" + }, + "Church_06_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_07.0", + "rules": "Church06Right | Church06Left + (LEDGE | claw)" + }, + "Church_07_GAMEPLAY.BP_e2012_Slime_Unique": { + "content": "Spirit.s2012", + "rules": "Church07Right" + }, + "Church_07_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Youth + slam" + }, + "Church_07_GAMEPLAY.BP_WorldTravelVolume_3": { + "content": "Map.map_church_06.1", + "rules": "Church07Left | Youth + (LEDGE | claw)" + }, + "Church_07_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_08.0", + "rules": "Church07Right | Church07Left + (LEDGE | claw) | Youth" + }, + "Church_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Crossroads + swim" + }, + "Church_08_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_016", + "rules": "Church08Top | Church08Bottom | Church08Left" + }, + "Church_08_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_01.0", + "rules": "Crossroads" + }, + "Church_08_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_forest_01.C8", + "rules": "Crossroads" + }, + "Church_08_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_church_07.1", + "rules": "Crossroads" + }, + "Church_09_GAMEPLAY.BP_e2092_Priest": { + "content": "Spirit.s2092", + "rules": "Church09Bottom | Church09Top" + }, + "Church_09_GAMEPLAY.BP_Interactable_Passive_JumpHeightUp_2": { + "content": "Passive.i_passive_jump_height_up", + "rules": "Church09Bottom + claw + CHARGE" + }, + "Church_09_GAMEPLAY.BP_SCR_LV2M_2001_2": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Chief" + }, + "Church_09_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_church_05.9", + "rules": "Church09Bottom | Church09Top" + }, + "Church_09_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_01.2", + "rules": "Chief" + }, + "Church_09_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_church_14.9", + "rules": "Church09Bottom + hook" + }, + "Church_10_GAMEPLAY.BP_Interactable_Item_Tip_2": { + "content": "Tip.tip_003", + "rules": "Church10Left | Church10Right" + }, + "Church_10_GAMEPLAY.BP_Interactable_Item_Tip2": { + "content": "Tip.tip_004", + "rules": "Cellar" + }, + "Church_10_GAMEPLAY.BP_WorldTravelVolume_4": { + "content": "Map.map_church_02.10", + "rules": "Church10Left | Cellar" + }, + "Church_10_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_11.10", + "rules": "Church10Right | Cellar" + }, + "Church_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Church11Left" + }, + "Church_11_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_015", + "rules": "Church11Top" + }, + "Church_11_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_church_05.11", + "rules": "Church11Top | Church11Left" + }, + "Church_11_GAMEPLAY.BP_WorldTravelVolume_4": { + "content": "Map.map_church_10.11", + "rules": "Church11Left" + }, + "Church_12_GAMEPLAY.BP_Interactable_Item_Tip1": { + "content": "Tip.tip_001", + "rules": "Church12Right" + }, + "Church_12_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_church_01.12", + "rules": "Church12Right | Start" + }, + "Church_12_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_church_13.6", + "rules": "Church12Bottom | Start + (unlock + ( djump | champion | silva + dodge | claw ))" + }, + "Church_13_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_068", + "rules": "Church13Top" + }, + "Church_13_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_church_12.3", + "rules": "Church13Top" + }, + "Church_14_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": { + "content": "Generic.i_HealPower_Up", + "rules": "Church14Bottom" + }, + "Church_14_GAMEPLAY.BP_Interactable_Item_Tip5": { + "content": "Tip.tip_070", + "rules": "Church14Bottom" + }, + "Church_14_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_church_09.14", + "rules": "Church14Bottom" + }, + "Forest_01_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_church_08.2", + "rules": "Forest01Top | Forest01Right + (LEDGE | claw)" + }, + "Forest_01_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_forest_02.1", + "rules": "Forest01Right | Forest01Top" + }, + "Forest_02_GAMEPLAY.BP_SCR_LV1S_2130_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Forest02Left | Forest02Right2 + hook" + }, + "Forest_02_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_forest_01.2", + "rules": "Forest02Left | Forest02Right1" + }, + "Forest_02_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_forest_04.2", + "rules": "Forest02Right1 | Forest02Left | Forest02Right2 + (claw | LEDGE)" + }, + "Forest_02_GAMEPLAY.BP_WorldTravelVolume7": { + "content": "Map.map_forest_03.2", + "rules": "Forest02Right2 | Forest02Left" + }, + "Forest_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Forest03Left + swim" + }, + "Forest_03_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Forest03Left + swim" + }, + "Forest_03_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_forest_05.3", + "rules": "Forest03Right | Forest03Left + (claw | LEDGE | HORIZONTAL)" + }, + "Forest_03_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_forest_02.3", + "rules": "Forest03Left | Forest03Right" + }, + "Forest_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Forest04Right" + }, + "Forest_04_GAMEPLAY.BP_Interactable_Passive_dmgup_swimming_2": { + "content": "Passive.i_passive_dmgup_swimming", + "rules": "Forest04Left + (LEDGE | claw + HORIZONTAL)" + }, + "Forest_04_GAMEPLAY.BP_SCR_LV1S_2100_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Forest04Left + (slam + LEDGE)" + }, + "Forest_04_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_forest_05.4", + "rules": "Forest04Right | Forest04Left + (LEDGE | claw | HORIZONTAL + swim)" + }, + "Forest_04_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_forest_02.4", + "rules": "Forest04Left | Forest04Right + (LEDGE | claw)" + }, + "Forest_05_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_010", + "rules": "Forest05Right | Forest05Left | Forest05Top" + }, + "Forest_05_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_forest_07.5", + "rules": "Forest05Right | DryadLake" + }, + "Forest_05_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_forest_03.5", + "rules": "Forest05Left | DryadLake" + }, + "Forest_05_GAMEPLAY.BP_WorldTravelVolume7": { + "content": "Map.map_forest_04.6", + "rules": "Forest05Top | DryadLake + LEDGE" + }, + "Forest_06_GAMEPLAY.BP_e2122_Fungus": { + "content": "Spirit.s2122", + "rules": "Forest06Bottom + LEDGE" + }, + "Forest_06_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_011", + "rules": "Forest06Bottom + LEDGE" + }, + "Forest_06_GAMEPLAY.BP_SCR_LV2M_2120_3": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Forest06Bottom + (hook | LEDGE + slam | 2LEDGE | LEDGE + HORIZONTAL)" + }, + "Forest_06_GAMEPLAY.BP_WorldTravelVolume8": { + "content": "Map.map_forest_07.6", + "rules": "Forest06Bottom" + }, + "Forest_07_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "(Forest07Left | Forest07Bottom) + (LEDGE | hook | HORIZONTAL | claw)" + }, + "Forest_07_GAMEPLAY.BP_SCR_LV1S_2121_1": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Forest07Right + (hook | claw + LEDGE)" + }, + "Forest_07_GAMEPLAY.BP_SCR_LV1S_2130_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Forest07Left | Forest07Right" + }, + "Forest_07_GAMEPLAY.BP_WorldTravelVolume10_2": { + "content": "Map.map_oubliette_01.F7", + "rules": "Forest07Right | Forest07Left + (dodge + (LEDGE | dash) | 2LEDGE | hook | sinner | djump + dash)" + }, + "Forest_07_GAMEPLAY.BP_WorldTravelVolume12": { + "content": "Map.map_forest_08.7", + "rules": "Forest07Bottom | Forest07Left" + }, + "Forest_07_GAMEPLAY.BP_WorldTravelVolume9_1": { + "content": "Map.map_forest_05.7", + "rules": "Forest07Left | Forest07Bottom + LEDGE | Forest07Right + (LEDGE | hook | HORIZONTAL | dash)" + }, + "Forest_07_GEO.BP_WorldTravelVolume11": { + "content": "Map.map_forest_06.7", + "rules": "Forest07Top | Forest07Left + LEDGE" + }, + "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure_2": { + "content": "Passive.i_passive_spirit_maxcast_count_up_LV1", + "rules": "Forest08Top + (LEDGE | hook | claw + HORIZONTAL)" + }, + "Forest_08_GAMEPLAY.BP_Interactable_Passive_Treasure2": { + "content": "Passive.i_passive_dmgcut_LV2", + "rules": "ManisasRing + (2LEDGE | LEDGE + HORIZONTAL | claw + sinner | hook)" + }, + "Forest_08_GAMEPLAY.BP_SCR_LV2M_2120_1": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Forest08Top + (LEDGE | HORIZONTAL | dash)" + }, + "Forest_08_GAMEPLAY.BP_WorldTravelVolume12": { + "content": "Map.map_forest_07.8", + "rules": "Forest08Top | Forest08Right + (LEDGE | claw)" + }, + "Forest_08_GAMEPLAY.BP_WorldTravelVolume13": { + "content": "Map.map_forest_10.8", + "rules": "Forest08Right | Forest08Top + (LEDGE | hook | claw)" + }, + "Forest_09_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": { + "content": "Generic.i_HealPower_Up", + "rules": "Forest10Left + swim + (LEDGE | claw)" + }, + "Forest_09_GAMEPLAY.BP_Interactable_Item_Tip1": { + "content": "Tip.tip_012", + "rules": "Forest10Left + swim + (LEDGE | claw)" + }, + "Forest_09_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_forest_10.9", + "rules": "Forest09Top | Forest09Left + swim" + }, + "Forest_09_GAMEPLAY.BP_SCR_LV2S_2130_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "(Forest09Top | Forest09Left) + swim" + }, + "Forest_09_GAMEPLAY.BP_WorldTravelVolume13": { + "content": "Map.map_swamp_02.F9", + "rules": "Forest09Left | Forest09Top + swim + (LEDGE | claw)" + }, + "Forest_10_DESIGN.BP_Interactable_WorldTravel10": { + "content": "Map.map_forest_11.10", + "rules": "Forest10Bottom2 | WitchsHermitage" + }, + "Forest_10_DESIGN.BP_Interactable_WorldTravel9": { + "content": "Map.map_forest_09.10", + "rules": "Forest10Bottom1 | WitchsHermitage" + }, + "Forest_10_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_013", + "rules": "Forest10Bottom2 | Forest10Bottom1 | Forest10Left | Forest10Right" + }, + "Forest_10_GAMEPLAY.BP_WorldTravelVolume12": { + "content": "Map.map_forest_08.10", + "rules": "Forest10Left | WitchsHermitage" + }, + "Forest_10_GAMEPLAY.BP_WorldTravelVolume13": { + "content": "Map.map_forest_12.10", + "rules": "Forest10Right | WitchsHermitage" + }, + "Forest_11_GAMEPLAY.BP_e2132_Mandrake": { + "content": "Spirit.s2132", + "rules": "Forest11Top" + }, + "Forest_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Forest11Top" + }, + "Forest_11_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Forest11Top" + }, + "Forest_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_swim_fast", + "rules": "Forest11Right + (LEDGE | HORIZONTAL | dash)" + }, + "Forest_11_GAMEPLAY.BP_Interactable_WorldTravel11": { + "content": "Map.map_forest_10.11", + "rules": "Forest11Top | Forest11Right" + }, + "Forest_11_GAMEPLAY.BP_SCR_LV1M_2120_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Forest11Right + (LEDGE + claw | hook | 2HORIZONTAL + (dash | djump | silva))" + }, + "Forest_11_GAMEPLAY.BP_SCR_LV1S_2130_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Forest11Right + swim" + }, + "Forest_11_GAMEPLAY.BP_WorldTravelVolume12": { + "content": "Map.map_forest_14.11", + "rules": "Forest11Right | Forest11Top + swim" + }, + "Forest_12_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Forest12Left + (LEDGE | claw | hook)" + }, + "Forest_12_GAMEPLAY.BP_SCR_LV1M_2131_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Forest12Bottom | Forest12Right" + }, + "Forest_12_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_forest_10.12", + "rules": "Forest12Left | Forest12Bottom + (LEDGE | hook)" + }, + "Forest_12_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_forest_13.12", + "rules": "Forest12Bottom | Forest12Right | Forest12Left + (LEDGE | hook)" + }, + "Forest_12_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_forest_17.12", + "rules": "Forest12Right | Forest12Left + (claw + (djump | champion) | claw + LEDGE + (HORIZONTAL | dash) | silva + djump | LEDGE + sinner | 2LEDGE + HORIZONTAL) | Forest12Bottom + hook" + }, + "Forest_13_GAMEPLAY.BP_SCR_LV1S_2130_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Forest13Top" + }, + "Forest_13_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_forest_12.13", + "rules": "Forest13Top | Forest13Bottom" + }, + "Forest_13_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_forest_14.13", + "rules": "Forest13Bottom | Forest13Top" + }, + "Forest_13_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_forest_16.13", + "rules": "Forest13Right | Forest13Top + claw + unlock + (LEDGE + HORIZONTAL | 2LEDGE)" + }, + "Forest_14_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_017", + "rules": "Forest14Bottom | Forest14Top | Forest14Left" + }, + "Forest_14_GAMEPLAY.BP_WorldTravelVolume10": { + "content": "Map.map_forest_15.14", + "rules": "CovenHalls" + }, + "Forest_14_GAMEPLAY.BP_WorldTravelVolume11": { + "content": "Map.map_forest_13.14", + "rules": "CovenHalls" + }, + "Forest_14_GAMEPLAY.BP_WorldTravelVolume12": { + "content": "Map.map_forest_11.14", + "rules": "Forest14Left | CovenHalls + swim" + }, + "Forest_15_GAMEPLAY.BP_e5040_Witch": { + "content": "Spirit.s5040", + "rules": "Forest_15_GAMEPLAY.BP_WorldTravelVolume_2" + }, + "Forest_15_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_forest_14.15", + "rules": "Forest15Top" + }, + "Forest_16_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_057", + "rules": "Forest16Left" + }, + "Forest_16_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Generic.i_FinalPassivePart_Up", + "rules": "Forest16Left" + }, + "Forest_16_GAMEPLAY.BP_SCR_LV1LL_0000_2": { + "content": "Generic.i_SpiritCurrencyLv1_LL", + "rules": "Forest16Left" + }, + "Forest_16_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_forest_13.16", + "rules": "Forest16Left" + }, + "Forest_17_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2": { + "content": "Parameter.i_maxHPUp_02", + "rules": "Forest17Left + (claw | LEDGE)" + }, + "Forest_17_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_056", + "rules": "Forest17Left + (claw | LEDGE + hook | silva + djump)" + }, + "Forest_17_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_move_speed_up", + "rules": "Forest17Left + (claw | LEDGE)" + }, + "Forest_17_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_forest_12.17", + "rules": "Forest17Left" + }, + "Forest_17_Map.BP_Interactable_Item_Tip5": { + "content": "Tip.tip_055", + "rules": "Forest17Left" + }, + "Fort_01_GAMEPLAY.BP_e2192_Gargoyle": { + "content": "Spirit.s2192", + "rules": "Fort01Left1 | Fort01Right + (LEDGE | hook)" + }, + "Fort_01_GAMEPLAY.BP_SCR_LV1M_2190_2": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Fort01Left1" + }, + "Fort_01_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_03.1", + "rules": "Fort01Right | Fort01Left1 | Fort01Left2" + }, + "Fort_01_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_15.F1", + "rules": "Fort01Left2 | Fort01Right + swim" + }, + "Fort_01_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_castle_07.F1", + "rules": "Fort01Left1 | Sentinel + hook" + }, + "Fort_02_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Fort02Left" + }, + "Fort_02_GAMEPLAY.BP_SCR_LV2S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Fort02Right" + }, + "Fort_02_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_03.2", + "rules": "Fort02Right | Fort02Left + (LEDGE + HORIZONTAL | 2HORIZONTAL | djump + (silva | champion))" + }, + "Fort_02_GAMEPLAY.BP_WorldTravelVolume3_8": { + "content": "Map.map_cave_22.F2", + "rules": "Fort02Left | Fort02Right + (LEDGE + HORIZONTAL | 2HORIZONTAL | 2LEDGE | sinner | dash + LEDGE | dash + dodge)" + }, + "Fort_03_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_037", + "rules": "Fort03Right | Fort03Left1 | Fort03Left2 | Fort03Top" + }, + "Fort_03_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_04.3", + "rules": "BastionGates" + }, + "Fort_03_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_01.3", + "rules": "BastionGates + (hook | LEDGE)" + }, + "Fort_03_GAMEPLAY.BP_WorldTravelVolume3_8": { + "content": "Map.map_fort_02.3", + "rules": "BastionGates" + }, + "Fort_03_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_05.3", + "rules": "BastionGates + (LEDGE + claw)" + }, + "Fort_04_GAMEPLAY.BP_SCR_LV1L_2230_8": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Fort04Left + (CHARGE + (LEDGE | claw | HORIZONTAL))" + }, + "Fort_04_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_05.4", + "rules": "Fort04Top | Fort04Left + LEDGE" + }, + "Fort_04_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_03.4", + "rules": "Fort04Left | Fort04Top" + }, + "Fort_05_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Fort05Right + LEDGE" + }, + "Fort_05_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Fort05Bottom2 + (LEDGE + (hook | claw))" + }, + "Fort_05_GAMEPLAY.BP_SCR_LV1S_2020_6": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Fort05Bottom2 + LEDGE + slam | Fort05Bottom1" + }, + "Fort_05_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_04.5", + "rules": "Fort05Bottom2 | Fort05Right" + }, + "Fort_05_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_06.5", + "rules": "Fort05Right | Fort05Bottom2 + LEDGE" + }, + "Fort_05_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_03.5", + "rules": "Fort05Bottom1 | Fort05Bottom2 + LEDGE" + }, + "Fort_05_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_15.5", + "rules": "Fort05Bottom2 + LEDGE + claw" + }, + "Fort_06_GAMEPLAY.BP_SCR_LV1M_2190_4": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Fort06Right + (LEDGE + claw)" + }, + "Fort_06_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_05.6", + "rules": "Fort06Left | Fort06Bottom | Fort06Right + (LEDGE | HORIZONTAL | dash)" + }, + "Fort_06_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_07.6", + "rules": "Fort06Right | Fort06Left + (LEDGE | HORIZONTAL | dash)" + }, + "Fort_06_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_10.6", + "rules": "Fort06Bottom | Fort06Left | Fort06Right" + }, + "Fort_07_GAMEPLAY.BP_SCR_LV1S_2021_1": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Fort07Bottom1 + (LEDGE | claw)" + }, + "Fort_07_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_09.7", + "rules": "Fort07Right | Fort07Bottom1 | Fort07Top | Fort07Bottom2 + claw" + }, + "Fort_07_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_08.7", + "rules": "Fort07Right | Fort07Top" + }, + "Fort_07_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_06.7", + "rules": "Fort07Left | Fort07Top + LEDGE" + }, + "Fort_07_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_11.7", + "rules": "Fort07Top | Fort07Bottom1 | Fort07Left + (LEDGE | claw) | Fort07Right" + }, + "Fort_07_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_fort_09.7B", + "rules": "Fort07Bottom2 | Fort07Bottom1 + claw" + }, + "Fort_08_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_060", + "rules": "Fort08Left" + }, + "Fort_08_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_07.8", + "rules": "Fort08Left | SecondSpireChamber" + }, + "Fort_09_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_041", + "rules": "Fort09Left" + }, + "Fort_09_GAMEPLAY.BP_Interactable_Passive_dmgcut_Lv3_2": { + "content": "Passive.i_passive_dmgcut_LV3", + "rules": "Fort09Left + CHARGE" + }, + "Fort_09_GAMEPLAY.BP_SCR_LV1S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Fort09Top1" + }, + "Fort_09_GAMEPLAY.BP_SCR_LV2M_2190_3": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Fort09Top2" + }, + "Fort_09_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_outside_03.F9", + "rules": "Fort09Right | Fort09Top1 + claw" + }, + "Fort_09_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_10.9", + "rules": "Fort09Left | Fort09Right | Fort09Top1 | Fort09Top2" + }, + "Fort_09_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_07.9", + "rules": "Fort09Top1 | Fort09Left + (LEDGE | hook)" + }, + "Fort_09_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_fort_07.9B", + "rules": "Fort09Top2 | Fort09Right + LEDGE + claw" + }, + "Fort_10_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Courtyard + claw + LEDGE" + }, + "Fort_10_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_038", + "rules": "Fort10Right | Fort10Top" + }, + "Fort_10_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_09.10", + "rules": "Courtyard" + }, + "Fort_10_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_06.10", + "rules": "Courtyard + claw + LEDGE" + }, + "Fort_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_maxmpup", + "rules": "slam + swim + (Fort11Stagnant | Fort11Bottom + (LEDGE + (sinner | dodge + claw) | 2LEDGE))" + }, + "Fort_11_GAMEPLAY.BP_SCR_LV1M_2190_4": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Fort11Top2 | Fort11Bottom + (LEDGE + (sinner | dodge + claw) | 2LEDGE) + (hook | 2LEDGE + claw | 3LEDGE)" + }, + "Fort_11_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_07.11", + "rules": "Fort11Bottom | Fort11Left | Fort11Top1 | Fort11Top2 | Fort11Top2" + }, + "Fort_11_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_12.11", + "rules": "Fort11Left | Fort11Bottom + LEDGE | Fort11Top1 + (HORIZONTAL | LEDGE | dash)" + }, + "Fort_11_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_13.11", + "rules": "Fort11Top1 | Fort11Left + (claw | LEDGE | HORIZONTAL | dash)" + }, + "Fort_11_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_fort_13.11B", + "rules": "Fort11Top2 + claw | Fort11Stagnant + claw" + }, + "Fort_12_GAMEPLAY.BP_e2232_Dragon": { + "content": "Spirit.s2232", + "rules": "Fort12HP + CHARGE" + }, + "Fort_12_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_7": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Fort12Top | Fort12Right + (claw + (LEDGE + HORIZONTAL | 2LEDGE) | 3LEDGE)" + }, + "Fort_12_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_11.12", + "rules": "Fort12Right | Fort12Left" + }, + "Fort_12_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_14.12", + "rules": "Fort12Top + LEDGE + claw" + }, + "Fort_12_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_16.12", + "rules": "Fort12Left | Fort12Right | Fort12Top" + }, + "Fort_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Fort13Left" + }, + "Fort_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Fort13Bottom1 + claw + LEDGE | Fort13Top" + }, + "Fort_13_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_11.13", + "rules": "Fort13Bottom1 | Fort13Bottom2 | Fort13Left | Fort13Top" + }, + "Fort_13_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_fort_11.53", + "rules": "Fort13Bottom2 | Fort13Top | Fort13Bottom1" + }, + "Fort_13_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_14.13", + "rules": "Fort13Left | Fort13Bottom1 + (LEDGE | claw)" + }, + "Fort_13_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_19.13", + "rules": "Fort13Top + claw + LEDGE | Fort13Bottom1 + claw + LEDGE" + }, + "Fort_14_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_061", + "rules": "Fort14Right + hook + slam + unlock + swim" + }, + "Fort_14_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Generic.i_FinalPassivePart_Up", + "rules": "Fort14Right + hook + slam + unlock + swim" + }, + "Fort_14_GAMEPLAY.BP_SCR_LV1L_2231_2": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Fort14Bottom + CHARGE" + }, + "Fort_14_GAMEPLAY.BP_SCR_LV1LL_0000_2": { + "content": "Generic.i_SpiritCurrencyLv1_LL", + "rules": "Fort14Right + hook + slam + unlock + swim" + }, + "Fort_14_GAMEPLAY.BP_SCR_LV2S_2020_3": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Fort14Right | Fort14Left | Fort14Bottom" + }, + "Fort_14_GAMEPLAY.BP_WorldTravelVolume_0": { + "content": "Map.map_fort_15.14", + "rules": "Fort14Left | Fort14Right + (dash | HORIZONTAL | LEDGE)" + }, + "Fort_14_GAMEPLAY.BP_WorldTravelVolume2_1": { + "content": "Map.map_fort_13.14", + "rules": "Fort14Right | Fort14Left | Fort14Bottom" + }, + "Fort_14_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_12.14", + "rules": "Fort14Bottom | Fort14Right | Fort14Left" + }, + "Fort_15_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_039", + "rules": "Fort15Right2" + }, + "Fort_15_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_regenHP_attack", + "rules": "Fort15Top + (hook | 2LEDGE)" + }, + "Fort_15_GAMEPLAY.BP_SCR_LV1M_2190_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Fort15Right2 + claw | Fort15Top | Fort15Bottom" + }, + "Fort_15_GAMEPLAY.BP_SCR_LV1S_2021_1": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Fort15Right2 + LEDGE" + }, + "Fort_15_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_16.15", + "rules": "Fort15Right2 | Fort15Right1 | Fort15Top | Fort15Bottom + LEDGE" + }, + "Fort_15_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_14.15", + "rules": "Fort15Right1 | Fort15Right2 + LEDGE" + }, + "Fort_15_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_05.15", + "rules": "Fort15Bottom | Fort15Top" + }, + "Fort_15_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_17.15", + "rules": "Fort15Top | Fort15Right3 + LEDGE" + }, + "Fort_15_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_fort_16.15B", + "rules": "Fort15Right3 | Fort15Bottom + LEDGE | Fort15Right2" + }, + "Fort_16_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_040", + "rules": "Fort16Left1 | Fort16Top | Fort16Left2 | Fort16Right" + }, + "Fort_16_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_15.16", + "rules": "Fort16Left1" + }, + "Fort_16_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_fort_18.16", + "rules": "Fort16Top" + }, + "Fort_16_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_fort_15.16B", + "rules": "Fort16Left2" + }, + "Fort_16_GAMEPLAY.BP_WorldTravelVolume7": { + "content": "Map.map_fort_12.16", + "rules": "Fort16Right" + }, + "Fort_17_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Fort17Bottom" + }, + "Fort_17_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_15.17", + "rules": "Fort17Bottom" + }, + "Fort_17_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_18.17", + "rules": "Fort17Right | Fort17Bottom" + }, + "Fort_18_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2": { + "content": "Parameter.i_maxHPUp_02", + "rules": "Fort18Right + (claw + (sinner | dodge + LEDGE | 2LEDGE | djump + dash))" + }, + "Fort_18_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Fort18Bottom + (LEDGE | claw)" + }, + "Fort_18_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_17.18", + "rules": "Fort18Left | Fort18Right" + }, + "Fort_18_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_19.18", + "rules": "Fort18Right | Fort18Left | Fort18Bottom" + }, + "Fort_18_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_16.18", + "rules": "Fort18Bottom | Fort18Right" + }, + "Fort_19_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_dmgup_airborne", + "rules": "Fort19Top" + }, + "Fort_19_GAMEPLAY.BP_SCR_LV2M_2190_4": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Fort19Top + claw" + }, + "Fort_19_GAMEPLAY.BP_SCR_LV2S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Fort19Left + slam" + }, + "Fort_19_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_fort_18.19", + "rules": "Fort19Left | Fort19Top + LEDGE" + }, + "Fort_19_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_fort_20.19", + "rules": "Fort19Top | Fort19Left + LEDGE" + }, + "Fort_19_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_fort_13.19", + "rules": "Fort19Bottom | Fort19Top + claw" + }, + "Fort_20_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_fort_19.20", + "rules": "Fort20Bottom | MourningHall" + }, + "MourningHall": { "rules": "Fort20Bottom | Fort20Top" }, + "Fort_20_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_21.20", + "rules": "Fort20Top | MourningHall" + }, + "Fort_21_GAMEPLAY.BP_e5070_Killer": { + "content": "Spirit.s5070", + "rules": "Fort21Bottom" + }, + "Fort_21_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": { + "content": "Generic.i_HealPower_Up", + "rules": "Ulv + (claw | (silva + djump + (champion | dodge)))" + }, + "Fort_21_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_036", + "rules": "Ulv + (claw | (silva + djump + (champion | dodge)))" + }, + "Fort_21_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_20.21", + "rules": "Fort21Bottom" + }, + "Oubliette_01_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_5": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Oubliette01Left + swim" + }, + "Oubliette_01_GAMEPLAY.BP_SCR_LV1S_2010_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Oubliette01Left + swim" + }, + "Oubliette_01_GAMEPLAY.BP_WorldTravelVolume11": { + "content": "Map.map_forest_07.O1", + "rules": "Oubliette01Left | Oubliette01Right + swim" + }, + "Oubliette_01_GAMEPLAY.BP_WorldTravelVolume12": { + "content": "Map.map_oubliette_02.1", + "rules": "Oubliette01Right | Oubliette01Left + swim" + }, + "Oubliette_02_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_032", + "rules": "Oubliette02Left | Oubliette02Right1 | Oubliette02Right2" + }, + "Oubliette_02_GAMEPLAY.BP_WorldTravelVolume11": { + "content": "Map.map_oubliette_01.2", + "rules": "Oubliette02Left | Aqueduct + (LEDGE | claw)" + }, + "Oubliette_02_GAMEPLAY.BP_WorldTravelVolume12": { + "content": "Map.map_oubliette_05.2", + "rules": "Oubliette02Right1 | Aqueduct" + }, + "Oubliette_02_GAMEPLAY.BP_WorldTravelVolume13": { + "content": "Map.map_oubliette_04.2", + "rules": "Oubliette02Right2 | Aqueduct" + }, + "Oubliette_03_GAMEPLAY.BP_SCR_LV1M_2050_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Oubliette03Left + swim" + }, + "Oubliette_03_GAMEPLAY.BP_SCR_LV1S_2081_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Oubliette03Left + swim" + }, + "Oubliette_03_GAMEPLAY.BP_WorldTravelVolume13": { + "content": "Map.map_oubliette_04.3", + "rules": "Oubliette03Left | Oubliette03Right + swim" + }, + "Oubliette_03_GAMEPLAY.BP_WorldTravelVolume14": { + "content": "Map.map_oubliette_10.3", + "rules": "Oubliette03Right | Oubliette03Left + swim | Oubliette03Top + (LEDGE | claw | swim)" + }, + "Oubliette_03_GAMEPLAY.BP_WorldTravelVolume15": { + "content": "Map.map_oubliette_05.3", + "rules": "Oubliette03Top | Oubliette03Right + hook" + }, + "Oubliette_03_GEO.BP_SCR_LV1LL_0000_2": { + "content": "Generic.i_SpiritCurrencyLv1_LL", + "rules": "Oubliette03Right + CHARGE" + }, + "Oubliette_04_GAMEPLAY.BP_SCR_LV1S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Oubliette04Left + (FULLSILVA | hook | 3LEDGE | sinner + silva + djump | silva + champion + dodge | 2HORIZONTAL + dash + LEDGE | djump + champion + HORIZONTAL)" + }, + "Oubliette_04_GAMEPLAY.BP_SCR_LV2S_2010_3": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Oubliette04Right | Oubliette04Left" + }, + "Oubliette_04_GAMEPLAY.BP_WorldTravelVolume14": { + "content": "Map.map_oubliette_03.4", + "rules": "Oubliette04Right | Oubliette04Left" + }, + "Oubliette_04_GAMEPLAY.BP_WorldTravelVolume16": { + "content": "Map.map_oubliette_02.4", + "rules": "Oubliette04Right | Oubliette04Left" + }, + "Oubliette_05_1_GAMEPLAY.BP_Interactable_WorldTravel13": { + "content": "Map.map_oubliette_05.5_1", + "rules": "Oubliette051Bottom" + }, + "Oubliette_05_1_GAMEPLAY.BP_SCR_LV2S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Oubliette051Bottom" + }, + "Oubliette_05_2_GAMEPLAY.BP_Interactable_WorldTravel12": { + "content": "Map.map_oubliette_05.5_2", + "rules": "Oubliette052Bottom1 | Oubliette052Bottom2" + }, + "Oubliette_05_2_GAMEPLAY.BP_SCR_LV1S_2010_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Oubliette052Bottom1 + (LEDGE + claw + hook)" + }, + "Oubliette_05_2_GAMEPLAY.BP_WorldTravelVolume18": { + "content": "Map.map_oubliette_05.5_2B", + "rules": "Oubliette052Bottom2 | Oubliette052Bottom1 + (LEDGE + claw + hook)" + }, + "Oubliette_05_3_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Oubliette053Top" + }, + "Oubliette_05_3_GAMEPLAY.BP_Interactable_WorldTravel16": { + "content": "Map.map_oubliette_05.5_3", + "rules": "Oubliette053Top" + }, + "Oubliette_05_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2": { + "content": "Parameter.i_maxHPUp_02", + "rules": "Oubliette05Top4" + }, + "Oubliette_05_GAMEPLAY.BP_Interactable_WorldTravel10": { + "content": "Map.map_oubliette_05_2.5", + "rules": "Oubliette05Top2 | Oubliette05Top1" + }, + "Oubliette_05_GAMEPLAY.BP_Interactable_WorldTravel11": { + "content": "Map.map_oubliette_05_3.5", + "rules": "Oubliette05Bottom2 | Oubliette05Left" + }, + "Oubliette_05_GAMEPLAY.BP_Interactable_WorldTravel12": { + "content": "Map.map_oubliette_07_2.5", + "rules": "Oubliette05Top3 | Oubliette05Top1" + }, + "Oubliette_05_GAMEPLAY.BP_Interactable_WorldTravel13": { + "content": "Map.map_oubliette_05_1.5", + "rules": "Oubliette05Top1 | Oubliette05Left + LEDGE" + }, + "Oubliette_05_GAMEPLAY.BP_Interactable_WorldTravel14": { + "content": "Map.map_oubliette_07_1.5", + "rules": "Oubliette05Bottom1 | Oubliette05Left" + }, + "Oubliette_05_GAMEPLAY.BP_SCR_LV1L_2220_3": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Oubliette05Top1 + CHARGE" + }, + "Oubliette_05_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Oubliette05Top4" + }, + "Oubliette_05_GAMEPLAY.BP_WorldTravelVolume15": { + "content": "Map.map_oubliette_02.5", + "rules": "Oubliette05Left | Oubliette05Right | Oubliette05Top1" + }, + "Oubliette_05_GAMEPLAY.BP_WorldTravelVolume16": { + "content": "Map.map_oubliette_06.5", + "rules": "Oubliette05Right" + }, + "Oubliette_05_GAMEPLAY.BP_WorldTravelVolume17": { + "content": "Map.map_oubliette_03.5", + "rules": "Oubliette05Bottom3 | Oubliette05Left" + }, + "Oubliette_05_GAMEPLAY.BP_WorldTravelVolume18": { + "content": "Map.map_oubliette_05_2.5B", + "rules": "Oubliette05Top4" + }, + "Oubliette_06_1_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_058", + "rules": "Oubliette061Left" + }, + "Oubliette_06_1_GAMEPLAY.BP_Interactable_WorldTravel14": { + "content": "Map.map_oubliette_07.6_1", + "rules": "Oubliette061Left | Cells" + }, + "Oubliette_06_2_GAMEPLAY.BP_Interactable_Passive_dmgup_maxHP_2": { + "content": "Passive.i_passive_dmgup_maxhp", + "rules": "Oubliette062Bottom2 + swim" + }, + "Oubliette_06_2_GAMEPLAY.BP_Interactable_WorldTravel13": { + "content": "Map.map_oubliette_07.6_2", + "rules": "Oubliette062Bottom2" + }, + "Oubliette_06_3_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Oubliette063Left1" + }, + "Oubliette_06_3_GAMEPLAY.BP_WorldTravelVolume16": { + "content": "Map.map_oubliette_07.6_3", + "rules": "Oubliette063Left1" + }, + "Oubliette_06_4_GAMEPLAY.BP_Interactable_Item_FinalPassivePart_2": { + "content": "Generic.i_FinalPassivePart_Up", + "rules": "Oubliette064Top" + }, + "Oubliette_06_4_GAMEPLAY.BP_Interactable_WorldTravel16": { + "content": "Map.map_oubliette_07.6_4", + "rules": "Oubliette064Top" + }, + "Oubliette_06_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Oubliette06Bottom" + }, + "Oubliette_06_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Oubliette06Bottom + hook" + }, + "Oubliette_06_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Oubliette06Bottom" + }, + "Oubliette_06_GAMEPLAY.BP_WorldTravelVolume20": { + "content": "Map.map_oubliette_05.6", + "rules": "Oubliette06Left | Oubliette06Bottom + hook" + }, + "Oubliette_06_GAMEPLAY.BP_WorldTravelVolume21": { + "content": "Map.map_oubliette_07.6", + "rules": "Oubliette06Right | Oubliette06Bottom + hook" + }, + "Oubliette_06_GAMEPLAY.BP_WorldTravelVolume22": { + "content": "Map.map_oubliette_10.6", + "rules": "Oubliette06Bottom | Oubliette06Right | Oubliette06Left" + }, + "Oubliette_07_1_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_014", + "rules": "Oubliette071Top" + }, + "Oubliette_07_1_GAMEPLAY.BP_Interactable_WorldTravel14": { + "content": "Map.map_oubliette_05.7_1", + "rules": "Oubliette071Top" + }, + "Oubliette_07_2_GAMEPLAY.BP_e2072_Mimic": { + "content": "Spirit.s2072", + "rules": "Oubliette072Bottom" + }, + "Oubliette_07_2_GAMEPLAY.BP_Interactable_WorldTravel14": { + "content": "Map.map_oubliette_05.7_2", + "rules": "Oubliette072Bottom" + }, + "Oubliette_07_GAMEPLAY.BP_Interactable_WorldTravel17": { + "content": "Map.map_oubliette_06_1.7", + "rules": "Oubliette07Right1 | Oubliette07Bottom1 + (hook | LEDGE)" + }, + "Oubliette_07_GAMEPLAY.BP_Interactable_WorldTravel18": { + "content": "Map.map_oubliette_06_3.7", + "rules": "Oubliette07Left1 | Oubliette07Bottom1 + (hook + (LEDGE | HORIZONTAL) | silva + djump)" + }, + "Oubliette_07_GAMEPLAY.BP_Interactable_WorldTravel19": { + "content": "Map.map_oubliette_06_2.7", + "rules": "Oubliette07Bottom2 | Oubliette07Bottom1" + }, + "Oubliette_07_GAMEPLAY.BP_Interactable_WorldTravel20": { + "content": "Map.map_oubliette_06_4.7", + "rules": "Oubliette07Top | Oubliette07Left1 + unlock + (hook | claw + (3LEDGE | FULLSILVA))" + }, + "Oubliette_07_GAMEPLAY.BP_WorldTravelVolume19": { + "content": "Map.map_oubliette_06.7", + "rules": "Oubliette07Left2" + }, + "Oubliette_07_GAMEPLAY.BP_WorldTravelVolume20": { + "content": "Map.map_oubliette_13.7", + "rules": "Oubliette07Right2 | Oubliette07Bottom1" + }, + "Oubliette_07_GAMEPLAY.BP_WorldTravelVolume21": { + "content": "Map.map_oubliette_09.7", + "rules": "Oubliette07Bottom1 | Oubliette07Left1 | Oubliette07Left2 | Oubliette07Bottom2 | Oubliette07Right1 | Oubliette07Right2" + }, + "Oubliette_08_GAMEPLAY.BP_SCR_LV2M_2050_3": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "slam + (Oubliette08Top | Oubliette08Right + (hook | LEDGE | HORIZONTAL))" + }, + "Oubliette_08_GAMEPLAY.BP_SCR_LV2S_2081_2": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Oubliette08Left + hook" + }, + "Oubliette_08_GAMEPLAY.BP_WorldTravelVolume15": { + "content": "Map.map_oubliette_11.8", + "rules": "Oubliette08Right | Oubliette08Left + LEDGE" + }, + "Oubliette_08_GAMEPLAY.BP_WorldTravelVolume16": { + "content": "Map.map_oubliette_09.8", + "rules": "Oubliette08Left | Oubliette08Right | Oubliette08Top" + }, + "Oubliette_08_GAMEPLAY.BP_WorldTravelVolume17": { + "content": "Map.map_oubliette_13.8", + "rules": "Oubliette08Top | Oubliette08Right + hook" + }, + "Oubliette_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Oubliette09Top + claw" + }, + "Oubliette_09_GAMEPLAY.BP_Interactable_Item_MaxHPUp_5": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Oubliette09Top + claw" + }, + "Oubliette_09_GAMEPLAY.BP_SCR_LV1M_2050_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Oubliette09Top + swim" + }, + "Oubliette_09_GAMEPLAY.BP_WorldTravelVolume17": { + "content": "Map.map_oubliette_08.9", + "rules": "Oubliette09Right | Oubliette09Top + swim + HORIZONTAL" + }, + "Oubliette_09_GAMEPLAY.BP_WorldTravelVolume18": { + "content": "Map.map_oubliette_10.9", + "rules": "Oubliette09Left | Oubliette09Top + swim" + }, + "Oubliette_09_GAMEPLAY.BP_WorldTravelVolume19": { + "content": "Map.map_oubliette_07.9", + "rules": "Oubliette09Top | Oubliette09Left" + }, + "Oubliette_10_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_034", + "rules": "Oubliette10Left1 | Oubliette10Right | Oubliette10Left2 | Oubliette10Top" + }, + "Oubliette_10_GAMEPLAY.BP_WorldTravelVolume17": { + "content": "Map.map_oubliette_09.10", + "rules": "Oubliette10Right | DarkChamber" + }, + "Oubliette_10_GAMEPLAY.BP_WorldTravelVolume18": { + "content": "Map.map_oubliette_03.10", + "rules": "Oubliette10Left1 | DarkChamber" + }, + "Oubliette_10_GAMEPLAY.BP_WorldTravelVolume19": { + "content": "Map.map_oubliette_17.10", + "rules": "Oubliette10Left2 | DarkChamber + CHARGE" + }, + "Oubliette_10_GAMEPLAY.BP_WorldTravelVolume20": { + "content": "Map.map_oubliette_06.10", + "rules": "Oubliette10Top | DarkChamber" + }, + "Oubliette_11_GAMEPLAY.BP_SCR_LV2S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Oubliette11Left1 + (LEDGE | dash | HORIZONTAL | hook) | Oubliette11Left2 + hook" + }, + "Oubliette_11_GAMEPLAY.BP_WorldTravelVolume19": { + "content": "Map.map_oubliette_12.11", + "rules": "Oubliette11Right1 | Oubliette11Left1 | Oubliette11Top" + }, + "Oubliette_11_GAMEPLAY.BP_WorldTravelVolume20": { + "content": "Map.map_oubliette_08.11", + "rules": "Oubliette11Left2 | Oubliette11Left1 | Oubliette11Right1 | Oubliette11Top | Oubliette11Right2" + }, + "Oubliette_11_GAMEPLAY.BP_WorldTravelVolume21": { + "content": "Map.map_oubliette_14.11", + "rules": "Oubliette11Right2 | Oubliette11Left2" + }, + "Oubliette_11_GAMEPLAY.BP_WorldTravelVolume22": { + "content": "Map.map_oubliette_13.11", + "rules": "Oubliette11Left1 | Oubliette11Left2 + hook | Oubliette11Right2 + (HORIZONTAL | LEDGE)" + }, + "Oubliette_11_GAMEPLAY.BP_WorldTravelVolume23": { + "content": "Map.map_oubliette_13_2.11", + "rules": "Oubliette11Bottom | Oubliette11Left1 + slam" + }, + "Oubliette_11_GAMEPLAY.BP_WorldTravelVolume24": { + "content": "Map.map_oubliette_13_1.11", + "rules": "Oubliette11Top | Oubliette11Left1 + claw + (FULLSILVA | (hook + (HORIZONTAL | LEDGE)))" + }, + "Oubliette_12_GAMEPLAY.BP_e2182_Shadow": { + "content": "Spirit.s2182", + "rules": "Oubliette12Left" + }, + "Oubliette_12_GAMEPLAY.BP_WorldTravelVolume22_0": { + "content": "Map.map_oubliette_11.12", + "rules": "Oubliette12Left | Executioner" + }, + "Oubliette_13_1_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_spirit_maxcast_count_up_LV2", + "rules": "Oubliette131Bottom" + }, + "Oubliette_13_1_GAMEPLAY.BP_WorldTravelVolume24": { + "content": "Map.map_oubliette_11.13_1", + "rules": "Oubliette131Bottom" + }, + "Oubliette_13_2_GAMEPLAY.BP_SCR_LV3S_5000_1": { + "content": "Generic.i_SpiritCurrencyLv3_1", + "rules": "Oubliette132Top" + }, + "Oubliette_13_2_GAMEPLAY.BP_WorldTravelVolume23": { + "content": "Map.map_oubliette_11.13_2", + "rules": "Oubliette132Top" + }, + "Oubliette_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Oubliette13Right + (claw + LEDGE | 2LEDGE | hook)" + }, + "Oubliette_13_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_033", + "rules": "Oubliette13Left" + }, + "Oubliette_13_GAMEPLAY.BP_SCR_LV1M_2001_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Oubliette13Left" + }, + "Oubliette_13_GAMEPLAY.BP_SCR_LV1M_2180_2": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Oubliette13Left + CHARGE + (LEDGE | HORIZONTAL | hook | dash | claw)" + }, + "Oubliette_13_GAMEPLAY.BP_WorldTravelVolume21": { + "content": "Map.map_oubliette_08.13", + "rules": "Oubliette13Bottom | Oubliette13Right" + }, + "Oubliette_13_GAMEPLAY.BP_WorldTravelVolume22": { + "content": "Map.map_oubliette_11.13", + "rules": "Oubliette13Right | Oubliette13Left" + }, + "Oubliette_13_GAMEPLAY.BP_WorldTravelVolume23": { + "content": "Map.map_oubliette_07.13", + "rules": "Oubliette13Left | Oubliette13Right + (hook | LEDGE + claw + HORIZONTAL)" + }, + "Oubliette_14_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_059", + "rules": "Oubliette14Left | Oubliette14Right" + }, + "Oubliette_14_GAMEPLAY.BP_WorldTravelVolume13": { + "content": "Map.map_oubliette_11.14", + "rules": "Oubliette14Left | ExecutionGrounds" + }, + "Oubliette_14_GAMEPLAY.BP_WorldTravelVolume14": { + "content": "Map.map_oubliette_15.14", + "rules": "Oubliette14Right | ExecutionGrounds" + }, + "Oubliette_15_GAMEPLAY.BP_e5060_Assassin": { + "content": "Spirit.s5060", + "rules": "Oubliette15Left | Oubliette15Right" + }, + "Oubliette_15_GAMEPLAY.BP_WorldTravelVolume15": { + "content": "Map.map_oubliette_14.15", + "rules": "Oubliette15Left | Oubliette15Right" + }, + "Oubliette_15_GAMEPLAY.BP_WorldTravelVolume16": { + "content": "Map.map_oubliette_16.15", + "rules": "Oubliette15Right | Oubliette15Left" + }, + "Oubliette_16_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": { + "content": "Generic.i_HealPower_Up", + "rules": "Oubliette16Right" + }, + "Oubliette_16_GAMEPLAY.BP_SCR_LV1L_2180_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Oubliette16Left" + }, + "Oubliette_16_GAMEPLAY.BP_WorldTravelVolume17": { + "content": "Map.map_oubliette_15.16", + "rules": "Oubliette16Left | Oubliette16Right" + }, + "Oubliette_16_GAMEPLAY.BP_WorldTravelVolume18": { + "content": "Map.map_outside_01.O16", + "rules": "Oubliette16Right | Oubliette16Left + (hook + (sinner + (LEDGE | dash | dodge) | silva + (djump | dodge | champion + dash) | djump + (dodge | champion)) | silva + djump + (claw | champion | dodge))" + }, + "Oubliette_17_GAMEPLAY.BP_WorldTravelVolume19": { + "content": "Map.map_oubliette_10.17", + "rules": "Oubliette17Right" + }, + "Oubliette_17_GAMEPLAY.BP_WorldTravelVolume20": { + "content": "Map.map_swamp_06.O17", + "rules": "Oubliette17Bottom | Oubliette17Right + (CHARGE + slam + (dodge + claw | hook))" + }, + "Outside_01_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_outside_02.1", + "rules": "Outside01Right | Outside01Left1 | Outside01Left2" + }, + "Outside_01_GAMEPLAY.BP_WorldTravelVolume3_8": { + "content": "Map.map_outside_03.1", + "rules": "Outside01Left1 | Outside01Right + claw + silva + djump" + }, + "Outside_01_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_oubliette_16.O1", + "rules": "Outside01Left2" + }, + "Outside_02_GAMEPLAY.BP_WorldTravelVolume3_8": { + "content": "Map.map_outside_01.2", + "rules": "Outside02Left" + }, + "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_045", + "rules": "Outside03Right + (claw + (2LEDGE | LEDGE + HORIZONTAL | champion))" + }, + "Outside_03_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_046", + "rules": "Grotto" + }, + "Outside_03_GAMEPLAY.BP_Interactable_Passive_ShortHeal_2": { + "content": "Passive.i_passive_shortheal", + "rules": "Outside03Right + swim" + }, + "Outside_03_GAMEPLAY.BP_SCR_LV2L_2230_2": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Grotto" + }, + "Outside_03_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_outside_01.3", + "rules": "Outside03Right | Outside03Top" + }, + "Outside_03_GAMEPLAY.BP_WorldTravelVolume3_8": { + "content": "Map.map_fort_09.O3", + "rules": "Outside03Top" + }, + "Swamp_04_GAMEPLAY.BP_e2172_Inferior": { + "content": "Spirit.s2172", + "rules": "Swamp04Bottom + unlock" + }, + "Swamp_04_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Swamp04Left" + }, + "Swamp_04_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_05.4", + "rules": "Swamp04Bottom | Swamp04Left + LEDGE" + }, + "Swamp_04_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_03.4", + "rules": "Swamp04Left | Swamp04Bottom + LEDGE" + }, + "Swamp_05_GAMEPLAY.BP_SCR_LV2M_2171_2": { + "content": "Generic.i_SpiritCurrencyLv2_L", + "rules": "Swamp05Left + swim" + }, + "Swamp_05_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_04.5", + "rules": "Swamp05Top | Swamp05Right + (LEDGE | claw)" + }, + "Swamp_05_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_06.5", + "rules": "Swamp05Right | Swamp05Top | Swamp05Left + (LEDGE | claw)" + }, + "Swamp_05_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_07.5", + "rules": "Swamp05Bottom | Swamp05Left + swim + CHARGE" + }, + "Swamp_05_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_swamp_09.5", + "rules": "Swamp05Left | Swamp05Right" + }, + "Swamp_05_GEO.BP_SCR_LV1M_2051_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Swamp05Left + swim" + }, + "Swamp_06_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_048", + "rules": "Swamp06Left | Swamp06Top" + }, + "Swamp_06_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_ignore_damage_area", + "rules": "Swamp06Top" + }, + "Swamp_06_GAMEPLAY.BP_SCR_LV1L_2180_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Swamp06Top" + }, + "Swamp_06_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_05.6", + "rules": "Swamp06Left | Lab2" + }, + "Swamp_06_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_oubliette_17.S6", + "rules": "Swamp06Top" + }, + "Swamp_07_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Swamp07Right + claw" + }, + "Swamp_07_GAMEPLAY.BP_Interactable_Passive_RecastTimeCut_Lv2_2": { + "content": "Passive.i_passive_recast_time_cut_LV2", + "rules": "Swamp07Left + (claw + LEDGE)" + }, + "Swamp_07_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_16.7", + "rules": "Swamp07Bottom | Swamp07Right + Swamp07Left + Swamp07Top" + }, + "Swamp_07_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_05.7", + "rules": "Swamp07Right" + }, + "Swamp_07_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_08.7", + "rules": "Swamp07Left" + }, + "Swamp_07_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_swamp_03.7", + "rules": "Swamp07Top" + }, + "Swamp_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_2": { + "content": "Parameter.i_maxHPUp_02", + "rules": "Swamp08Right2 + swim" + }, + "Swamp_08_GAMEPLAY.BP_SCR_LV1M_2051_2": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Swamp08Right2 + swim" + }, + "Swamp_08_GAMEPLAY.BP_SCR_LV2M_2051_2": { + "content": "Generic.i_SpiritCurrencyLv2_L", + "rules": "Swamp08Right2 + swim" + }, + "Swamp_08_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_07.8", + "rules": "Swamp08Right1 | Swamp08Right2 + (hook | (claw + (djump | champion | silva + dodge))) + (djump | HORIZONTAL)" + }, + "Swamp_08_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_15.8", + "rules": "Swamp08Right2 | Swamp08Top | Swamp08Right1" + }, + "Swamp_08_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_14.8", + "rules": "Swamp08Top | Swamp08Right2 + LEDGE" + }, + "Swamp_09_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_regenHP_kill", + "rules": "Swamp09Right2 + (LEDGE | HORIZONTAL)" + }, + "Swamp_09_GAMEPLAY.BP_SCR_LV2M_2170_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Swamp09Right1 + (LEDGE + HORIZONTAL | 2LEDGE)" + }, + "Swamp_09_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_13.9", + "rules": "Swamp09Bottom1 | Swamp09Right1 + CHARGE" + }, + "Swamp_09_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_03.9", + "rules": "Swamp09Right1 | Swamp09Right2 + (LEDGE | HORIZONTAL)" + }, + "Swamp_09_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_13.9B", + "rules": "Swamp09Bottom2 | Swamp09Right2" + }, + "Swamp_09_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_swamp_05.9", + "rules": "Swamp09Right2 | Swamp09Right1" + }, + "Swamp_1_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_051", + "rules": "Swamp1Bottom | Swamp1Left" + }, + "Swamp_1_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_03.1", + "rules": "Swamp1Bottom | Lab1" + }, + "Swamp_1_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_02.1", + "rules": "Swamp1Left | Lab1" + }, + "Swamp_10_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_052", + "rules": "Swamp10Right" + }, + "Swamp_10_GAMEPLAY.BP_SCR_LV1M_2051_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Lab3 + swim" + }, + "Swamp_10_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_13.10", + "rules": "Swamp10Right | Lab3" + }, + "Swamp_11_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Swamp11Left + (LEDGE + HORIZONTAL | 2HORIZONTAL | silva + djump)" + }, + "Swamp_11_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_dmgup", + "rules": "Swamp11Left" + }, + "Swamp_11_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_15.11", + "rules": "Swamp11Bottom | Swamp11Left" + }, + "Swamp_11_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_14.11", + "rules": "Swamp11Left | Swamp11Bottom + (hook | claw | 2LEDGE) + (djump | champion | (silva + dodge))" + }, + "Swamp_12_GAMEPLAY.BP_Interactable_Item_HealPower_Up_2": { + "content": "Generic.i_HealPower_Up", + "rules": "Lab4 + slam" + }, + "Swamp_12_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_050", + "rules": "Swamp12Left | Swamp12Bottom | Swamp12TP" + }, + "Swamp_12_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_15.12", + "rules": "Swamp12Left | Lab4" + }, + "Swamp_12_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_abyss_04.2", + "rules": "Swamp12Bottom | Lab4 + slam + unlock" + }, + "Swamp_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Swamp13Top2" + }, + "Swamp_13_GAMEPLAY.BP_SCR_LV1L_2170_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Swamp13Top1 + slam | Swamp13Top2 + CHARGE + slam" + }, + "Swamp_13_GAMEPLAY.BP_SCR_LV2L_2170_3": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Swamp13Bottom + (hook | claw)" + }, + "Swamp_13_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_10.13", + "rules": "Swamp13Left | Swamp13Top1 + slam | Swamp13Top2 + CHARGE + slam" + }, + "Swamp_13_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_09.13", + "rules": "Swamp13Top1" + }, + "Swamp_13_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_09.13B", + "rules": "Swamp13Top2" + }, + "Swamp_13_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_swamp_14.13", + "rules": "Swamp13Bottom | slam + (Swamp13Top1 | Swamp13Left)" + }, + "Swamp_14_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Swamp14Top | Swamp14Bottom + (LEDGE | claw | hook)" + }, + "Swamp_14_GAMEPLAY.BP_SCR_LV1L_2170_3": { + "content": "Generic.i_SpiritCurrencyLv1_L", + "rules": "Swamp14Top + (2LEDGE | hook)" + }, + "Swamp_14_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_13.14", + "rules": "Swamp14Top" + }, + "Swamp_14_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_11.14", + "rules": "Swamp14Right | Swamp14Top | Swamp14Bottom + (LEDGE | claw | hook)" + }, + "Swamp_14_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_08.14", + "rules": "Swamp14Bottom | Swamp14Right" + }, + "Swamp_15_GAMEPLAY.BP_e2052_Toad": { + "content": "Spirit.s2052", + "rules": "Swamp15Left + swim + mask" + }, + "Swamp_15_GAMEPLAY.BP_SCR_LV1M_2171_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Swamp15Top" + }, + "Swamp_15_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_11.15", + "rules": "Swamp15Top | Swamp15Right + LEDGE" + }, + "Swamp_15_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_08.15", + "rules": "Swamp15Left | Swamp15Right + LEDGE" + }, + "Swamp_15_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_swamp_12.15", + "rules": "Swamp15Right | Swamp15Left + (claw | hook) | Swamp15Top" + }, + "Swamp_16_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_049", + "rules": "Swamp16Top | Swamp16Left" + }, + "Swamp_16_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_07.16", + "rules": "Swamp16Top | Lab5" + }, + "Swamp_16_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_17.16", + "rules": "Swamp16Left | Lab5" + }, + "Swamp_17_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_18.17", + "rules": "Swamp17Left | Swamp17Right" + }, + "Swamp_17_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_16.17", + "rules": "Swamp17Right | Swamp17Left" + }, + "Swamp_18_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_047", + "rules": "Faden" + }, + "Swamp_18_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_053", + "rules": "Faden" + }, + "Swamp_18_GAMEPLAY.BP_Interactable_Spirit_s5080_2": { + "content": "Spirit.s5080", + "rules": "Swamp18Right" + }, + "Swamp_18_GAMEPLAY.BP_SCR_LV1LL_miliel_2": { + "content": "Generic.i_SpiritCurrencyLv1_LL", + "rules": "Faden + (claw + (LEDGE + 2HORIZONTAL) | (2LEDGE + dodge))" + }, + "Swamp_18_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_abyss_01.S18", + "rules": "Swamp18Bottom | Faden + unlock" + }, + "Swamp_18_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_17.18", + "rules": "Swamp18Right | Faden" + }, + "Swamp_2_GAMEPLAY.BP_SCR_LV2S_2010_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Swamp2Top" + }, + "Swamp_2_GAMEPLAY.BP_SCR_LV2S_2121_1": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Swamp2Top + (claw | LEDGE + hook)" + }, + "Swamp_2_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_01.2", + "rules": "Swamp2Right | Swamp2Top + (dash | dodge)" + }, + "Swamp_2_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_forest_09.S2", + "rules": "Swamp2Top | Swamp2Right" + }, + "Swamp_3_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Swamp3Top + LEDGE" + }, + "Swamp_3_GAMEPLAY.BP_SCR_LV1L_2170_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Swamp3Top" + }, + "Swamp_3_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_swamp_09.3", + "rules": "Swamp3Left | Swamp3Bottom" + }, + "Swamp_3_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_swamp_01.3", + "rules": "Swamp3Top | Swamp3Left + LEDGE" + }, + "Swamp_3_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_swamp_04.3", + "rules": "Swamp3Right | Swamp3Bottom | Swamp3Top" + }, + "Swamp_3_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_swamp_07.3", + "rules": "Swamp3Bottom | Swamp3Top | Swamp3Right" + }, + "Village_01_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_02.0", + "rules": "Village01Right | Village01Bottom" + }, + "Village_01_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_church_08.1", + "rules": "Village01Bottom | Village01Right" + }, + "Village_02_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_Drop": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Village02Left" + }, + "Village_02_GAMEPLAY.BP_SCR_LV1S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village02Left + (djump + (silva | champion) | (djump | silva) + HORIZONTAL | hook)" + }, + "Village_02_GAMEPLAY.BP_SCR_LV1S_2100_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village02Left + (2LEDGE | silva + dodge | hook + (LEDGE | claw))" + }, + "Village_02_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_03.0", + "rules": "Village02Right | Village02Bottom | Village02Left + (LEDGE | claw)" + }, + "Village_02_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_01.1", + "rules": "Village02Left | Village02Bottom" + }, + "Village_02_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_village_13.2", + "rules": "Village02Bottom | Village02Right" + }, + "Village_03_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "slam + (Village03Right + (LEDGE | HORIZONTAL) | Village03Bottom1 + (LEDGE | claw))" + }, + "Village_03_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_dmgcut_LV1", + "rules": "Village03Right + (claw | hook | LEDGE | HORIZONTAL | dash)" + }, + "Village_03_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village03Right + (LEDGE | HORIZONTAL) | Village03Bottom1 + (LEDGE | claw)" + }, + "Village_03_GAMEPLAY.BP_SCR_LV2S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "slam + (Village03Right + (LEDGE | HORIZONTAL) | Village03Bottom1 + (LEDGE | claw))" + }, + "Village_03_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_02.1", + "rules": "Village03Bottom1 | Village03Right + (HORIZONTAL | LEDGE | hook)" + }, + "Village_03_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_05.3", + "rules": "Village03Right | Village03Bottom1 + (LEDGE | claw)" + }, + "Village_03_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_village_13.0", + "rules": "Village03Bottom2 | Village03Right + slam" + }, + "Village_04_1_GAMEPLAY.BP_e2102_Crow": { + "content": "Spirit.s2102", + "rules": "Village041Bottom" + }, + "Village_04_1_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_04.2", + "rules": "Village041Bottom" + }, + "Village_04_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Village04Top" + }, + "Village_04_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_expup_1", + "rules": "Village04Right + (hook + (LEDGE | claw) | LEDGE + HORIZONTAL | 2LEDGE | LEDGE + claw)" + }, + "Village_04_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_village_04_1.0", + "rules": "Village04Top | Village04Right" + }, + "Village_04_GAMEPLAY.BP_SCR_LV1S_2010_1": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village04Top" + }, + "Village_04_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_05.4", + "rules": "Village04Right | Village04Top" + }, + "Village_05_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_009", + "rules": "Village05Top | Village05Left | Village05Right" + }, + "Village_05_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_village_04.5", + "rules": "Village05Top | CollapsedShack" + }, + "Village_05_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_03.5", + "rules": "Village05Left | CollapsedShack" + }, + "Village_05_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_06.0", + "rules": "Village05Right | CollapsedShack" + }, + "Village_06_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Village06Left" + }, + "Village_06_GAMEPLAY.BP_SCR_LV1M_2000_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village06Right2 + (2LEDGE | LEDGE + claw | (silva | djump) + HORIZONTAL | champion + sinner)" + }, + "Village_06_GAMEPLAY.BP_SCR_LV1S_2020_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village06Left + slam + (2LEDGE | LEDGE + claw | hook)" + }, + "Village_06_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village06Left + slam + (2LEDGE | LEDGE + claw | hook)" + }, + "Village_06_GAMEPLAY.BP_SCR_LV2S_2010_3": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Village06Left + (LEDGE | hook)" + }, + "Village_06_GAMEPLAY.BP_SCR_LV2S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Village06Left + slam + (LEDGE | hook)" + }, + "Village_06_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_05.1", + "rules": "Village06Left | Village06Right2 + LEDGE + claw" + }, + "Village_06_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_07.0", + "rules": "Village06Right1 | Village06Right2 + (LEDGE | HORIZONTAL)" + }, + "Village_06_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_village_12.6", + "rules": "Village06Bottom | Village06Left + slam" + }, + "Village_06_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_village_08.6", + "rules": "Village06Right2 | Village06Left + (hook | LEDGE) | Village06Right1" + }, + "Village_07_GAMEPLAY.BP_Interactable_Item_PassiveSlot_2": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Village07Left" + }, + "Village_07_GAMEPLAY.BP_SCR_LV1S_2100_3": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village07Left" + }, + "Village_07_GAMEPLAY.BP_SCR_LV2S_2080_3": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Village07Left + (hook | 2LEDGE)" + }, + "Village_07_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_06.1", + "rules": "Village07Left | Village07Right" + }, + "Village_07_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_village_09.7", + "rules": "Village07Right | Village07Left | Village07Top" + }, + "Village_07_GAMEPLAY.BP_WorldTravelVolume3_8": { + "content": "Map.map_village_14.7", + "rules": "Village07Top | Village07Right + (hook | LEDGE + sinner | djump + (dodge | silva | champion) | dodge + (silva | champion + dash))" + }, + "Village_08_GAMEPLAY.BP_e2002_Knight": { + "content": "Spirit.s2002", + "rules": "Village08Left" + }, + "Village_08_GAMEPLAY.BP_Interactable_Item_MaxHPUp_01_2": { + "content": "Parameter.i_maxHPUp_01", + "rules": "Village08Left" + }, + "Village_08_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village08Left + swim" + }, + "Village_08_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_06.8", + "rules": "Village08Left | Village08Right" + }, + "Village_08_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_village_09.8", + "rules": "Village08Right | Village08Left" + }, + "Village_09_GAMEPLAY.BP_Interactable_Item_Tip3": { + "content": "Tip.tip_018", + "rules": "BridgeHead" + }, + "Village_09_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_007", + "rules": "Village09Right1 | Village09Right2 | Village09Left1 | Village09Left2" + }, + "Village_09_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_10.0", + "rules": "Village09Right1 | BridgeHead" + }, + "Village_09_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_15.0", + "rules": "Village09Right2 | BridgeHead + swim" + }, + "Village_09_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_village_07.9", + "rules": "Village09Left1 | BridgeHead" + }, + "Village_09_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_village_08.9", + "rules": "Village09Left2 | BridgeHead" + }, + "Village_10_GAMEPLAY.BP_e5050_Giant": { + "content": "Spirit.s5050", + "rules": "Village10Left | Village10Right" + }, + "Village_10_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_09.1", + "rules": "Gerrod" + }, + "Village_10_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_11.0", + "rules": "Gerrod" + }, + "Village_11_1_GAMEPLAY.BP_Interactable_Item_HealPower_Up_5": { + "content": "Generic.i_HealPower_Up", + "rules": "Village111Bottom + slam" + }, + "Village_11_1_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_11.2", + "rules": "Village111Bottom" + }, + "Village_11_GAMEPLAY.BP_Interactable_Item_Tip1": { + "content": "Tip.tip_006", + "rules": "Village11Left" + }, + "Village_11_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_008", + "rules": "Village11Left" + }, + "Village_11_GAMEPLAY.BP_Interactable_WorldTravel_2": { + "content": "Map.map_village_11_1.0", + "rules": "Village11Top | Village11Left" + }, + "Village_11_GAMEPLAY.BP_SCR_LV2S_2020_3": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Village11Left" + }, + "Village_11_GAMEPLAY.BP_WorldTravelVolume_4": { + "content": "Map.map_village_10.1", + "rules": "Village11Left | Village11Right + claw" + }, + "Village_11_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_castle_01.0", + "rules": "Village11Right | Village11Left + claw" + }, + "Village_12_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village12Left1" + }, + "Village_12_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_06.12", + "rules": "Village12Top" + }, + "Village_12_GAMEPLAY.BP_WorldTravelVolume2": { + "content": "Map.map_village_13.12", + "rules": "Village12Left1 | Village12Right + Village12Top" + }, + "Village_12_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_cave_01.V12", + "rules": "Village12Right | Village12Left1 + Village12Top + swim" + }, + "Village_12_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_village_16.12", + "rules": "Village12Left2 | Village12Left1 + CHARGE" + }, + "Village_13_GAMEPLAY.BP_Interactable_Item_MaxHPUp_02_Treasure_2": { + "content": "Parameter.i_maxHPUp_02", + "rules": "Village13Right + (djump | 2LEDGE | LEDGE + HORIZONTAL)" + }, + "Village_13_GAMEPLAY.BP_Interactable_Item_PassiveSlot_Drop": { + "content": "Generic.i_PassiveSlot_Up", + "rules": "Village13Right" + }, + "Village_13_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Passive.i_passive_dmgup_grounded", + "rules": "Village13Left + swim" + }, + "Village_13_GAMEPLAY.BP_SCR_LV1S_2021_2": { + "content": "Generic.i_SpiritCurrencyLv1_S", + "rules": "Village13Left" + }, + "Village_13_GAMEPLAY.BP_WorldTravelVolume4": { + "content": "Map.map_village_03.2", + "rules": "Village13Top | Village13Right + LEDGE" + }, + "Village_13_GAMEPLAY.BP_WorldTravelVolume5": { + "content": "Map.map_village_02.13", + "rules": "Village13Left | Village13Right" + }, + "Village_13_GAMEPLAY.BP_WorldTravelVolume6": { + "content": "Map.map_village_12.13", + "rules": "Village13Right | Village13Top" + }, + "Village_14_GAMEPLAY.BP_e2112_Ork": { + "content": "Spirit.s2112", + "rules": "Village14Bottom + (LEDGE | hook)" + }, + "Village_14_GAMEPLAY.BP_SCR_LV1L_2111_2": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Elder + (slam + (hook | LEDGE + sinner | silva + (djump | dodge) | champion + (dash | claw) + (silva | djump)))" + }, + "Village_14_GAMEPLAY.BP_SCR_LV2L_2110_3": { + "content": "Generic.i_SpiritCurrencyLv2_M", + "rules": "Elder + (slam + (hook | 3LEDGE | FULLSILVA | claw + LEDGE) )" + }, + "Village_14_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_07.14", + "rules": "Village14Bottom" + }, + "Village_15_GAMEPLAY.BP_SCR_LV1LL_0000_2": { + "content": "Generic.i_SpiritCurrencyLv1_LL", + "rules": "Village15Left + swim + (claw + (sinner + (djump | champion) | dodge + silva | 2LEDGE + HORIZONTAL) | hook + (2LEDGE | claw + (LEDGE | HORIZONTAL))) | Village15Right + claw + djump + silva" + }, + "Village_15_GAMEPLAY.BP_SCR_LV1M_2050_3": { + "content": "Generic.i_SpiritCurrencyLv1_M", + "rules": "Village15Right + swim" + }, + "Village_15_GAMEPLAY.BP_SCR_LV2M_2050_2": { + "content": "Generic.i_SpiritCurrencyLv2_S", + "rules": "Village15Left + swim" + }, + "Village_15_GAMEPLAY.BP_WorldTravelVolume_2": { + "content": "Map.map_village_09.2", + "rules": "Village15Left | Village15Right + swim" + }, + "Village_15_GAMEPLAY.BP_WorldTravelVolume2_5": { + "content": "Map.map_fort_01.V15", + "rules": "Village15Right | Village15Left + Village800" + }, + "Village_16_GAMEPLAY.BP_Interactable_Item_Tip4": { + "content": "Tip.tip_054", + "rules": "Village16Right" + }, + "Village_16_GAMEPLAY.BP_Interactable_Passives_Treasure_2": { + "content": "Generic.i_FinalPassivePart_Up", + "rules": "Village16Right" + }, + "Village_16_GAMEPLAY.BP_WorldTravelVolume3": { + "content": "Map.map_village_12.16", + "rules": "Village16Right" + }, + "starting_weapon": { "content": "umbral" } + } } diff --git a/Update/update.xml b/Update/update.xml index 5ebad5b..948e74b 100644 --- a/Update/update.xml +++ b/Update/update.xml @@ -1,5 +1,17 @@  + + + + + + + + Added options for starting locations + Game starts with fast travel unlocked + New logic + +